@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.body{
    font-family: "Poppins", serif!important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", serif!important;
}
p{
   font-family: "Poppins", serif!important; 
}
.page-title h1{
     font-family: "Poppins", serif!important;
}
nav.navbar {
    position: relative;
    z-index: 1;
}
img.icon2 {
    display: none;
}
html.sidebar-enable:not([data-sidebar-size=full]) .main-menu .app-menu > .menu-item:hover > .menu-link > .menu-text{
        background: #1f519e;
        color: #fff;
}
.button-toggle-menu {
   
    top: -21px;
    left: -15px;
}
.cart {
        width: auto;
        height: 52px!important;
        border-radius: 8px!important;
        justify-content: center;
        border: 1px solid #6D5BD0;
        background: #EFEDFF;
        color: #6D5BD0!important;
        overflow: visible;
        display: none;
    }
    .app-menu > .menu-item {
    padding: 0 ;
    border-bottom: 1px solid #ccc;
}
.breadcrumb {
    padding: 0;
    margin: 0;
}
div.dataTables_wrapper div.dataTables_length select {
    width: -webkit-fill-available;
    display: inline-block;
}

.blinking-button {
  animation: blink 1s infinite;
  border: 2px solid transparent;
  padding: 5px 5px;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
button.btn.btn-sm.btn-primary,.btn.btn-primary {
    background: #5e55a5 !important;
    border:none
}
.app-menu .menu-item .menu-link > .menu-text {
    font-size: 16px;
    font-family: 'Poppins';
}
.app-menu .menu-item.active>.menu-link {
    color: #1F519E;
    background: #5e55a55c;
    border-radius: 0px;
    border-right: 3px solid #1F519E;
    
}
.app-menu > .menu-item {
    padding: 0 var(--bs-menu-item-padding-x);
    border-bottom: 1px solid #ccc;
}
.app-menu .menu-item .menu-link {
    color: #1f519e!important;
}
.logo a {
      display: block;
    }
    .logo a img{
      max-width: 250px;
      border-radius: 5px;
    }
.logo-box{
    background: #f5f7fa;
}
.main-menu{
    background: #fff;
}
.nav-user{
    background: #fff; 
    width: 140px; 
    height: 45px!important; 
    border-radius: 14px;
}
.app-menu .menu-item .menu-link{
    color: #fff;
}
.app-menu .menu-title{
    color: #00aeef;
}
.page-content{
    background: #F0F4F9;
}
.admin-part, .all-leads {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
}
.admin-part, .portal-leads {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
}
.all-leads {
    padding: 20px;
    margin: 15px 0 0;
}
.portal-leads {
    padding: 20px;
    margin: 15px 0 0;
}
.admin-part .col-xl-3 {
    padding: 0 5px;
}
.days-559 {
    border-radius: 12px;
    font-size: 16px;
    color: #5e55a5 !important;
    border: 1px solid #5e55a5 !important;
    font-weight: 700;
}
.text-muted{
    display: ;
}
.img-icon-part{
    background: #E0EDFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.card-body{
    padding-bottom: 0;
}
.card button{
    background: transparent; 
    color: #3F8CFF;
    text-transform: capitalize; 
    border: none;  
    border-top: 1px solid #cee8fa; 
    border-radius: 0;
}
.card {
    border-radius: 7px;
    border: none;
    box-shadow: 1px 1px 5px -2px #00aeef;
}
.search-mobile{
    display: none!important;
}
.search-part-desktop{
    display: flex; 
    background: #fff; 
    justify-content: center;
    align-items: center; 
    width: 400px;
    height: 50px;
    border-radius: 14px;
}
.breadcrumb form {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E6EDF5;
    padding: 5px 20px;
    border-radius: 5px;
}
.breadcrumb input {
    border: none;
    padding: 6px 20px;
    background: transparent;
    outline: none;
}
 .leads input{
    width: 30%;
 }
.leads button {
    margin: 0 6px 0 0;
    border: 1px solid #bfbfbf !important;
}
.day-wise-part{
    display: flex;
    justify-content: end;
}
.create-part label {
    font-size: 13px;
    color: #000;
}
.create-part select {
    padding: 8px;
    border: 1px solid #DCE0E5;
}
.create-part input {
    border: 1px solid #DCE0E5;
}
.submit-btn-part {
    display: flex;
    align-items: end;
}
 #home .name-search {
    width: 50%;
}
.table th{
    padding: 7px;
}
.table td{
    padding: 9px!important;
    text-align: center;
}
.table input {
    width: 20px;
    height: 20px;
}
.csv-demo {
    margin-top: 23px;
}


