.topnav-menu li a:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #101c51;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
.topnav-menu li a:hover{
    color: #fff !important;
    background: transparent;
}
.topnav-menu li a:hover:before{
    width: 100%;
}
.topnav-menu li a{
  position: relative;
  
}
.dropdown-item.noti-title:hover{
  color: #fff !important;
  background-color: #101c51 !important;
}
.dropdown-item.noti-title:hover small{
  color: #fff !important;
}
.topnav-menu li a:hover .notify-details{
  color: #fff;
}
.topnav-menu li a:hover .notify-details small{
  color: #fff !important;
}

li.dropdown.notification-list.show .ml-1 {
  color: #fff;
}
.sign-sec .container{
    max-width: 90%;
}

.sign-hding h2 {
    font-family: 'Noto Sans', sans-serif !important;
    color: #000 !important;
    font-size: 35px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.sign-hding p {
    color: #111d52;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: justify;
    padding-right: 60px;
    line-height: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
}

.rigister-form .admin_lg img {
    width: 230px;
    height: auto;
}
.rigister-form h5 {
    font-size: 20px;
    color: #101c54;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.5px;
    margin: 0px 0px 35px !important;
}

.rigister-colm {
    width: 45%;
    float: left;
    margin: 0px 10px 15px !important;
}

.rigister-form label {
    font-weight: 500;
    font-size: 15px;
    font-family: Roboto,sans-serif;
    color: #131f55;
    letter-spacing: 0.5px;
}

.rigister-colm .form-control {
    padding: 22px 10px;
    height: 0;
    border: 1px solid #d3d3d326;
    /* border-bottom: 5px solid #869ca3; */
    border-radius: 10px;
    box-shadow: 0px 7px 8px -2px rgba(0,0,0,0.2);
}
.rigister-textarea {
    margin: 0px 10px;
    width: 95%;
}
.rigister-phn {
    margin: 0px 10px 15px !important;
    width: 95%;
}
.rigister-phn .form-control {
    padding: 22px 10px;
    height: 0;
    border: 1px solid #d3d3d326;
    /* border-bottom: 5px solid #869ca3; */
    border-radius: 10px;
    box-shadow: 0px 7px 8px -2px rgba(0,0,0,0.2);
}

.rigister-textarea  .form-control {
    padding: 22px 10px;
    height: 100px;
    border: 1px solid #d3d3d326;
    /* border-bottom: 5px solid #869ca3; */
    border-radius: 10px;
    box-shadow: 0px 7px 8px -2px rgba(0,0,0,0.2);
}

.rigister-form .btn {
    padding: 15px 20px;
    width: 30%;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    letter-spacing: 0.6px;
    background: #073867;
    /* background: linear-gradient(45deg, #a050fd, #083769); */
    border-radius: 50px;
    margin: 0 auto;
    box-shadow: 7px 7px #3e45747d;
    transition: 0.5s ease-in-out;
    color: #fff;
}
.rigister-form .btn:hover {
    background: #00c1f1;
    box-shadow: 7px 7px #000;
}


.rigister-form .form-control::placeholder{
    color:#2b2b2b
}   
/* .sign-hding {
    background-image: url(../images/signup-img.jpg);
    background-size: 100% 100%;
    background-position: center;
    height: 700px;
} */
.authentication{
    background: #f1f8ff;
    padding-top: 40px;

}
.mainlogo img{
width: 12%;
height: auto;
}
.mainlogo {
    padding-left: 30px;
}

.right-img {
    position: fixed;
    right: 20px;
    bottom: 80px;
    -webkit-animation: float 3s linear infinite;
	        animation: float 3s linear infinite;
}
.top-hding p{
    text-align: center;
    font-size: 22px;
}

@-webkit-keyframes float {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
      50% {
      -webkit-transform: translateY(300px);
              transform: translateY(300px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }
  @keyframes float {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
      50% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
  }

  .signup-imgs {
    text-align: center;
    margin-top: 60px;
    animation: zoom-in-zoom-out 5s ease infinite;
}

/* @keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }

} */


.txt-animation {
    text-transform: uppercase;
    background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #01bef1 67%,
    #101d53 100%
  );
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}




/* login page css start  */

/* .login-pages .card {
    width: 50%;
    margin: 0 auto;
    box-shadow: 10px 10px #00bff1a3;
    border-radius: 10px;
} */
.login-pages {
    padding: 40px 0;
}
.login-row {
    padding: 60px 50px; 
    background: transparent;
    box-shadow: none;
    border: 1px solid #00000038;
    border-radius: 10px;
}
.login-hding h5 {
  font-size: 30px;
  color: #111a57;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  font-weight: 600;
  padding-top: 20px;
}

.login-row label {
    font-weight: 500;
    font-size: 15px;
    font-family: Roboto,sans-serif;
    color: #131f55;
    letter-spacing: 0.5px;
    display: block;
}

.login-row span {
    display: block;
    position: absolute;
    z-index: 999;
    margin-top: 15px;
    margin-left: 10px;
    color: #111b54;
}
.login-row .form-control {
    /* background: #fff !important;
    background-color: #000 !important; */
    padding: 22px 30px;
    border: 2px solid #6c757d;
    border-radius: 12px;
}
.login-sec .btn-gradient {
    padding: 10px;
    width: 25%;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 auto;
    /* background: linear-gradient(45deg, #a050fd, #083769); */
    border-radius: 10px;
    background-color: #073867;
    color: #fff;
}


.loginlft-img {
    animation: zoom-in-zoom-out 5s ease infinite;
}

/* @keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }

} */


.dont-text p {
    color: #4b48ef!important;
    font-size: 18px;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
}
/* login page css end */

/* home page css start */
.dashborad-row {
  margin-bottom: 40px;
}


.dashborad-row .page-title{
  font-size: 30px;
  color: #111c51;
  letter-spacing: 0.5px;
  font-family: Roboto,sans-serif;
  border-bottom: 2px solid #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.alrt-box {
  /* padding-bottom: 20px; */
  /* background: #01c0f1; */
  border-radius: 10px;
  margin: 10px 0px 20px;
  box-shadow: 0px 10px 12px 10px #cccccc7a;
  /* text-align: center; */
  padding: 12px;
}
/* .alrt-box-hd p {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Sans';
  color: #1c2558;
  letter-spacing: 0.5px;
  text-shadow: 0px 10px 28px rgb(0 0 0 / 50%);
  margin: 0;
} */

 .alrt-btn button {
  font-size: 18px;
  padding: 10px 30px;
  margin-right: 30px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 0.5px;
  transition: 0.5s ease-in-out;
}
.alrt-btn {
  padding-left: 30px;
  text-align: right;
}
.alrt-btn .btn1 {
  background: #000000c9;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 22%);
  border: 2px solid #000000c9;

}
.alrt-btn .btn2 {
  /* background: #f50101; */
  box-shadow: 0px 10px 20px rgb(0 0 0 / 22%);
  border: 2px solid #04bcf5;
  background: #04bcf5;
}
 .alrt-btn button:hover {
    color: #10283c;
    text-decoration: none;
    background: #fff;
    
}
.alrt-box-hd{
  padding-top: 15px;
}
 /* {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #fff;
  animation: cursor 1s step-start infinite, 
  text 5s steps(18) alternate infinite;
  display: block;
  font-size: 18px;
  color: #1c2558;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0px;
  background-image: linear-gradient(
  -225deg,
  #231557 0%,
  #44107a 29%,
  #01bef1 67%,
  #101d53 100%
);
animation: textclip 2s linear infinite;
} */
.typewriter {
  /* text-transform: uppercase; */
  background-image: linear-gradient(
-225deg,
#000000 0%,
#10283c 29%,
#326a6a 67%,
#0031ff 100%
);
  background-size: 200% auto;
  color: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-weight: 800;
  font-family: 'Nunito Sans';
  font-size: 18px;
  letter-spacing: 0.5px;
  text-shadow: 0px 6px 8px rgb(0 0 0 / 39%);
}

@keyframes cursor {
0%, 100% { 
  border-color: rgb(0, 0, 0); 
}
}

@keyframes text {
0% { 
  width: 0; 
}
100% { 
  width: 73ch ; 
}
}
.currnt-hding h4 {
  font-size: 28px;
  position: relative;
  border-bottom: 3px solid #073867;
  display: inline-block;
  padding-bottom: 13px;
  color: #10283c;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.currnt-hding h4::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00bef0;
  bottom: -8px;
  left: -2px;
}
.plan-list-btn a {
  padding: 10px 25px;
  background: #1c2558;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
  letter-spacing: 0.5px;
  box-shadow: 0px 5px 8px 3px #ccc;
}
.plan-list-btn {
  text-align: right;
  margin-top: 22px;
}
.plan-list-btn a i {
  padding-right: 5px;
}
.curent-plan-section {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 7px 1px #cccccc57;
  border-radius: 10px;
}

.graph-box {
  border: 1px solid #e9ebec;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.graph-box h4 {
  font-size: 16px;
  color: #76839a;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 15px;
}
.chart-box {
    margin-bottom: 30px;
}
.ordr-box h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #101e4d !important;
}

.ordr-box h3 {
  font-size: 35px;
  color: #000;
  letter-spacing: 0.5px;
}

.ordr-box .order-sub-txt {
  font-size: 13px;
    color: #000 !important;
    letter-spacing: 0.5px;
    font-weight: 600;

}

.ordr-box .badge {
  background: #01c0f5;
  padding: 5px 10px;
  letter-spacing: 0.5px;
}


.suprt-txt .header-title {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 15px 20px;
  background: #ffffff;
  color: #000;
  border-bottom: 1px solid #e9ebec;
}
.suprt-txt .header-title i {

  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background: #1c2558;
}
.suprt-txt {
  padding: 0;
}     

.suprt-itm-txt .inbox-item-author {
  font-size: 16px;
  text-transform: capitalize;
  color: #323a46;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.suprt-list-txt {
  padding: 5px 10px;
  height: 300px;
  overflow: overlay;
  /* border: 1px solid #ccc; */
  background: #fff;
}
.suprt-itm-txt .inbox-items {
  margin: 0;
  font-size: 16px;
  color: #37acff;
  text-align: right;
  padding-right: 10px;
}

.trns-list-row {
  height: 300px;
  overflow: overlay;
  background: #fff;
}
.tick-colum {
  margin-bottom: 50px;
}



.list-trnsa {
  padding: 0px 20px;
  margin: 0px !important;
  width: 100%;

}
.list-trnsa li {
  padding: 20px 0;
  font-family: "Nunito Sans",sans-serif;
  color: #323a46;
  font-weight: 600;
  font-size: 14px;
}
.notification-list .waves-light {
  margin-top: 7px !important;
  padding: 0px 20px !important;
}

.list-trnsa tr td {
  font-size: 14px;
  font-family: 'Nunito Sans';
  font-weight: 600;
  /* color: #323a46; */
  color: #76839a;
  padding: 12px;
  border: 1px solid #eaedf1;
}
.list-trnsa tr:nth-child(2n) {
  background: #edf5fc;
}
.index-item-date {
  list-style: none;
  padding: 0;
  display: block;
  margin-top: 20px;
}
li.close-btn {
  text-align: right !important;
  float: right;
}

.index-item-date li{
  display: inline-block;
}
.index-item-date li .btn {
  font-size: 13px;
  background: #073867;
  border: none;
  /* border-radius: 10px; */
  box-shadow: 0px 0px 7px 0px #ccc;
}
li.close-btn {
  text-align: right !important;
  float: right;
  font-size: 14px;
  background: #073867;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px #ccc;
  padding: 6px 12px;
  color: #fff;
  margin-right: 20px;
}

.busines-hd h3 {
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 20px 0;
}
.index-item-date li .btn:hover {
  background: #00c8ff;
}
li.close-btn:hover{
  background: #00c8ff;
}
/* .inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: .6875rem;
  position: absolute;
  right: 5px;
  top: 10px
} */
/* .inbox-widget .inbox-item .inbox-item-author {
  color: #323a46;
  margin: 0;
  border-bottom: 2px solid #ccc;
  display: inline-block;
} */



/* home page css end */

/* plan list page css start */

.plan-tble .plan-hding {
  font-size: 30px;
  color: #111c51;
  letter-spacing: 0.5px;
  font-family: Roboto,sans-serif;
  border-bottom: 2px solid #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.plan-tble .table thead td{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-top: none;
  border-right: 2px solid #fff;
  position: relative;
}

.plan-tble .table thead td i {
  position: absolute;
  right: 3px;
  top: 22px;
}
.plan-tble .table thead{
  background: #10283c;
  text-transform: capitalize;
}
.plan-tble .table tbody tr td:nth-child(2n) {
  background: #edf5fc;
}
.plan-tble .table tbody td {
  font-size: 14px;
  color: #444;
  letter-spacing: 0.3px;
  font-weight: 500;
  /* text-transform: capitalize; */
}
.plan-tble .table tbody td .btn {
  text-align: center;
  display: block;
  background: #073867;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px #3a3a3a8f;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  padding: 7px 9px;
}
.plan-tble .table tbody td h5{
      font-family: "Nunito Sans",sans-serif
}
.plan-pageion {
  display: block;
  width: 100%;
 margin: 10px 20px 0px;
}
.plan-pageion span {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
}
.plan-pageion select {
  padding: 4px;
    color: #fff;
    font-weight: 500;
    margin: 10px;
    border: 2px solid #fff;
    background: #073867;
    border-radius: 5px;
    font-size: 16px;
}
.content-page.plan-list-pg .pagination {
  display: flex !important;
  margin: 15px auto;
  text-align: center !important;
}
.content-page.plan-list-pg .pagination li a {
  font-size: 16px;
  color: #2e365f;
  font-weight: 600;
  padding: 10px 25px;
  text-transform: capitalize;
}
/* .plan-tble {
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 35%);
  border-radius: 0.25rem;
  padding: 30px 20px;
} */
/* plan list page css end */

/* group list page css start */

button.dlt-btn {
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
  background: #993333;
  margin-bottom: 0;
  font-weight: 800;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
.downlod-btns {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.downlod-btns i {
  color: #008bff;
}
.addgrup {
  display: flex;
    justify-content: end;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}

.grp-btn .btn {
  border-radius: 0px !important;
  border: 1px solid #a3a3a34a;
  width: 40% !important;
  margin: 0px !important;
}
.grp-btn a {
  margin-bottom: 30px;
  display: block;
  text-align: right;
  float: right;
}
.grp-btn  a:hover{
text-decoration: none;
}
.search-cox {
  margin-left: 40px;
}
.grp-btn {
  margin-bottom: 30px;
}
.search-cox .search-product-box {
  padding: 6px 10px;
  border: 1px solid #d1d1d1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.search-cox .search-btn {
  border: none;
  background: #10283c;
  padding: 6.8px 15px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.grup-list-tabl {
  margin: 0px;
}
.grup-list-tabl td{
  position: relative;
}
/* .grup-list-tabl td i {
  font-size: 16px !important;
  position: absolute;
  bottom: 5px;
  left: 30px;
} */

.grup-list-pg .pagination {
  display: flex !important;
  margin: 15px auto;
  text-align: center !important;
}
.grup-list-pg .pagination li a {
  font-size: 16px;
  color: #2e365f;
  font-weight: 600;
  padding: 10px 25px;
  text-transform: capitalize;
}
.grup-list-pg .page-link{
  color: #111c52;
}
.prev-next {
  text-align: center;
  width: 100%;
}
.prev-next .page-item.disabled .page-link{
  color: #ffffff;
    pointer-events: none;
    cursor: auto;
    background-color: #10283c;
    border-color: #dee2e6;
    text-transform: capitalize;
}
.prev-next .page-item:last-child .page-link{
  color: #ffffff;
    background-color: #10283c;
    border-color: #dee2e6;
    text-transform: capitalize;
}
.prev-next .page-item:first-child .page-link {
  color: #ffffff;
  background-color: #10283c;
  border-color: #dee2e6;
  text-transform: capitalize;
}
button.cros-icon {
  top: 5px;
  float: right;
  position: absolute;
  right: 5px;
  border: none;
  font-size: 20px;
  font-weight: 900;
  background: #cccccc2e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #10283c;
}

.action-bnt button .bnt-txt {
  visibility: hidden;
  width: 120px;
  background-color: #073867;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 28px;
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 700;
  left: -40px;
}
.action-bnt button:hover .bnt-txt {
  visibility: visible;
  opacity: 1;
} 
.action-bnt button {
  border: none;
  position: relative;
}
td.group-icon-btn {
  margin: 0;
  width: 10%;
  position: relative;
}

.group-icon-btn .edit-btn::before {
  position: absolute;
  content: "\f044";
  font-family: "Font Awesome 6 Pro";
  color: #01c0f5;
  font-size: 16px;
  font-weight: 800;
  top: -20px;
}
.group-icon-btn .edit-btn {
  position: relative;
  padding: 0px;
  border: none;
}
.group-icon-btn button .bnt-txt {
  visibility: hidden;
  width: 140px;
  background-color: #073867;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 18px;
  position: absolute;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 700;
}
.group-icon-btn button:hover .bnt-txt {
  visibility: visible;
  opacity: 1;
}
.group-icon-btn .dle-btn::before {
  position: absolute;
  content: "\f1f8";
  font-family: "Font Awesome 6 Pro";
  color: #f00;
  font-size: 16px;
  font-weight: 800;
  left: 30px;
  top: -20px;
}
.group-icon-btn .dle-btn {
  position: relative;
  padding: 0px;
  border: none;
}

.group-icon-btn .imprt-btn::before {
  position: absolute;
  content: "\f574";
  font-family: "Font Awesome 6 Pro";
  color: #00973b;
  font-size: 16px;
  font-weight: 800;
  left: 60px;
  top: -20px;
}
.group-icon-btn .imprt-btn {
  position: relative;
  padding: 0px;
  border: none;
}
.group-icon-btn .exrpt-btn::before {
  position: absolute;
  content: "\f56e";
  font-family: "Font Awesome 6 Pro";
  color: rgb(255, 136, 0);
  font-size: 16px;
  font-weight: 800;
  left: 90px;
  top: -20px;
}
.group-icon-btn .exrpt-btn {
  position: relative;
  padding: 0px;
  border: none;
}
.group-icon-btn .edit-btn .bnt-txt{
  margin-left: -40px;
}

.group-icon-btn .dle-btn .bnt-txt{
  margin-left: -15px;
}
.group-icon-btn .imprt-btn .bnt-txt{
  margin-left: 20px;
}
.group-icon-btn .exrpt-btn .bnt-txt{
  margin-left: 40px;
}



.downlod-btn a {
  padding: 8px 30px;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 7px 7px #ccc;
    display: block;
    background: #10283c;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background: #1c2558;
}
.suprt-txt {
  padding: 0;
}     

.suprt-itm-txt .inbox-item-author {
  font-size: 16px;
  text-transform: capitalize;
  color: #323a46;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}


.suprt-itm-txt .inbox-items {
  margin: 0;
  font-size: 16px;
  color: #37acff;
  text-align: right;
  padding-right: 10px;
}


.tick-colum {
  margin-bottom: 50px;
}

footer.footer {
  padding: 10px;
  text-align: center;
  background: #004152;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  clear: both;
 position: relative;
 z-index: 99;
}
.list-trnsa {
  padding: 0px 20px;
  margin: 0px !important;
  width: 100%;

}
.list-trnsa li {
  padding: 20px 0;
  font-family: "Nunito Sans",sans-serif;
  color: #323a46;
  font-weight: 600;
  font-size: 14px;
}
.notification-list .waves-light {
  margin-top: 7px !important;
  padding: 0px 20px !important;
}

/* .list-trnsa tr td {
  font-size: 16px;
  font-family: 'Nunito Sans';
  font-weight: 600;
  color: #323a46;
  padding: 17px 14px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
} */
.list-trnsa tr:nth-child(2n) {
  background: #edf5fc;
}
.index-item-date {
  list-style: none;
  padding: 0;
  display: block;
  margin-top: 20px;
}
li.close-btn {
  text-align: right !important;
  float: right;
}

.index-item-date li{
  display: inline-block;
}
.index-item-date li .btn {
  font-size: 13px;
  background: #073867;
  border: none;
  /* border-radius: 10px; */
  box-shadow: 0px 0px 7px 0px #ccc;
}
li.close-btn {
  text-align: right !important;
  float: right;
  font-size: 14px;
  background: #073867;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px #ccc;
  padding: 6px 12px;
  color: #fff;
  margin-right: 20px;
}


.index-item-date li .btn:hover {
  background: #00c8ff;
}
li.close-btn:hover{
  background: #00c8ff;
}
/* .inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: .6875rem;
  position: absolute;
  right: 5px;
  top: 10px
} */
/* .inbox-widget .inbox-item .inbox-item-author {
  color: #323a46;
  margin: 0;
  border-bottom: 2px solid #ccc;
  display: inline-block;
} */



/* home page css end */

/* plan list page css start */

.plan-tble .plan-hding {
  font-size: 30px;
  color: #111c51;
  letter-spacing: 0.5px;
  font-family: Roboto,sans-serif;
  border-bottom: 2px solid #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.plan-tble .table thead td{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-top: none;
  border-right: 2px solid #fff;
  position: relative;
}

.plan-tble .table thead td i {
  position: absolute;
  right: 3px;
  top: 22px;
}
.plan-tble .table thead{
  background: #10283c;
  text-transform: capitalize;
}
.plan-tble .table tbody tr td:nth-child(2n) {
  background: #edf5fc;
}

.plan-pageion {
  display: block;
  width: 100%;
 margin: 10px 20px 0px;
}
.plan-pageion span {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
}
.plan-pageion select {
  padding: 4px;
    color: #fff;
    font-weight: 500;
    margin: 10px;
    border: 2px solid #fff;
    background: #073867;
    border-radius: 5px;
    font-size: 16px;
}
.content-page.plan-list-pg .pagination {
  display: flex !important;
  margin: 15px auto;
  text-align: center !important;
}
.content-page.plan-list-pg .pagination li a {
  font-size: 16px;
  color: #2e365f;
  font-weight: 600;
  padding: 10px 25px;
  text-transform: capitalize;
}
.plan-tble {
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
  box-shadow: 0 0 35px 0 rgb(154 161 171 / 35%);
  border-radius: 0.25rem;
  padding: 30px 20px;
  width: 100%;
}
/* plan list page css end */

/* group list page css start */

button.dlt-btn {
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
  background: #993333;
  margin-bottom: 0;
  font-weight: 800;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}


.grup-list-pg {
  padding-bottom: 305px !important;
}

.busines-hd h2 {
  font-size: 35px;
  color: #111c51;
  letter-spacing: 0.5px;
  font-family: Roboto,sans-serif;
  border-bottom: 2px solid #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-weight: 600;
}



.grup-list-tabl {
  margin: 0px;
}
.grup-list-tabl td{
  position: relative;
}
/* .grup-list-tabl td i {
  font-size: 16px !important;
  position: absolute;
  bottom: 5px;
  left: 30px;
} */

.grup-list-pg .pagination {
  display: flex !important;
  margin: 15px auto;
  text-align: center !important;
}

.grup-list-pg .page-link{
  color: #111c52;
}
.prev-next {
  text-align: center;
  width: 100%;
}
.prev-next .page-item.disabled .page-link{
  color: #ffffff;
    pointer-events: none;
    cursor: auto;
    background-color: #10283c;
    border-color: #dee2e6;
    text-transform: capitalize;
}
.prev-next .page-item:last-child .page-link{
  color: #ffffff;
    background-color: #10283c;
    border-color: #dee2e6;
    text-transform: capitalize;
}
.prev-next .page-item:first-child .page-link {
  color: #ffffff;
  background-color: #10283c;
  border-color: #dee2e6;
  text-transform: capitalize;
}

td.action-bnt {
  width: 8%;
}

td.buy-btn {
  width: 10%;
}

.buy-btn button {
  text-align: center;
  display: block;
  background: #073867;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px #3a3a3a8f;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  padding: 7px 9px;
  color: #fff;
}
.action-bnt a {
  padding: 5px 5px;
  font-size: 17px;
  color: #111c52;
  background: transparent;
  margin-bottom: 10px;
  font-weight: 800;
  border: none;
  margin: 3px;
  position: relative;
}
.action-bnt a .bnt-txt {
  visibility: hidden;
  width: 120px;
  background-color: #073867;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.action-bnt a:hover .bnt-txt {
  visibility: visible;
  opacity: 1;
}
td.action-bnt .fa-solid.fa-file-arrow-up {
  color: #00973b;
}

td.action-bnt .fa-solid.fa-trash {
  color: #f00;
}
td.action-bnt .fa-solid.fa-pen-to-square {
  color: #01c0f5;
}

.content-page.plan-list-pg.main-class {
  padding-bottom: 290px !important;
}
/* 
.downlod-btn a {
  padding: 8px 30px;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 7px 7px #ccc;
    display: block;
    background: #10283c;
    border: none;
    color: #fff;
    transition: 0.5s ease-in-out;
    border: 1px solid #a3a3a34a;
} */
.downlod-btn a:hover{
  background-color: #fff;
    color: #073867;
    text-decoration: none;   
}
.grp-btn .btn:hover{
  background-color: #fff;
    color: #073867;
    transition: 0.5s ease-in-out;
}

.downlod-btn label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-right: 10px;
}
.downlod-btn input[type="file"] {
  border: 1px solid #ccc;
  width: 32%;
  background: transparent;
  color: #444;
  font-size: 16px;
}
.downlod-btn .search-btn {
  border: none;
  background: #073867;
  padding: 3.8px 20px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 0px 20px 20px 0;
}
.open-group {
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
}

.customer-grup-list{
  padding-bottom: 350px !important;
}



/* group list page css end */

/* customer list css start */
.downlod-sample {
  float: right;
  margin-top: 60px;
}
.file-excel{
  margin-top: 60px;
}
.downlod-sample a {
  padding: 8px 30px;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 7px 7px #ccc;
  display: block;
  background: #10283c;
  color: #fff;
  transition: 0.5s ease-in-out;
  border: 1px solid #a3a3a34a;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.downlod-sample a:hover{
  background-color: #fff;
    color: #073867;
    text-decoration: none;   
}
.user-serch .search-product-box {
  padding: 6px 10px;
  border: 1px solid #d1d1d1;
  width: 50%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.user-serch .search-btn {
  border: none;
  background: #10283c;
  padding: 6.8px 15px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 0px 20px 20px 0;
}

.user-serch {
  float: right;
}
.file-excel label {
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
}
.chose-file .search-btn {
  font-size: 18px;
  padding: 6px 15px;
  background: #10283c;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.5s ease-in-out;
}
.chose-file input[type="file"] {
  padding: 6px;
  height: auto;
  border: 1px solid #10283c;
  width: 60%;
}
.chose-file .search-btn:hover {
  background: #fff;
  color: #10283c;
}
/* customer list css end */

/*  set target  start css */

/* .card-box.loction-box {
  width: 40%;
  margin: 70px auto;
  background-image: url(../images/loct-img1.jpg);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,0.8);
} */  
/* .add-btn {
  float: right;
  margin-bottom: 30px;
}
.add-btn a:hover{
  text-decoration: none;
}
.add-btn .add {
  padding: 8px 30px;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: 7px 7px #ccc;
  display: block;
  background: #10283c;
  border: none;
  color: #fff;
  transition: 0.5s ease-in-out;
  border: 1px solid #a3a3a34a;
}
/* .card-box.loction-box {
  width: 40%;
  margin: 70px auto;
  background-image: url(../images/loct-img1.jpg);
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,0.8);
  border-radius: 20px;
} */
/* .card-box.loction-box h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #111b54;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 800;
}
.sub-btn {
  text-align: center;
  display: block;
  margin: 20px auto;
}
.sub-btn .btn {
  padding: 10px 40px;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  box-shadow: 7px 7px #ccc;
}

.card-box.loction-box label {
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.card-box.loction-box .form-control {

  box-shadow: 0px 3px 0px 2px #ffffff;
  border-radius: 10px;
  background: transparent;
  margin-bottom: 30px;
  font-size: 16px;
  border: none;
  color: #fff;
  border-top: 1px solid #ffffff38;
}
.card-box.loction-box .form-control {
  box-shadow: 0px 3px 0px 2px #073867;
  border-radius: 10px;
  background: transparent;
  margin-bottom: 30px;
  font-size: 16px;
  border: none;
  color: #fff;
  border-top: 1px solid #00000038;
}
select option[value]{
  color: #ffffff;
}  */
/* set target css end */


/* new target css start  */


.add-btn {
  float: right;
  margin-bottom: 30px;
}
.add-btn a:hover{
  text-decoration: none;
}
.add-btn .add {
  padding: 8px 30px;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: 7px 7px #ccc;
  display: block;
  background: #10283c;
  border: none;
  color: #fff;
  transition: 0.5s ease-in-out;
  border: 1px solid #a3a3a34a;
  text-transform: capitalize;
}

.trget-pg-row {
  border: 1px solid #ccc;
  padding: 30px;
}
.trget-hding{
  text-align: center;
}

.trget-pg-row h2 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #10283c;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #073867;
  display: inline-block;
  padding-bottom: 13px;
}
.trget-pg-row h2::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00bef0;
  bottom: -8px;
  left: -2px;
}
.trget-pg-row label {
  display: block;
  font-size: 16px;
  font-family: 'Roboto';
  color: #10283c;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.trget-pg-row .form-controls {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}


.trget-pg-row .sub-btn .btn {
  background: #10283c;
  color: #fff;
  width: 35%;
  margin: 20px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: .5px;
  border-radius: 50px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
  border: 2px solid;
  transition: 0.5s ease-in-out;
}

/* new target css end  */

.tickt-pd{
  padding: 92px 50px 132px;
}


/* create templete css start  */
.what-left-icon {
  margin-top: 16px;
}
.what-left-icon ul {
  display: block;
  text-align: center;
  list-style: none;
   padding: 0px;
}

.what-left-icon ul li {
  display: inline-block;
  padding: 0px 20px;
}
.prv-page .plan-hding {
  font-size: 28px;
  text-align: center;
  color: #10283c;
  margin-bottom: 30px;
}
.temp-mesage label {
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
}
.temp-mesage h6 {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #10283c;
  font-weight: 500;
}
input#file{
  width: 40%;
}
.temp-mesage .form-control {
  padding: 10px;
  height: auto;
  border: 1px solid #d3d3d326;
  border-bottom: 5px solid #046159;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.temp-mesage .form-control::-ms-value{
  color: #000;
}
input.call-us {
  padding: 12px;
  height: auto;
  border: 1px solid #d3d3d326;
  border-bottom: 5px solid #046159;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.form-check-box label {
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  padding-right: 20px;
}
.cnt-detail h4 {
  letter-spacing: 0.5px;
  font-size: 18px;
}
.cnt-detail p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
}
.varible-input input.call-us{
  width: 100%;
  margin-bottom: 20px;
}


.form-check-box .check-input-box{
  padding: 10px;
  height: auto;
  border: 1px solid #d3d3d326;
  border-bottom: 5px solid #046159;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  margin-bottom: 20px;
}

.temp-mesage .btn {
    background: #10283c;
    color: #fff;
    width: 35%;
    margin: 20px auto;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto';
    letter-spacing: .5px;
    border-radius: 50px;
    border: 2px solid #10283c;
    box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
    transition: .5s ease-in-out;
}
.temp-mesage .btn:hover {
  color: #10283c;
  text-decoration: none;
  background: #fff;
}

.emoji-i .ql-container.ql-snow {
  border: 2px solid #046159;
}
.emoji-i .ql-toolbar.ql-snow {
  border: 2px solid #046159;
}
.chat-box {
  width: 100%;
  height: 200px;
}
.whats-top{
  text-align: center;
  padding-top: 30px;
}
.content-page.main-class {
  /* background: linear-gradient(60deg, #c7d8e8, #fde6e7); */
  background: #f2f3f9;
  padding: 70px 20px 195px 270px;
  margin: 0;
}
.upload-pd{
  padding-bottom: 402px !important;
}
body.enlarged .content-page.main-class {
  padding-left: 20px;
}
.whats-top .msg-hding {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  color: #10283c;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #073867;
  display: inline-block;
  padding-bottom: 13px;
}
.whats-top .msg-hding::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00bef0;
  bottom: -8px;
  left: -2px;
}
/* create templete css end */

/* profile page css start */
.pro-hding {
  text-align: center;
  margin-bottom: 20px;
}
.pro-hding h4 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  color: #10283c;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #073867;
  display: inline-block;
  padding-bottom: 13px;
}
.pro-hding h4::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00bef0;
  bottom: -8px;
  left: -2px;
}
.card-box.profile-hding{
  position: relative;
  text-align: center;
  /* padding-top: 50px; */
}
.edit-form-pg {
  border: 1px solid #cccccc;
  padding: 30px;
  margin: 90px;
  /* box-shadow: 7px 7px #01c0f5; */
  
}
.profile-hding .rounded-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #01c0f5;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.profile-hding button{
  display: none;
}

