*{
	margin:unset;
	padding:unset;
	border:unset;
	outline:unset;
}
body
{
	background:#fdfdfe!important;
}
.bg-white
{
	background-color:#ffffff;
}
.btn-center{
	margin:0px auto;
}
.msg-bx
{
	max-width:500px;
	margin:0px auto;
}
.txt-btn
{
	border:unset!important;
	background:unset!important;
}
.site-btn {
    outline: none;
    border: unset !important;
    background-color: #426cb4 !important;
    padding: 10px 30px !important;
    width: 200px;
    display: block !important;
}
ul.ftmenu {
    text-align: center;
    padding: unset;
    margin: unset;
}
ul.ftmenu li {
    list-style: none;
    display: inline;
	padding: 0px 5px;
}
.hightfull {
    height: 74vh;
}
/* Signup / Login */
.logo {
    width: 200px;
    display: block;
    margin: 50px auto 0px;
}
.logo a img {
    width: 100%;
}

.bx-wrapsgn, .bx-wraplgn {
    max-width: 1000px;
    margin: 0px auto;
    background-color: #fcfcfc;
    padding: 10px 40px;
    box-shadow: 0 4px 8px 0 rgb(214 213 213 / 20%), 0 6px 20px 0 rgb(182 182 182 / 19%);
}
.alrd-bx {
    border-top: solid 1px #ececec;
    padding-top: 30px;
    margin-top: 185px;
}
.lg-alrd-bx
{
	border-top: solid 1px #ececec;
    padding-top: 30px;
}
#inv-signup, #inv-login {
    border-left: solid 1px #e6e6e6;
    padding-left: 85px;
}
form#inv-signup input[type=radio] {
    width: 10%;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}
form#inv-signup label {
    display: inline-block;
}
/* Inner header */
.innerlogo {
    display: block;
    width: 300px;
    margin: 0;
}
a.lgt-icon {
    display: block;
    width: 80px;
    /* height: 30px; */
}
a.lgt-icon i {
    vertical-align: bottom;
}




.header-list {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    gap: 50px;
    width: 55%;
}
ul.menulist {
    display: flex;
    align-items: center;
    gap: 15px;
}
ul.menulist li a {
    padding: 4px 8px;
}
a.lgt-icon {
    float: right;
    width: 100%;
}
/* .sidedashboard {
    height: 100vh;
} */

.rightmenu {
    display: flex;
    gap: 25px;
    align-items: center;
}
.rightmenu ul {
    margin: 0;
}


/* Reading Email */
.em-error {
    background: #ffd5d594;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75vh;
}
.read-email {
    background: #c8ffc89e;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
}
img.compDone {
    width: 40%;
}
img.failedimg {
    width: 35%;
    margin-bottom: 20px;
}
.em-error p {
    font-size: 20px;
    width: 50%;
}
.read-email a {
    display: block;
    width: 400px;
	color: #000 !important;
    font-size: 19px;
}
.read-email a img {
    display: inline;
}
form.gm-form {
    width: 500px;
    margin: 20px auto;
}

/* banner slider */
.fliptext 
 img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.fliptext {
    position: relative;
}
.slide-contxt {
    left: 30%;
    position: absolute;
    bottom: 60px;
    background: rgb(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    width: 600px;
}
.slide-contxt h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}
.slide-contxt p {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
}

.banner-slider .slick-dots {
    bottom: 20px;
    right: 47%;
    width: unset;
}
.banner-slider .slick-dots li button:before {
    font-size: 16px;
    line-height: 25px;
    width: 50px;
    height: 50px;
    opacity: 1;
    color: #fff;
}
.banner-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0043ff;
}
.powered-Section {
    padding: 40px 45px 70px !important;
}
/* Sidebar */
ul.side-menu li a {
    display: inline-block;
    padding: 10px 15px;
    border-bottom: solid 1px #e6e6e6;
	width:100%;
	text-decoration: none;
    font-weight: 500;
    color: #1c1c1c;
}
ul.side-menu li a:hover {
    background-color: #f6f6f6;
    border-radius: 3px;
    text-decoration: none;
}
ul.side-menu li a i {
    margin-right: 5px;
}
.wlcm-bx {
    padding: 0px 20px;
}
.sidebar {
    height: 100%;
    border-right: solid 1px #e6e6e6;
    /* padding-right: 30px; */
}
.connectLogEmail {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14.5px;
}
/* table#myEmailResultsTable {
    white-space: nowrap;
} */

/* Help Desk */

