*,
html,
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
ul,
li {
    list-style-type: none;
}
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 5%;
}
p{
    font-size: 15px;
    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: 0 2px 5px rgb(0 0 0 / 15%);
}
.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: 7px 15px;
}

.navbar-brand img {
    width: 11.5rem;
}
.call-box {
    /* background: #0c4981; */
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0.875em;
}
.call-box > 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;
}
.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: #1686c6;
}
.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:10%;}
.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: 700;
    margin: 1.4em 0 0.75em;
}
.doc-container p {
    font-size: 14px;
    text-align: center;
    padding: 0 60px;
    margin-bottom: 30px;
    color: #000;
    line-height: 22px;
    font-weight: 500;
}
.input-group {
    position: relative;
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;*/
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
}
.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;
}