/* Body and General Styles Start
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,700&display=swap');
@font-face {
    font-family: 'Calibri';
    src: url('../webfonts/Calibri-BoldItalic.eot');
    src: url('../webfonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../webfonts/Calibri-BoldItalic.woff') format('woff'),
        url('../webfonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../webfonts/Calibri-Bold.eot');
    src: url('../webfonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Calibri-Bold.woff2') format('woff2'),
        url('../webfonts/Calibri-Bold.woff') format('woff'),
        url('../webfonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../webfonts/Calibri.eot');
    src: url('../webfonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Calibri.woff2') format('woff2'),
        url('../webfonts/Calibri.woff') format('woff'),
        url('../webfonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Poppins", sans-serif;
}

a,
button,
.btn,
.hover-image img,
.learn-more i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Body and General Styles End
-------------------------------------------------- */

/* Header Start
-------------------------------------------------- */

.navbar-dark{
    /* background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
    max-width: 85px;
}

.navbar-brand img {
    width: 100%;
    height: 50px;
}
.navbar .btn{
    border: 1px solid #000;
}

/* Header End
-------------------------------------------------- */

/* Content Start
-------------------------------------------------- */

.banner {
    height: 100vh;
    min-height: 700px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #000;
    display: flex;
    align-items: stretch;
    font-family: 'Calibri';
}


.banner .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.banner-gradient{
    background: -moz-linear-gradient(top,  rgba(252,246,246,0.5) 21%, rgba(219,238,244,0.5) 50%, rgba(255,248,227,0.5) 79%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,rgba(252,246,246,0.5)), color-stop(50%,rgba(219,238,244,0.5)), color-stop(79%,rgba(255,248,227,0.5)));
background: -webkit-linear-gradient(top,  rgba(252,246,246,0.5) 21%,rgba(219,238,244,0.5) 50%,rgba(255,248,227,0.5) 79%);
background: -o-linear-gradient(top,  rgba(252,246,246,0.5) 21%,rgba(219,238,244,0.5) 50%,rgba(255,248,227,0.5) 79%);
background: -ms-linear-gradient(top,  rgba(252,246,246,0.5) 21%,rgba(219,238,244,0.5) 50%,rgba(255,248,227,0.5) 79%);
background: linear-gradient(to bottom,  rgba(252,246,246,0.5) 21%,rgba(219,238,244,0.5) 50%,rgba(255,248,227,0.5) 79%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80fcf6f6', endColorstr='#80fff8e3',GradientType=0 );

    height: 100%;
    display: inline-block;
}
.banner-text {
    max-width: 445px;
    padding: 20px;
}

.banner-text h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 24pt;
}
.banner-text ul {
    font-size: 16pt;
    line-height: 30px;
}
.banner-text ul li{
    list-style-type: square;
}
.banner-text ul li+li {
    margin-top: 4px;
}

.inner-banner.banner {
    height: auto;
    min-height: auto;
    color: #fff;
}

.inner-banner.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(50, 132, 155, 0.4);
}
.inner-banner.banner .banner-text{
    padding: 100px 0;
}
.banner-options{
    font-family: 'Calibri';
    font-size: 14pt;
    padding: 20px 0;
    text-shadow: 2px 0 1px rgba(255, 255, 255, 0.9);
    color: #32849b;
    font-weight: bold;
}
.banner-options p{
    margin-bottom: 0;
}
.banner-options li{
    list-style-type: square;
}
.trusted-block i {
    color: var(--bs-gray-400);
}

.trusted-block .fa-solid.fa-star {
    color: var(--bs-yellow);
}

.trusted-block span {
    font-size: 13px;
}

.section-heading {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 16px;
}

.section-heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background-color: var(--bs-primary);
}

.section-heading.text-center:after {
    left: 50%;
    margin-left: -50px;
}

.hover-image {
    overflow: hidden;
}

.os-mobile-img-border {
    border: 4px solid var(--bs-primary);
}

