a:hover {
    text-decoration: none;
}
.navbar-brand img {
    height: 2.8rem;
    display: block;
}
.navbar.navbar-expand-md.navbar-dark.navbarCustomDef {
    /* background: #341d80!important; */
}
.bg-dark-blue {
    background: #341d80!important;
}
.navbarCustomDef .navbar-brand {
    padding: 0;
    margin-right: 0;
}
ul.navbar-nav.loginHead {
    /* padding: 6px 10px; */
}
.navbarCustomDef a.nav-link {
    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 5px;
    padding: 2px 25px !important;
    color: #fff !important;
    transition: 0.3s;
}
.navbarCustomDef a.nav-link:hover {
    border: 1px solid #feb204;
}
.navbarCustomDef li.nav-item.active a {
    color: #feb204 !important;
    border: 1px solid #feb204;
}
.findDevice {
    color: #fff;
    text-align: center;
    display: table;
    vertical-align: middle;
    margin: auto;
    height: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
}
.findDevice span {
    display: block;
}
.findDevice h3 {
    color: #ffc895;
}
ul.navbar-nav.loginHead li a {
    color: #000 !important;
    padding: 7px 30px !important;
    background: rgb(240, 133, 55);
    background: linear-gradient(90deg, rgba(240, 133, 55, 1) 0%, rgba(255, 204, 0, 1) 100%);
    transition: 0.3s;
    border-radius: 100px;
    border: 1px solid #fff;
}
ul.navbar-nav.loginHead li a:hover {
    background: linear-gradient(90deg, rgba(240, 133, 55, 1) 0%, rgba(240, 133, 55, 1) 100%);
    color: #fff !important;
}
.SliderTop {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    /* background: url('../images/bannerBG.jpg'); */
}
.sliderContent h1 {
    color: #ffc895;
    font-weight: normal;
    padding-bottom: 30px;
}
.SliderTop img.Slideimg {
    position: absolute;
    top: 0;
    z-index: -2;
}
section.SliderTop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    background: #341d80!important;
    z-index: -2;
}
.bgImg1 {
    background-image: url('../images/bg-design.png') !important;
    background-repeat: no-repeat !important;
    background-position-x: left!important;
    background-position-y: bottom !important;
    background-size: 40% !important;
}
.sliderContent {
    color: #fff;
    padding-top: 50px;
}
.btn-border-100 {
    padding: 10px;
    border-radius: 100px;
    min-width: 150px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding-right: 45px;
}
.btn-border-100 span {
    width: 44px;
    height: 44px;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
    text-align: center;
    box-shadow: -10px 0px 30px 0px rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}
