*,
html,
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}
a,
a:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
button, 
input ,
button:focus,  
input:focus{
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.header .container-fluid{
    padding: 0 0%;
}
p{
    font-size: 14px;
    color: #2e3038;
    font-weight: 400;
    line-height: 24px;
}




/* <!----------------------------header-section-start----------------------------------------> */
/* header alert */
.head-top-alert {
    padding: 5px 0;
    display: block;
}
.head-top-alert p,
.head-top-alert p strong,
.head-top-alert p a {
    font-size: 14px;
    color: #000;
}
.head-top-alert p {
    margin: 0;
}
.head-top-alert p a {
    color: #dc3545;
}
/* alert end */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    /* padding: 5px 25px; */
    transition: all .5s ease-in-out;
    background: #fff;    box-shadow: 2px 2px 67px #16151536;
}
.navbar {
    padding: 0;
    margin-bottom: 0px;
}
.navbar-expand-lg {
    flex-wrap: wrap;
}
.navbar-top, .navbar-down {
    width: 100%;
}
.navbar-top {
    background-color: #fff;
}
.navbar-down {
    /* background: linear-gradient(to top,#2573bb, #2a72b5,#1550a3); */
    background-color: #1686c6;
}
.navbar-brand {
    padding: 10px 0px;
}

.navbar-brand img {
    width: 200px;
}
.call-box {
    /* background: #0c4981; */
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.call-box > i.fa-phone::before {
        width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 39px;
    background: #41c616;
    color: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
}
.call-box > i.fa-phone {
    font-size: 21px;
    animation: play-animation 1s infinite;
}
@keyframes play-animation {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
.call-box a {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-left: 0.675em;
}
.call-box a:hover {
    color: #1686c6;
}
.call-tfn_mobile {
    display: none;
    cursor: pointer;
    padding: 20px;
    position: relative;
    font-weight: 800;
    font-size: 14px;
    color: #202020;
    background: #ffe600;
    border-radius: 30px;
}
.call-tfn_mobile:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 7px;
    width: 26px;
    height: 26px;
    background: url(/EF_Images/call-innerpage.gif) left top no-repeat;
    background-size: 100%;
}
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color:#165cc6;
}
.navigation .navbar-nav li a:hover {
    color: #fff;
}
.header .navbar-down .navbar-nav .nav-link {
    padding-right: 1.4em;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.header .navbar-down .navbar-nav .nav-link:hover,
.header .navbar-down .navbar-nav .nav-link:active {
    color: #1686c6;
    background-color: #fff;
}
.header .navbar-down .navbar-nav .nav-link i.fa-caret-down {
    margin-left: 0.5em;
}
.mobile-sub-menu {
    background: #fff;
    z-index: 20;
    box-shadow: 0px 3px 5px #000;
    border-radius: 5px;
    position: absolute;
    min-width: 32rem;
    /* width: 50vw; */
    top: 2.4rem;
    padding: 15px 0 15px 20px;
    display: none;
}
.mobile-sub-menu > li {
    width: 40%;
}
.mobile-sub-menu li a {
    font-weight: 600;
    padding: 5px 5px 5px 0;
    display: flex;
    font-size: 13px;
    color: #555;
}
.mobile-sub-menu li a:hover {
    color: #0d6efd;
}
.mobile-sub-menu li a.menu-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f072";
    display: inline-block;
    margin-right: 4px;
}
.dropdown-toggle::after {
    content: none;
}
/* .ryt-side-menu.dropdown-menu[data-bs-popper] {
    left: -50%;
} */

/* flag in header */
.country-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.flag-icon {
    padding-left: 2em;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 16px;
    float: left;
    margin-top: 4px
}
.flag-icon-usa {
    background-image: url(/EF_Images/us-icon.jpg);
}
.flag-icon-aus {
    background-image: url(/EF_Images/au-icon.jpg);
}
.flag-icon-ca {
    background-image: url(/EF_Images/ca-icon.jpg);
}
.flag-icon-ind {
    background-image: url(/EF_Images/ind-icon.jpg);
}
.country-dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.country-dropdown .country-btn {
    border: 1px solid #ccc;
    box-shadow: none;
}
.country-dropdown .dropdown-menu {
    min-width: auto;
    width: 100%;
}