/* Header */
.header {
  background-color: #004aad;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.header h1 {
  margin-bottom: 10px;
}
ul.hlp-cnt li {
    display: inline-block;
	margin-left: 20px;
}
ul.hlp-cnt span {
    width: 20%;
}
ul.hlp-cnt span img {
    width: 100%;
}
ul.hlp-cnt li button {
    vertical-align: text-bottom;
    display: inline-block;
    float: right;
}
/* Ticket Form */
.ticket-form {
  background-color: white;
  margin-top: 30px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.ticket-form h2 {
  margin-bottom: 20px;
}

.ticket-form input,
.ticket-form select,
.ticket-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


/* FAQ */
.faq {
  margin-top: 40px;
}

.faq h2 {
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h3 {
  color: #004aad;
  margin-bottom: 5px;
}

/* Footer */
.footer {
  background-color: #eee;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

.footer a {
  color: #004aad;
  text-decoration: none;
}

/* profile page */
.profile-sectn {
    padding: 50px 0;
}
.rowprofile {
    display: flex;
    gap: 25px;
}
.profile-setup {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #c3c3c3;
    padding: 70px 30px;
    border-radius: 10px;
}
.profile-edit {
    width: 65%;
    border: 1px solid #c3c3c3;
    padding: 50px 30px;
    border-radius: 10px;
}
.profileusr img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}
h3.usrname {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.frst-nm {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
}
.form-field input {
    border: 1px solid #c3c3c3;
    padding: 6px 10px;
    border-radius: 5px;
}
.form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}
.form-diven {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
h3.edited-hed {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.social-lnk {
    display: flex;
    flex-direction: column;
    width: 33%;
}
.socialusr {
    display: flex;
    flex-direction: row;
}
.btnsubmit .submit-detailbtn {
    border: 1px solid #002fb5;
    background-color: #002fb5;
    color: #fff;
    width: 40%;
    font-size: 17px;
    font-weight: 500;
}
.btnsubmit .submit-detailbtn:hover {
    border-color:#0043ff;
    background-color: #0043ff;
    color: #fff;
}
.btnsubmit {
    text-align: center;
}
.profile-descrip {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.profile-descrip textarea {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 10px;
}
.profile-descrip input {
    border: 1px solid #c3c3c3;
    padding: 6px 10px;
    border-radius: 5px;
}
.profileusr{
    position: relative;
}
img.short-img {
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: -12px;
    left: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.userinfomatn {
    padding: 70px 70px 0;
}
.detailed-proff {
    display: flex;
    justify-content: left;
    gap: 20px;
}
.aboutdetail , .user-image  {
    width: 25%;
}
.detail-moreinfo {
  width: 45%;
}
.user-image img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.user-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutdetail h3 , .detail-moreinfo h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.partsinfo {
    margin-bottom: 15px;
}
.partsinfo h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.socialicon {
    display: flex;
    gap: 15px;
}
.socialicon i {
   padding: 5px;
   font-size: 16px;
}


.infoside-value {
    display: flex;
    align-items: center;
    gap: 20px;
}
.infoside-value h5 {
    width: 25%;
}

/* Subscription page */

.subsciptn{
    padding: 70px 70px 0;
}
.subsciptn h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.subsciptn p {
    text-align: center;
    margin-top: 5px;
}

.wrapper-price {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin: 50px;
    padding: 0px 20px;

}
.pricing-table{
   box-shadow: 0px 0px 18px #ccc;
   text-align: center;
   padding: 60px 0px;
   border-radius: 15px;
   position: relative;
 
}
.pricing-table .head {
    border-bottom:1px solid #eee;
    padding-bottom: 50px;
    transition: all 0.5s ease;
}
.pricing-table:hover .head{
   border-bottom:1px solid #2563eb;
   
}

.pricing-table .head .title{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.pricing-table .content .price{
    background:linear-gradient(to right, #5b8fff 0%, #033fc2 100%);
    width: 80px;
    height: 80px;
    margin: auto;
    line-height: 90px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: -40px;
     transition: all 0.5s ease;
}
.pricing-table:hover .content .price{
    transform: scale(1.2);
 
}
.pricing-table .content .price h2{
    color:#fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}
.pricing-table .content ul{
   list-style-type: none;
   margin-bottom: 20px;
   padding-top: 10px;
}

.pricing-table .content ul li{
    margin: 20px 0px;
    font-size: 14px;
    color:#555;
}

.pricing-table .content .sign-up{
    background:linear-gradient(to right, #5b8fff 0%, #033fc2 100%);
    border-radius: 40px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}


.pricing-table .btn {
	color: #fff;
	padding: 14px 40px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3 linear;
	transition: all 0.3 linear;
	border: none;
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
    margin: 2px;
    z-index: 9999;
    text-decoration: none;
    border-radius:50px;
 
}

.pricing-table .btn:hover{
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.pricing-table .btn.bordered {
	z-index: 50;
	color: #333;
}
.pricing-table:hover .btn.bordered{
	color:#fff !important;
}

.pricing-table .btn.bordered:after {
	background: #fff none repeat scroll 0 0;
	border-radius: 50px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3 linear;
	transition: all 0.3 linear;
	width: 100%;
	z-index: -1;	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}
.pricing-table:hover .btn.bordered:after{
	opacity:0;
	transform:scale(0);
}

.track-histry {
    margin: 60px 50px;
}


/* checkout page */
.checkplans {
    padding: 50px 0;
}
.card{
    border:none;
}
.form-control {
    border-bottom: 2px solid #dbdbdb !important;
    border: none;
    font-weight: 600
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset !important;
    outline: 0;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid blue !important;
    box-shadow: unset !important;
}
.inputbox {
    position: relative;
    margin-bottom: 20px;
    width: 100%
}
.inputbox span {
    position: absolute;
    top: 5px;
    left: 11px;
    transition: 0.5s
}
.inputbox i {
    position: absolute;
    top: 13px;
    right: 8px;
    transition: 0.5s;
    color: #3F51B5;
}
.inputbox i:nth-child(2) {
    position: absolute;
    top: 13px;
    right: 32px;
    transition: 0.5s;
    color: #3F51B5;
}
.inputbox i:nth-child(3) {
    position: absolute;
    top: 13px;
    right: 55px;
    transition: 0.5s;
    color: #3F51B5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.inputbox input:focus~span {
    transform: translateX(-0px) translateY(-15px);
    font-size: 12px
}
.inputbox input:valid~span {
    transform: translateX(-0px) translateY(-25px);
    font-size: 12px
}
.card-blue{
    background-color: #1c5be7 !important;
}
.hightlight{
    background-color: #0239b1;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
    font-size: 14px;
}
.yellow{

    color: #fdcc49; 
}
.decoration{

    text-decoration: none;
    font-size: 14px;
}
.btn-success {
    color: #fff;
    background-color: #492bc4;
    border-color:#492bc4;
}
.btn-success:hover {
    color: #fff;
    background-color:#492bc4;
    border-color: #492bc4;
}
.decoration:hover{

    text-decoration: none;
    color: #fdcc49; 
}

.inputbox .form-control {
    border: unset;
}
.checkout-head h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
.summry-head h2 {
    font-size: 32px;
}
.checkout-sectn {
    width: 90% !important;
}
span.enterplan {
    font-size: 17px;
    font-weight: 500;
}
.subshort-hdng{
    font-size: 15px;
}
.subshort-hdng {
    font-size: 12px;
}

/* order history page */
.ordersectn {
    width: 85% !important;
}
.yourorder {
    margin: 70px 0;
}
.count-order {
    margin-bottom: 25px;
}
.count-order h2 {
    font-size: 22px;
    font-weight: 600;
}
.count-order h2 span {
    font-size: 18px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
    background-color: #e5e5e5;
}
.order-tabs {
    margin-bottom: 50px;
}

.ord-tab {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    width: 35%;
    border-radius: 10px;
    padding: 5px;
}
  
  .ord-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 35px;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 5px;
  }
  
  .ord-tab button:hover {
    background-color: #ddd;
  }
  
  .ord-tab button.active {
    background-color: #fff;
    color: #000;
    font-weight: 500;
  }
  
  .order-content {
    display: none;
  }
  .order-data {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.tracking-dtl {
    padding: 20px;
    background-color: #f1f1f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.track-info {
    display: flex;
    gap: 25px;
    width: 50%;
}
.ordr-pld {
    width: 25%;
}
.ordr-pld h5 {
    font-size: 14px;
}
.ordr-pld p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}
.track-id {
    width: 30%;
    text-align: right;
}
.ordr-lnk h5 {
    font-weight: 500;
    font-size: 15px;
}
.ordr-lnk p{
    margin-top: 5px;
}
.ordr-lnk p a {
    font-size: 14px;
    text-decoration: underline;
    color: #1c5be7 ;
    text-align: right;
}

.tracking-card {
    padding: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.tracking-card h3 {
    font-size: 20px;
    font-weight: 600;
}
.histry-plans {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    gap: 20px;
}
.plans-rgtside {
    display: flex;
    gap: 20px;
    width: 70%;
}
.orderimg {
    width: 25%;
}
.plans-info{
    width: 75%;
}
.orderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.plans-info h4 {
    font-size: 18px;
    font-weight: 500;
}
.plans-info p {
    font-size: 15px;
    margin: 5px 0 8px;
}
.planbuy-lnk a {
    border: 1px solid #d7d7d7 ;
    padding: 5px 10px;
    border-radius: 5px;
}
.planbuy-lnk a:hover {
    color: #000;
    text-decoration: none;
}
.planbuy-lnk {
    margin-top: 20px;
}
.open-bgbtn {
    border-color: #1c5be7 !important;
    background-color: #1c5be7;
    color: #fff;
}
.open-bgbtn:hover {
    color: #fff !important;
}
span.tag-dlivr {
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #568aff2e;
    font-size: 14px;
}
span.tag-cancl {
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #fd3c3c2e;
    font-size: 14px;
}
.plans-lftside h3 {
    margin-bottom: 10px;
}


/* Track tab */
div#trackodr {
    padding: 50px;
}
.tracktab-card{
    margin: auto;
    width: 60%;
    max-width:600px;
    padding: 4vh 0;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-top: 3px solid #1c5be7 ;
    border-bottom: 3px solid #1c5be7 ;
    border-left: none;
    border-right: none;
}
.trak-title{
    color: #1c5be7 ;
    font-weight: 600;
    margin-bottom: 2vh;
    padding: 0 8%;
    font-size: 18px;
}
#trac_details{
    font-weight: 400;
}
.trak-tabinfo{
    padding: 5% 8%;
}
.trak-tabinfo .col-5{
    padding: 0;
}
#trac_heading{
    color: grey;
    line-height: 6vh;
}
.tabtrak-pricing {
    background-color: #ddd3;
    padding: 3vh 8%;
    font-weight: 400;
    line-height: 2.5;
}
.tabtrak-pricing .col-3{
    padding: 0;
}
.trak-total{
    padding: 3vh 8%;
    color: #1c5be7;
    font-weight: bold;
}
.trak-total .col-3{
    padding: 0;
    font-size: 20px;
}
.trak-footer{
    padding: 0 8%;
    font-size: x-small;
    color: black;
}
.trak-footer i{
    font-size: 20px;
    opacity: 0.2;
}
.trak-footer a{
    color: #1c5be7;
}
.trak-footer .col-10, .col-2{
    display: flex;
    padding: 10vh 0 0;
    align-items: center;
    font-size: 12px;
}
.trak-footer .row{
    margin: 0;
}
#progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: #1c5be7;
    padding-left: 0px;
    margin-top: 3vh
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: rgb(160, 159, 159);
}

#progressbar #step1:before {
    content: "";
    color: #1c5be7;
    width: 5px;
    height: 5px;
    margin-left: 0px !important;
}

#progressbar #step2:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-left: 32%;
}

#progressbar #step3:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 32% ; 
}

#progressbar #step4:before {
    content: "";
    color: #fff;
    width: 5px;
    height: 5px;
    margin-right: 0px !important;
    /* padding-right: 11px !important */
}

#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh;
}

#progressbar li:after {
    content: '';
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 0%;
    right: 0%;
    margin-bottom: 2vh;
    top: 1px;
    z-index: 1;
}
.progress-track{
    padding: 0 8%;
}
#progressbar li:nth-child(2):after {
    margin-right: auto;
}