.bg-blue-btn {
    background: #0077fd !important;
    color: #fff !important;
}
.bg-blue-btn span {
    background: #0076fb;
}
.bg-orange-btn {
    background: #ffb303 !important;
    color: #fff !important;
}
.bg-orange-btn span {
    background: #ffb203;
}
.bg-logo-blue {
    background: #03afed !important;
}
.bg-light-blue {
    background: #f8faff!important;
}
.bg-logo-softRed {
    background: #f7755f !important;
}
.contentSection {
    padding: 60px 0;
}
.feature .icon.color-3 {
    background: #def4fb;
}
.feature .icon.color-1 {
    background: #fce7f1;
}
.feature .icon.color-2 {
    background: #fdf2ea;
}
.feature .icon.color-4 {
    background: #ebfdf4;
}
.feature .icon {
    width: 90px;
    height: 50px;
    position: relative;
    padding-top: 10px;
}
.feature .icon.color-3:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px;
    border-color: transparent transparent #def4fb transparent;
}
.feature .icon.color-4:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px;
    border-color: transparent transparent #ebfdf4 transparent;
}
.feature .icon.color-4:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0;
    border-color: #ebfdf4 transparent transparent transparent;
}
.feature .icon.color-2:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0;
    border-color: #fdf2ea transparent transparent transparent;
}
.feature .icon.color-2:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px;
    border-color: transparent transparent #fdf2ea transparent;
}
.feature .icon.color-1:before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 20px;
    border-color: transparent transparent #fce7f1 transparent;
}
.feature .icon.color-1:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0;
    border-color: #fce7f1 transparent transparent transparent;
}
.feature .icon:before, .feature .icon:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
}
.feature .icon.color-3:after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 45px 0;
    border-color: #def4fb transparent transparent transparent;
}
.feature .icon:before, .feature .icon:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
}
.feature .icon {
    background: #321c7e !important;
}
.feature .icon:after {
    border-color: #321c7e transparent transparent transparent !important;
}
.feature .icon::before {
    border-color: transparent transparent #321c7e transparent!important;
}
.feature .icon svg {
    color: #fff;
}
.media-body p {
    color: #777;
}
.media-body h3 {
    font-size: 18px;
}
.imgBoxShadow {
    /* box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.1); */
    box-shadow: 0px 0px 50px 0px rgba(247, 117, 95, 0.15);
    border-radius: 4px;
}
.c-777 {
    color: #777;
}
.hoverBtn svg {
    transition: 0.3s;
    position: relative;
    left: 0;
}
.hoverBtn:hover svg {
    left: 8px;
}
.mt-7 {
    margin-top: 70px;
}
footer {
    background: #324148 !important;
    color: #fff;
}
.c-white {
    color: #fff;
}
.socialIcons a {
    transition: 0.3s;
}
.socialIcons a:hover {
    color: #f7755f;
}
.scrollToTop {
    margin: 0 30px 20px 0;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    transition: 0.3s;
    background: #000;
    padding: 10px 16px;
    border-radius: 3px;
    color: #fff !important;
}
.scrollToTop:hover {
    text-decoration: none;
    background: #333;
}
section.SliderTop.innerNav {
    padding-bottom: 0px;
}
section.SliderTop.innerNav img.img-fluid.Slideimg {
    top: -30px;
}
section#Pricing {
    padding: 30px 0;
}
.PricingBlock .pricing {
    font-size: 0.9rem;
}
.PricingBlock .card {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
    overflow: hidden;
    position: relative;
}
.badge-sm {
    font-size: 0.8rem;
}
.badge-marketing {
    padding: 0.5em 1em;
}
.badge-light {
    color: #1f2d41;
    background-color: #eff3f9;
}
.pricing .pricing-price {
    font-size: 3rem;
    color: #323f52;
    margin-bottom: 1rem;
}
.pricing .pricing-price sup {
    font-size: 1.5rem;
}
sup {
    top: -0.5em;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.pricing .pricing-price .pricing-price-period {
    font-size: 1.25rem;
}
.pricing .pricing-list {
    margin-bottom: 0;
    margin-left: 1.6em;
}
.pricing .pricing-list .pricing-list-item {
    margin-bottom: 1.2rem;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.text-teal {
    color: #00ba94 !important;
}
.text-dark, .page-header-light .btn-link {
    color: #1f2d41 !important;
}
.text-gray-200 {
    color: #e3e6ec !important;
}
span.Num-Price {
    float: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 14px;
}
.card-footer:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}
.pricing-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.bg-gray-800 {
    background-color: #323f52 !important;
}
.bg-gray-900 {
    background-color: #1f2d41 !important;
}
.icon-size {
    font-size: 20px;
}
.c-greenk {
    color: #30D70E !important;
}
.c-redk {
    color: #ccc !important;
}
.bgImgContact {
    background-image: url(../images/contact-map.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: left!important;
    background-position-y: bottom !important;
    background-size: contain !important;
    background-position: center !important;
    position: relative;
}
.bgImgContact:after {
    background: #f8faff;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.95;
}
.contentContact {
    position: relative;
    z-index: 2;
}
p.ContactLink {
    font-size: 14px;
    color: #000;
}
p.ContactLink a {
    font-size: 18px;
    color: #4309a1;
    font-weight: bold;
    transition: 0.3s;
}
p.ContactLink svg {
    font-size: 20px;
    color: #4309a1;
    transition: 0.3s;
}
p.ContactLink a:hover, p.ContactLink a:hover svg {
    color: #000;
}
.ViewPricingList tr td:nth-child(2), .ViewPricingList tr td:nth-child(4) {
    background: #0077FD;
    border: 1px solid #0e6cd7;
    color: #fff;
}
.ViewPricingList tr:hover {
    background: #f8f7f7;
}
.FormSrartTrial .input-group-prepend .input-group-text {
    background: #0077fd;
    width: 40px;
    color: #fff;
    text-align: center;
    padding: 0;
}
.FormSrartTrial .input-group-prepend .input-group-text svg {
    margin: auto;
}
.FormSrartTrial .input-group input[type="text"]:focus, .FormSrartTrial .input-group textarea {
    box-shadow: none;
}
.h-underline:hover {
    text-decoration: underline;
    color: #fff;
}
.PricingScroll {
    overflow: auto;
}
span#ThankyouMsg {
    display: block;
    font-size: 20px;
}
.PaymentDetailsUl li>span {
    background: #FFB303;
    padding: 8px 0px;
    border-radius: 3px;
    width: 120px;
    display: inline-block;
    border: 1px solid #edebeb;
    color: #fff;
    text-align: center;
}
.PaymentDetailsUl li {
    margin-bottom: 25px;
}
.PaymentDetailsUl li:nth-last-child(1) {
    margin-bottom: 0;
}
.border-b-radius {
    border-bottom: 1px solid #e7e5f1;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
li.PlanSelect {
    /* font-size: 20px;
    margin-bottom: 0px; */
}
/* The container */

.containerLabel {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        margin-bottom: 0px;
    
}
/* Hide the browser's default radio button */

.containerLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */

.containerLabel .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #2C1B77;
}
.containerLabel:hover input~.checkmark {
    background-color: #2C1B77;
}
.containerLabel input:checked~.checkmark {
    background-color: #2C1B77;
    border-radius: 22px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */

.containerLabel input:checked~.checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */

.containerLabel .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.checkoutLogos li {
    display: inline-block;
    text-align: center;
    flex-grow: 2;
    border-radius: 5px;
    padding: 10px;
}
.checkoutLogos li small {
    display: block;
}
.checkoutLogos li svg {
    font-size: 40px;
}
.checkoutLogos li a {
    color: #000;
    display: block;
}
.checkoutLogos li a:hover {
    /* color: #fff; */
    opacity: 0.6;
}
.checkConfirm {
    background: #f7f5ff;
    color: #000;
    padding: 10px;
    border-radius: 3px;
}
.checkoutLogos .paypalLi {
    background: #ffc439;
}
.checkoutLogos .debeitLi {
    color: #fff;
    background: #2c2e2f;
    margin-right: 10px;
}
.checkoutLogos .debeitLi a {
    color: #fff;
}
/* The container */

.containerCheckBox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */

.containerCheckBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
}
/* On mouse-over, add a grey background color */

.containerCheckBox:hover input~.checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */

.containerCheckBox input:checked~.checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */

.containerCheckBox input:checked~.checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.containerCheckBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.paymentSuccess svg {
    font-size: 48px;
    color: #008000;
}
/* buy Trial Btn in Index Pricing Section */

.PricingBuyTrial .btn-border-100 {
    min-width: 100px;
    text-align: center;
    padding: 6px 0px;
    font-size: 14px;
    border-radius: 4px;
}
.PricingBuyTrial .bg-blue-btn {
    background: none !important;
    border: 1px solid #0077fd;
    color: #0077fd !important;
}
.PricingBuyTrial .bg-orange-btn {
    background: #0077fd !important;
    border: 1px solid #0077fd;
}
.PricingBlock .pricing table td {
    text-align: center;
    vertical-align: middle;
    line-height: normal;
}
.PricingBlock .pricing table td .icon-size {
    margin-top: 1px;
    font-size: 19px;
}
.BuyStartC {
    border: 2px solid #fff;
    padding: 8px;
    text-align: center;
    width: 100px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
}
.PricingBlock table {
    margin-bottom: 0;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.PricingPlanChange {
    color: #2f1c78;
    text-align: center;
}
.PricingDetailLogo {
    background: #eeedf4;
}
.btnPlans {
    font-size: 19px;
    border-radius: 80px;
    border: none;
    padding: 4px 24px;
    display: inline-block;
    line-height: 24px;
    /* font-weight: lighter; */
    height: 36px;
}
.bg-gery-light {
    background: #f3f3f3;
}
.PricingScroll table tr:hover {
    background: #fcfafa;
}
.PricingBuyTrial a:hover {
    color: #fff !important;
    background: #0058bd !important;
}
.PricingBuyTrial a {
    transition: 0.3s;
}
.PricingSubscribe.PricingBlock .card.pricing .card-body {
    padding-bottom: 0px !important;
    padding-top: 15px !important;

}
.PricingSubscribe.PricingBlock .card.pricing {
     

    box-shadow: none;
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 0px;
    border-right: 0px;

}
.CreditDebitCard button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    margin-right: 10px;
    outline: none;
}
.CreditDebitCard button.active {
    background: #f1f8ff;
    border: 1px solid #6db2ff;
}
.CardsDebitCredit label {
    margin-bottom: 0;
    color: #000;

}
.CardsDebitCredit input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
}
.CardsDebitCredit select {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
}
.CardsDebitCredit input:focus,.CardsDebitCredit select:focus {
    border-bottom: 1px solid #9eccff;
    outline: none;
}
.CardsDebitCredit input:focus {

}
.PricingSubscribe.PricingBlock .col-lg-4 .card.pricing .card-body {
    border-bottom: 1px solid #000;
}
.imgPricing{
    margin: auto;
    display: block;
}
.findMyDevieTable{
    min-height: 270px;
}
.findMyDevieTable th {
    vertical-align: revert;
}
.spaceing-1 td {
    padding: 19px 0px;
}
.spaceing-1 th {
    vertical-align: middle;
}
 .tab-pane .testimonial-mainbg {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.1);
    background: var(--Title,#fff);
    box-shadow: 0 7px 15px 0 rgba(0,0,0,.05);
    padding: 20px;
    margin: 0 auto
}
 
 .tab-pane .testimonial-cnr {
    display: grid;
    box-shadow: 0 7px 15px 0 rgba(0,0,0,.0509803922);
    padding: 40px 20px;
    gap: 20px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.0509803922);
    border-radius: 13px;
    background: linear-gradient(240deg,#b5e1ff -4.04%,#dee5ff 32.83%,#dee5ff 74.1%,#d4ccff 101.29%);
    box-shadow: 0 20px 40px -40px rgba(219,227,237,.4)
}
 
 .tab-pane .testimonial-cnr .our-clients {
     width:533px; 
    margin: 0 auto;
     background:url(../images/quotes-img.svg) no-repeat; 
     background-position:center top; 
}
 
 .tab-pane .testimonial-cnr .our-clients .h2-title {
    color: #232323;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-top: 66px
}
 
 .tab-pane .testimonial-cnr .our-clients .hr {
    border-bottom: 2px solid #fff;
    margin: 40px 40px 0
}
 
 .tab-pane .testimonial-cnr .review {
    display: grid;
    gap: 16px;
    grid-template-columns: auto auto;
    width: 273px;
    padding: 20px 0
}
 
 .tab-pane .testimonial-cnr .review .user-rating {
    display: flex;
    width: 203px;
    align-items: center
}
 
 .tab-pane .testimonial-cnr .review .star-bg {
    background: url(../images/sm-star-empty.svg) 0 0;
    background-repeat: repeat-x;
    background-size: 37px 32px;
    flex: auto;
    flex: 0 0 186px;
    height: 32px
}
 
 .tab-pane .testimonial-cnr .review .fill {
    background: url(../images/sm-star-black.svg) 0 0;
    background-size: 37px 32px;
    height: 32px
}
 
 .tab-pane .testimonial-cnr .review .rate-45 {
    width: 152px
}
 
 .tab-pane .testimonial-cnr .review .rating-num {
    color: #080e24;
    font-size: 32px;
    font-weight: 700;
    text-align: center
}
 
 .tab-pane .testimonial-cnr .review .rating-num .total-rating {
    color: #98a2b3
}
 
 .tab-pane .testimonial-cnr .testimonial-item {
    display: grid;
    gap: 16px;
    width: 72%;
    margin: 0 auto
}
 
 .tab-pane .testimonial-cnr .testimonial-item .h3-title {
    font-size: 24px;
    color: #344054;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
 
 .tab-pane .testimonial-cnr .testimonial-item .h3-title .initial {
    border-radius: 80px;
    width: 52px;
    height: 52px;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}
 
 .tab-pane .testimonial-cnr .testimonial-item .para {
    font-size: 18px;
    color: #344054;
    display: grid;
    gap: 16px
}
 
 .tab-pane .testimonial-cnr .arrow-btn {
    width: 262px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    display: none
}
 
 .tab-pane .testimonial-cnr .arrow-btn .slick-next, .tab-pane .testimonial-cnr .arrow-btn .slick-prev {
    position: relative;
    background: 0 0
}
 
 .tab-pane .testimonial-cnr .arrow-btn .slick-next::before, .tab-pane .testimonial-cnr .arrow-btn .slick-prev::before {
    font-family: "Font Awesome 6 Pro";
    background: 0 0;
    width: auto;
    height: auto;
    font-size: 40px;
    position: relative;
    color: #050f1f
}
 
.section-tab-content .tab-pane .testimonial-cnr .arrow-btn .slick-prev::before {
    content: "\f053"
}
 
 .tab-pane .testimonial-cnr .arrow-btn .slick-next::before {
    content: "\f054"
}
 
 .tab-pane .testimonial-cnr .arrow-btn .list {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 22px;
    align-items: center
}
 
 .tab-pane .testimonial-cnr .arrow-btn .list .dots {
    height: 12px;
    width: 12px;
    background-color: #c4c4c4;
    border-radius: 50%
}
 
 .tab-pane .testimonial-cnr .arrow-btn .list .dots:hover {
    background-color: #050f1f
}
.sec-title.team-sec-title {
    text-align: center;
    padding: 30px;
}