.navbar-toggle .icon-bar {
    background: #000;
}
.navbar-toggle {
    background: #eee;
}
.navbar-collapse {
    background: #1686c6;
}

/* <!---------------------------- header-section-end ---------------------------------------------> */
    

/* <!---------------------------- Documnent start ----------------------------------------> */
/* universal elements starts */
.uni-margin {
    margin-bottom: 1em;
}
.authform{margin-top:0%;}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
/* universal elements ends */

.doc-container {
    background: #fff;
    padding: 16px 16px;
    border-radius: 5px;
    border: 3px solid #1686c6;
    margin-bottom: 30px;
}
.doc-container h2 {
   font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 15px 0px;border-radius: 8px;
}
.doc-container p {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #222222;
    line-height: 22px;
    font-weight: 400;
}
input[type="checkbox"]{
  width: 30px; /*Desired width*/
  height: 30px; /*Desired height*/
  cursor: pointer;
   outline: 2px solid #c00;
}
.input-group {
    position: relative;
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;*/
    width: 100%;
    border: none;
    border-radius: 0px;
}
.input-group-addon{
    border: 0;
}
/*.input-group-name {
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    border-radius: 0;
    padding: 0.75em 0.85em;
    text-align: center;
    background-color: #eee;
    border-radius: 3px;
}*/
.input-group .form-control {
    position: relative;
    height: 40px;
    z-index: 2;
    margin-bottom: 0;
    border: 0;
}
.input-group .form-control:focus {
    box-shadow: none;
}
h4.text-center {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.8em;
}
.doc-container b {
    font-weight: 500;
}
.radio > label, .checkbox > label {
    min-height: 20px;
    /* padding-left: 20px; */
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    display: inline;
	font-size:14px;
}
.checkbox > label {
    padding-left: 20px;
    display:flex;
}
.radio label input[type="radio"] {
    vertical-align: middle;
}
i.fa-eye {
    /*font-family: "font awesome 5 free";*/
    font-weight: 800;
}
.pymt-type {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.checkbox {
    position: relative;
    display: block;
    margin: 0.85em 0 2em;
    text-align: justify;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}
.btn.btn-warning,
.btn.btn-check:focus+.btn.btn-warning, 
.btn.btn-warning:focus {
    color: #fff;
    background-color: #1686c6;
    border-color: #1686c6;
    margin-bottom: 3px;
    box-shadow: none;
}
.sign-pad {
    margin: 0;
    padding: 0;
    width: 100%;
}
.sign-nav {
    display: block;
    /* margin: 20px 0 0; */
    padding: 0;
    position: relative;
    list-style-type: none;
}
.sign-wrapper {
    display: block;
    height: auto;
    border: 1px solid #ccc;
}
.typed {
    height: 55px;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    z-index: 90;
    cursor: default;
    color: #145394;
}
.doc-container h4 {
    font-size: 1.2em;
    margin: 0.85em 0;
    font-weight: 500;
}
.doc-container h4 small {
    font-size: 0.55em;
}
small.text-danger {
    font-size: 0.85em;
    font-weight: 400;
}
small.text-danger strong {
    font-size: 0.85em;
    font-weight: 600;
}
.mt02 {
    margin-top: 2em;
}
.doc-submit {
    text-align: end;
}

        /* <!---------------------------- Thank you pop up ---------------------------------------------> */
        #modalWait{
             position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(2px);
        background: rgba(0,0,0,.6);
        z-index: 99999999;
        font-family: 'Poppins';
        display: none;
        overflow-y: auto;
        }