.img-outline-border {
    position: relative;
}

.img-outline-border:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 100%;
    height: 100%;
    /* border: 4px solid var(--bs-primary); */
    z-index: 1;
}

.img-outline-border img {
    position: relative;
    z-index: 2;
}
.second-img{
    position: absolute !important;
    top: 0;
    right: 0;
}
.dual-mobile-img{
    margin-bottom: 50px;
}
.dual-mobile-img a{
    max-width: 48%;
}
.hover-image:hover img {
    transform: scale(1.1);
}

.list-content {
    margin: 0;
}

.list-content li+li {
    margin-top: 12px;
}

.list-content label {
    font-weight: bold;
}
.list-content span {
    font-style: italic;
}
.os-home-ll-img {
    height: 250px;
}

.get-started-section .container {
    max-width: 1000px;
}

.main-text {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
}

.main-list {
    margin-bottom: 28px;
}

.main-list li+li {
    margin-top: 8px;
}
.main-list li span{
    color: #b6b6b6;
}

.sub-list li+li {
    margin-top: 4px;
}

.list-column-2 {
    column-count: 2;
}

.sample-text {
    max-height: 248px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.sample-text:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}
.bg-light .sample-text:after{
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(248, 249, 250,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(248, 249, 250,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(248, 249, 250,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(248, 249, 250,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(248, 249, 250,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(248, 249, 250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}
.sample-text-block.open .sample-text:after{
    opacity: 0;
    visibility: hidden;
}
.sample-text-block.open .sample-text {
    max-height: 1200px;
}
.featur-list li{
    margin-bottom: 8px;
}
.learn-more {
    padding: 5px 0;
    border: none;
    background-color: transparent;
    font-weight: 700;
    color: var(--bs-primary);
    font-size: 18px;
}

.sample-text-block.open .learn-more i {
    transform: rotate(-180deg);
}

.fancy-image {
    position: relative;
    display: block;
}

.img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.img-overlay i {
    transform: scale(0.6);
    transition: all 0.3s ease-in-out;
}

.fancy-image:hover .img-overlay {
    opacity: 1;
}

.fancy-image:hover .img-overlay i {
    transform: scale(1);
}

.pricing-card {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
    border: none;
}

.pricing-accordion .accordion-button::after {
    background: none;
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: auto;
    height: auto;
    font-size: 22px;
}

.pricing-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.pricing-accordion .accordion-item {
    background-color: transparent;
    color: inherit;
    border: none;
}

.pricing-accordion .accordion-button {
    background-color: transparent;
    color: inherit;
    padding-left: 0;
    padding-right: 0;
}

.pricing-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.acc-price span {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}

.pa-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 12px;
}

.pricing-list {
    padding-left: 8px;
    margin-bottom: 0;
}

.pricing-list li {
    position: relative;
    padding-left: 24px;
    color: var(--bs-gray-200);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.pricing-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--bs-warning);
    font-size: 18px;
}

.tooltip-outer {
    position: relative;
    line-height: 16px;
}

.custom-tooltip {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid var(--bs-border-color);
    color: var(--bs-body-color);
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
    z-index: 11;
}

.custom-tooltip p {
    margin-bottom: 0;
}

.tooltip-outer:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

.most-popular-label {
    margin-top: -28px;
    margin-bottom: 4px;
}

.review-star i {
    color: var(--bs-primary);
    font-size: 18px;
}

.review-star span {
    font-size: 14px;
}

.reviewer-photo {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 100%;
    overflow: hidden;
}

.reviewer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.registered-section {
    min-height: 100vh;
    background: #32849b;
    background: -moz-linear-gradient(left, #32849b 0%, #93ccdb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #32849b), color-stop(100%, #93ccdb));
    background: -webkit-linear-gradient(left, #32849b 0%, #93ccdb 100%);
    background: -o-linear-gradient(left, #32849b 0%, #93ccdb 100%);
    background: -ms-linear-gradient(left, #32849b 0%, #93ccdb 100%);
    background: linear-gradient(to right, #32849b 0%, #93ccdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32849b', endColorstr='#93ccdb', GradientType=1);
}

.register-center {
    max-width: 500px;
}
.register-text{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: #fff;
}
.title-heading {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 2px;
}

.reg-text-note {
    color: #cf332c;
    font-size: 11px;
}
.text-warning {
    color: #32aaca  !important;
    font-size: 15px;
    font-weight: 500;
}
.os-agree-cls {
    font-size: 14px;
}

form input.error {
    border: 1px solid #cf332c;
}

form label.error {
    color: #cf332c
}

.pl-20 {
    padding-left: 25px;
}
/* Content End
-------------------------------------------------- */

/* Footer Start
-------------------------------------------------- */

footer a {
    color: var(--bs-gray-900);
}

footer a:hover,
footer a:focus {
    color: var(--bs-primary);
}

.social-icon {
    font-size: 28px;
}

.footer-block {
    margin-bottom: 40px;
}

/* Footer End
-------------------------------------------------- */

/* Pricing page Start
-------------------------------------------------- */
.os-pr-sec {
    margin: 0 0 40px 0;
}
.os-pr-sec-div {
    margin-top: 10px;
}
.os-pr-btn {
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.os-pr-btn label {
    width: 100%;
}
.os-pr-sec-line1 {
    font-size: 15px;
}
.os-pr-sec-line2 {
    font-size: 12px;
}
.os-pr-sec-line3 {
    font-size: 20px;
}
.price-sample-text {
    max-height: 325px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.price-sample-text-block.open .price-sample-text {
    max-height: 800px;
}
.price-sample-text-block.open .price-learn-more i {
    transform: rotate(-180deg);
}
.price-learn-more {
    padding: 5px 0;
    border: none;
    background-color: transparent;
    font-weight: 700;
    color: var(--bs-primary);
    font-size: 18px;
}
.price-learn-more i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Pricing page End
-------------------------------------------------- */

/* Subscribe registration Style Start 
-------------------------------------------------- */
.hide {
    display: none;
}
.myloader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .2 ) 
                url('../../panel/images/loading.gif') 
                50% 50% 
                no-repeat;
}

#payment-form input[type="text"],
#payment-form input[type="email"],
#payment-form #card-element {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#subRegisterForm .StripeElement,
#payment-form .StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    transition: box-shadow 150ms ease;
}
#subRegisterForm .StripeElement--focus,
#payment-form .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
#subRegisterForm .StripeElement--invalid,
#payment-form .StripeElement--invalid {
    border-color: #fa755a;
}
#subRegisterForm .StripeElement--webkit-autofill,
#payment-form .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#payment-form .normal-txt {
    font-weight: normal !important;
}
#payment-form .form-group label {
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
}
#subRegisterForm .pay-cards,
#payment-form .pay-cards {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 1;
}
#subRegisterForm .pay-cards img,
#payment-form .pay-cards img {
    width: 32px;
    filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#subRegisterForm .pay-cards img.active, 
#payment-form .pay-cards img.active {
    -webkit-filter: grayscale(0);
  filter: none;
}
#subRegisterForm .card-number-block,
#payment-form .card-number-block {
    position: relative;
}
#payment-form label.normal-txt.flex {
    display: flex;
}
#payment-form #terms {
    transform: scale(1.5);
    margin-right: 15px;
    margin-top: 6px;
    align-self: start;
}
/* Subscribe registration Style End 
-------------------------------------------------- */
.wrapper-blog-block {
    margin-bottom: 20px;
}
.wrapper-blog-block .title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 5px solid #32849b;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.wrapper-blog-block .title a {
   color: #000 !important; 
}