#progressbar li:nth-child(1):after {
    margin: auto;
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 68%;
}
#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 132%;
}

#progressbar  li.active{
    color: black;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1c5be7;
}


/* payment successfull */

.paymtbg {
    width: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px;
    margin-top: 40px;
    
  }
  
  .paymetcard {
    background-color: white;
    width: 100%;
    float: left;
    margin-top: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 80px 30px 25px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
    
    .pycard_success {
      position: absolute;
      top: -50px;
      left: 145px;
      width: 100px;
      height: 100px;
      border-radius: 100%;
      background-color: #1c5be7;
      border: 5px solid white;
      
      i {
        color: white;
        line-height: 100px;
        font-size: 45px;
      } 
    }
    .pycard_msg { 
      text-transform: uppercase;
      color: #55585b;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 5px;
    }
    .pycard_submsg {
      
      color: #959a9e;
      font-size: 16px;
      font-weight: 400;
      margin-top: 0px;
      
    }
    .pycard_body {
      
      background-color: #1c80e717;
      border-radius: 10px;
      width: 100%;
      margin-top: 30px;
      float: left;
      box-sizing: border-box;
      padding: 30px;
      
    }
    .pycard_avatar {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: -15px;
    }
    .pycard_recipient-info {
      display: inline-block;
    }
    .pycard_recipient {
      color: #232528;
      text-align: left;
      margin-bottom: 5px;
      font-weight: 600;
    }
    .pycard_email {
      color: #838890;
      text-align: left;
      margin-top: 0px;
    }
    .pycard_price {
      color: #232528;
      font-size: 70px;
      margin-top: 25px;
      margin-bottom: 30px;
    
      span {
        font-size: 60%;
      }
      
    }
    .pycard_method {
      color: #7c7c7c;
      text-transform: uppercase;
      text-align: left;
      font-size: 11px;
      margin-bottom: 5px;
    }
    .pycard_payment {
      background-color: white;
      border-radius: 4px;
      width: 100%;
      height: 100px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .pycard_credit-card {
      width: 50px;
      display: inline-block;
      margin-right: 15px;
    }
    .pycard_card-details {
      display: inline-block;
      text-align: left;
    }
    .pycard_card-type {
      text-transform: uppercase;
      color: #232528;
      font-weight: 600;
      font-size: 12px;
      margin-bottom: 3px;
    }
    .pycard_card-number {
      color: #838890;
      font-size: 12px;    
      margin-top: 0px;
    }
    .pycard_tags {
      clear: both;
      padding-top: 15px;
    }
    .pycard_tag {
      text-transform: uppercase;
      background-color: #1c80e717;
      box-sizing: border-box;
      padding: 4px 10px;
      border-radius: 3px;
      font-size: 11px;
      color: #6c6666;
    } 
    
/* Invoice page */
.invoice-sec {
    padding: 70px 20px;
}
.page-content {
    width: 80% !important;
}
.text-secondary-d1 {
    color: #728299!important;
}
.page-header {
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    padding-top: .5rem;
    border-bottom: 1px dotted #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.page-title {
    padding: 0;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 300;
}
.brc-default-l1 {
    border-color: #dce9f0!important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
}
.mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.text-grey-m2 {
    color: #888a8d!important;
}

.text-success-m2 {
    color: #86bd68!important;
}

.font-bolder, .text-600 {
    font-weight: 600!important;
}

.text-110 {
    font-size: 110%!important;
}
.text-blue {
    color: #478fcc!important;
}
.pb-25, .py-25 {
    padding-bottom: .75rem!important;
}

.pt-25, .py-25 {
    padding-top: .75rem!important;
}
.bgc-default-tp1 {
    background-color: rgba(121,169,197,.92)!important;
}
.bgc-default-l4, .bgc-h-default-l4:hover {
    background-color: #f3f8fa!important;
}
.page-header .page-tools {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.btn-light {
    color: #757984;
    background-color: #f5f6f9;
    border-color: #dddfe4;
}
.w-2 {
    width: 1rem;
}

.text-120 {
    font-size: 120%!important;
}
.text-primary-m1 {
    color: #4087d4!important;
}

.text-danger-m1 {
    color: #dd4949!important;
}
.text-blue-m2 {
    color: #68a3d5!important;
}
.text-150 {
    font-size: 150%!important;
}
.text-60 {
    font-size: 60%!important;
}
.text-grey-m1 {
    color: #7b7d81!important;
}
.align-bottom {
    vertical-align: bottom!important;
}

.lastpay-era .paybtn-info {
    border: 1px solid #1c5be7 ;
    color: #fff;
    background-color: #1c5be7 ;
}
.lastpay-era .paybtn-info:hover {
    border-color:#1c5be7 ;
    color: #fff;
    background-color: #00319b ;
}

/*-------Stylesheet for stripe element-------*/

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
 
 #pymt-btnw, #wlt-btn {
    background-color: #247ed8;
    border: unset;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: 20px;
	outline: unset;
}
 
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid #c39d5d;
  border-radius: 4px;
  background-color: white;

  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.form-row.stripe-box {
    width: 100%;
}

.payment_form .form-group {
    width: 45%;
    text-align: left;
	 margin-right: 30px;
}
.payment_form label {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
}



/* header */

	.dashsidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#374555;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.headerNav-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#3B73A0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.dashsidenav a , .headerNav-menu a {
    font-weight: 500;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px !important;
    color: #fff;
    display: block;
    transition: 0.3s;
    margin-bottom: 5px;
    text-decoration: none;
}

.dashsidenav a:hover , .headerNav-menu a:hover {
  color: #f1f1f1;
}

.dashsidenav .dashClose , .headerNav-menu .HeadClose {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}

#mobileMain {
    transition: margin-left .5s;
    padding: 16px;
    display: none;
}
 #mobileHead {
    padding: 15px;
    margin-top: 15px;
    display: none;
}
.dashnoardRow {
    margin: 0 !important;
}
.moblink {
    border-bottom: 1px solid #b9b9b938;
    border-radius: 8px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-decoration: none;
}
.moblink:hover {
    color: #e1e1e1;
}  
.moblink i {
    margin-right: 5px;
    font-size: 18px !important;
} 