.profile-hding input {
  width: 40px;
  overflow: hidden;
  position: absolute;
  color: #fff;
  background: #000;
  height: 40px;
  line-height: 0;
  border-radius: 50px;
  font-size: 22px;
  padding: 18px 10px;
  font-weight: 600;
  top: 76%;
  right: 36%;
  display: block;
}
.profile-form {
  margin-top: 50px;
}

.profile-form label {
  display: block;
  font-size: 16px;
  font-family: 'Roboto';
  color: #10283c;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.profile-form .form-controls {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.profile-form .btn {
  background: #10283c;
  color: #fff;
  width: 35%;
  margin: 20px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: .5px;
  border-radius: 50px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.profile-form .btn:hover {
  color: #10283c;
  text-decoration: none;
  background: #fff;
  border: 2px solid;
}
/* profile page css end */


/* help page css start */

.help-form .form-group .form-controls {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.help-hding{
  text-align: center;
}
.help-form .help-hding h4 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  color: #10283c;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #073867;
  display: inline-block;
  padding-bottom: 13px;
}
.help-form .help-hding h4::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00bef0;
  bottom: -8px;
  left: -2px;
}
.help-form label {
  display: block;
  font-size: 16px;
  font-family: 'Roboto';
  color: #10283c;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.help-form .btn {
  background: #10283c;
  color: #fff;
  width: 35%;
  margin: 20px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: .5px;
  border-radius: 50px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.help-form .btn:hover {
  color: #10283c;
  text-decoration: none;
  background: #fff;
  border: 2px solid;
}
.help-form{
  border: 1px solid #cccccc;
  padding: 30px;
  /* box-shadow: 7px 7px #01c0f5; */
  margin-top: 70px;
}
/* help page css end */



/* send message css start */
.msg-list-sec {
  padding-bottom: 425px !important;
}
.snd-msg-form label {
  display: block;
  font-size: 16px;
  font-family: 'Roboto';
  color: #10283c;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.snd-msg-form .form-controls {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.snd-msg-form .date-txt {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.snd-msg-form .btn {
  background: #10283c;
  color: #fff;
  width: 35%;
  margin: 30px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: .5px;
  border-radius: 50px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
  border: 2px solid;
  transition: 0.5s ease-in-out;

}
.snd-msg-form .btn:hover {
  color: #10283c;
  text-decoration: none;
  background: #fff;
  
}

.now-left {
  width: 40%;
  float: left;
}
.schedul-rgt {
  width: 60%;
  float: left;
  margin-bottom: 40px;
}
.card-box.snd-msg-form {
  border: 1px solid #ccc;
  padding: 30px 50px 30px;
  background: #fff;
  margin-top: 35px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.card-box.snd-msg-form h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #01c1f2;
  display: inline-block;
  margin-bottom: 30px;
}
/* send message css end */


/* forgot password css start */

.forget-section {
  background: #f0f7fe;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.key-icon {
  position: absolute;
  bottom: 125px;
  left: 40%;
}
.forget-form{
  position: relative;
}
.forget-form h5 {
  font-size: 30px;
  color: #111a57;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-top: 10px;
}
.forget-form i {
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: #1490d2;
  color: #fff;
  font-size: 40px;
  border-radius: 50px;
  box-shadow: 0px 10px 40px #cfcfcfcf;
}
.forget-form p {
  font-size: 17px;
  font-weight: 400;
}
.frgt-row {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 21px 33px #ededed9c;
  border-radius: 10px;
  position: relative;;
}
.frgt-row label {
  font-weight: 500;
  font-size: 18px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  display: block;
}
.frgt-row span {
  display: block;
  position: absolute;
  z-index: 999;
  margin-top: 15px;
  margin-left: 10px;
  color: #111b54;
}
.frgt-hding .form-group .form-controls {
  width: 100%;
  border: 1px solid #1490d2;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 16px;
  color: #444;
}
.frgt-hding .btn {
  background: #10283c;
  color: #fff;
  margin: 20px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  border-radius: 10px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
  border: 2px solid #10283c;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
}
.frgt-hding .btn:hover{
  background: #fff;
  color: #10283c;
}

.rsend-btn a {
  font-size: 18px;
  font-weight: 700;
}
.bck-login {
  text-align: center;
}
.bck-login a {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.bck-login a:hover{
text-decoration: none;
}
.bck-login a i {
  padding-right: 5px;
}
/* forgot passaword css end */

/* reset password page css start */




.rest-txt label {
  font-weight: 500;
  font-size: 15px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  display: block;
}
.rest-txt .form-controls {
  width: 100%;
  border: 2px solid #004152;
  padding: 10px;
  border-radius: 40px;
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}
.reset-row {
  border: 1px solid #ccc;
  padding: 50px;
  background: #fff;
  /* box-shadow: 0px 10px 40px #cccccc57; */
}
.reset-hding h5 {
  font-size: 30px;
  /* text-transform: uppercase; */
  color: #111a57;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-align: center;
}
.reset-row .btn {
  background: #10283c;
  color: #fff;
  /* width: 35%; */
  margin: 20px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: .5px;
  border-radius: 50px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
  border: 2px solid #10283c;
  transition: 0.5s ease-in-out;
}
.reset-row .btn:hover {
  background: #fff;
  color: #10283c;
}
.reset {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
}
/* reset password page css end */

/* edit and update group css start */
.edit-group-row h2 {
  text-align: right;
}
.edit-group-col label {
  display: block;
  font-size: 16px;
  font-family: 'Roboto';
  color: #10283c;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.edit-group-col .form-controls {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0px 10px 23px rgb(0 0 0 / 8%); */
}
.edit-group-col .btn {
  background: #10283c;
  color: #fff;
  width: 20%;
  margin: 20px auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: .5px;
  border-radius: 50px;
  /* box-shadow: 0px 10px 23px rgb(0 0 0 / 8%); */
  border: 2px solid #10283c;
  transition: 0.5s ease-in-out;
}
.edit-group-col .btn:hover {
  background: #fff;
  color: #10283c;
}
.edit-group-row h2 i {
  background: #cccccc2e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #10283c;
}
.edit-group-row {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 30px;
}
/* edit and update group css end */
.signup-imgs img, .loginlft-img img {
  width: 100%;
}
.scnd-strip.mob-strip {
  display: none;
}


/* buying plan css start */

.plan-section{
  padding-bottom: 370px !important;
}
.distrt-name h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
  font-family: 'Roboto';
}
.pricingTable {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #cad0de;
  transform: scale(1);
  transition: all .5s ease 0s
}

.pricingTable:hover {
  transform: scale(1.05);
  z-index: 1
}

.buy-label h5{
  font-size: 22px;
  border: none;
  background: #ffffff;
  color: #000;
  padding: 10px 15px;
  border-bottom: 2px solid #00c0f3;
  box-shadow: 0px 3px 5px #ccc;
  border-radius: 10px;
}


.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #f5f6f9;
  border-radius: 10px 10px 50% 50%;
  transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
  background: #ff9624
}