@media(max-width:768px){
.search-mobile{
    display: block;
}
.search-part-desktop{
    display: none;
}
.day-wise-part {
    flex-wrap: nowrap;
    margin-top: 10px;
}
#home .name-search {
    width: 100%;
}
.csv-demo {
    margin-top: 44px;
}
.leads input {
    width: 40%;
}
.create-part label {
    font-size: 14px;
    font-weight: 500;
}

}

@media(max-width:425px){
      .csv-demo {
        margin-top: 5px;
        text-align: left;
        float: none !important;
    }
    .leads button {
        margin: 0 3px 0 0;
        padding: 6px 13px;
    }
    .leads input {
        width: 41%;
        font-size: 13px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
    }
    .nav-user{
        width: 55px;
    }

}

@media(max-width:375px){
.all-leads {
    padding: 10px;
}
.portal-leads {
    padding: 10px;
}
.leads input{
    font-size: 12px;
}
.leads button {
    margin: 0 3px 0 0;
    padding: 6px 10px;
}

}
@media(max-width:320px){
    .create-part label {
        font-size: 13px;
    }
    .csv-demo button {
        padding: 4px;
    }
    .leads button {
        margin: 0 0px 0 0;
        padding: 6px 4px;
    }
    .leads input {
        font-size: 10px;
        font-weight: bold;
    }
}
*/
/*[Rocket sing part -2 home page Css part]*/