/* aoi side */
.aoiHeader {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.aoifields-sec form{
    /* width:600px;  */
    margin:50px auto 0px;
}
.inventryHdr {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.compltDone , .failCross {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75vh;
}


/* setup gmail page */
.pageCard-head {
    text-align: center;
    width: 60%;
    /* border: 1px solid #d5d5d5; */
    padding: 0 20px;
    border-radius: 5px;
}
.pageCard-head h3 {
    font-size: 30px;
    font-weight: 600;
}
.pageCard-head p {
    margin: 0;
}
.cardHeader {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.cardSteps-section {
    margin-top: 15px;
    border: 1px solid #d5d5d5;
    padding: 20px;
    border-radius: 5px;
}
.stepCards {
    padding: 25px 25px 0;
}
img.secondStpImg {
    margin-top: 20px;
}
.stepnotes ul {
    padding-left: 30px;
}
.stepnotes ul li {
    list-style: circle;
}
.stepnotes p {
    margin: 0;
}
.cardhd-nams h3 {
    font-size: 16px;
}
.setUpLink a {
    color: #000064;
    text-decoration: underline;
    font-weight: 400;
}
.settingSec {
    margin-top: 25px;
}
.settingSec h3 {
    font-size: 24px;
    margin: 0;
}
.tablebold {
    font-weight: 500;
}
.compareHeading {
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
}
.Comparison-contain {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#myEmailResultsTable th {
    white-space: nowrap;
}
.authent-accut {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79vh;
}
.authent-section {
    width: 50%;
    background-color: #fff;
    box-shadow: 0 0 12px #e5e5e5;
    padding: 35px 50px;
    border-radius: 15px;
}
.traferImg {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.traferImg h4 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    width: 70%;
    align-self: center;
}
.faquestion button {
    color: #000;
    font-weight: 500;
    box-shadow: unset !important;
    text-decoration: none !important;
    padding: 0;
    border: unset;
}
.faquestion button:hover {
    color: #3B73A0;
}
.faquestion button:active {
    color: #3B73A0;
}

/* documnet page */
.upoad-headng {
    margin-bottom: 40px;
}
.upoad-headng h3 {
    font-size: 22px;
    font-weight: 700;
}
.insurance-card , .adjuster-card , .amazon-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.card-headr h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
button#toggleDocumentMenu {
    padding: 10px 15px;
    border-bottom: solid 1px #e6e6e6;
    text-decoration: none;
    font-weight: 500;
    color: #1c1c1c;
}
.submenuoptn {
    background-color: #3b73a0;
}
.submenuoptn a{
    color: #fff !important;
}
.submenuoptn a:hover{
    color: #fff !important;
    background-color: #216093 !important; 
}
.activesub {
     background-color: #216093 !important;
}
.navmobile-menu {
    padding: 8px 8px 8px 32px;
    font-weight: 600;
    color: #fff;
}
.submenu {
    background-color: #3b73a0;
}


/* view document page */
.downFileCards {
    padding: 30px 15px 20px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
.seprateFiles-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.seprateFiles-card i {
    font-size: 38px;
    color: #007BFF;
}
.seprateFiles-card h3 {
    font-size: 18px;
    font-weight: 600;
}
.downloadCard {
    padding: 20px;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

/* contact page */
 .contact-card {
      border-left: 4px solid #007bff !important;
    }
    .contact-icon {
      font-size: 24px;
      color: #007bff;
    }
    .contactHead h2 {
    font-size: 28px;
    font-weight: 600;
}
.seprateFiles-card a {
    word-wrap: break-word;
}





/* technical support */

 .technival-header {
      text-align: center;
      padding: 40px 20px 20px;
      background: #eaf4ff;
    }
    .technival-header h2 {
      font-size: 28px;
      /* margin-bottom: 10px; */
    }
    .technival-header p {
      font-size: 16px;
      color: #555;
    }
    .search-techbox {
      margin: 20px auto;
      max-width: 500px;
      display: flex;
      justify-content: center;
    }
    .search-techbox input {
      width: 100%;
      padding: 8px 15px;
      font-size: 15px;
      border-radius: 8px;
      border: 1px solid #ccc;
    }
    .issuesGrid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      padding: 0 20px 30px;
      margin: auto;
      width: 100%;
      background-color: #eaf4ff;
    }
    .QuestionCard {
      background: #fff;
      border: 1px solid #e0e0e0;
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      transition: box-shadow 0.2s;
      cursor: pointer;
    }
    .QuestionCard:hover {
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .issues-icon {
      font-size: 24px;
      margin-bottom: 10px;
      color: #007BFF;
    }
    .section {
      padding: 30px 0 ;
      margin: auto;
    }
    .section h2 {
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 600;
    }
    .faq, .contact {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }
    .faq ul, .contact ul {
      list-style: none;
      padding-left: 0;
    }
    .faq li, .contact li {
      margin-bottom: 10px;
    }
    .faQsection a {
      text-decoration: none;
      color: #007BFF;
    }
    .videos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }
    .video-card {
      background: #f0f5ff;
      padding: 15px;
      border-radius: 10px;
      text-align: center;
    }
   .footer-cta {
    background: #eaf4ff;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}
    .footer-cta a {
      background: #007BFF;
      color: white;
      border: none;
      padding: 8px 24px;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
    }
    .footer-cta a:hover {
      background: #0268d6;
      color: white;
      text-decoration: none;
    }
    .video-card iframe {
    border-radius: 10px;
    width: 100%;
}
.video-card iframe {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.video-card p {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}
.faQsection {
    width: 60%;
}
.contactSection {
    width: 40%;
}
.listcont i {
    font-size: 20px;
    color: #0056b3;
    margin-right: 5px;
}
a.emailid-sec {
    margin-left: 30px;
    font-weight: 400;
}
.livespprt {
    font-weight: 500;
}
.accordion-header {
  background: none;
  border: none;
  font-size: 15px;
  text-align: left;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  font-weight: 500;
  color: #007BFF;
  display: flex;
  align-items: center;
  gap: 8px;
}

.accordion-header .icon {
  transition: transform 0.2s ease;
  font-size: 10px;
}

.accordion-body {
  display: none;
  padding: 0 10px 10px 28px;
  color: #444;
  font-size: 14px;
}
.accordion-body ol {
    list-style: circle;
    margin: 10px 24px;
}
.accordion-body ul {
    margin: 10px 25px;
    list-style: disc;
}


.supportHelp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.userQueryRply {
    width: 60%;
}
.querply-cards {
    /* padding: 20px; */
    border: 1px solid #3b73a0 ;
    background-color: #fff ;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
 .userCard {
    background-color: #3b73a0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px 15px 15px 8px;
    width: 52%;
    position: relative;
    align-self: flex-start;
} 
.userCard::before {
    content:"";
    position: absolute;
    top: 35px;
    left:-9px;
    width: 0;
    height: 0;
    border-top:10px solid transparent ;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #3b73a0;
}
.userCard h3 {
    font-size: 16px;
}
.userCard p {
    margin: 0 0 5px;
    word-break: break-word;
    font-size: 14px;
}
.queryAdmin-here {
    width: 52%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.adminCard h3 {
    font-size: 16px;
}
.adminCard p {
    margin-bottom: 8px;
    word-break: break-word;
    font-size: 14px;
}
.adminCard {
    background-color: #2563eb;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px 8px 15px 15px;
    position:relative;
}
.adminCard::before {
    content:"";
    position: absolute;
    top: 20px;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #2563eb;
}

.ticket-header {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
}
.ticket-header .resolved {
    color: #216093;
}
.ticket-header .waited {
    color: #ffc22b;
}
.querysection .ticketId {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.querysection {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
p.response-time {
    margin: 0;
    font-size: 9px;
    text-align: end;
}
.inputUser-area{
    position: relative;
}
.inputUser-area input {
    width: 100%;
    height: 35px;
    padding: 3px 45px 3px 15px;
    border: 1px solid #3b73a0;
    border-radius: 3px;
    font-size: 15px;
}
.querysection .ticketId {
    font-size: 18px;
}
.sendUsrIcon {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 16px;
}
.sendUsrIcon i {
    color: #3b73a0;
}
.emailSnyc-cnt .modal-header {
    font-weight: 700;
    padding: 10px 20px;
}
.emaildialog {
    max-width: 80% !important;
}
.questionCards {
    width: 75%;
    margin: 20px auto;
}
.emailSnyc-cnt .modal-body h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.questionCards .card .collapse {
    visibility: unset;
}
.questionCards .card button {
    box-shadow: unset;
}
.reply-form {
    position: relative;
}
.chatbtn-send {
    position: absolute;
    right: 0px;
    height: 35px;
    padding: 2px 10px;
    color: #3b73a0;
}
.overheight-chatbx {
    height: 70vh;
}
.chatName-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 8px;
    background-color:#3b73a0 ;
    color: #fff;
}
.typeareaUsr {
    padding: 10px 20px;
}
.liveuser {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.liveuser i {
    font-size: 9px;
    color: #1c9600;
}
h3.ticketId {
    font-size: 20px;
    font-weight: 500;
}
.allrely-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: none; 
  -ms-overflow-style: none;

}
.allrely-container::-webkit-scrollbar {
    display: none;
}
.upoad-headng {
    margin-bottom: 40px;
}
.chatsuport-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chatsuport-sec a {
    font-size: 16px;
    font-weight: 500;
}
.recordAnchor {
    white-space: nowrap;
}
.clientName {
    display: flex;
    gap: 8px;
}



/* responsive start */

@media (max-width:575px) {

    .slide-contxt {
        left: 8px;
        padding: 15px;
        width: 95%;
        backdrop-filter: blur(3px);
        bottom: 40px;
    }
    .banner-slider .slick-dots {
        right: 40%;
        bottom: 5px;
    }
    .fliptext img {
    height: 300px;
}
.slide-contxt h3 {
    font-size: 20px;
    line-height: 28px;
}
.slide-contxt p {
    font-size: 14px;
}
.banner-slider .slick-dots li button:before {
    font-size: 12px;
    line-height: 18px;
    width: 30px;
    height: 30px;
}
.bx-wrapsgn, .bx-wraplgn {
    max-width: 100%;
    padding: 10px 15px;
}
#inv-signup, #inv-login {
    border-left: unset;
    padding-left: 0;
}
.alrd-bx {
    padding-top: 15px;
    margin-top: 0;
}
#inv-signup {
    margin-top: 20px !important;
}
form#inv-signup input[type=radio] {
    width: 10px;
    margin-left: 5px;
}
.radioSign {
    flex-direction: row !important;
    padding: 0 10px;
}
.fieldRadio {
    width: 50% !important;
    padding: 0 !important;
}
.fieldRadio label {
    font-size: 14.5px;
}
.termCheck {
    flex-direction: row !important;
    padding: 10px;
}
.inputChek {
    width: 30px !important;
    padding: 0 !important;
}
.termtext {
    width: 85% !important;
    padding: 0 !important;
}
.site-btn {
    padding: 8px 30px !important;
    width: 100%;
}
.dashContain {
    padding: 15px !important;
}
.sidedashboard {
    height: 100%;
}
.compDone {
    width: 80%;
}
img.failedimg {
    width: 55%;
    margin-bottom: 15px;
}
/* dashboard page */
.connectLogEmail {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.connectLogEmail a {
    margin: 0 !important;
    padding: 6px 15px !important;
    font-size: 14px;
}
.perchaseHist {
    flex-direction: column;
}
.perchaseHist input {
    width: 100%;
}
.histPurce-section {
    padding: 10px !important;
    margin-top: 50px;
}
.mainConnect-section {
    margin-top: 30px;
    padding: 0 !important;
}
.wlcm-bx {
    padding: 0;
}

.powered-Section {
    padding: 00px 20px 70px !important;
}
.powered-Section h1 {
    line-height: 36px;
    font-size: 28px !important;
}
/* profile page */
h3.usrname {
    font-size: 20px;
}
.detailed-proff {
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}
.aboutdetail, .user-image {
    width: 100%;
}
.user-image {
    justify-content: start;
    display: none;
}
.user-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.userinfomatn {
    padding: 10px 10px 0 !important;
}
.detail-moreinfo {
    width: 100%;
        border: 1px solid #c3c3c3;
        padding: 20px;
        border-radius: 10px;
        margin: 0;
}
.aboutdetail h3 {
    margin-bottom: 5px;
}
#profileImage {
    width: 90px;
    height: 90px;
}
p.sub-proffesn {
    font-size: 14px;
}
.rowprofile {
    flex-wrap: wrap;
}
.profile-setup {
    width: 100%;
    padding: 40px 20px;
}
.profile-edit {
    width: 100%;
    padding: 40px 20px;
}
.profileContain {
    padding: 0 !important;
}
.form-diven {
    flex-direction: column;
    gap: 15px;
}
.frst-nm {
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.socialusr {
    flex-direction: column;
}
.social-lnk {
    width: 100%;
}
.profile-nam {
    text-align: center;
}
img.short-img {
    bottom: -16px;
    left: 47%;
}
.profileusr {
    justify-content: center;
    display: flex;
}
.inv-box {
    margin-top: 30px;
}
.invisend {
    gap: 10px;
}
.inv-box {
    margin-top: 10px;
}

/* aoi side */
.aoifields-sec form {
    width: 100%;
    margin: 30px auto 0px;
}
.authent-accut h2 {
    font-size: 24px;
}
.rightmenu {
    width: 35%;
    text-align: right;
}
.rightmenu a {
    font-size: 15px;
}
.inventryHdr {
    padding-left: unset !important;
    padding-right: unset !important;
}

.paymtbg {
    width: 100%;
    padding: 30px 15px;
}
.paymetcard {
    padding: 60px 15px 20px 15px;
}
.pycard_success {
    top: -40px;
    left: 115px;
    width: 80px;
    height: 80px;
}
.pycard_success {
    i {
    color: white;
    line-height: 70px;
    font-size: 38px;
}
}
.pycard_submsg {
    font-size: 14px;
}
.pycard_body {
    margin-top: 20px;
    padding: 20px 10px;
}
.pycard_avatar {
    width: 40px;
    height: 40px;
}
.pycard_recipient {
    margin-bottom: 0;
}
.pycard_price {
    font-size: 55px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.pycard_credit-card {
    width: 40px;
}
.pycard_tag {
    font-size: 10px;
}
.subsciptn h2 {
    font-size: 28px;
}
.track-histry {
    margin: 30px 10px;
}
#purchaseTable th {
    white-space: nowrap;
}
.wrapper-price {
    margin: 50px 0;
}
.ordersectn {
    width: 100% !important;
    margin: 0 !important;
}
.ord-tab {
    width: 100%;
}
.ord-tab button {
    padding: 5px 20px;
    font-size: 14px;
}
.order-tabs {
    margin-bottom: 30px;
}
.yourorder {
    margin: 40px 0;
}
.tracking-dtl {
    flex-wrap: wrap;
}
.track-info {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
}
.ordr-pld {
    width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.track-id {
    width: 100%;
    text-align: unset;
}
.ordr-pld p {
    font-size: 14px;
    margin-top: 0;
}
.tracking-card {
    padding: 30px 15px;
}
.histry-plans {
    flex-direction: column;
    margin: 25px 0 0;
}
.plans-rgtside {
    flex-direction: column;
    width: 100%;
}
.orderimg {
    width: 100%;
}
.plans-info {
    width: 100%;
}
.planbuy-lnk {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.plans-lftside {
    display: flex;
    gap: 20px;
    align-items: center;
}
.plans-lftside h3 {
   margin: 0;
}
div#trackodr {
    padding: 40px 15px;
}
#trac_details {
    font-weight: 500;
    font-size: 13px;
}
.trak-total .col-3 {
    font-size: 18px;
}
#progressbar li {
    font-size: 11px;
}
.trak-footer .col-10, .col-2 {
    padding: 8vh 0 0;
}
.page-content {
    width: 100% !important;
}
.page-header {
    flex-direction: column;
    gap: 10px;
}
.page-title {
    font-size: 1.35rem;
}
.page-tools {
    width: 100%;
    text-align: center;
}
.bgc-default-tp1 th {
    white-space: nowrap;
}
.lastpay-era {
    flex-direction: column;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.lastpay-era span {
    text-align: center;
}
.innerlogo {
    width: 60%;
}
.header-list {
    width: 40%;
}
.compareHeading {
    width: 90%;
}
.authent-section {
    width: 100%;
    padding: 35px 20px;
}
.traferImg h4 {
    font-size: 20px;
    width: 100%;
}
.searchingQuest {
    width: 100%;
}
.searchFind {
    border: unset !important;
}
.containSearch {
    gap: 20px;
}
.searchFind {
    border: unset !important;
}
.hlp-cnt {
    text-align: center;
}
.hlp-cnt {
    text-align: center;
}
.containSearch .searchFind {
    border: unset !important;
}
.insurance-card, .adjuster-card, .amazon-card {
    gap: 10px;
    margin-bottom: 15px;
}
.userQueryRply {
    width: 95%;
}
.userCard {
    width: 90%;
}
.queryAdmin-here {
    width: 95%;
}
.upoad-headng h3 {
    font-size: 20px;
    text-align: center;
}
.upoad-headng {
    margin-bottom: 25px;
}

.faq, .contact {
    flex-direction: column;
}
.faQsection {
    width: 100%;
}
.contactSection {
    width: 100%;
}
ul.listcont {
    margin-left: 15px;
}
.section {
    padding: 30px 0 10px;
}
.issuesGrid {
    gap: 10px;
    padding: 0 15px 30px;
}
.questionCards {
    width: 100%;
}
.emaildialog {
    max-width: 100% !important;
}
.technival-header h2 {
    font-size: 22px;
}
.technival-header p {
    font-size: 14px;
}
.chatsuport-sec {
    flex-direction: column-reverse;
}

}



@media (min-width:575px) and (max-width:767px) {
    .slide-contxt {
        left: 13%;
        padding: 30px;
        width: 450px;
        backdrop-filter: blur(1px);
    }
    .banner-slider .slick-dots {
        right: 47%;
    }
    .fliptext img {
    height: 450px;
}
.slide-contxt h3 {
    font-size: 24px;
    line-height: 32px;
}
.slide-contxt p {
    font-size: 14px;
}

.loginflex {
    flex-direction: column;
}
.loginflex .columnfield {
    width: 100% !important;
    max-width: 100%;
}
#inv-signup, #inv-login {
    border-left: unset;
    padding-left: 0;
}
.signUsrow {
    flex-direction: column;
}
.signLogo-sec , .signform-sec {
    max-width: 100% !important;
}
.alrd-bx {
    padding-top: 15px;
    margin-top: 0;
}
form#inv-signup input[type=radio] {
    width: 7%;
    margin-left: 0;
}
.termtext {
    padding: 0 !important;
}
.inputChek input {
    margin: 0 !important;
    /* padding: 0 !important; */
}
.dashnoardRow {
    flex-direction: column ;
}
.mainConnect-section , .sidedashboard {
    max-width: 100% !important;
}
.sidedashboard {
    height: 100%;
}
.mainConnect-section {
    margin-top: 30px;
}
.connectLogEmail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.connectLogEmail a {
    margin: 0 !important;
}
.perchaseHist input {
    width: 65%;
}
.perchaseHist button {
    width: 35%;
}
.userinfomatn {
    padding: 30px 0 0 !important;
}
.aboutdetail {
    width: 100%;
}
.detailed-proff {
    flex-wrap: wrap;
}
.detail-moreinfo {
    width: 70%;
}
.rowprofile {
    gap: 20px;
    flex-wrap: wrap;
}
.profile-setup {
    width: 100%;
    padding: 50px 30px;
}
.profile-nam {
    text-align: center;
}
.profileusr {
    justify-content: center;
    display: flex;
}
img.short-img {
    bottom: -10px;
    left: 48%;
}
.profile-edit {
    width: 100%;
    padding: 50px 30px;
}
#profileImage {
    width: 100px;
    height: 100px;
}
.user-image img {
    width: 110px;
    height: 110px;
}
h3.usrname {
    font-size: 20px;
} 
p.sub-proffesn {
    font-size: 14px;
}
.aoifields-sec form {
    width: 400px;
    margin: 50px auto 0px;
}
.authent-accut h2 {
    font-size: 30px;
}
.pycard_success {
    top: -40px;
    width: 80px;
    height: 80px;
}
.pycard_price {
    font-size: 52px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.pycard_success {
    i {
    line-height: 75px;
    font-size: 40px;
}
}
.paymetcard {
    padding: 60px 30px 25px 30px;
}
.track-histry {
    margin: 40px 20px;
}
.ord-tab {
    width: 70%;
}
.ordersectn {
    width: 95% !important;
}
.ord-tab button {
    font-size: 15px;
}
.tracking-dtl {
    flex-direction: column;
        gap: 20px;
}
.track-info {
    width: 100%;
}
.ordr-pld {
    width: 30%;
}
.track-id {
    width: 100%;
    text-align: unset;
}
.ordr-lnk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.histry-plans {
    flex-direction: column;
    margin: 25px 0 0;
}
.plans-rgtside {
    width: 100%;
}
.plans-lftside {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}
.plans-lftside h3 {
    margin: 0;
}
div#trackodr {
    padding: 50px 20px;
}
.page-content {
    width: 90% !important;
}

.authent-section {
    width: 100%;
    padding: 35px 20px;
}
.traferImg h4 {
    font-size: 24px;
    width: 90%;
}
.containSearch .searchFind {
    border: unset !important;
}
ul.hlp-cnt {
    text-align: center;
}
ul.hlp-cnt span img {
    width: 75%;
}
.questionCards {
    width: 100%;
}
.emaildialog {
    max-width: 90% !important;
}
.technival-header h2 {
    font-size: 24px;
}
.technival-header p {
    font-size: 15px;
}
.faq, .contact {
   flex-wrap: wrap;
}
.faQsection {
    width: 100%;
}
.contactSection {
    width: 100%;
}
.userQueryRply {
    width: 75%;
}

}

@media screen and (max-width:767px){
   .wrapper-price {
        grid-template-columns: repeat(2,1fr);
    } 


      .dashsidenav a {font-size: 18px;}
  ul.side-menu {
    display: none;
}
.sidebar-mbmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 0;
        border-bottom: 1px solid #dfdfdf;
        border-radius: 3px;
        border-right: unset;
}
#mobileMain , #mobileHead {
    display: block;
}
/* .header-list {
    display: none;
} */
.inventryHdr {
    padding: 10px 15px !important;
}
.claimsmenu-sec {
    gap: 10px;
}
.innerlogo img {
    width: 230px;
    height: 100%;
    object-fit: contain;
}

h3.edited-hed {
    font-size: 22px;
}
 .tracktab-card{
        width: 100%;
}


}

@media screen and (max-width:600px){
   .wrapper-price {
        grid-template-columns: 1fr;
    } 
}

@media (min-width:768px) and (max-width:991px) {
    .slide-contxt {
        left: 19%;
        padding: 40px;
        width: 500px;
    }
    .banner-slider .slick-dots {
        right: 47%;
    }
    .questionCards {
    width: 95%;
    margin: 20px auto;
}
    .fliptext img {
    height: 500px;
}
.slide-contxt h3 {
    font-size: 28px;
    line-height: 36px;
}
.slide-contxt p {
    font-size: 15px;
}
.userQueryRply {
    width: 85%;
}

#inv-signup, #inv-login {
    padding-left: 20px;
}
.bx-wrapsgn, .bx-wraplgn {
    padding: 10px 25px;
}
.site-btn {
    width: 100%;
}
.lg-alrd-bx {
    padding-top: 15px;
}
.logo a img {
    width: 90%;
}

.fieldRadio label {
    font-size: 14px;
}
.fieldRadio {
    display: flex;
    align-items: center;
    gap: 5px;
}
form#inv-signup input[type=radio] {
    width: 15px;
    margin-left: 0;
}
.termCheck {
    display: flex;
    flex-direction: row !important;
}
.termtext {
    max-width: 85%;
}
.connectLogEmail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.connectLogEmail a {
    margin: 0 !important;
}
.sidebar {
    padding-right: 0;
}