.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: #858c9a;
  margin-bottom: 10px;
  transition: all .5s ease 0s
}

.pricingTable .price-value {
  font-size: 35px;
  color: #ff9624;
  transition: all .5s ease 0s
}

.pricingTable .month {
  display: block;
  font-size: 14px;
  color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
  color: #fff
}

.pricingTable .heading {
  font-size: 24px;
  color: #ff9624;
  margin-bottom: 20px;
  text-transform: uppercase
}
.pricingTable:hover .heading {
  color: #fff !important;
}
.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

.pricingTable .pricing-content ul li {
  line-height: 35px;
  font-size: 16px;
  color: #444;
  letter-spacing: 0.3px;
  font-weight: 500;
  text-align: left;
  padding: 0px 50px 10px;
  position: relative;
  border-bottom: 1px solid #CCC;
  margin: 0 50px 10px;
}
.pricingTable .pricing-content ul li i {
  position: absolute;
  left: 12px;
  top: 10px;
  font-weight: 900;
  font-size: 20px;
  color: green;
}

.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
  background: #ffa442;
  text-transform: uppercase;
  transition: all .3s ease 0s;
  text-decoration: none;
}
.pricing-content h5 {
  font-size: 22px;
  color: #444;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
  color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
  background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
  color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
  background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
  color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
  background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
  color: #fff
}