/*section one css start*/
.section-one {
/*    box-shadow: 0px 4px 77.2px 0px rgba(0, 0, 0, 0.25);*/
    margin: 0 0 30px 0;
}
.section-one .left-part h3{
    font-size: 33px;
    font-weight: 600;
    color: #6D5BD0;
}
.section-one .left-part p{
    font-size: 14px;
    font-weight: 400;
    color: #6D5BD0;
}
.get-high h4{
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    color: #6D5BD0;
}
.get-high p{
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #6D5BD0;
}
.step-one, .step-two, .step-three{
    padding: 0px;
    background-image: url(../images/media/step1.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    background-size: contain;
}
.step-two {
    background-image: url(../images/media/step2.png);
}
.step-three{
    background-image: url(../images/media/step3.png);
}
.content-part {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    width: 235px;
    height: 235px;
    box-shadow: inset 0px 1px 20px #ccc;
    border-radius: 50%;
    margin: 0 0px 9px 6px;
    padding: 25px 0 0 0;
}
.content-part h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #6D5BD0;
}
.content-part p {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    margin: 10px 37px 0;
    line-height: 17px;
    color: #000;
}
.step-one img {
    position: absolute;
    right: -83px;
    top: 36%;
    width: 130px;
    height: auto;
}
.step-three .content-part{
    left: 46%;
}
.youtube{
    position: relative;
}
.call-us {
    background: radial-gradient(40.56% 72.11% at 50% 50%, #9672AB 0%, #694F93 31%, #45347F 60%, #2F2474 84%, #281E70 100%);
    width: 375px;
    height: auto;
    position: absolute;
    right: 0;
    color: #fff;
    padding: 46px 57px;  
    border-radius: 19px;
    text-align: center;
}
.call-us p{
    font-weight: 400;
    font-size: 20px;
    line-height: 129%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.call-us button {
    width: 147px;
    height: 56px;
    gap: 10px;
    border-radius: 6px;
    padding: 10px;
    background: rgba(109, 91, 208, 1);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
}
.create-part select {
    color: #6D5BD0;
    border-radius: 8px;
}


@media(max-width:1366px){
    .step-one img {
    position: absolute;
    right: -38px;
    top: 44%;
    width: 47px;
    height: auto;
}
.get-high p {
    font-size: 16px;
}
.content-part p {
    font-size: 13px;
    margin: 10px 20px 0;
}
.call-us {
    width: 250px;
    padding: 28px 40px;
}
.call-us p {
    font-size: 13px;
    line-height: 20px;
}

/*    datatable css start*/
        .btn-get {
      background-color: #6c5ce7;
      color: white;
    }
    .btn-play {
      background-color: #dfe6e9;
      color: black;
    }
    .summary {
      margin: 10px 0;
      font-weight: bold;
      color: #6c5ce7;
    }
    select.form-select {
      appearance: none;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c5ce7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 1rem center;
      background-size: 16px 16px;
      padding-right: 2.5rem;
      background-color: #fff;
      border: 1px solid #D5D5D5DD;
      border-radius: 8px;
      color: #6c5ce7;
    }
    table.dataTable tbody th, table.dataTable tbody td {
      padding: 8px;
      height: 61px;
      text-align: center;
      vertical-align: middle;
    }
    table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 600;
    color: #6E6893;
    font-family: poppins;
    font-size: 14px;
    text-align: center;
}
.summary {
    margin: 98px 0 20px;
    font-weight: 500;
    font-size: 16px;
    color: #6E6893;
}
.summary span{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #6D5BD0;
}
.btn-get {
    background-color: #fff;
    color: #6d5bd0!important;
    box-shadow: inset 3px 20px 67px 0px #ffffff;
    border: 2px solid #6d5bd0!important;
    /* background-image: linear-gradient(180deg, #ffffff 0%, rgb(109 91 208 / 0%) 51.28%); */
    font-weight: 600;
    font-size: 12px;
    border-radius: 8px;
    width: 105px;
    height: 39px;
    box-shadow: inset 13px 17px 23px 4px #ffffff;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td{
  background-color: rgba(244, 242, 255, 1);
  }



/* datatable css end*/

}
/*section one css end*/

/*home page open modal start*/
    /* Overlay */
    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background: rgba(0, 0, 0, 0.4);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Modal content */
    .lead-modal {
    background: white;
    padding: 30px 15px;
    border-radius: 10px;
    max-width: 750px;
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 430px;
   }
    .lead-modal img {
    width: 300px;
    height: 250px;
    }
    .modal-form {
      flex: 1;
    }
    .modal-form h3 {
      color: #6c5ce7;
      font-family: Poppins;
      font-weight: 400;
      font-size: 48px;
      line-height: 100%;
      text-align: center;
    }
    .modal-form button {
    background: #6c5ce7;
    font-weight: 600;
    font-size: 16px;
    line-height: 28.6px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}
    .modal-form h3 span {
      font-family: Poppins;
      font-weight: 600;
      font-size: 48px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      display: block;
      margin: 15px 0;
     }

  .modal-form h5 {
    color: #333;
    font-size: 15px;
    margin-bottom: 30px;
    }
  .modal-form h5::after {
    content: "";
    display: block;
    border-bottom: 5px solid #6c5ce7;
    width: 147px;
    padding-top: 5px;
}
   .modal-form h5 strong{
    color: #6D5BD0;
   }
    .modal-form input {
      margin-bottom: 10px;
    }
    .close-modal {
      position: absolute;
      top: 15px;
      right: 15px;
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
    }
    .modal-note {
        color: red;
        margin-top: 10px;
        font-family: poppins;
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        margin: 20px 0 10px;
    }
    .btn-purple {
      background-color: #6c5ce7;
      color: white;
      font-weight: bold;
      border: none;
    }

    .btn-purple:hover {
      background-color: #5e50c6;
    }

    @media (max-width: 768px) {
      .lead-modal {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .lead-modal img {
        width: 180px;
      }
    }
    @media(max-width:768px){
    .get-it-now a img {
    position: absolute;
    top: -15%;
    right: 2%;
    width: 26%;
}

}
/*home page open modal end*/

/*otp modal css start*/
.btn-login-trigger {
      margin: 40px;
      padding: 12px 24px;
      background-color: #6c5ce7;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
    }

    .modal-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
    }

    .otp-modal-box {
      background: linear-gradient(135deg, #ffffff, #e6e1fb);
      border-radius: 20px;
      padding: 30px;
      width: 450px;
      max-width: 90%;
      position: relative;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
      animation: fadeIn 0.3s ease-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }

    .otp-modal-box h2 {
      text-align: center;
      color: #2c2c2c;
      margin-bottom: 10px;
    }

    .otp-modal-box p {
      text-align: center;
      font-size: 14px;
      color: #444;
      margin-bottom: 20px;
    }

    .otp-input-group {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .otp-input-group input {
      width: 40px;
      height: 50px;
      font-size: 20px;
      text-align: center;
      border-radius: 10px;
      border: 1px solid #aaa;
    }

    .otp-resend-info {
      text-align: center;
      font-size: 13px;
      margin-bottom: 20px;
      color: #444;
    }

    .otp-resend-info span {
      color: red;
      margin-left: 5px;
    }

    .btn-verify-otp {
      display: block;
      margin: 0 auto;
      padding: 12px 30px;
      background-color: #2c2c2c;
      color: white;
      font-weight: bold;
      border: none;
      border-radius: 10px;
      cursor: pointer;
    }

    .btn-close-modal {
      position: absolute;
      top: 15px;
      right: 20px;
      background: none;
      border: none;
      font-size: 22px;
      font-weight: bold;
      cursor: pointer;
    }
/*otp modal css end*/



/* Register Button modal start */
    .trigger-btn {
      position: fixed;
      top: 20px;
      right: 20px;
      background: #6c5ce7;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      z-index: 2000;
      cursor: pointer;
    }

    /* Modal Overlay */
    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background: rgba(0, 0, 0, 0.4);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Modal Box */
    .register-modal {
      background: linear-gradient(145deg, #f3f0ff, #e4dbff);
      padding: 30px;
      border-radius: 20px;
      max-width: 400px;
      width: 100%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      position: relative;
      border: 2px solid rgba(109, 91, 208, 1);
    }

    .register-modal h3 {
    text-align: center;
    color: #333;
    margin: 10px 0 25px;
    position: relative;
}

    .register-modal input {
      margin-bottom: 12px;
      border-radius: 8px;
      border: 1px solid #ccc;
      padding: 10px;
      position: relative;
      font-size: 14px;
    }

    .register-modal .btn-purple {
    background-color: #6c5ce7;
    color: white;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    position: relative;
    width: 200px;
    margin: 0 auto;
    display: table;
}

    .register-modal .btn-purple:hover {
      background-color: #5e50c6;
    }
    .close-modal {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      cursor: pointer;
      background: none;
      border: none;
    }

/* Register Button modal end */

/*login page css*/
/* Login Button */
    .login-btn {
      position: fixed;
      top: 20px;
      left: 20px;
      padding: 10px 20px;
      background-color: #6c5ce7;
      color: white;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      cursor: pointer;
      z-index: 2000;
    }

    /* Overlay */
    .modal-overlay {
      position: fixed;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Modal */
    .login-modal {
      background: linear-gradient(135deg, #e0d4ff, #c4b6f8);
      border-radius: 20px;
      padding: 30px;
      width: 350px;
      position: relative;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
      animation: pop 0.3s ease-out;
    }

    @keyframes pop {
      from {
        transform: scale(0.9);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    .login-modal h3 {
      text-align: center;
      margin-bottom: 20px;
      color: #2c2c2c;
    }

    .login-modal input {
      border-radius: 10px;
      padding: 12px;
      border: 1px solid #ccc;
      margin-bottom: 20px;
    }

    .btn-purple {
      background-color: #6c5ce7;
      color: white;
      font-weight: bold;
      width: 100%;
      padding: 12px;
      border-radius: 10px;
      border: none;
      transition: 0.3s;
    }

    .btn-purple:hover {
      background-color: #5946d2;
    }

    .close-modal {
      position: absolute;
      top: 12px;
      right: 15px;
      background: none;
      border: none;
      font-size: 22px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
    }

/*    login page css end*/


.overlay::before {
        content: "";
        position: absolute;
        left: -23%;
        top: 0;
        z-index: 999;
        width: 50%;
        height: 20%;
        border-radius: 500px;
        opacity: 0.5;
        background: var(--highlighted-text, #35479d);
        filter: blur(200px);
    }
    .notification-list .noti-icon-badge {
        position: absolute;
        top: -8px;
        right: -5px;
        width: 20px;
        height: 20px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff !important;
        border: 1px solid #6D5BD0;
        color: #D81335;
    }
    .navbar-custom{
        background: #f0f4f9!important;
        border-bottom: none!important;
    }
    .navbar-custom .topbar {
        margin-top: 19px;
    }

    .get-it-now{
        position: relative;
    }
    .get-it-now a img {
        position: absolute;
        top: -1%;
        right: 23%;
        width: 15%;
    }



@media (max-width:1440px){
 /*   .step-one img {
    position: absolute;
    right: -46px;
    top: 41%;
    width: 70px;
    height: auto;
}*/
.call-us {
    width: 345px;
    padding: 35px 37px;
}
.call-us p {
    font-size: 18px;
}
/*.get-it-now a img {
    position: absolute;
    top: -7%;
    right: 26%;
    width: 12%;
}*/
@media (max-width: 1199px) {
    .call-us p {
        font-size: 14px;
    }
    .call-us {
        width: 290px;
        padding: 35px 15px;
        margin-right: 10px;
    }
    .get-it-now a img {
        position: absolute;
        top: -5%;
        right: 2%;
        width: 23%;
    }
}

@media(max-width:1024px){
    .section-one .left-part h3 {
        font-size: 28px;
    }
    .call-us {
    width: 220px;
    padding: 25px 15px;
    margin-right: 14px;
    margin-top: 15px;
   }
   .get-high h4 {
    font-size: 22px;
}
   .get-high p {
        font-size: 14px;
    }
}
@media(max-width:768px){
    .youtube img {
        width: 50%;
    }
    .call-us {
    width: 50%;
    margin-right: 0;
    margin-top: 0;
    top: 13px;
    height: 219px;
    padding-top: 60px;
}
.call-us button {
    width: 135px;
    height: 40px;
    font-size: 14px;
}
.modal-form h3 span{
    font-size: 40px;
    margin: 15px 0 0;
}
.modal-form h5 {
    margin-bottom: 15px;
}
.content-part h6 {
    font-size: 12px;
    line-height: 14px;
}
.get-high p {
    font-size: 12px;
}
.content-part {
    width: 210px;
    height: 210px;
}
.step-three .content-part {
    left: 45%;
}
.step-one img{
    width: 40px;
}
.step-two img{
    right: -33px;
}
.lead-modal {
    padding: 10px 15px;
    height: auto;
}
.modal-form h3 span {
    font-size: 35px;
    margin: 0;
}
.modal-form h3 {
    font-size: 35px;
    margin: 0;
}
.get-it-now a img {
    top: 10%;
    width: 18%;
}
.input-group{
    margin-top: 15px;
}


@media(max-width:767px){
.content-part {
    width: 235px;
    height: 235px;
    }
.step-three .content-part {
    left: 48%;
}
.step-one img {
    width: 45px;
    right: 46%;
    top: 103%;
    transform: rotate(109deg);
}

.step-two {
    margin: 50px 0;
}
.step-two img {
    right: 46%;
    top: 103%;
}
.lead-modal img {
    display: none;
}


}

@media(max-width:576px){
    .logo a img {
        max-width: 200px;
    }
    .modal-form h3 {
    font-size: 30px;
    margin: 14px 0;
    display: flex;
}
.modal-note {
    margin-top: 10px;
    font-size: 14px;
    margin: 15px 0 10px;
}
    .call-us {
    width: 50%;
    margin-right: 0;
    margin-top: 0;
    top: 13px;
    height: 155px;
    padding-top: 15px;
}
.city {
    margin-bottom: 15px;
}
.get-it-now a img {
    top: 13%;
    width: 25%;
}


}

@media(max-width:475px){
    .youtube img {
    width: 100%;
}
    .call-us {
        width: 86%;
        top: 100%;
        height: auto;
        padding-top: 15px;
        margin-right: 25px;
    }
.get-it-now{
    margin-top: 160px!important;
}

}

@media(max-width:425px){
    .logo a img {
        max-width: 170px!important;
    }
    .step-three .content-part {
        left: 47%;
    }
    .section-one .left-part h3 {
        font-size: 23px;
    }
    .section-one .left-part p {
    text-align: justify;
    margin: 15px 0;
}
.get-high h4 {
    font-size: 18px;
}

table.dataTable tbody th, table.dataTable tbody td {
    height: 50px;
    padding: 0px !important;
    font-size: 14px;
}
.get-it-now a img {
    top: 16%;
    width: 28%;
}
.login-modal {
    width: 80%;
    margin: 0 auto;
    display: table;
    margin-right: 9%;
}
.register-modal {
    width: 80%;
    margin-right: 3%;
}



}
/*.step-three {
    margin-top: -30px;
}*/
/*    .get-it-now a img {
    position: absolute;
    top: -15%!important;
    right: 2%!important;
    width: 26%!important;
}*/
}

/*[Rocket sing part -2 home page Css end]*/

