html{
    scroll-behavior:smooth
}
body{
    padding:0;
    margin:0;
    box-sizing:border-box; 
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
}
.rate {
    gap: 1px;
}
.rate li {
    color: #f5d700;
    font-size: 32px;
    cursor: pointer;
    height: 52px;
}
.rating-block {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.link-a {
    color: #000;
    text-decoration:none;
    box-shadow: inset 0 0 0 0 #fff, inset 0 -1px 0 0 #b80000;
}
.link-a:hover {
    color: #B80000;
    box-shadow: inset 0 0 0 0 #b80000, inset 0 -1px 0 0 #fff;
}
.container{
    max-width:1290px; 
    font-family: 'Mulish', sans-serif;
} 
.row {
    font-family: 'Mulish', sans-serif;
}
.row-gap{
    row-gap:27px
}
p {
    line-height: 1.6;
    font-size: 17px;
}
.col-gap{
    column-gap:27px
}
.pad-top{
    padding-top: 100px
}
.pad-btm{
    padding-bottom: 100px
}
.top-bar {
    background: #2355a2;
    padding: 6px 0;
} 
.topbar-drp-list {
    list-style: none;
    column-gap: 18px;
}

.topbar-drp-list li a {
    color: #fff;
    text-decoration: none;
}
.topbar-drp .call_us{
    color: #ffffff !important;
    text-decoration: none;
}
.home .top-section {
    background-image: url(../img/banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home .top-section-2 .container {
    padding: 0;
}
.slider-left .main-a-heading {
    font-size: 27px;
    font-weight: 100;
    letter-spacing: 0.5px;
}
.slider-left .main-s-heading {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.slider-left {
    padding: 85px 0;
}
.carousel{
    padding-top: 80px;
}
.slider-left p {
    font-size: 19px;
    font-weight: 300;
    margin: 25px 0;
}
.main-btn {
    background: aliceblue;
    color: #2299CF;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 11px 21px;
    box-shadow: 0 3px 6px #0000002b;
}
.button-block {
   display: block;
   margin: 36px 0;
}
.win-mac {
    border: 1px dashed #fff;
    padding: 8px 12px;
    border-radius: 5px;
    column-gap: 5px;
}
.win-mac i {
    font-size: 33px;
}
.os-user {
    font-weight: 600;
    font-size: 16px;
} 
.os-user span {display: block;}
.carousel-item.active {
    top: 43px;
    transform: translate(-13px, -13px);
}

.carousel-item {
    display: block;
}
.carousel-item.active {
    z-index: 99;
}
.set-image {
    /*height: 403px;*/
    background: #fff;
    padding: 25px 35px 20px;
}
.row.banner-slider-product {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 30px;
}  
.download-for { 
    font-size: 14px;
    border: 2px solid #ee8e39;
    padding: 6px 10px;
    border-radius: 11px;
    display: inline-block;
}
.read-more-link-btn {
    color: #ee8e39;
    font-weight: 400;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ee8e39;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: 20px;
    display: inline-block;
}
.read-more-link-btn:hover {
    color: #fff; 
    text-decoration: none;
    background: #ee8e39;  
}
.download-for strong {
    font-size: 14px;
    letter-spacing: 0.2px;
}
.banner-slider-product .product-button a {
    font-size: 14px;
}
.banner-slider-product .heading {
    font-weight: 700;
    color: #345b82;
}
.not-home .header .nav-item .nav-link { 
    color: #000000; 
    font-weight: 400;
}
.not-home .search input { 
    border: 1px dashed #bbbbbb;
}
.not-home .support-button a {
    border: 1px solid #DD3400;
    padding: 7px 16px;
}
.carousel-item .set-image {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #2691C2;
    box-shadow: 0 6px 6px #00000038;
}
.carousel-item.active .set-image {
    background: #ffffff;
    top: 43px;
    transform: translate(-16px, 3px);
    z-index: 99;
}
.os-block {
    display: flex;
    column-gap: 32px;
}
.carousel-inner{
    overflow: visible;
}
.carousel-control-prev, .carousel-control-next{
    z-index: 9999;
}
.carousel-indicators [data-bs-target]{
    border-bottom: 0;
}
.carousel-indicators {
    z-index: 9999;
    flex-direction: column;
    margin: 0 !important;
    top: 10%;
    left: auto;
    right: -34px;
}
.carousel { 
    width: 90%;
    margin: auto;
}
.carousel-indicators button {
    background-color: rgb(255, 255, 255) !important;
    width: -11px;
}
.carousel-indicators [data-bs-target] { 
    height: 25px;
    width: 6px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    column-gap: 8px;
}
.strip-after::after {
    content: "";
    background: aliceblue;
    width: 100%;
    height: 140px;
    position: absolute;
    z-index: -1;
    /* font-size: smaller; */
    left: 0;
}
.strip-after {
    margin-top: 60px;
}
.about-content p{
    font-size: 17px;
}
.about-img {
    width: 300px;
}
.product-section::after {
    content: ""; 
    width: 100% ;
    height: 50%;
    background-image: url(../img/product-banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: -999;
}
.primary-btn, .primary-btn:hover {
    background: #388DE7;
    color: #fff;
    font-size: 15px;
}
.product-block {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px #388de726;
    padding: 21px 30px;
    border: 1px solid #ddd;
}
.product-block .heading{
    color: #388DE7;
}
#product_carousel .owl-dots .owl-dot span {
    width: 27px;
    height: 6px;
}
#product_carousel .owl-dots .owl-dot span {
    width: 27px;
    height: 8px;
    background: #fff;
    border: 1px solid #388DE7;
}
#product_carousel .owl-dots .owl-dot.active span { 
    background: #388DE7;
    border: 1px solid #388DE7;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.review-section{
    background-image: url(../img/review-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}
.review-block {
    background: #fff;
    box-shadow: 0 6px 7px #b0d3ff;
    border-radius: 15px;
    padding: 30px 20px;
    border: 1px solid #388DE7;
    min-height: 37rem;
}
.uni-btn {
    background: aliceblue;
    border: 3px solid #EE8E39;
    border-radius: 9px;
    color: #EE8E39;
    padding: 11px 18px;
    font-size: 17px;
    font-weight: 500;
}
.review-block hr {
    width: 36px;
    height: 3px;
    background: #2a75e3;
}
.review-content {
    margin: 29px 0;
    color: #71777c;
}
.username {
    color: #14395B;
} 
.review-image {
    position: relative; 
}
.review-image i {
    position: absolute;
    background: #419BEB;
    padding: 7px;
    border-radius: 31px;
    bottom: 0;
    color: #fff;
    margin-left: -40px;
}
#review_carousel .owl-nav {
    display: block;
    position: absolute;
    top: -90px;
    right: 0;
}
#review_carousel  .owl-nav .disabled {
    opacity: 1; 
}
#review_carousel .owl-nav span {
    background: #EE8E39;
    padding: 0px 17px 5px;
    font-size: 31px;
    color: aliceblue;
    border-radius: 4px;
    box-shadow: 0 3px 6px #00000038;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff
}
.map-section{
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.map-section .heading{
    color: #14395B;
}
.map-section .win-mac {
    border: 1px dashed #ffffff;
    outline-style: dashed;
    padding: 8px 12px;
    border-radius: 5px;
    column-gap: 5px;
    background: #3181E6;
}
.map-section .win-mac i {
    font-size: 33px;
}
.map-section .os-user {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
} 
.map-section .os-user span {display: block;}
.blog-left img {
    border-radius: 10px;
}
.blog-category, .blog-content {
    z-index: 9999;
}

.blog-content {
    bottom: 18px;
    padding: 1px 28px 1px 29px;
}
.blog-left::after {
    content: "";
    background: linear-gradient(0deg, #000000b0, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-content .heading {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    /* text-shadow: 0px 3px 4px #00000059; */
}
.blog-content .date {
    color: aliceblue;
    font-size: 15px;
}
.blog-category {
    top: 20px;
    right: 20px;
    color: #fff;
    background: linear-gradient(45deg, #4aa9ee, #2167e1);
    padding: 3px 10px;
    border-radius: 4px;
}

.blog-category p {
    font-size: 13px;
}
.blog-double .date {
    margin: 14px 0 6px;
    font-weight: 500;
    font-size: 15px;
    color: #6a6a6a;
}
.blog-double h5 a {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    color: #12304a;
    font-weight: 700;
}
.read-more-link {
    color: #ee8e39;
    font-weight: 600;
    text-decoration: none;
}
.blog-left img, .blog-double img { 
    transition: 0.4s;
}
.blog-left:hover img, .blog-double:hover img {
    transform: scale(1.02);
    transition: 0.4s;
}
.blog-left {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.blog-double {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #ddd;
}
.blog-section {
    background: #f7f7f7;
}
.blog-main-heading {
    font-size: 31px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #0c2168;
}
footer {
    /* background: #101c26; */
    background: #273c4e;
    padding: 61px 0 50px;
}
.f-content {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.3px;
    color: #c1c1c1;
    line-height: 1.3;
}
.footer-address {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
.ft_res_first li:before {
    color: #b0b0b0;
    content: '\f105';
    font-size: 16px;
    font-family: fontello;
    margin-right: 5px;
}
.ft_hd {
    color: #ecf1f6;
    font-size: 26px;
    font-weight: 400; 
}
.ft_res_first li {
    list-style: none; 
    line-height: 1.7;
}
.ft_res_first {
    padding-left: 11px;
}
.ft_res_first li a {
    list-style: none;
    color: rgba(255,255,255,.9)!important;
    text-decoration: none;
} 
.footer-client img { 
    filter: brightness(0) invert(1);
}
.footer-para {
    color: #c1c1c1;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.4px;
}
footer hr { 
    display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1.7em 0 2.3rem; padding: 0; 
}
#subscribeText input {
    height: 48px;
    background: #273c4e;
    border: 1px solid #747474;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
footer .input-group-append .btn {
    height: 48px;
}
footer .input-group {
    column-gap: 10px;
}
footer #subscribeText input:focus {
    box-shadow: none;
    border: 1px solid #45a1ec;
}
ul.social-icons {
    list-style: none;
    display: flex;
    column-gap: 11px; 
} 
.social-icons li a {
    font-size: 17px;
    color: #273c4e; 
    padding: 7px;
    border-radius: 5px;
    background: #fff;
}
.footer-heading {
    font-size: 19px;
    color: aliceblue;
    letter-spacing: 0.7px;
    font-weight: 700;
}

/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------- Product Page CSS Start ------------------------------ */ 
#videopopup iframe { 
    width: 100%;
    height: 430px;
}
#videopopup img { 
    width: 100%;
    height: 430px;
}
.product-banner {
    background: #f8f9fa;
    padding: 60px 0 51px;
}
.br-content {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 1.6;
}
.banner-right .nav-pills .nav-link {
    padding: 0;
    cursor: pointer;
    background-color: #00000000;
    color: #6F6F6F;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 0px 7px 0px;
    font-size: 15px;
}
.banner-right .nav-pills .nav-link.active {
    color: #000000;
    background: #f1f1f1; 
}
.user-active {
    width: 10px;
    height: 10px;
    background: #ffffff;
    display: inline-block;
    border-radius: 31px;
    border: 1px solid #4c5864;
}
.banner-right .nav-pills .nav-link.active .user-active {
    background: #345a82;
    border: 1px solid #345a82;
}
.software-os .nav { 
    text-align: end;
}
.product-button .btn {
    background: #345a82;
    padding: 15px 16px;
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
    border: 1px dashed #bdbdbd;
}
.product-button .btn:hover, .speci-btn:hover {
    background: #ffffff; 
    color: #345a82; 
    border: 1px dashed #345a82;
}
.speci-btn {
    background: #345a82;
    padding: 15px 16px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
}
.product-guides {
    display: flex;
    column-gap: 1px;
    border-radius: 3px;
    overflow: hidden;
    flex-wrap: wrap;
    border: 1px dashed #345a82;
}
.product-guides a:not(:first-child) {
    border-left: 1px dashed #345a82;
}
.product-guides a {
    background: white;
    padding: 9px 14px;
    font-size: 17px;
    color: #345a82;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    font-weight: 600;
}
.some-list {
    font-size: 18px; 
    list-style: none;
}

.some-list li {
    position: relative;
}
.some-list li:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #3181e6;
    border-radius: 13px;
    left: -20px;
    margin-top: 9px;
}
.popup{position:relative;cursor:pointer;display:inline-flex;border-bottom:1px dotted #ce5e34;color:#ce5e34;font-weight:300}.popup-text{position:absolute;bottom:2rem;left:-4rem;background:#fff;border:1px solid #91C8FF;border-radius:5px;font-size:13.7px;padding:9px 10px 10px 15px;min-width:20rem;height:auto;z-index:9999;visibility:hidden;color:#2f2f2f;box-shadow: 0 0 5px #91C8FF;}.popup:hover .popup-text{visibility:visible}.popup .popup-text:before{content:"";height:15px;width:15px;background:#fff;border-bottom:1px solid #91C8FF;border-right:1px solid #91C8FF;position:absolute;bottom:-8px;left:46%;transform:rotate(45deg)}.no-margin{margin:0!important}
.features-section {
    background: #ffffff;
    padding: 38px 0;
}
.features-heading {
    background: #345a82;
    padding: 14px;
    font-size: 18px;
    /* min-height: 5rem; */
    line-height: 1.5;
    font-weight: 600;
    border-radius: 4px;
    color: white;
}
.not-home .top-bar{
    background: #ffffff;
}
.not-home .topbar-drp-list li a {
    color: #000;
    text-decoration: none;
}
.feature-block {
    background: #e9f5ff;
    border-radius: 5px
}
.brd-right {
    border-right: 1px dashed #cbcbcb;
}
.when-section {
    background: #345a82;
    padding: 65px 0;
}
.when-section .heading {
    font-weight: 700;
}
.when-block .h5 {
    line-height: 1.5;
    font-weight: 700;
    color: #166289;
}
.new .when-block { 
    background: #f5f5f5;
    border-top: 4px solid #0f294b; 
}
.when-block {
    background: #ebf5ff;
}
.when-block p {
    font-size: 16px;
    font-weight: 500;
    color: #426285;
}
.video-section .heading {
    font-weight: 700;
    color: #2e2e2e;
}
.feature-row { 
    row-gap: 24px; 
}
.main-feature .heading {
    font-weight: 700;
    color: #2e2e2e;
}
.main-f-content h5 {
    font-weight: 700;
    color: #2e2e2e;
}
.main-f-content p {
    margin-bottom: 0;
}
.mf-block {
    padding: 0 25px;
}
.mf-block {
    padding: 40px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    min-height: 100%;
    /* box-shadow: 4px 6px 4px #ededed; */
    transition: 0.4s;
}
.mf-block:hover { 
    box-shadow: none;
    transition: 0.4s;
}
.technical-para {
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
}
.when-section.new { 
    background-color: #fff
} 
.license-block p {
    font-size: 16px;
}
.software-spec .heading {
    font-weight: 700;
    color: #2e2e2e;
}
/* .specification-section {
    background: #fff7e4;
    padding: 53px 17px;
    border: 1px solid #ffe7ac;
    border-radius: 12px;
} */
.license-block {
    min-height: 8.5rem;
}
/* .user-guide {
    background: #fff3cd;
    border-radius: 10px;
}
.user-guide h5 {
    font-size: 22px;
    font-weight: 700;
    color: #896400;
}  */
.user-guide p i {
    color: #ffffff; 
} 
.user-guide p a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #c3c3c3;
}
.accordion-button::before{
    content:'';
    width:14px;
    height:2px;
    background:#333;
    position:absolute;
    top:calc(50% - 1px);
    right:1rem;
    display:block;
    transition:all .3s
}
.accordion-button::after{
    content:'';
    width:2px;
    height:14px;
    background:#333;
    position:absolute;
    top:calc(50% - 7px);
    right:calc(1rem + 6px);
    display:block;
    transition:all .3s
}
.accordion-button[aria-expanded=true]::after{
    transform:rotate(90deg) translateX(-1px)
}
.accordion-button[aria-expanded=true]::before{
    transform:rotate(180deg)
}
.accordion-button {
    padding: 0;
    font-size: 19px;
    font-weight: 600;
    padding: 11px 0;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.accordion-button:focus { 
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #143351; 
    box-shadow: none;
}
.accordion-header .accordion-button { 
    padding: 19px 27px;
    background-color: #f1f1f1;
    color: #2c2c2c;
    font-weight: 600;
}
.accor-bg .accordion-header .accordion-button {
    padding: 19px 27px;
    background-color: #f1f1f1;
    color: #2c2c2c;
    font-weight: 600;
}
.accordion {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.accordion-body { 
    font-size: 18px;
    font-weight: 300;
    padding: 1rem 2.35rem;
}
.table-section thead tr th {
    padding: 16px;
    background: #345a82;
    color: aliceblue;
    font-size: 17px;
} 
.table-section tbody tr td {
    padding: 12px 18px;vertical-align: baseline;
} 
.tick-mark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.tick-mark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 50%;
    width: 2px;
    background-color: #00bb61;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.tick-mark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #00bb61;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}
.bg-review { 
    background-color: #f7f7f7;
}
.box_all {
    background: #fff;
    box-shadow:0 0.1rem 1.125rem rgb(233 233 233); 
    border-radius: 0.3rem;
    padding: 2rem;
    height: 100%;
}
.ua_box {
    background-color: #fff;
    padding: 35px 35px 0; 
    font-size: 16px;
    box-shadow: 0 0.1rem 1.125rem 0 rgb(21 58 160 / 10%);
    border-radius: 0.2rem;
}
.colls {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-align:end;
} 
.new-spec-win p {
    font-size: 15px;
    color: #686868;
}
.new-spec-win-icon {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #345a82;
    padding: 7px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
}
.new-spec-win-icon:hover { 
    color: #345a82; 
}
.new-spec-win-icon i {
    font-size: 25px;
    display: inline;
}
.new-spec-win-icon span {
    font-size: 17px;
} 
.ts-spec-right .ts-spec-right-inner:not(:last-child) {
    border-bottom: 1px solid #ababab; 
}

.new-spec-win-p-flex span:not(:last-child) {
    border-right: 1px solid #ababab; 
    padding-right: 8px;
}
.new-spec-win-p-flex span {
    color: black; 
}
p.new-spec-win-p-flex {
    display: inline-flex;
    gap: 7px; 
    font-size: 15px;
    color: #686868;
}
.system-spec-list li:not(:last-child) {
    margin-bottom: 6px;
}
.ts-spec-right .ts-spec-right-inner { 
    padding: 22px;
}
.ts-spec-right-inner .accordion-header .accordion-button {
    padding: 10px 27px;
    background-color: #ffffff;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 17px;
}
.request-quote {
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background: #21405e;
    padding: 1px 5px;
}
.ts-note p {
    font-size: 16px;
    background: #21405e00;
}
.request-quote:hover {
    color: #ffffff; 
}
#livechat, .mega-content {
    display: none;
}
.news-left {
    background: #eff4f8;
    height: 100%;
    border-radius: 10px; 
    padding: 25px;
    border: 3px solid #ffe186;
    border-radius: 13px;
    padding: 28px !important;
    line-height: 1.6;
    font-size: 17px; 
    background: #fffcf3;
}
.news-left .con_cir {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #419aeb;
    margin-top: 5px;
    display: inline-block;
    z-index: 99;
}
.news-update {
    display: flex;
    gap: 20px;
    position: relative;
}
.nuc-date {
    font-size: 14px;
    font-weight: 100;
    color: #e90000;
}
.nuc-type {
    color: #fff;
    background: linear-gradient(45deg, #4aa9ee, #2167e1);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 4px;
}
.news-update-content {
    display: flex;
    align-items: flex-end;
    gap: 13px;
    font-size: 18px;
}
.news-update::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #419aeb;
    position: absolute;
    top: 6px;
    left: 7px;
    border-radius: 44px;
    z-index: 1;
}
.review-image img {
    width: 100px;
    border-radius: 60px;
}

.review-image {
    border-radius: 60px;
    overflow: hidden;
}
.news-update:not(:last-child){
    padding-bottom: 23px;
}
/* .new-software-spec{
    background: #f8f6ef;
} */
.aryson-speci-left {
    background: #30587f;
    height: 100%;
    padding: 26px;
}
.aryson-speci-left h4{
    color: aliceblue;
    line-height: 1.4;
}
.ts-note, .user-guide .heading {
    color: aliceblue;
}
.ts-note strong {
    background: white;
    padding: 1px 6px;
    border-radius: 3px;
    color: #ff4949;
}

.bg-aryson{
    background: #ebf5ff;
} 
.ary-speci-main {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 14px #30587f30;
}
/* ------------------------------------- Product Page CSS End -------------------------------- */ 
/* ------------------------------------------------------------------------------------------- */
/* ------------------------------------- Media Query -------------------------------- */ 
/* ------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) { 
    .nav-top { 
        display: none;
    }
    .navbar-brand img {
       width: 160px;
    } 
    .header .nav-item .nav-link { 
        color: #000000; 
    }
    .navigation-main {
        position: absolute;
        left: 0;
        background: rgb(255, 255, 255);
        width: 100%;
        padding: 12px 25px 24px;
        z-index: 99;
    }
    .navbar-nav { 
        flex-direction: column !important; 
    } 
    .resp-form{
        padding-top: 10px;
    }
    .ct-nav-top {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .product-button {
        gap: 5px;
        display: flex;
        flex-direction: column;
    }
    .footer-client .col-md-4.text-center {
        text-align: left !important;
    }
}
@media only screen and (max-width: 576px) {
    .license-block {
        min-height: 5.5rem;
        background: whitesmoke;
        margin-top: 15px;
        padding: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .product-button {
        gap: 5px;
        display: flex;
        flex-direction: column;
    }
    .footer-client .col-md-4.text-center {
        text-align: left !important;
    }
    span.hidden-sm {
        display: none;
    }
    .carousel-indicators { 
        right: -24px;
    } 
    .slider-left h1 {
        font-size: 39px; 
    }
    .product-section::after { 
        width: 100%; 
    }
    .ft_hd { 
        margin-top: 15px;
    }
    .sticky_top_bar li a {
        padding: 6px !important;
    }
    
    .sticky_top_bar li a span {
        display: none;
    }
    .banner-left {
        display: none;
    }
}
@media only screen and (max-width: 576px) {
    .license-block {
        min-height: 5.5rem;
        background: whitesmoke;
        margin-top: 15px;
        padding: 18px;
    }
    .mf-block {
        padding: 6px; 
    }
    .os-block { 
        flex-direction: column;
        row-gap: 12px;
    }
    .blog-main-heading {
        font-size: 28px; 
    }
    .blog-section .col-md-12.text-center.pb-5 {
        padding-bottom: 4px !important;
    }
    .pad-btm {
        padding-bottom: 57px;
    }
    .pad-top {
        padding-top: 50px;
    }
    .blog-section { 
        padding: 0 !important;
    }
    .review-section { 
        background: #439EEC;
    }
    .strip-after { 
        flex-direction: column;
        align-items: flex-start !important;
        padding: 25px;
        position: relative;
        margin-top: 0 !important;
    }
    .strip-after::after { 
        height: 160px;
        position: absolute; 
        left: 0;
        top: 7px;
    }
    .blog-category p {
        font-size: 11px;
    }
    .slider-left {
        padding: 25px 0 0;
    }
    .about-query span a {
        font-size: 13px;
    }
    .product-guides a {
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
}
@media only screen and (max-width: 400px) {
    /* .banner-left {
        display: none;
    } */
    .product-banner { 
        padding: 40px 0 41px;
    }
    .product-button .btn { 
        padding: 10px 11px; 
        font-size: 14px; 
    }
    .product-guides a { 
        padding: 9px 2px; 
    }
}
@media only screen and (max-width: 992px) {
    .nav-product-category {
        list-style: none;
        padding: 0;
        display: grid;
        flex-direction: column;
        row-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .ct-modal-content { 
        padding: 15px;
    }
}
#ss_carousel .item {
    text-align: center;
}
#ss_carousel .item p{
    text-align: start;
}
span.steps {
    font-size: 15px;
    font-weight: 400;
    background: #1e4c78;
    color: #fff;
    padding: 5px 9px;
    border-radius: 3px;
    margin-right: 7px;
}
span.number {
    border-radius: 41px;
    text-align: center;
    padding: 6px 13px;
    font-weight: 700;
    color: #345a82;
    border: 1px dashed #345a82;
    margin-right: 9px;
}
.top_bar {
    position: fixed !important;
    top: 0px !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999;
}
.sticky_top_bar {
    background: #ffffff;
    z-index: 99;
    text-align: center;
    position: absolute;
    top: -150px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
    border-bottom: 2px solid #335a81;
}
.sticky_top_bar li {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
}
.top_bar_list {
    padding: 7px 0px;
}
.sticky_top_bar li a {
    color: #345a82;
    display: block;
    font-size: 15px;
    padding: 4px 10px 3px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}