.tab-list .react-tabs__tab-list li {
  display: inline-block;
  font-size: 20px;
  background: #093968;
  padding: 10px 30px;
  margin-right: 30px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px; 
  border-radius: 5px;

}
.tab-list .react-tabs__tab--selected{
  background-color: green !important;
}
.tab-list {
  text-align: center;
  padding: 20px 0;
} 
.tab-list .react-tabs__tab-list {
  padding: 0;
  display: block;
}

.buy-trgt-hd h2 {
  font-size: 30px;
  background: #ebebeb;
  padding: 10px 20px;
  margin-bottom: 40px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.buy-label label {
  display: block;
  font-size: 16px;
  font-family: 'Roboto';
  color: #10283c;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.buy-label .form-controls {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}
.creat-grup .grup-btn {
  background: #10283c;
  color: #fff;
  margin: 20px auto;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  letter-spacing: .5px;
  border-radius: 50px;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
  border: 2px solid;
  transition: 0.5s ease-in-out;

}
.creat-grup .grup-btn:hover{
  color: #10283c;
  background: #fff;
}
.next-btn{
  text-align: right;
  margin-top: 30px;
}
.next-btn a {
  color: #fff;
  background: #1a73e8;
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0px  9px 4px rgb(0 0 0 / 16%);
  transition: 0.5s ease-in-out;
}
.next-btn a:hover{
color: #1a73e8;
background-color: #fff;
text-decoration: none;
}
.infor-freature ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;;
}
.infor-freature ul li {
  line-height: 35px;
  font-size: 16px;
  color: #444;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.infor-col p {
  font-size: 17px;
  letter-spacing: 0.3px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.infor-col h2, .infor-freature h2 {
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-bottom: 1px solid #093968;
  padding-bottom: 10px;
  color: #093968;
  text-transform: capitalize;
}

.price-sec h3 {
  font-size: 26px;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-bottom: 1px solid #093968;
  padding-bottom: 10px;
  color: #093968;
  text-transform: capitalize;
}
.price-sec .col-md-10{
  padding-right: 0px;
  border-right: 1px solid #093968;; 
}
.price-sec .col-md-2{
  padding-left: 0px;
}
.rate-col h3, .rate-col h5 {
  padding-left: 15px;
}
.price-sec .next-btn {
  margin-top: 80px;
  display: block;
}
.price-sec .next-btn i {
  padding-left: 8px;
}
.price-sec .next-btn a:hover{
  padding: 10px 35px;
}

.chose-grup {
  margin-top: 7px;
  margin-left: 7px;
}
.chose-grup p {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Noto Sans';
  color: #10283c;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.selct-grup label {
  padding-left: 10px;
  font-size: 16px;
  font-family: 'Roboto';
  color: #10283c;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.selct-grup .form-group .form-controls {
  width: 100%;
  padding: 10px;
  border: 1px solid #01c0f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 8%);
}


.buy-listcontact {
  padding-bottom: 402px !important;
}

td.buy-plan-btn button {
  border: none;
  background: #10283c;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'Roboto';
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 5px;
}
td.buy-plan-btn button:hover {
  /* background: #00c1ff; */
  background: #0066ff;
  color: #fff;
}
td.buy-plan-btn {
  text-align: center;
}

/* buying plan css end */


/* check contact list page css start */

.checklist-pg h2 {
  font-size: 30px;
  color: #111c51;
  letter-spacing: 0.5px;
  font-family: Roboto,sans-serif;
  border-bottom: 2px solid #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.district-cont label {
    font-weight: 500;
    font-size: 20px;
    font-family: Roboto,sans-serif;
    color: #131f55;
    letter-spacing: 0.5px;
}
.district-cont input {
  font-size: 20px;
  border: none;
  background: transparent;
  color: #ff0000;
  font-weight: 600;
  width: 50%;
  padding-left: 8px;
}
.district-cont span{
  font-size: 20px;
  border: none;
  background: transparent;
  color: #151515;
  font-weight: 500;
  padding-left: 10px;
}
.district-conts label {
  font-weight: 500;
  font-size: 20px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
}
.district-conts input {
  font-size: 22px;
  border: none;
  background: transparent;
  color: green;
  padding: 5px 15px;
  width: 50%;
  font-weight: 800;
}

.district-lable .form-group label{
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  display: block;
}

.state-name-cont label{
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 20px;
}
.district-lable .form-group input {
  font-size: 16px;
  border: none;
  background: #ffffff;
  color: #000;
  padding: 10px 15px;
  border-bottom: 2px solid #00c0f3;
  box-shadow: 0px 3px 5px #ccc;
}
label.state-name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: 'Roboto';
  margin: 7px 0px;
}

.slect-distrct{
  width: 100% !important;
}
.form-group .form-controls, .state-name-cont input{
  font-size: 16px;
  border: none;
  background: #ffffff;
  color: #000;
  padding: 10px 15px;
  border-bottom: 2px solid #00c0f3;
  box-shadow: 0px 3px 5px #ccc;
}
.state-name-cont input {
  margin-bottom: 20px;
}
.row.district-lable {
  margin-top: 40px;
}
.check-btn {
  text-align: right;
  float: right;
  margin-top: 30px;
}

.check-btn .btn-block {
  background: #10283c;
  color: #fff;
  padding: 10px 50px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family: 'Roboto',sans-serif;
  box-shadow: 7px 7px #00c0f1;
  text-transform: uppercase;
}
.check-btn .btn-block:hover{
  background: #00c0f1;
  box-shadow: 7px 7px #10283c;
  color: #fff;
}

.check-row {
  padding-bottom: 348px !important;
}
/* check contact list page css end */

/* select group page css start */
.targetlist-pg h2 {
  font-size: 30px;
  color: #111c51;
  letter-spacing: 0.5px;
  font-family: Roboto,sans-serif;
  border-bottom: 2px solid #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}
.target-custom input {
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.target-custom {
  margin-bottom: 10px;
}
.target-buy h4 {
  font-weight: 700;
  font-size: 22px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 10px 0px 25px;
  border-bottom: 6px double #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
}
.distrt-list {
  display: flex;
  padding: 0px;
  list-style: none;
  justify-content: space-around;
}
ul.distrt-name {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
.distrt-name li {
  font-size: 17px;
  font-weight: 400;
  color: #212529;
  letter-spacing: 0.5px;
  font-family: 'Noto Sans';
  display: inline-block;
  width: 50%;
}
.distrt-name p{
  font-size: 17px;
  font-weight: 400;
  color: #212529;
  letter-spacing: 0.5px;
  font-family: 'Noto Sans';
  margin-top: 24px;
}
.distrt-list li {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
  font-family: 'Roboto';
  display: inline-block;
  width: 50%;
}
.target-buy ul {
  display: block;
  list-style: auto;
}
.target-buy ul li {
  line-height: 35px;
  font-size: 16px;
  color: #444;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.total-plan label {
  font-weight: 700;
  font-size: 22px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-bottom: 6px double #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 30px;
}
.total-plan input {
  font-size: 22px;
  border: none;
  background: transparent;
  color: #000;
  font-weight: 600;
  width: 50%;
  padding-left: 18px;
}
.total-plan {
  margin-bottom: 10px;
}
.target-choose p {
  font-weight: 700;
  font-size: 22px;
  font-family: Roboto,sans-serif;
  color: #131f55;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-bottom: 6px double #01c1f2;
  display: inline-block;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}


.select-grup-btn {
  text-align: center;
  width: 15%;
  margin: 40px auto 10px;
}

.select-grup-btn .btn-block {
  background: #10283c;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family: 'Roboto',sans-serif;
  box-shadow: 7px 7px #00c0f1;
  text-transform: uppercase;
}

.select-grup-btn .btn-block:hover {
  background: #00c0f1;
  box-shadow: 7px 7px #10283c;
  color: #fff;
}
.target-grup-row {
    padding-bottom: 197px !important;
}
/* Select Group page css end */

/* popus css start */


.steps-img img {
  width: 100%;
}

/* .steps-parts p {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  background-color: #140F2D;
  color: white;
  margin: 0 1em 1.1em 0;
  padding: 1em;
  border-radius: 0.2em;
  cursor: pointer;
  line-height: 1.8em;
}
.steps-parts p::after {
  content: "";
  border: 0.9em solid #140F2D;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -1.6em;
  width: 1.5em;
  height: 1.5em;
  left: 42%;
} */


.steps-parts span {
  width: auto;
  display: inline-block;
  font-size: 25px;
  color: #083967;
}
.steps-parts p {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #0d3d6a;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.steps-parts p:first-of-type:before {
  position: absolute;
  content: '';
  width: calc(100% - 105px);
  height: 4px;
  background: #00c0f0;
  left: 105px;
  top: 50%;
  transform: translateY(-50%);
}
.hello p::before{
display: none !important;
}
.timeline-sec {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline-sec .timeline-sec-container {
  position: relative;
  width: 100%;
}

.timeline-sec .timeline-sec-end,
.timeline-sec .timeline-sec-start,
.timeline-sec .timeline-sec-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline-sec .timeline-sec-end p,
.timeline-sec .timeline-sec-start p,
.timeline-sec .timeline-sec-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#4F84C4, #00539C);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline-sec .timeline-sec-year {
  margin: 30px 0;
}

.timeline-sec .timeline-sec-continue {
  position: relative;
  width: 100%;
}

.timeline-sec .timeline-sec-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #4F84C4;
}

.timeline-sec .row.timeline-sec-left,
.timeline-sec .row.timeline-sec-right .timeline-sec-date {
  text-align: right;
}

.timeline-sec .row.timeline-sec-right,
.timeline-sec .row.timeline-sec-left .timeline-sec-date {
  text-align: left;
}

.timeline-sec .timeline-sec-date {
  font-size: 14px;
  font-weight: 600;
  margin: 41px 0 0 0;
}

.timeline-sec .timeline-sec-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: linear-gradient(#4F84C4, #00539C);
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  border-radius: 15px;
  z-index: 1;
}

.timeline-sec .row.timeline-sec-left .timeline-sec-date::after {
  left: -7px;
}

.timeline-sec .row.timeline-sec-right .timeline-sec-date::after {
  right: -7px;
}

.timeline-sec .timeline-sec-box,
.timeline-sec .timeline-sec-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 2px;
  border-radius: 6px;
  background: #ffffff;
}

.timeline-sec .timeline-sec-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline-sec .timeline-sec-box::after,
.timeline-sec .timeline-sec-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-sec .row.timeline-sec-left .timeline-sec-box::after,
.timeline-sec .row.timeline-sec-left .timeline-sec-box::before {
  left: 100%;
}

.timeline-sec .row.timeline-sec-right .timeline-sec-box::after,
.timeline-sec .row.timeline-sec-right .timeline-sec-box::before {
  right: 100%;
}

.timeline-sec .timeline-sec-launch .timeline-sec-box::after,
.timeline-sec .timeline-sec-launch .timeline-sec-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline-sec .timeline-sec-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline-sec .timeline-sec-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline-sec .row.timeline-sec-right .timeline-sec-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline-sec .row.timeline-sec-right .timeline-sec-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline-sec .timeline-sec-launch .timeline-sec-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline-sec .timeline-sec-launch .timeline-sec-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline-sec .timeline-sec-box .timeline-sec-icon {
  position: relative;

  float: left;
}

.timeline-sec .timeline-sec-icon i {
  font-size: 25px;
  color: #4F84C4;
}

.timeline-sec .timeline-sec-box .timeline-sec-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline-sec .timeline-sec-launch .timeline-sec-text {
  width: 100%;
}

.timeline-sec .timeline-sec-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline-sec .timeline-sec-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.stpes-modal .modal-header{
padding: 10px 30px !important;
border-bottom: 1px solid #083967;
}
.stpes-modal .modal-header .modal-title{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Noto Sans', sans-serif !important;
}


.stpes-modal .modal-dialog{
  max-width: 80vw !important;
  width: 80vw !important;
}
.steps-img {
  border: 1px solid #dfdfdf52;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  height: 30vh;
}
.steps-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stpes-modal .modal-header .btn.btn-secondary {
  background: #ff0002;
  color: #fff;
  font-weight: 900;
  padding: 5px 10px;
  border: none;
  margin-top: 3px;
}

/* popus css end */
/* .login-pages.terms-condition-cont {
  padding-left: 250px;
} */

.terms-condition-cont {
  padding: 0px 100px 70px;
}
.terms-condition-cont h1 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  color: #10283c;
  position: relative;
  border-bottom: 3px solid #073867;
  display: inline-block;
  padding-bottom: 13px;
  text-align: center;
  margin: 0px auto 30px;
}

.terms-condition-cont h1::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00bef0;
  bottom: -8px;
  left: -2px;
}