#exampleModal {
 position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(2px);
        background: rgba(0,0,0,.6);
        z-index: 99999999;
        font-family: 'Poppins';
        display: none;
        overflow-y: auto;
}
#exampleModal .modal-dialog{margin-top:20px!important;}
#exampleModal .modal-content {
     padding: 1em 0em;
}
#exampleModal .modal-header {
    border-bottom: 0;
    padding: 0 1rem;
    border-radius: 8px;
}
#exampleModal .modal-title {
    font-size:20px;
    letter-spacing:3px;
    color:#1686c6 ;
    margin:0;
    font-weight: 700;
    flex: 1 1 auto;
    text-align: center;
    border-bottom:1px solid;
}
#exampleModal .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#exampleModal .modal-body {
    padding: 1rem 1rem 0;
}
#exampleModal .modal-body > p {
    text-align: center;
    color: #aaa;
}
#exampleModal .modal-body > p:last-child {
    font-weight: 500;
    color: #000;
}
#exampleModal .modal-body > h3 {
    font-size: 16px;
    text-align: center;
}
#exampleModal .modal-footer {
    border-top: 0;
    padding: 0 0.75rem 0.75rem;
}
#exampleModal .modal-footer > a {
    flex: 1 1 auto;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    color: #1686c6;
}
#exampleModal .modal-footer > a > i.fa-phone::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background: #1686c6;
    color: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
}
#exampleModal .modal-footer > a > i.fa-phone {
    font-size: 21px;
    margin-right: 12px;
    animation: play-animation 1s infinite;
}





@media (max-width:600px) {
    #exampleModal .modal-title {
        font-size: 20px;
    }
   #exampleModal  .modal-content {
        padding: 1em 0em;
    }
}


#exampleModal1 {
 position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(2px);
        background: rgba(0,0,0,.6);
        z-index: 99999999;
        font-family: 'Poppins';
        display: none;
        overflow-y: auto;
}
#exampleModal1 .modal-dialog{margin-top:20px!important;}
#exampleModal1 .modal-content {
     padding: 1em 0em;
}
#exampleModal1 .modal-header {
    border-bottom: 0;
    padding: 0 1rem;
    border-radius: 8px;
}
#exampleModal1 .modal-title {
    font-size:20px;
    letter-spacing:3px;
    color:#1686c6 ;
    margin:0;
    font-weight: 700;
    flex: 1 1 auto;
    text-align: center;
    border-bottom:1px solid;
}
#exampleModal1 .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#exampleModal1 .modal-body {
    padding: 1rem 1rem 0;
}
#exampleModal1 .modal-body > p {
    text-align: center;
    color: #aaa;
}
#exampleModal1 .modal-body > p:last-child {
    font-weight: 500;
    color: #000;
}
#exampleModal1 .modal-body > h3 {
    font-size: 16px;
    text-align: center;
}
#exampleModal1 .modal-footer {
    border-top: 0;
    padding: 0 0.75rem 0.75rem;
}
#exampleModal1 .modal-footer > a {
    flex: 1 1 auto;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    color: #1686c6;
}
#exampleModal1 .modal-footer > a > i.fa-phone-alt::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    background: #1686c6;
    color: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
}
#exampleModal1 .modal-footer > a > i.fa-phone-alt {
    font-size: 21px;
    margin-right: 12px;
    animation: play-animation 1s infinite;
}





@media (max-width:600px) {
    #exampleModal1 .modal-title {
        font-size: 20px;
    }
   #exampleModal1  .modal-content {
        padding: 1em 0em;
    }
}

.month-picker-previous .ui-button .ui-icon {
    filter: brightness(0);
    background-image: url(/EF_Images/left-arrow.png);
    background-position: 0px;
    background-color: transparent;
    cursor: pointer;
}
.month-picker-next .ui-button .ui-icon {
    filter: brightness(0);
    background-image: url(/EF_Images/right-arrow.png);
    background-position: 0px;
    background-color: transparent;
    cursor: pointer;
}

lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 16% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ff7605 transparent #ff7605 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


 .overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 99999;
    opacity: 1;
    transition: all 0.5s;
}

 .progress-bar-warning {
    background-color: #0d054d;
}
   #drop-zone {
       margin-top:30px;
  width: 100%;
  min-height: 300px;
  border: 3px dashed rgba(0, 0, 0, .3);
  border-radius: 5px;
  font-family: Arial;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #7E7E7E;
  /*display:flex;*/
  background-color: #fff;
  flex-direction: column;
}
#drop-zone input {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
  opacity: 0;
}
/*Important*/

#drop-zone.mouse-over {
  border: 3px dashed rgba(0, 0, 0, .3);
  color: #7E7E7E;
}
/*If you dont want the button*/

#clickHere {
  display: inline-block;
  cursor: pointer;
  color: white;
  font-size: 17px;
  width: 150px;
  border-radius: 4px;
  background-color: #4679BD;
  padding: 10px;
  margin:20px;
}
#clickHere:hover {
  background-color: #376199;
}
#filename {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5em;
}
.file-preview {
  background: #ccc;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.closeBtn:hover {
  color: red;
  display:inline-block;
}
 #drop-zone .active {
            background-color: yellow !important;
        }
#drop-zone .active-drop{
        background:#77bafa !important;
        border:solid 2px blue !important;
        opacity:.5;
        color:black !important;
    }
.page-content .booking .booking-summary .tbtn {
        border: 1px solid #fff600;
        background: #fff600;
        color: #000;
        font-size:14px;
    }