.purchTable {
    flex-direction: column !important;
    align-items: flex-start !important;
}
.perchaseHist {
    width: 100%;
}
.perchaseHist input {
    width: 65% !important;
}
.perchaseHist button {
    width: 35% !important;
    padding: 5px !important;
}
ul.side-menu li a {
    padding: 12px 6px;
}
.sidedashboard {
    padding: 0 !important;
}
.wlcm-bx {
    padding: 0px 10px;
}

.detailed-proff {
    flex-wrap: wrap;
}
.aboutdetail {
    width: 100%;
}
.user-image {
    width: 30%;
}
.detail-moreinfo {
    width: 65%;
}
.rowprofile {
    flex-wrap: wrap;
}
.profile-setup {
    width: 100%;
    padding: 50px 30px;
}
.profile-edit {
    width: 100%;
    padding: 50px 30px;
}
.header-list {
    margin-top: 20px;
    gap: 30px;
}
.user-image img {
    width: 120px;
    height: 120px;
}
#profileImage {
    width: 100px;
    height: 100px;
}
img.short-img {
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 40px;
}
ul.menulist {
    gap: 10px;
}

.aoifields-sec form {
    width: 500px;
    margin: 50px auto 0px;
}
.authent-accut h2 {
    font-size: 30px;
}

