* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    min-height: 100%;
    position: relative;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 15px;
    background: #fafafa;
    line-height: 1.5;    
}

/*--Custom-css---*/
.img-block {
    width: 100%;
    display: block;
}
a,
button {
    transition: all 300ms ease-in-out;
    outline: none !important;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
}
.animation-style {
    transition: all 300ms ease-in-out;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

h1 {
    clear: both;
    color: #000;
    font-size: 40px;
    padding: 0;
    font-weight: 700;
}

h2 {
    color: #000;
    font-size: 45px;
    padding: 0 0 15px;
    position: relative;
    font-weight: 700;
}

h3 {
    color: #000;
    font-size: 26px;
    padding-bottom: 15px;
    font-weight: 600;
}

h4 {
    color: #000;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
}

h5 {
    color: #000;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

h6 {
    color: #000;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
}

/* ===================Flight-Start============================ */
.form-select{
    width: 100%;
    margin-bottom: 0;
}
select.form-select {
    background-position: left;
    padding-right: 10px;
    padding-left: 20px;
}
.form-select:focus{
    background-color: inherit !important;
    color: inherit;
}
.form-input{
    width: 100% !important;
    margin-bottom: 0 !important;
}
.form-input:focus{
    background-color: inherit !important;
    color: inherit !important;
}
.lbl-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.125rem;
}
.flight-step-section{
    padding: 2rem 0;
}
.flight-list-wrap{
    /* padding: 0 1rem; */
    width: 100%;
}
.flight-list-wrap ul{
    margin: 0 !important;
    display: flex;
}
.flight-list-box {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    position: relative;
}
.flight-list-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 66px;
    left: 0;
    right: calc(50% + 30px);
    background: #f1f1f1;
    z-index: 0;
}
.flight-list-box:last-child:after{
    display: none;
}
.flight-list-title {
    color: #7f7f76;
    font-size: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.flight-list-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: no-drop;
    font-size: 1.5rem;
    font-weight: 700;
}
.flight-list-box.active .flight-list-icon {
    background-color: #ff0505;
    color: #fff;
    cursor: pointer;
}
.flight-list-box.active::after{
    background: rgb(255,5,5);
    background: linear-gradient(90deg, #f1f1f1 46%, #ff0505 100%);
}
.flight-list-box.is-done::after{
    background: rgb(255,5,5);
    background: linear-gradient(-90deg, #ff0505 100%, #ff0505 100%);
}
.flight-head-list{
    margin-bottom: 1.25rem;
}
.flight-data-box{
    padding: 2.1875rem;
    border-radius: 1.5625rem;
    background-color: #fff;
    box-shadow: 0 0 1.5625rem 0 rgba(0,0,0,.2);
}
.flight-data-box-head {
    color: rgb(255,5,5);
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.ul-style{
    padding: 0;
    margin: 0 !important;
    list-style: none !important;
}
.ul-style li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    display: flex; 
    flex-wrap: wrap;
    padding-right: 1.5rem;
}
.ul-style li::after {
    position: absolute;
    content: "";
    right: 0;
    top: 8px;
    height: 8px;
    width: 8px;
    background-color: rgb(255,5,5);
    border-radius: 50%;
}
.ul-style li::marker{
    display: none;
}
.logo-img-box{
    display: flex;
    max-width: 100px;
    margin: 0 8px;
}
.step-one-text h4{
    color: rgb(255,5,5);
}
.add-tag{
    position: relative;
}
.add-tag .form-input{
    padding-left: 2.875rem;
}
.tag-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 1rem;
}
.top-space{
    margin-top: 1rem;
}
.step-wrap-text h4{
    color: rgb(255,5,5);
}
.ul-style-two li{
    margin: 0.25rem 0;
    display: flex;
    flex-wrap: wrap;
}
.side-lft,
.side-rgt{
    flex: 0 0 auto;
    width: 50%;
}
.ul-style-two li h4{
    color: #000;
    font-size: 1.125rem;
    padding-bottom: 5px;
}
.ul-style-two li h3{
    color: #000;
    padding-bottom: 0;
    font-size: 1.125rem;
}
.help-number ul{
    display: flex;
    flex-wrap: wrap;
}
.help-number li:not(:last-child){
    margin-left: 0.75rem;
}
.help-number li a{
    color: #7f7f76;
}
.help-number li a i{
    padding-left: 0.5rem;
}
.help-number li a i.fa-whatsapp{
    color: #25D366;
}
.btn-style {
    background-color: #ef0025;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    padding: 0 3rem;
    text-align: center;
    border-radius: 0.25rem;
    text-transform: capitalize;
    margin: 0;
    font-size: 1rem;
    border: none;
}
.tooltip-wrap{
    position: relative;
    margin-top: 0.25rem;
    cursor: pointer;
}
.tooltip-wrap i{
    color: rgb(255,5,5);
    margin-left: 0.25rem;
}
.tooltip-wrap-text{
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
}
.tooltip-wrap:hover .tooltip-wrap-text{
    opacity: 1;
    visibility: visible;
}
/* ===================Flight-End============================ */