.page-content {
    background: #f8f8f8;
    padding-bottom: 0em;
}
.page-content .booking {
    margin-top: 4em;
}
.generic.gen5, .generic.gen4, .generic.gen3, .generic.gen2, .generic.gen1 {
    margin-bottom: 2em;
}
.page-content .booking .booking-summary {
    margin-top: 2em;
}
.page-content .booking .generic h2 {
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    background: #0f406b;
    width: 100%;
    padding: 13px 24px;
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.page-content .booking .booking-summary .tbtn {
    border: 1px solid #fff600;
    background: #fff600;
    color: #000;
    font-size: 14px;
}
.generic .nit-tabs {
    transition: none;
}
.generic .tab-pane.active {
    background: transparent !important;
    padding: 0px !important;
    text-align: left !important;
}
.generic .safe {
    background: #b0ffe9;
    border-bottom: 1px solid #3afcc5;
    padding: 11px 25px;
    display: flex;
    justify-content: space-between;
}
.generic .safe figure {
    display: inline-block;
}
.generic .safe .text {
    float: right;
    margin-left: 10px;
}
.generic .safe .text h5 {
    text-transform: uppercase;
    color: #005741;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.generic .safe .text h6 {
    color: #005741;
    font-size: 10px;
    margin-bottom: 0px;
}
.page-content .booking .generic .genericbody {
    padding: 1em 2em 1em;
    background: #03a9f424;
}



.auth_container_box{
  background:#f7f7f7;
  padding:20px 20px;
}

/* Title */
.auth_main_title{
      font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
    padding: 15px 0px;
    border-radius: 8px; margin-top:0; padding-top:5px;
}

/* Paragraphs */
.auth_text_block{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:22px;
}

/* Highlighted words */
.auth_highlight{
    font-weight:600;
    color:#000;
}

/* Responsive */
@media (max-width:768px){

.auth_container_box{
    padding:15px;
}
    .doc-container h2 {
        font-size: 17px;
    }
    .auth_main_title { font-size: 17px;}



.auth_text_block{
    font-size:15px;
}

}

.auth_table_section{
    padding:10px 0px;
    background:#f6f8fb;
}

.auth_table_container{
    background:#fff;
    padding:20px;
    border-radius:10px;
}


.auth_table_title{
  font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
    background: #e3fce4;
    padding: 15px 10px;
}

/* Table */
.auth_info_table{
    width:100%;
    border-collapse:collapse;
}

/* Header */
.auth_info_table th{
    background:#f1f3f7;
    text-align:left;
    padding:14px;
    font-size:15px;
    border-bottom:2px solid #e2e6ef;
}

/* Cells */
.auth_info_table td{
    padding:14px;
    font-size:15px;
    border-bottom:1px solid #e6e6e6;
    color:#444;
}

/* Alternate rows */
.auth_info_table tr:nth-child(even){
    background:#fafbfd;
}




.auth_section_wrap ul,.auth_section_wrap ol{
    margin-top:10px;
    margin-bottom:10px;
    padding-left:25px;
}

.auth_section_wrap ul li,.auth_section_wrap ol li{
    margin-bottom:8px;
    line-height:1.6;
}

.auth_header_bar{
    background:#000;
    padding:16px 20px;
    text-align:center;    margin-bottom: 1.5rem;
}

.auth_header_title{
    margin:0;
    color:#ffffff;
    font-size:22px;
    font-weight:800;
    text-transform:uppercase;
}

.signature-wrapper{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.signature-box{
width:350px;
border:1px solid #e5e7eb;
padding:0 12px;
border-radius:6px;
background:#fff;margin-bottom:1rem;
}

.sign-tabs{
display:flex;
gap:10px;
margin-bottom:15px;
}

.tab-btn{
border:1px solid #d0d5dd;
padding:6px 12px;
cursor:pointer;
background:#fff;
border-radius:4px;
}

.tab-btn.active{
background:#000;
color:#fff;
}

.tab-content{
display:none;
}

.tab-content.active{
display:block;
}

input{
width:100%;
padding:10px;
border:1px solid #d0d5dd;
border-radius:4px;
}

.typed-preview{
font-family:cursive;
font-size:28px;
margin-top:10px;
min-height:30px;
}

canvas{
width:100%;
height:150px;
border-radius:4px;
touch-action:none;
}

.clear-btn{
margin-top:10px;
padding:6px 12px;
background:#ef4444;
border:none;
color:#fff;
border-radius:4px;
cursor:pointer;
}
.new_header_link ul li a
 {
    text-decoration: none;
    display: inline-block;
    padding: 6px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.new_call_header
 {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    padding: 4px 12px 4px 4px;
    position: relative;
    color: #ffffff;
    top: auto;
    cursor: pointer;
    background: linear-gradient(90deg, #fed001 60%, #1b6dc2 60%);
}

.customer_supports {
    display: flex;
}
.support_agent {
    position: relative;
}

.support_agent::before
 {
    content: '';
    z-index: 9;
    width: 11px;
    height: 11px;
    background: #229a19;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 10px;
    outline: 2px solid #fff;
}

.support_agent img {
    width: 45px;
    height: 45px;
    background: #f3f3f3;
    border-radius: 30px;object-fit:cover;
}
.support_agent::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: 1px;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 100%;
    background-color: rgba(34, 142, 76, 1);
    opacity: 0;
    animation: 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) 1s infinite blinkItem;
}

@keyframes blinkItem{0% {
    transform: scale(0.1);
    opacity: 0;
}

20% {
    opacity: 0.4;
}
40%, 100% {
    transform: scale(1.1);
    opacity: 0;
}
0% {
    transform: scale(0.1);
    opacity: 0;
}
20% {
    opacity: 0.4;
}
40%, 100% {
    transform: scale(1.1);
    opacity: 0;
}}

.support_number p {
    color: #666;
}

.support_number p {
    margin: 0;
    font-size: 15px;
}

.support_number a {
    font-size: 20px;
    font-weight: 700;
    color: #f96c21;
}

.secure-header{
background:#fff;
padding:6px 0;
border-bottom:1px solid #ddd;
}

.header-flex{
display:flex;
align-items:center;
justify-content:space-between;
}

.logo-box img{
width:220px;
}

.call-icon a{
width:50px;
height:50px;
background:#f3cc00;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
}

.call-icon i{
font-size:22px;
color:#1e3a8a;
}

.call-icon{display:none;}





.flight-detail-description-wrapper {
    padding: 5px 0 10px 0px;
    font-size: 14px;
}

.flight-detail-name {
   color: #000;
    font-weight: 500;
    padding: 10px 10px;
    font-size: 18px;
    background: #fff;
}

.flight_info{    margin: 1rem 0;
    background: aliceblue;}
.flight-detail-name img {
    width: 24px;
}
.flight-detail-name .date {
    font-size: .85rem;
    color: #d42b27;
    font-weight: 600;
}
.flight-description-content {
    display: table;
    width: 100%;
    padding: 5px 0px;
    font-size: 12px;
}

.flight-description-content > div
 {
    float: left;
    vertical-align: middle;
    padding: 0px 0 0 5px; line-height:22px;
}


.flight-description-class-detail {
    font-size: 11px;
    width: 27%;
    display: flex;
    gap: 12px;
    align-items: center;
}

.flight-des-logo {
    max-width: 60px;
}

.img-fluid1 {
    max-width: 28px;
    height: auto;
    background: #f0f0f0;
    padding: 2px;
    border-radius: 30px;
}

.flight-des-det {
       padding-left: 0px;
    padding-top: 4px;
    line-height: 22px;
}
.flight-name-detail {
    display: block;
    font-weight: 500;
    font-size: 13px;
}
.flight-number strong {
    font-weight: 700;
}
.flight-description-class-detail .flight-class {
    color: #000000;
    font-weight: 600;
}

.flight-description-timimg .time {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.flight-description-cityname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px !important;
    font-weight: 600 !important;    display: flex;
    gap: 5px;
}

.flight-description-timimg {
    text-align: left;
   width: 28%;
    font-size: 13px;
}
.flight-description-duration {
    text-align: center;
    width: 16%;
}
    .flight-description-duration > i {
        display: block;
        font-size: 22px;
    }

    .flight-description-duration .duration {
    padding: 0;
    font-weight: 300;
    color: #000;
    font-size: .8rem;
}
  .flight-description-timimg:last-child .flight-description-cityname{
justify-content:flex-end;
}
    .flight-description-timimg:last-of-type {
    text-align: right;
    padding-right: 5px;
}

  .passenger-table{
width:100%;
border:1px solid #e6e9ee;
border-collapse:collapse;
margin-top:10px;
text-align:center;
}

/* title */

.passenger-title th{
background:#175270;
color:#fff;
font-size:18px;
font-weight:600;
padding:14px 20px;
border:1px solid #e6e9ee;
}

/* column headers */

.passenger-head th{
background:#f5f7fa;
padding:14px 20px;
font-size:17px;
color:#333;
border:1px solid #e6e9ee; text-align:center;
}

/* table cells */

.passenger-table td{
padding:18px 20px;
border:1px solid #e6e9ee;
font-size:16px;
vertical-align:middle;
}

/* column widths */

.passenger-name{
width:60%;
word-break:break-word;
white-space:normal;
}

.passenger-dob{
width:20%;
}

.passenger-gender{
width:20%;
}


.booking-table{
width:100%;
border:1px solid #e6e9ee;
border-collapse:collapse;
margin-top:10px;
text-align:center;
}

/* title */

.booking-title th{
background:#175270;
color:#fff;
font-size:18px;
font-weight:600;
padding:14px 20px;
border:1px solid #e6e9ee;
}

/* headers */

.booking-head th{
background:#f5f7fa;
padding:14px 20px;
font-size:17px;
color:#333;
border:1px solid #e6e9ee; text-align:center;
}

/* body cells */

.booking-col{
width:33.33%;
padding:18px 20px;
border:1px solid #e6e9ee;
font-size:16px;
word-break:break-word;
}

.contact-table{
width:100%;
border:1px solid #e6e9ee;
border-collapse:collapse;
margin-top:10px;
text-align:center;
}

/* title */

.contact-title th{
background:#175270;
color:#fff;
font-size:18px;
font-weight:600;
padding:14px 20px;
border:1px solid #e6e9ee;
}

/* headers */

.contact-head th{
background:#f5f7fa;
padding:14px 20px;
font-size:17px;
color:#333; text-align:center;
border:1px solid #e6e9ee;
}

/* body */

.contact-table td{
padding:18px 20px;
border:1px solid #e6e9ee;
font-size:16px;
}

/* column widths */

.contact-phone{
width:45%;
word-break:break-word;
}

.contact-email{
width:55%;
word-break:break-word;
}

.amount-table{
width:100%;
border:1px solid #e6e9ee;
border-collapse:collapse;
margin:10px 0;
text-align:center;
}

.amount-title th{
background:#175270;
color:#fff;
font-size:18px;
font-weight:600;
padding:14px 20px;
border:1px solid #e6e9ee;
}

.amount-table td{
padding:16px 20px;
border:1px solid #e6e9ee;
font-size:18px;
}

.amount-label{
width:50%;
font-weight:500;
}

.amount-value{
width:50%;
font-size:18px;
font-weight:600;
}

.section-heading{
background:#175270;
color:#fff;
font-size:20px;
font-weight:600;
padding:14px 18px;
border-radius:4px 4px 0 0;
}
.sigWrapper {
    clear: both;
    height: 164px!important;
    border: 1px solid #ccc;
    padding: 8px 10px 8px 8px!important;
}


.sigPad {
    padding: 10px;
    background: #fff;
}

.sigNav {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex !important;
    gap: 10px;
}

.sigNav li {
    display: inline-block;
}

.sigNav a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
}

.sigNav .clearButton{display:flex!important;}

.sigNav a:hover {
    background: #efefef;
    color: #000;
}

.sigWrapper {
    border: 1px solid #ccc;
}

.sigNav li.active a {
    background: #1c4fb8;
    color: #fff;
    border-color: #1c4fb8;
}

.sigNav li.active a:hover {
    background: #163d91;
    border-color: #163d91;
}
.typeIt a, .drawIt a{border-radius:5px !important;}


.login-expired-page {
    display: flex;
    align-items: center;
    justify-content: center;
      
    padding: 20px;
    padding-top: 3rem;
}

.login-expired-page .card {
    max-width: 550px;
    width: 100%;
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    animation: lepFadeIn 0.8s ease;
}

.login-expired-page .image-wrapper {
    margin-bottom: 0px;
    animation: lepFloat 4s ease-in-out infinite;
}

.login-expired-page .image-wrapper img {
    width: 100%;
    max-width: 220px;
}

.login-expired-page h1 {
    font-size: 26px;
    color: #0f172a;
    margin-bottom: 12px;
    font-weight: 600;margin-top:0;
}

.login-expired-page p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 15px;
}

.login-expired-page .btn {
    display: inline-block;
    background: linear-gradient(135deg, #f09620, #e55e25);
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.login-expired-page .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
}

/* Animations (scoped names) */
@keyframes lepFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lepFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive */
@media (max-width: 480px) {
    .login-expired-page .card {
        padding: 25px 20px;
    }

    .login-expired-page h1 {
        font-size: 22px;
    }

    .login-expired-page p {
        font-size: 13px;
    }

    .login-expired-page .btn {
        width: 100%;
        padding: 12px;
    }
}
.sigNav{z-index:99!important;}
.signatureCanvas{position:relative;z-index:9;}


.car_card {
    border: 1px solid #e0e6ed;
    background: #fff;
    margin-top: 20px;}
.car_header {
    background: #f0f7ff;
    padding: 10px 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .car_header div {
        font-size: 18px;
        font-weight: 600;
        color: #003366;
    }
    .car_header img {
    width: 100px;
}

    .car_detailimg {
    padding: 10px;
}

    .car_detailimg img {
    width: 100%;
}

    @media (max-width: 480px){
        .car_header div {  font-size: 14px;  font-weight: 600;  color: #003366;}
        .car_header img { width: 100px;}
        .auth_main_title { padding-top: 0px;}
    }