.wrapper-blog-block .title a:hover {
    color:rgb(255 193 7) !important; 
 }

.wrapper-blog-block .desc {
    font-size: 14px;
    margin-bottom: 10px;
}

.wrapper-blog-block .wread-more {
    font-size: 16px;
    margin-bottom: 10px;
}

.wrapper-blog-block .publish-date {
    color: #555252;
    font-weight: bold;
    
}
.on-home-banner-text li {
    margin-bottom: 20px;
    line-height: 1.1;
}

/* Responsive Style Start 
-------------------------------------------------- */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .price-sample-text {
        max-height: 275px;
    }
}/*
@media (max-width: 767px) {
    .price-sample-text {
        max-height: 200px;
    }
} */
@media (min-width: 768px) {
    .navbar-brand img {
        height: 85px;
    }

    .ls-image {
        width: 50%;
    }

    .ls-image+.ls-image {
        margin-top: -20px;
    }
}

@media (min-width: 992px) {
    .navbar-collapse .container {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .nav-link {
        font-size: 18px;
    }

    .banner-text h1 {
        font-size: 60px;
        line-height: 72px;
    }

    h2.section-heading {
        font-size: 42px;
        line-height: 52px;
    }

    h3.section-heading {
        font-size: 36px;
        line-height: 42px;
    }

    .list-content {
        font-size: 18px;
        line-height: 24px;
    }

    .get-started-section .h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .pricing-card {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px){
    .nav-link {
        font-size: 16px;
    }
    header .btn{
        --bs-btn-padding-x: 1rem;
        --bs-btn-font-size: 15px;
    }
}
@media (min-width: 1100px) and (max-width: 1199px){
    .nav-link {
        font-size: 15px;
    }
    header .btn{
        --bs-btn-padding-x: 0.75rem;
        --bs-btn-font-size: 14px;
    }
    .navbar{
        --bs-navbar-nav-link-padding-x: 0.75rem;
    }
}
@media (min-width: 992px) and (max-width: 1099px){
    .nav-link {
        font-size: 14px;
    }
    header .btn{
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 12px;
    }
    .navbar{
        --bs-navbar-nav-link-padding-x: 0.5rem;
    }
}

@media (max-width: 1199px) {
    .navbar .btn {
        padding-left: 12px;
        padding-right: 12px;
    }

    .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(255,255,255,1);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;

        border-top: 1px solid rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

    .navbar-collapse .container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        width: 30px;
        height: 3px;
        background-color: #000;
        position: absolute;
        left: 0;
        transition: transform 0.3s, top 0.3s, bottom 0.3s;
    }

    .navbar-toggler-icon::before {
        top: -10px;
    }

    .navbar-toggler-icon::after {
        bottom: -10px;
    }

    /* Active (cross) state */
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-color: transparent;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(45deg);
        top: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .inner-banner.banner .banner-text{
        padding: 50px 0;
    }
    .register-text{
        font-size: 16px;
        line-height: 26px;
        padding-top: 20px;
        max-width: 500px;
    }
    .dual-mobile-img{
        margin-bottom: 90px;
    }  
    .os-home-ll-img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 50px;
    }

    .navbar .btn.btn-info {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .btn-lg,
    .btn-group-lg>.btn {
        --bs-btn-padding-y: 0.5rem;
        --bs-btn-padding-x: 1.25rem;
        --bs-btn-font-size: 1.125rem;
    }

    .banner {
        min-height: 600px;
        height: auto;
    }
    .banner-text{
        padding-left: 15px;
        padding-right: 15px;

    }
    .banner-gradient{
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .banner-options{
        padding: 0;
        color: inherit;
        text-shadow: none;
    }
    .section-heading {
        margin-bottom: 30px;
    }

    .ls-image+.ls-image {
        margin-top: 32px;
    }

    .most-popular-label {
        margin-top: 0;
    }

    .pay-cards:not(.card-cvc){
        gap: 6px !important;
        right: 2 !important;
        top: -25px !important;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1100px) {
    .navbar>.container,
    .banner .container {
        max-width: 1200px;
    }
}