.track-info {
    gap: 25px;
    width: 60%;
}
.track-id {
    width: 40%;
}
.ordr-pld {
    width: 30%;
}
.orderimg {
    width: 30%;
}
.ord-tab {
    width: 70%;
}
.ordersectn {
    width: 90% !important;
}
.tracktab-card {
    width: 80%;
}

.page-content {
    width: 90% !important;
}
.page-title {
    font-size: 1.5rem;
}
.authent-section {
    width: 100%;
    padding: 35px;
}
.traferImg h4 {
    font-size: 18px;
    width: 100%;
}
ul.hlp-cnt {
    text-align: center;
}
ul.hlp-cnt span img {
    width: 55%;
}
.containSearch .searchFind {
    border: unset !important;
}
.clientName {
    flex-direction: column;
    gap: 0;
}

}


@media(min-width:992px) and (max-width:1200px) {
.connectLogEmail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.connectLogEmail a {
   margin: 0 !important;
}
.purchTable {
    flex-direction: column !important;
    align-items: flex-start !important;
}
.perchaseHist {
    width: 100%;
}
.perchaseHist input {
    width: 70%;
}
.perchaseHist button {
    width: 30%;
}
.slide-contxt {
    left: 20%;
}
.ord-tab {
    width: 50%;
}

}

@media(min-width:1200px) and (max-width:1500px){
.cardrespt p {
    height: 35px;
}
}

