:root {
--font: "Montserrat", sans-serif;
--heading-color: #212b36;
--primary-color: #0086AA;
--white: #ffffff;
}
img {
    max-width: 100%;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
.gt-footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.gt-footer {
    background: var(--heading-color);
    padding-top: 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gt-footer .shape {
    position: absolute;
    z-index: -1;
}
.gt-footer .shape.shape-1 {
    top: 0;
    left: 0;
}
.gt-footer .shape.shape-2 {
    top: 0;
    right: 0;
}
.gt-footer .shape.shape-3 {
    bottom: 0;
    right: 0;
}
.gt-widget {
    margin-bottom: 50px;
}
.gt-widget .gt-footer-logo {
    display: block;
    margin-bottom: 10px;
}
.gt-widget .gt-footer-logo img {
    width: 100%;
}
.gt-widget .gt-widget-desc {
    font-size: 15px;
    line-height: 24px;
    color: #f3f4fe;
    margin-bottom: 30px;
    max-width: 260px;
}
.gt-widget .gt-widget-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--white);
}
.gt-widget .gt-widget-links a {
    display: inline-block;
    margin-bottom: 12px;
    line-height: 30px;
    color: #f3f4fe;
}
.gt-widget .gt-widget-links a:hover {
    color: var(--bs-primary);
}
.gt-widget .gt-widget-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gt-widget .gt-widget-brands li {
    margin-bottom: 20px;
}
.gt-footer-bottom {
    padding: 40px 0;
    border-top: 1px solid rgba(136, 144, 164, 0.43);
}
.gt-footer-bottom .gt-footer-bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gt-footer-bottom .gt-footer-bottom-left a {
    font-weight: normal;
    font-size: 15px;
    color: #f3f4fe;
    margin-right: 30px;
    display: inline-block;
}
.gt-footer-bottom .gt-footer-bottom-left a:hover {
    color: var(--primary-color);
}
.gt-footer-bottom .gt-footer-bottom-right {
    text-align: right;
    font-weight: normal;
    font-size: 15px;
    color: #f3f4fe;
}
.gt-footer-bottom .gt-footer-bottom-right a {
    color: var(--primary-color);
}
.gt-footer-bottom .gt-footer-bottom-right a:hover {
    text-decoration: underline;
}

/* Custom Dashed */
.dashed-top{
    border-top: 1px dashed var(--bs-border-color);
}
.dashed-bottom{
    border-bottom: 1px dashed var(--bs-border-color);
}
.dashed-left{
    border-left: 1px dashed var(--bs-border-color);
}
.dashed-right{
    border-right: 1px dashed var(--bs-border-color);
}

/* Custom hr */
.sm-hr{
    color: var(--bs-primary);
    border-top: 3px solid var(--bs-primary);
    width: 40px;
    margin: 0 0 1.5rem 0;
    opacity: 0.5;
    border-radius: 20px;
}

/* Custom Left Border */
.custom-left-border{
    border-left: 1px solid #e7eaee;
}
.custom-lg-left-border{
    border-left: 1px solid #e7eaee;
}
.custom-xl-left-border{
    border-left: 1px solid #e7eaee;
}

/* Custom Right Border */
.custom-right-border{
    border-right: 1px solid #e7eaee;
}
.custom-lg-right-border{
    border-right: 1px solid #e7eaee;
}
.custom-xl-right-border{
    border-right: 1px solid #e7eaee;
}


.dropdown-toggle::after{
    display: none;
}
.service-view-rcontent .card{
    border: 0;
}

table.dataTable thead th, table.dataTable thead td{
    padding: 10px 25px !important;
}
table.dataTable.display tbody td{
    cursor: pointer;
}
.table-card .card-body .table tr th:first-child{
    padding-left: 25px !important;
}
table.dataTable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dataTables_length{
    padding-left: 18px!important
}
.dataTables_info{
    padding: 18px!important
}
.dataTables_paginate {
    padding: 18px!important
}
.table.dataTable tbody th, table.dataTable tbody td{
    padding: 8px 25px
}
table.dataTable.no-footer{
    border-bottom: 1px solid var(--bs-card-border-color) !important;
}
table.dataTable thead th {
    border-bottom: 1px solid var(--bs-card-border-color) !important;
    border-top: 1px solid var(--bs-card-border-color) !important;
}
.dt-select-padding{
    padding: 12px 25px!important;
    width: 90px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus{
    box-shadow: none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}

body.modal-open {overflow: visible !important;padding-right: 0 !important}


/* New CheckBox */
.checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
  }
  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: var(--bs-primary);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: var(--bs-primary);
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: var(--bs-primary);
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: var(--bs-primary);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }
  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: var(--bs-primary);
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }
  .checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
  }
  .checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
  }
  .checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}
.payment-getwaye-list{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 25px 0 20px 0;
}
.custom-header-height{
    min-height:auto;
    padding:70px 0;
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-widget .gt-widget-brands a {
        max-width: 100px;
    }
}
@media (max-width: 1200px) {
    .custom-xl-left-border{
        border-left: 0;
    }
    .custom-xl-right-border{
        border-right: 0;
    }
}
@media (max-width: 992px) {
    .custom-header-height{
        padding:50px 0;
    }
    .m-border-top{
        border-top: 1px solid #e7eaee;
    }
    .custom-lg-left-border{
        border-left: 0;
    }
    .custom-lg-right-border{
        border-right: 0;
    }
    
}
@media (max-width: 991px) {
    .gt-footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    .gt-widget {
        margin-bottom: 40px;
    }
    .gt-footer-widgets .container {
        flex-direction: column;
    }
    .gt-footer-bottom {
        padding: 25px 0;
    }
    .gt-footer-bottom .gt-footer-bottom-left,
    .gt-footer-bottom .gt-footer-bottom-right {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .h-md-auto {
      height: auto !important;
    }
    .custom-left-border{
        border-left: 0;
    }
    .custom-right-border{
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .gt-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .gt-widget .gt-widget-desc {
        font-size: 13px;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .gt-footer-bottom .gt-footer-bottom-left a,
    .gt-footer-bottom .gt-footer-bottom-right {
        font-size: 14px;
    }
    .gt-widget .gt-widget-links a {
        font-size: 14px;
    }
    .gt-widget .gt-widget-brands a {
        max-width: 80px;
        margin-right: 10px;
    }
    .gt-footer-bottom {
        padding: 40px 0 25px 0;
    }
    .gt-footer-bottom .gt-footer-bottom-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .gt-footer-bottom .gt-footer-bottom-left a {
        margin: 0px 8px 8px;
    }
    .gt-footer-bottom .gt-footer-bottom-right {
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 400px) {
    .login-otp{
        overflow-x: auto;
    }
    .otp-section-inputs{
        width: 450px;
    }
}