.terms-condition-cont p {
  width: 100%;
  font-size: 17px;
  color: #444;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: justify;
}
.term-list p {
  padding-left: 30px;
}
.terms-condition-cont h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 20px;
  border-bottom: 2px solid #00bef0;
  padding-bottom: 10px;
}
.terms-condition-cont h6 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.runCampaign{
  padding-bottom: 44px !important;
}

/* faq css start */

.about-pg-sec h2 {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Roboto';
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #10283c;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #073867;
  display: inline-block;
  padding-bottom: 13px;
}
.about-pg-sec h2::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00bef0;
  bottom: -8px;
  left: -2px;
}
.about-bnr {
  text-align: center;
  padding: 50px 0 020px;
}
.accodin-cont .card-header {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #2e2e2e;
  padding: 12px 30px;
  cursor: pointer;
  transition: all 500ms ease;
  background: #fff;
}
.accodin-cont .card-body {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #444;
  font-family: 'Roboto';
  margin: 0 auto;
  font-weight: 400;
}
.tab-hding h2 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #2e2e2e;
  padding: 5px;
  cursor: pointer;
  transition: all 500ms ease;
  margin: 0;
  font-family: 'Roboto';
}
.tab-hding span {
  display: block;
  float: right;
}
.accodin-cont .card {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
  border: none;
}
/* faq css end */

