/* This is My Custom CSS */
/* Typography CSS */
 @font-face {
     font-family: 'PoppinsRegular';
     src: url('../../fonts/Customindex_font/PoppinsRegular.eot');
     src: url('../../fonts/Customindex_font/PoppinsRegular.eot') format('embedded-opentype'), url('../../fonts/Customindex_font/PoppinsRegular.woff2') format('woff2'), url('../../fonts/Customindex_font/PoppinsRegular.woff') format('woff'), url('../../fonts/Customindex_font/PoppinsRegular.ttf') format('truetype'), url('../../fonts/Customindex_font/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
 @font-face {
     font-family: 'PoppinsBold';
     src: url('../../fonts/Customindex_font/PoppinsBold.eot');
     src: url('../../fonts/Customindex_font/PoppinsBold.eot') format('embedded-opentype'), url('../../fonts/Customindex_font/PoppinsBold.woff2') format('woff2'), url('../../fonts/Customindex_font/PoppinsBold.woff') format('woff'), url('../../fonts/Customindex_font/PoppinsBold.ttf') format('truetype'), url('../../fonts/Customindex_font/PoppinsBold.svg#PoppinsBold') format('svg');
}
 @font-face {
     font-family: 'PoppinsSemiBold';
     src: url('../../fonts/Customindex_font/PoppinsSemiBold.eot');
     src: url('../../fonts/Customindex_font/PoppinsSemiBold.eot') format('embedded-opentype'), url('../../fonts/Customindex_font/PoppinsSemiBold.woff2') format('woff2'), url('../../fonts/Customindex_font/PoppinsSemiBold.woff') format('woff'), url('../../fonts/Customindex_font/PoppinsSemiBold.ttf') format('truetype'), url('../../fonts/Customindex_font/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
 @font-face {
     font-family: 'DroidKufiBold';
     src: url('../../fonts/Customindex_font/DroidKufiBold.eot');
     src: url('../../fonts/Customindex_font/DroidKufiBold.eot') format('embedded-opentype'), url('../../fonts/Customindex_font/DroidKufiBold.woff2') format('woff2'), url('../../fonts/Customindex_font/DroidKufiBold.woff') format('woff'), url('../../fonts/Customindex_font/DroidKufiBold.ttf') format('truetype'), url('../../fonts/Customindex_font/DroidKufiBold.svg#DroidKufiBold') format('svg');
}
 @font-face {
     font-family: 'DroidKufiRegular';
     src: url('../../fonts/Customindex_font/DroidKufiRegular.eot');
     src: url('../../fonts/Customindex_font/DroidKufiRegular.eot') format('embedded-opentype'), url('../../fonts/Customindex_font/DroidKufiRegular.woff2') format('woff2'), url('../../fonts/Customindex_font/DroidKufiRegular.woff') format('woff'), url('../../fonts/Customindex_font/DroidKufiRegular.ttf') format('truetype'), url('../../fonts/Customindex_font/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}
 @font-face{
    font-family:'DroidKufiBold';
    src:url('../../fonts/Customindex_font/DroidKufiBold.eot');
    src:url('../../fonts/Customindex_font/DroidKufiBold.eot') format('embedded-opentype'), url('../../fonts/Customindex_font/DroidKufiBold.woff2') format('woff2'), url('../../fonts/Customindex_font/DroidKufiBold.woff') format('woff'), url('../../fonts/Customindex_font/DroidKufiBold.ttf') format('truetype'), url('../../fonts/Customindex_font/DroidKufiBold.svg#DroidKufiBold') format('svg');
}
 @font-face{
    font-family:'DroidKufiRegular';
    src:url('../../fonts/Customindex_font/DroidKufiRegular.eot');
    src:url('../../fonts/Customindex_font/DroidKufiRegular.eot') format('embedded-opentype'), url('../../fonts/Customindex_font/DroidKufiRegular.woff2') format('woff2'), url('../../fonts/Customindex_font/DroidKufiRegular.woff') format('woff'), url('../../fonts/Customindex_font/DroidKufiRegular.ttf') format('truetype'), url('../../fonts/Customindex_font/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}
/*==== Currency Dropdown Starts ====*/
 .currency_menu_content{
    display:none;
    position:absolute;
    background:white;
    min-width:14rem;
    -webkit-box-shadow:0px 3px 12px rgba(0, 0, 0, 0.01);
    -moz-box-shadow:0px 3px 12px rgba(0, 0, 0, 0.01);
    box-shadow:0px 3px 12px rgba(0, 0, 0, 0.01);
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    z-index:1;
}
 .currency_menu_content a.dropdown-item{
    padding:7px 15px;
    border-bottom:1px solid #f1f1f1;
    font-size:13px;
    text-transform:none;
}
 .currency_menu_content a.dropdown-item:hover{
    background:#f4f4f4;
    border-bottom:1px solid #f4f4f4;
    color:var(--textFont);
}
 .currency_menu_content a.dropdown-item:last-child{
    border-radius:0 0 5px 5px;
    border:0;
}
 a.dropdown-item .country_flag img {
     width: 20px;
     height: 15px;
}
 span.country_flag{
    margin-right:5px;
}
 .currency_menu_content.show{
    display:block;
}
/*==== Currency Dropdown Ends ====*/
/* Global CSS */
 body{
     font-family:'PoppinsRegular', 'DroidKufiRegular' !important;
    margin:0 !important;
    padding:0 !important;
    overflow-x:hidden !important;
    background:#ffffff;
     font-size:14px;
}
 .overflow-hidden{
    overflow:hidden !important;
}
 b,strong{
    font-weight:600;
}
 select{
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    text-indent:1px;
    -o-text-overflow:'';
    text-overflow:'';
}
 select::-ms-expand{
    display:none;
}
 input[type=text]::-ms-clear{
    display:none;
}
 input:focus{
    outline:none;
}
 button:focus,select:focus{
    outline:none;
}
 a{
    transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    -webkit-transition:all ease 0.5s;
    color:#4a494a;
}
 a:focus,a:active,a:visited,a:hover{
    text-decoration:none;
}
 a:hover{
    color:#e05155;
}
 *,:before,:after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 ul,ol{
    margin:0;
    padding:0;
    list-style:none;
}
 strong{
    font-weight:normal;
}
 button:focus{
    outline:0;
}
 button{
    cursor:pointer;
}
 h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin-bottom:0;
    font-family:inherit;
    font-weight:normal;
    line-height:1.2;
}
 html{
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
 input,button,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
}
 img{
    vertical-align:middle;
    max-width:100%;
    height:auto;
}
 .clear{
    clear:both;
}
 .btn.focus, .btn:focus {
     outline: 0;
     box-shadow: none;
}
 .hmSearchBox .form-control::-webkit-input-placeholder {
    /* Edge */
     color: #3c4449;
}
 .hmSearchBox .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: #3c4449;
}
 .hmSearchBox .form-control::placeholder {
     color: #3c4449;
}
 .textright{
    text-align:right;
}
 .refundable{
    color: #099475;
     font-size: 12px;
}
 .nonrefundable{
    color: #fc4758;
     font-size: 12px;
}
 .no_padding{
    padding-right:0;
    padding-left:0;
}
 .no_paddingR{
    padding-right:0;
}
 .no_paddingL{
    padding-left:0;
}
 .dir_default{
    direction:ltr;
}
 .txtalign_default{
    text-align:left;
}
 .theme_color{
    color:#438cca;
}
 .theme_btnStyle{
    background-image: -webkit-linear-gradient(top, #ee1579, #87156e);
     background-image: -moz-linear-gradient(top, #ee1579, #87156e);
     background-image: -ms-linear-gradient(top, #ee1579, #87156e);
     background-image: -o-linear-gradient(top, #ee1579, #87156e);
     background-image: linear-gradient(to bottom, #ee1579, #87156e);
     cursor: pointer;
     color:#ffffff;
    outline:none;
    font-size:16px;
    border-radius:5px;
    height:45px;
    line-height:40px;
    padding:0 20px;
    border:none;
}
 .theme_inner-btn{
    background-color:#0065b8;
    color:#ffffff;
    outline:none;
    font-size:15px;
    border-radius:30px;
    border:0;
    height:47px;
    line-height:49px;
    padding:0 30px;
}
 .theme_btnStyle:hover, .theme_inner-btn:hover{
    background-image: -webkit-linear-gradient(top, #ee1579, #87156e);
     background-image: -moz-linear-gradient(top, #ee1579, #87156e);
     background-image: -ms-linear-gradient(top, #ee1579, #87156e);
     background-image: -o-linear-gradient(top, #ee1579, #87156e);
     background-image: linear-gradient(to bottom, #ee1579, #87156e);
     color:#ffffff;
    outline:none;
    border:none;
}
 .min_Height{
    min-height:550px;
}
 .error_color{
    color:#e62828;
}
 .refund_color{
    color:#6cac07 !important;
}
 .non_refund_color{
    color:#ff221d !important;
}
 .cursor_default{
    cursor:pointer;
}
 .bgWhite{
    background-color:#fff;
}
 .bgBlue{
    background-color:#a7cbe3;
    padding:15px 0px;
}
 .minHeight{
    min-height:550px;
}
 .no_wrap_text{
    white-space:nowrap;
    overflow:hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
 .postnRel_common{
    position:relative;
}
 .color15{
    color:#1359a0;
}
 .colorRed{
    color:#ff0000;
}
 .pad-r-0{
    padding-right:0 !important;
}
 input.form-control,select.form-control{
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
}
 input.form-control:focus,select.form-control:focus{
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
}
 .table-responsive .table{
    max-width:none;
    -webkit-overflow-scrolling:touch !important;
}
 .container {
    position: relative;
}
 .main_nav2 {
     padding-top: 25px;
}
 header{
    width:100%;
    height:100px;
    padding:10px 0;
    background-color:#ffffff;
    box-shadow:0px 1px 2px 0px rgb(255 255 255 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
    position:relative;
}
 .bannerMain{
    width:100%;
     padding:0px 0;
    margin-top: 0px;
    background:#fff;
}
 .banner_bg{
     position:absolute;
    content:'';
     background:url(./images/banner_bg.png) no-repeat;
     width:1918px;
     height:606px 
}
 .bannerMain h2{
     color:#FFF;
     font-size:38px;
     text-transform:uppercase;
     font-family: 'PoppinsSemiBold';
    line-height: 58px;
}
 .bannerMain h2 span{
     font-size:56px;
    display: block;
}
 .banner_text h1{
    color:#000;
    font-size:60px;
    line-height:42px;
    text-align:center;
     font-family: 'PoppinsSemiBold';
}
 .banner_text h1 span{
    color:#000;
    font-size:28px;
    text-align:center;
     font-family: 'PoppinsSemiBold';
}
 .searchMain{
    width:100%;
    margin-top:70px;
}
 .hm_listnavmain{
    background:#FFF;
    border:solid #000 2px;
    position:absolute;
    left:50%;
    transform:translate(-50%, -50%);
    box-shadow:0px 0px 6px 0px rgb(177 177 177), 0px 2px 6px 2px rgb(60 64 67 / 15%);
}
 .FooterListMain{
    width:100%;
    padding:30px 0;
    background:#f5f5f5;
}
 .FooterListBoxMain{
    margin-bottom:30px;
}
 .FooterListBox{
    width:100%;
    background:#FFF;
}
 .FooterListBox ul{
    width:100%;
    padding:15px 18px;
}
 .FooterListBox ul li{
    width:auto;
    display:inline-block;
    padding-right:10px;
    padding-bottom:4px;
}
 .FooterListBox ul li a{
    font-size:14px;
    color:#4a4a4a;
}
 .FooterListBox ul li span{
    padding:0 2px;
}
 .FooterHD{
    width:180px;
    height:40px;
    background:#FFF;
    position:relative;
}
 .FooterHD::after{
    position:absolute;
    content:'';
    width:0;
    height:0;
    border-bottom:40px solid white;
    border-right:30px solid transparent;
    right:-30px;
}
 .FooterHD h2{
    display:inline-block;
    font-size:15px;
    line-height:48px;
    padding-left:18px;
    height:40px;
    color:#4a4a4a;
     font-family: 'PoppinsSemiBold';
}
.bnr-bg-img {
    padding-top:80px;
    padding-bottom:80px;
}
 .nav {
     background-color: #fbf9f9;
     box-shadow: 0px 1px 2px 0px rgb(255 255 255 / 30%), 0px 2px 6px 2px rgb(0 0 0 / 20%);
     padding: 0px;
     display: flex;
     align-items: center;
     color: #fff;
     top: 0;
     z-index: 99;
     width: 100%;
     transition: all ease 0.6s;
     flex-wrap: wrap;
}
 header.sticky {
     background-color: #fff !important;
     color: #000 !important;
}
 .nav #nav-check {
     display: none;
}
 .nav .logo {
     font-size: 20px;
     font-weight: 700;
}
 .nav .menuToggle {
     display: none;
}
 .nav .menuLinks {
     margin-left: auto;
}
 .nav .menuLinks ul {
     display: flex;
     justify-content: end;
}
 .nav .menuLinks ul li {
     margin-left: 35px;
}
 .nav .menuLinks ul li a {
     color: #3f3c3c;
     font-family: 'PoppinsSemiBold';
     text-decoration: none;
     font-size: 16px;
}
 .sticky .menuLinks ul li a {
     color: #000 !important;
     text-decoration: none;
}
 .flexCentr {
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 50px;
}
 .banner {
     background-color: #4B4453;
     height: 700px;
}
 .firmFeatures {
     background-color: #B0A8B9;
     height: 200px;
}
 .firmdeals {
     background-color: #C34A36;
     height: 100px;
}
 .foot {
     background-color: #FF8066;
     height: 200px;
}
 .nav .menuToggle label > span {
     display: block;
     width: 25px;
     height: 10px;
     border-top: 2px solid #fff;
}
 .sticky .menuToggle label > span {
     border-top: 2px solid #fff;
}
 .nav .menuScroll {
     display: none;
}
 .sticky .menuScroll {
     display: inline-block !important;
}
 .menuScroll ul {
     display: flex;
}
 .menuScroll ul li {
     flex: 1;
     margin-right: 15px;
}
 .sticky .menuScroll ul li a {
     color: #000;
     text-decoration: none;
}
 .menuLinks .dropdown-menu {
     min-width: 18rem;
     border-radius: 0px;
     margin-top: 0;
     padding: 15px 15px 0px 15px;
     top: 30px !important;
}
 .menuLinks .navbar {
     padding-top: 0;
     padding-bottom: 0;
     font-size: 14px;
}
 .menuLinks .navbar-brand {
     margin-right: 55px;
}
 .menuLinks li.nav-item {
     border-right: 1px solid #ccc;
}
 .menuLinks li.nav-item:nth-child(5) {
     border-right: 0;
}
 .menuLinks li.nav-item:last-child {
     border-right: 0;
}
 .menuLinks .navbar-expand-lg .navbar-nav .nav-link {
     padding-left: 18px;
     padding-right: 18px;
     padding-top: 0;
     padding-bottom: 0;
     color: #39434e;
}
 .menuLinks li.nav-item.currencyPad a.nav-link {
     padding-right: 10px !important;
}
 .menuLinks li.nav-item:last-child a.nav-link {
     padding-right: 0 !important;
}
 .menuLinks .country_flag {
     padding-right: 0px;
     color: #040b3b !important;
}
 .menuLinks .dropdown-toggle::after {
     border: none !important;
}
 .menuLinks .country_flag img {
     width: 24px;
     height: 14px;
     margin: 0 0 0 0;
}
 .menuLinks li.nav-item.currencyPad i {
     font-size: 6px;
     margin-left: 2px;
     position: relative;
     top: -2px;
}
 .menuLinks li.nav-item.currencyPad .dropdown-item {
     padding-left: 10px;
     font-size: 14px;
     min-width: 12rem;
}
 .menuLinks li.nav-item.currencyPad .dropdown-item .country_flag img {
     margin-right: 5px;
}
 .menuLinks .navbar-light .navbar-toggler {
     border-color: transparent;
     padding: 0px;
}
 .menuLinks .navbar-light .navbar-toggler-icon {
     background: url(../../images/CustomIndex_image/hamburger_menu.svg) no-repeat;
     width: 25px;
     height: 25px;
     margin-top: 10px;
}
 .fntArabic {
     font-family: "DroidKufiRegular";
     margin-right: 5px;
}
 .themeNav .dropdown-menu {
     min-width: 18rem;
     border-radius: 5px;
     margin-top: 0;
     padding: 15px 15px 0px 15px;
}
 .langCurrency {
     font-size: 14px;
}
 .langCurrency p {
     margin: 0 0 10px 0;
     border-bottom: 1px solid #ccc;
     padding-bottom: 10px;
}
 ul.langFlex {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 10px;
}
 ul.langFlex li {
     text-align: center;
     border: 1px solid #edf2f8;
     flex: 1;
     margin-right: 10px;
     background-color: #edf2f8;
     color: #39434e;
}
 ul.langFlex li:last-child {
     margin-right: 0;
     margin-left: 0;
}
 ul.langFlex li a {
     display: block;
     padding: 5px 20px;
}
 ul.langFlex li.active {
     background-color: #fff;
     border: 1px solid #000;
     margin-left:0 !important;
}
 ul.langFlex li.active a {
     color: #000;
}
 ul.currencyFlex {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 10px;
     flex-wrap: wrap;
}
 ul.currencyFlex li {
     text-align: center;
     border: 1px solid #edf2f8;
     min-width: 48%;
     margin-right: 10px;
     margin-bottom: 10px;
     background-color: #edf2f8;
     color: #39434e;
     margin-left:0 !important;
}
 ul.currencyFlex li:nth-child(2n+2) {
     margin-right: 0;
}
 ul.currencyFlex li a {
     display: block;
     padding: 5px;
}
 ul.currencyFlex li.active {
     background-color: #fff;
     border: 1px solid #000;
}
 ul.currencyFlex li.active a {
     color: #000;
}
 .dropCountry {
     font-size: 11px;
}
 .dropCountryCode {
     font-size: 14px;
}
 .hmArrow {
     position: relative;
}
 .hmArrow:before {
     content: '';
     position: absolute;
     top: 6px;
     right: -7px;
     background-image: url(../../images/CustomIndex_image/downArrow.svg);
     width: 11px;
     height: 11px;
     display: inline-block;
     background-size: contain;
     background-repeat: no-repeat;
}
 .dropC{
     font-size: 13px;
     line-height: 22px;
}
 .FmulticityBtn {
     font-size: 18px;
     margin-right: 4px;
     font-family: 'PoppinsSemiBold';
}
 .FmulticityBtn button {
     min-width: 40px;
     height: 40px;
     width: 40px;
     background:#fff;
     border:solid 2px #000;
     margin-right: 5px;
     color:#000;
}
 .FmulticityBtn button i{
     font-style:normal;
}
 .main_nav{
    margin-top:65px;
}
 .main_nav ul{
     display: flex;
}
 .main_nav ul li {
     margin-right: 20px;
     border: 2px solid #e05155;
     border-radius: 10px;
}
.main_nav ul li a {
    border-radius: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #343434;
}
.flightIcon {
    background: url(../../images/CustomIndex_image/flight.svg) center;
    display: inline-block;
   width:45px;
    height:45px;
    background-size: contain;
    margin-bottom: 5px;
    background-repeat: no-repeat;
}
 .holidayIcon {
     background: url(../../images/CustomIndex_image/holiday.svg) center;
     display: inline-block;
   width:45px;
    height:45px;
    background-size: contain;
    margin-bottom: 5px;
    background-repeat: no-repeat;
}
 .hotelIcon {
     background: url(../../images/CustomIndex_image/hotel.svg) center;
     display: inline-block;
   width:45px;
    height:45px;
    background-size: contain;
    margin-bottom: 5px;
    background-repeat: no-repeat;
}
 .sportsIcon {
     background: url(../../images/CustomIndex_image/spaorts.svg) center;
     display: inline-block;
    width:45px;
    height:45px;
    background-size: contain;
    margin-bottom: 5px;
    background-repeat: no-repeat;
}
 .login_box {
     width: 100%;
     background: #FFF;
     padding:35px 25px;
     border-radius: 10px;
     border: 2px solid #e05155;
     box-shadow: 2px 8px 13px 0px rgba(0,0,0,0.17);
     -webkit-box-shadow: 2px 8px 13px 0px rgba(0,0,0,0.17);
     -moz-box-shadow: 2px 8px 13px 0px rgba(0,0,0,0.17);
}
 .bnr-bg-img h3{
     font-size:20px;
     font-family: 'PoppinsSemiBold';
     color:#3f3c3c;
     margin-bottom: 18px;
}
 .login_box .form-group label {
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 50px;
     padding: 10px 0;
     border: none;
     border-radius: 0;
     border-bottom: 1px solid #372c2c;
}
 .login_box .form-group label img.usr-mail{
     width: 28px;
     height: 19px;
}
 .login_box .form-group label img.usr-pswd{
     width: 23px;
     height: 27px;
}
 .login_box .form-group label input{
     width: calc(100% - 30px);
     padding-left: 13px;
     border: 0;
}
 .login_box .form-group {
     margin-bottom: 2rem;
     position:relative;
}
 footer {
     width: 100%;
     background: #e05155;
     padding: 15px 0;
}
 .pas_viewicon {
     content: '';
     position: absolute;
     top: 25px;
     right: 2px;
     background-image: url(../../images/CustomIndex_image/view.svg);
     width: 20px;
     height: 20px;
     display: inline-block;
     background-size: contain;
     background-repeat: no-repeat;
}
 .loginbtn {
     background-image: linear-gradient(to top, #df4368, #e8565d, #ed6953, #ef7d4b, #ed9147);
     border: none;
     padding: 12px 20px;
     color: #fff;
     font-size: 16px;
     border-radius: 8px;
     width: 40%;
}
 .login_btn_main {
     display: flex;
     justify-content: space-between;
}
.main_nav h1 {
    color: #1b2e35;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'PoppinsSemiBold';
}
.adminRight {
    justify-content: flex-end;
    display: flex;
}
.Hm_CompanyDtls_list01 ul {
    display: flex;
}
.Hm_CompanyDtls_list01 ul li {
    color: #FFF;
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-family: 'PoppinsSemiBold';
}
.Hm_MailIcon {
    background: url(../../images/CustomIndex_image/hm_mail.png) center;
    display: inline-block;
    width: 25px;
    height: 19px;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    left: 0;
    top: 0px;
}
.Hm_CompanyDtls_list02 ul {
    display: flex;
    justify-content: end;
}
.Hm_CompanyDtls_list02 ul li {
    color: #FFF;
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-family: 'PoppinsSemiBold';
}
.Hm_WtsappIcon {
    background: url(../../images/CustomIndex_image/hm_wtsp.png) center;
    display: inline-block;
    width: 23px;
    height: 24px;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    left: 0;
    top: 0px;
}
.Hm_PhoneIcon {
    background: url(../../images/CustomIndex_image/hm_phone.png) center;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    left: 0;
    top: 0px;
}
span.foot_copy {
    color: #fff;
}
.hide{
    display:none
}

span.field-validation-error {
    position: absolute;
    bottom: -20px;
    color: #f00;
    font-size: 12px;
}