:root {
   --dynamic-color: rgba(255, 133, 21, 1);
   --red-color:rgba(238, 77, 77, 1);
}
p,h4{margin-bottom:0;}
*{margin:0;padding:0; font-family: "Poppins", sans-serif;}
a{text-decoration: none !important;}
.sectionpadding{padding:36px 0px;}
.mainheadbox .dropdown-menu {
   border-radius: 14px;
   padding: 12px 0;
   border: none;
   min-width: 200px;
   animation: fadeInUp 0.22s 
ease;
   box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}
.loginMainButton {
   border: 0;
   border-radius: 6px;
   background: var(--dynamic-color);
   color: white;
   padding: 5px 12px;
   font-size: 14px;
   font-weight: 500;
   border: 1px solid transparent;
   transition: all 
ease-in-out .2s;
   width: 150px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.loginebde1 {
   font-size: 16px !important;
   width: 200px;color: black !important;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   display: inline-block;
   font-weight: 600;
}
.ewrtbgwe4rg {
   font-size: 12px;
   color: #353535;
   line-height: 1;
}
.loginebde2 {
   display: flex;
   align-items: center;
   gap: 10px;
   color: inherit;
   border-bottom: 1px solid #666;
}

.loaderFlight{
   position: fixed;top: 0;left: 0;width: 100%;z-index: 999999999999999999;height: 100vh;background: #fff;display: grid;place-items: center;
}
.loaderFlight object{
   height: auto;width: 400px;object-fit: cover;
}
.loaderFlight.active{
   display:none;
}