/* Responsive css start all pages */

@media only screen and (max-width: 1600px) {
  .tilebox-one{
    padding: 20px;
  }
  .ordr-box h5{
    font-size: 14px;
  }
  .tilebox-one i{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ordr-box .order-sub-txt{
    font-size: 11px;
  }

}

@media only screen and (max-width: 1440px){
  .mainlogo img {
    width: 15%;
}
.rigister-form .btn {
  width: 40%;
}
.tilebox-one {
  padding: 14px;
}
}

@media only screen and (max-width: 1366px) {
  .rigister-colm {
    width: 44%;
}
.rigister-form .btn {
  width: 50%;
}
.rigister-colm {
  width: 41%;
}

.rigister-phn {
    width: 95%;
}
.login-pages {
  padding: 0px 0 26px;
}
.mainlogo img {
  width: 16%;
}
.tilebox-one {
  padding: 14px;
  height: 180px;
}
.scnd-strip h3{
    margin-top: 10px;
    margin-left: 10px;
}
img.profile{
  width: 40px;
  height: 40px;
}
.what-left-icon {
  margin-top: 10px;
} 
.what-left-icon ul li {
  padding: 0px 12px;
}
.scnd-strip i {
    font-size: 18px;

}
}
@media only screen and (max-width: 1199px){
  .mainlogo img {
    width: 22%;
}
img.profile {
  width: 30px;
  height: 30px;
}
.scnd-strip h3 {
  margin-top: 0;
  margin-left: 7px;
}
.scnd-strip i {
  font-size: 16px;
}
.what-left-icon ul li {
  padding: 0px 8px;
}
.ordr-box h5 {
  font-size: 16px;
}
.tilebox-one {
  padding: 22px;
  height: auto;
}
.ordr-box .order-sub-txt{
  font-size: 14px;
}
.trns-list-row{
  margin-bottom: 50px;
}
.currnt-hding h4{
  font-size: 25px;
}
.plan-list-btn{
  margin-top: 10px;
}
.card-box.snd-msg-form{
  padding: 20px;
}
.snd-msg-form .btn{
  width: 70% !important;
  font-size: 18px;
}

.chose-file .search-btn{
  font-size: 16px;
    padding: 10px 15px;
    border:none;
}
.downlod-sample a{
  font-size: 16px;
}
.plan-tble .plan-hding{
  font-size: 24px;
}
.chose-file input[type="file"]{
  width: 55%;
}
button.dlt-btn{
  padding: 10px 25px;
}
}
@media only screen and (max-width: 991px) {
  .mainlogo img {
    width: 28%;
}
.sign-hding h2 {
  font-size: 25px !important;
}
.sign-hding p{
  padding-right: 20px;
}
.rigister-colm {
  width: 100%;
  float: left;
  margin: 0 !important;
}
.rigister-form .btn {
  width: 100%;
}
.login-hding h5{
  padding-top: 0px;
}
.login-row {
  padding: 25px;
}
.login-pages {
  padding: 0px 0px 50px;
}
.temp-mesage .btn{
  width: 70%;
}

.downlod-sample{
  margin-top: 55px;
}
.user-serch{
  display: none;
}
.downlod-sample a{
  padding: 10px 22px;
}
.file-excel{
  margin-bottom: 30px;
  margin-top: 0px;
  text-align: center;
}
.content-page.plan-list-pg .pagination li a{
  padding: 10px 17px
}
body.enlarged footer.footer {
  padding-left: 0px !important;
}
footer.footer{
  padding-left: 260px;
}
.search-cox .search-product-box{
  width: 57%;
}
.search-cox{
  margin-left: 0px;
}
.grup-list-pg .pagination li a{
  padding: 10px 15px;
}
.pricingTable {
  margin-bottom: 50px;
}
.suprt-txt {
  padding: 0;
  margin-bottom: 50px;
}
}
@media only screen and (max-width: 767px){
  .mainlogo img {
    width: 35%;
}
.loginlft-img {
  text-align: center;
  padding-bottom: 20px;
}
.loginlft-img img {
  width: 60%;
  text-align: center;
}
.scnd-strip h3 {
  margin-top: 0;
  margin-left: 15px;
}
img.profile {
  width: 40px;
  height: 40px;
}
.pics {
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-left-icon {
  margin-top: 10px;
  float: right;
}
.what-left-icon {
  margin-top: 10px;
  float: right;
}
.scnd-strip i {
  font-size: 18px;
}
.what-left-icon ul li {
    padding: 0px 15px;
}
.preview {
  margin-top: 30px;
}
.whats-top .msg-hding {
  font-size: 30px;
}
.login-hding h5{
  padding-top: 0px;
}
.login-row{
  padding: 40px;
}
.content-page.main-class{
  padding: 70px 10px;
}
.suprt-list-txt{
  margin-bottom: 30px;
}
footer.footer{
  margin-left: 0px;
  padding-left: 0px;
}
.plan-tble{
  padding: 20px;
}
.tick-colum {
  margin-bottom: 0px;
}
.addgrup{
  margin-top: 0px;
  margin-bottom: 20px;
  justify-content: left;
}
.search-cox {
  margin-left: 0px;
  margin-bottom: 30px;
}
.grp-btn {
  margin-bottom: 20px;
}
.trget-pg-row .sub-btn .btn{
  width: 50%;
}
.trget-pg-row h2 {
  font-size: 28px;
}
.grup-list-pg .pagination li a{
  font-size: 15px;
  padding: 10px;
}
.select-grup-btn{
  width: 40%;
}
.targetlist-pg h2{
  font-size: 25px;
  text-align: center;
}
.plan-pageion{
  margin: 0;
  padding: 20px;
}
.msg-list-sec {
  padding-bottom: 220px !important;
}
.customer-grup-list {
  padding-bottom: 180px !important;
}
.buy-listcontact {
  padding-bottom: 331px !important;
}
.check-row {
  padding-bottom: 170px !important;
}
.checklist-pg {
  text-align: center;
}
.checklist-pg h2{
  margin-bottom: 30px;
  font-size: 25px;
}
.district-lable .form-group input{
  width: 100%;
}
.form-group .form-controls, .state-name-cont input{
  width: 100%;
}
}
@media only screen and (max-width: 600px){
  .group-icon-btn .edit-btn::before{
    top: -30px;
    left: -10px;
}
.group-icon-btn .exrpt-btn::before{
  left: 30px;
  top: 0px;
}
.group-icon-btn .dle-btn::before{
  left: -10px;
  top: 0px;
}
.group-icon-btn .imprt-btn::before{
  left: 30px;
  top: -30px;
}
  .sign-sec .container{
    max-width: 100%;
  }
  .navbar-custom .topnav-menu .nav-link{
    font-size: 12px;
    line-height: 25px;
    margin-top: 12px;
    padding: 5px !important;
  }
  .mainlogo img {
    width: 44%;
    padding-right: 10px;
    padding-top: 6px;
}
.mainlogo{
  padding-left: 10px;
}
.sign-hding p{
  padding-right: 0px;
  line-height: 28px;
  font-size: 16px;
}
.sign-hding h2 {
  font-size: 22px !important;
}
.rigister-colm {
  width: 100%;
  float: left;
  margin: 0 !important;
}
.rigister-form .btn {
  width: 100%;
}
.text-muted {
  font-size: 15px;
}
.txt.sign-hding, .loginlft-img {
  display: none;
}
.signup-imgs{
  margin-top: 0px;
  margin-bottom: 10px;
  display: none;
}
.login-pages {
  padding-top: 0px;
}
.login-row{
  padding: 20px;
}
.login-sec .btn-gradient{
  width: 100%;
}
.pricingTable{
  margin-bottom: 50px;
}

/* send meaasge chatbox css start */



/* send message chatbox css end */


/* home page responsive css start */

.dashborad-row {
  margin-bottom: 20px;
}
.content-page.main-class{
  padding-left: 10px;
}
.alrt-box-hd{
padding-top: 0px;
}
.alrt-btn button{
  padding: 10px 20px;
  margin-right: 10px;
}
/* ul.list-unstyled.topnav-menu.float-right.mb-0 {
    display: none;
} */
.typewriter{
  font-size: 16px;
  text-align: justify;
}
.alrt-btn {
  text-align: center;
  padding-left: 0;
}
li.dropdown.notification-list.notification-list-mob {
  display: none;
}
.tilebox-one{
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 10px !important; 
}
.ordr-box h5{
  text-transform: capitalize !important;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.ordr-box h3 {
  font-size: 30px;
}
.curent-plan-section{
  margin-top: 30px;
}
.currnt-hding h4{
  font-size: 25px;
}
.whats-top .msg-hding{
  font-size: 22px;
}
.top-strip{
  height: auto;
}
.third-strip img{
  width: 100%;
}
.scnd-strip.desktop {
  display: none;
}
.scnd-strip.mob-strip {
  display: block;
}
.mob-profile-img {
  width: 18%;
  float: left;
}
img.profile{
  width: 40px;
  height: 40px;
}
.scnd-strip h3{
  margin-top: 0px;
}
.profile-name img {
  width: 30px;
  height: 30px;
}
.profile-name {
  display: flex;
  justify-content: left;
  align-items: center;
}
.what-left-icon ul{
  margin-bottom: 0px;
}
.preview{
  margin-top: 20px;
}
input#file {
  width: 100%;
}
/* home page responsive css end */


/* Send message responsive css start */
.card-box.snd-msg-form{
  padding: 10px 30px 10px;
}
.snd-msg-form .btn{
  width: 50% !important;
}
/* Send message responsive css end */
.downlod-sample{
  margin-top: 0px;
}

.downlod-sample a {
  padding: 8px 15px;
  font-size: 16px;
}
.file-excel {
  margin-top: 0px;
  margin-bottom: 20px;
}
.chose-file .search-btn{
  padding: 6px 30px;
}
.chose-file input[type="file"]{
  padding: 5px;
}
.user-serch .search-product-box{
  padding: 6px;
}
.user-serch .search-btn{
  padding: 6.8px 20px;
}
.content-page.plan-list-pg .pagination li a{
  padding: 10px;
}

.msg-list-sec {
  padding-bottom: 285px !important;
}
.plan-pageion{
  margin-bottom: 15px;
  width: 90%;
}
.add-btn .add{
  padding: 10px 20px;
  font-size: 16px;
}
.page-link{
  padding: 8px !important;
}
.file-excel{
  text-align: left;
  margin-top: 20px;
}
.chose-file input[type="file"] {
  width: 60%;
}
.chose-file .search-btn{
  padding: 10px 20px;
}
.content-page.plan-list-pg.main-class {
  padding-bottom: 150px !important;
}
.content-page.plan-list-pg .pagination li a{
  font-size: 13px;
}
.trget-pg-row h2 {
  font-size: 24px;
  margin-top: 20px;
}
.trget-pg-row {
  border: none; 
   padding: 0px; 
}
.grup-list-pg .pagination li a{
  font-size: 13px;
}
.upload-pd {
  padding-bottom: 265px !important;
}
.checklist-pg h2{
  margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
}
.district-cont input, .district-conts input{
  width: 30%;
}
.distrt-name h5{
  font-size: 18px;
}
.distrt-list li{
  font-size: 16px;
}
.distrt-name p{
  font-size: 16px;
  margin-top: 10px;
}
.select-grup-btn {
  width: 70%;
  margin-top: 20px;
}
.target-grup-row {
  padding-bottom: 200px !important;
}
.pricing-content h5{
  margin-top: 20px;
}
.pricingTable .pricing-content ul li{
  padding: 0px 40px 10px;
  margin: 0px 8px 10px;
}
.plan-section {
  padding-bottom: 0px !important;
}
.now-left {
  width: 100%;
}
.schedul-rgt{
  width: 100%;
}
.steps-parts p:before{
  display: none;
}
.stpes-modal .modal-dialog {
  max-width: 100% !important;
}
.grup-list-tabl td {
  position: relative;
  padding: 20px !important;
}
.search-cox {
  margin-left: 0px;
  margin-bottom: 10px;
}
.key-icon{
  left: 33%;
  bottom: 115px;
}
.forget-form h5{
  margin-bottom: 10px;
}
.frgt-row {
  padding: 40px;
}
.forget-section{
  height: 71vh;
}
.txt-animation{
  font-size: 20px !important;
}
}

/* Responsive css end ?/        