.sticky_top_bar li .speci-btn {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.sticky_top_bar li .speci-btn:hover {
    color: #345a82;
    font-weight: 400;
    font-size: 14px;
}
.top_bar_image {
    width: 156px;
    height: 33px;
    border-right: 1px dashed #ababab;
    padding-right: 19px;
}
#scroll {
    position: fixed;
        right: 28px;
    bottom: 6rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 9999;
    text-decoration: none;
    background-color: #00b4f5;
    transition: .2s;
    border: 1px solid #03275600;
    border-radius: 4px; 
}
#scroll i {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 100; 
    margin-top: 8px;
}
#scroll:hover { 
    background-color: #f6fbff;
    transition: .2s;
    border: 1px solid #032756;
    color: #000;
}
#scroll:hover i { 
    color: #032756;
}
.btn-subscribe {
    background: #00b4f5;
    color: aliceblue;
}
.btn-subscribe:hover {
    background: #00b4f5;
    color: aliceblue;
}
.license-block-2 {
    background: aliceblue;
    padding: 37px;
    min-height: 100%;
    border-radius: 8px;
}
.license-block-2 p {
    font-size: 16px;
}
#award-review .owl-dots  .owl-dot.active span {
    background-color: #30587f !important;
}
.award-review-h {
    line-height: 1.5;
    font-size: 1.6rem;
}
.inner-page-step p {
    background: #f8f9fa;
    padding: 4px;
    border-radius: 4px;
    color: #395ea5;
    font-weight: 500;
    font-size: 16px;
}
.inner-page-step p a {
    color: #e9572a;
}
.inner-page-step p a:hover {
    text-decoration: none;
}
.inner-page-step p span {font-weight: 500;background: white;padding: 3px 9px 4px;border: 1px solid #efefef;font-size: 15px;border-radius: 3px;margin-right: 6px;color: #395ead;}
.product-button-flex {
    display: flex;
    column-gap: 13px;
}
.pd-button {
    flex-direction: column;
}
.pd-button small {
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    color: #383838;
}
div#sc2rhR img {
    display: none !important;
}
img[name="psIlCbimage"] {
    display: none;
}
/* ------------------------------------- Media Query -------------------------------- */ 
/* ------------------------------------------------------------------------------------------- */
