403Webshell
Server IP : 103.234.187.230  /  Your IP : 216.73.216.216
Web Server : Apache
System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/b2c.hellogtx.com/application/sites/needtoday/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/b2c.hellogtx.com/application/sites/needtoday/layouts/header.phtml
<?php
$object = Zend_Controller_Front::getInstance();
$options = Zend_Controller_Front::getInstance()->getParam('bootstrap')->getOption('bootstrap');
$modulename = $object->getRequest()->getModuleName();
$controller = $object->getRequest()->getControllerName();
$action = $object->getRequest()->getActionName();
$mydevice = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getDevice();

//$destinations = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->destinationForHeader();
$destinationsOnly = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->destinationForHeader();
// echo "<pre>";print_r($destinationsOnly); die();
$contactDetail = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->getContactDetailForFooter();
$socialLinks = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectSocialLinksForFooterLink();
$getActivitiesHeader = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectActivitiesHeader();
//echo "<pre>";print_r($getActivitiesHeader); die();
$baseUrl = $options['siteUrl'];
//$destinationsForHeader = $destinations['destinations'];
//$regionNamesForHeader = $destinations['region_name'];
//$regionlabelForHeader = $destinations['region_label'];
//$regionimageForHeader = $destinations['region_image'];
//echo "<pre>";print_r($destinations);die;$_SERVER['REQUEST_URI']
$agencySysId = $options['gtxagencysysid'];
$stylecss = $options['stylecss'];
$secureCode = Catabatic_Helper::secureCodeT($agencySysId);
$URLPay = $options['gtxBtoBsite'] . 'gtxpay.php?AgencySysId=' . $agencySysId . '&code=' . $secureCode;
$gtxpayUrl = $baseUrl . 'detail/index/view/id/' . base64_encode($URLPay);
$URL = $options['gtxBtoBsite'] . 'feedbackform.php?AgencySysId=' . $agencySysId . '&code=' . $secureCode;
$feedbackUrl = $baseUrl . 'detail/index/view/id/' . base64_encode($URL);
$tollfreenumber = ($contactDetail['phone']) ? $contactDetail['phone'] : $tollfreenumber;

$services = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->selectServicesHeader();

require_once('guzzle/vendor/autoload.php');

use GuzzleHttp\Client;

$client = new Client(['base_uri' => 'https://needtoday.com']);
// echo "client<pre>"; print_r($client);die;
$response = $client->request('GET', 'data_header_one/cron_3');
$header_link_top1 = json_decode($response->getBody(),true);

$response1 = $client->request('GET', 'data_header_category/cron_6');
$header_link_channels = json_decode($response1->getBody(),true);

$response2 = $client->request('GET', 'data_header_two/cron_4');
$header_link_top2 = json_decode($response2->getBody(),true);

$response3 = $client->request('GET', 'data_header_more/cron_5');
$header_link_more = json_decode($response3->getBody(),true);

$response4 = $client->request('GET', 'autologins_top3/cron_2');
$autologins_top3 = json_decode($response4->getBody(),true);

$response5 = $client->request('GET', 'autologins_link_more/cron_1');
$autologins_more = json_decode($response5->getBody(),true);

$response6 = $client->request('GET', 'autologins_link/cron_1');
$autologins = json_decode($response6->getBody(),true);


// echo "header_link_channels<pre>";print_r($header_link_channels);die;
// echo "header_link_top1<pre>";print_r(json_encode($header_link_top1));die;
?>

<?php if (($mydevice == "mobile") && ($modulename == "default") && ($controller == "flight") && ($action != "index")) {
} else { ?>
    <style type="text/css">
        .dropbtn {
            background-color: #ecf8ed;
            color: #000;
            padding: 3px 20px;
            font-size: 14px;
            border: 1px solid #b2b2b2;
            border-radius: 3px;
        }

        .channel_part-3 ul {
            display: inline-flex;
            flex-direction: row;
            gap: 25px;
            padding-left: 0px;
            list-style: none;
            align-items: center;
            padding-right: 30px;
        }

        .channel_part-3 {
            position: relative;
            right: 50px;
        }

        .dropdown {
            position: relative;
            display: inline-block;
        }

        .arrow-down {
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #00001d;
            position: absolute;
          top: 12px;
         right: 8px;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 9999;
            right: 0px;
            z-index: 9990;
        }

        .dropdown-content a {
            color: black;
            padding: 5px 16px;
            text-decoration: none;
            display: block;
        }

       .dropdown-content a:hover {
    background-color: #5ab846;
    color: #fff;
}

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .dropdown:hover .dropbtn {
            background-color: #ecf8ed;
        }
         /*   .mobilefirstheaderbar_ul .user_pro_file:hover + .drop-login-new,  .drop-login-new:hover{*/
 /*       display: block !important;*/
 /*   }*/
 /*.mobilefirstheaderbar_ul .drop-login-new {*/
 /*     display: block;*/
 /*     z-index: 999;*/
 /*     background: #fff;*/
 /*     position: absolute;*/
 /*     margin-top: 0px;*/
 /* }*/
 /* .mobilefirstheaderbar_ul .drop-login-new li:hover a {*/
 /*     color: #000;*/
 /* }*/
 /* .mobilefirstheaderbar_ul .drop-login-new li a {*/
 /*     color: #000;*/
 /*     display: block;*/
 /* }*/
 /* .mobilefirstheaderbar_ul .drop-login-new li:hover a {*/
 /*     color: #fff ;*/
 /* }*/
 /* .mobilefirstheaderbar_ul .drop-login-new:hover {*/
      /*padding: 3px 10px;*/
 /*     width: 150px;*/
 /*     position: absolute;*/
 /*     right: 0;*/
 /*     list-style: none;*/
 /*     background: #fff;*/
 /*     border: 1px solid #f1eded;*/
 /*     border-radius: 3px;*/
 /*     box-shadow: 1px 2px 3px #d0d3d1;*/
 /*     display: block;*/
 /* }*/

    .settings-go {
        /*margin-top:-25px;*/
    }
    .mobile_view_header_show {
        display:none;
    }
    .showifnotmobileview {
        display:block;
    }
    .firstbarsellercss a h6 {
        padding:3px 12px 3px 10px;
    }
   .mobile_third_header_bar, .mobile_fourth_header_bar {
       display:none;
   }
    .mobile_fourth_header_bar .business_dashboard_edit h6 {
        margin:0px;
    }
    .second_top_header-bg  .business_dashboard_edit h6 {
        color:#FFFFFF;
    }
    button.btn.btn-primary.fw6 {
        background: #5ab846;
    }

    .img-circle-new {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 3px 3px 3px 7px;
        background: #5ab846;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font: 14px Arial, sans-serif;
        /*font-weight: 600;*/
    }
    .fa.fa-cogs, .fa.fa-lock, .fa.fa-sign-out {
        width: 15px;
    }
     .fas.fa-cogs, .fas.fa-sign-out-alt {
        /*width: 15px;*/
    }
    
     .img-circle-new.new-dash {
         padding: 0px;
     }



  /* First Top Bar Start Here....................................... */
  .first_top_header {
    height: 30px;
    background:#FFFFFF;
    /*background:#f4f5f9;*/
    color: #000000;
    border-bottom:1px solid #bdf2bd;
    display: flex;
    /*justify-content: end;*/
    align-items: center;
    padding-right: 7px;
    font-size: 13px;
    /*padding: 0 15px 0 15px;*/
    align-items: center;
    /*background: #5ab846;*/
  }
  li.need-item a { 
    color: #000;
    /*display: block;*/
  }
  
  li.need-item-partner {
    display: none;
  }
  li.need-item.log-reg {
      padding-right: 4px;
      /*height: 30px;*/
      /*padding-top: 6px;*/
  }
  
  .login_part-2 {
    display: none;
  }
  
  .login_part-3 ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none;
    align-items: center;
    justify-content: end;
  }
  .arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    position: absolute;
    top: 13px;
    right: 15px;
  }
  .need_partner-mobile {
      display: block;
  }
  ul li a.dropdown-item {
      padding: 0px;
  }
  ul li a.dropdown-item:hover {
      background: #5ab846;
  }
  /* First Top Bar End Here......................................... */
  
  
  
  /* Second Top Bar Start Here...................................... */
  .second_top_header {
    height: 30px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    font-size: 13px;
  }
  
  h6.channels-box {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background-color: #ecf8ed;
    padding: 3px 25px 3px 10px;
    color: #000;
    display: block;
    font-size: 14px;
    margin: 0;
  }
  h6.seller-box {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background-color: #ecf8ed;
    padding: 3px 25px 3px 10px;
    color: #000;
    display: block;
    font-size: 13px;
    margin: 0;
  }
  
  .channel_part-3 {
      display:none;
  }
  
  .channel_part-3 ul {
    display: flex;
    flex-direction: row;
    gap: 31px;
    padding-left: 0px;
    list-style: none;
    align-items: center;
  }
  
  .channel_part-2 {
    padding: 3px;
    position: relative; 
    /*margin-left:60%;*/
  }
  
  .channel_part-2 ul {
    display: none;
    padding: 3px 0px;
    margin-right:4px;
    width: 128px;
    position: absolute;
    right: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #f1eded;
    border-radius: 3px;
    box-shadow: 1px 2px 3px #d0d3d1;
  }
  .sellerdashboarddrop ul {
    width: 144px;
  }
  .sellerdashboarddrop ul li a {
      font-size:13px;
  }
  .channel_part-2 h6 {
    cursor: pointer;
  }
  
  .seller_dashboards {
    padding: 3px;
    position: relative; 
  }
  
  .seller_dashboards ul {
    display: none;
    padding: 3px 10px;
    width: 150px;
    position: absolute;
    right: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #f1eded;
    border-radius: 3px;
    box-shadow: 1px 2px 3px #d0d3d1;
  }
  .seller_dashboards h6 {
    cursor: pointer;
  }
  /*.btn.btn-primary.dash-seller-btn {*/
      /*background: #645f5f;*/
  /*    border-color: #645f5f;*/
  /*    width: 190px;*/
  /*    height: 50px;*/
  /*    font-weight: 600;*/
  /*    font-size: 14px;*/
  /*    background-image: linear-gradient(to right, #8b8e8c 0%, #606264 51%, #737a76 100%);*/
  /*    transition: 0.5s;*/
  /*}*/
  .more_menu2 ul li {
    padding: 5px;
  }
  
  li.more_menu2 ul li a {
    color: black;
  }
  li.more_menu2 h6 {
    cursor: pointer;
  }
  
  .more_menu2 {
    padding: 3px;
    position: relative; 
  }
  
  .more_menu2 ul {
    display: none;
    padding: 3px 10px;
    width: 150px;
    position: absolute;
    list-style: none;
    background: #fff;
    border: 1px solid #f1eded;
    border-radius: 3px;
    box-shadow: 0px 4px 2px #d5d5d5;
    right: 0px;
    z-index: 9990;
  }
  h6.more-box-2 {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background-color: #ecf8ed;
    padding: 3px 25px 3px 10px;
    margin: 0;
    font-size: 13px;
  }
  
  ul.logo-bar li a {
    color: #000;
    display: block;
  }
  
  a.dropdown-channels {
    color: #000;
    display: block;
    font-size: 13px;
  }
  a.seller-drop {
    color: #000;
    display: block;
    font-size: 13px;
  }
  .arrow-down-more-2 {

    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    top: 13px;
    right: 15px;
  }
  /* Second Top Bar End Here....................................... */
  
  
  
  /* Third Top Bar Start Here...................................... */
  .Third_top_header {
    height: 30px;
    background: #5ab846;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
  }
  
  span.my-dashboards {
    color: #fff;
    padding-top: 2px;
  }
  
  .my-dash-logo {
    padding-left: 5px;
  }
  .dash_part-3 {
      position: relative;
  }
  .dash_part-3 .dash-bar {
    /*gap: 41px;*/
    gap: 25px;
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    padding-left: 0px;
  }
  ul.dash-bar {
    font-variant: all-petite-caps;
    font-size: 14px;
    /* position: absolute;
      display: block;
      right: 0;
      top: 0; */
  }
  
  .more_menu3 {
    padding: 3px;
    position: relative; 
  }
  
  li.more_menu3 h6 {
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  
  .more_menu3 ul {
    display: none;
    padding: 3px 10px;
    width: 150px;
    position: absolute;
    list-style: none;
    background: #fff;
    border: 1px solid #f1eded;
    border-radius: 3px;
    box-shadow: 2px 2px 3px #d0d3d1;
    right: 0;
    z-index: 9990;
  }
  
  .more_menu3 ul li {
    /* display: none; */
    padding: 5px;
  }
  .dashboard-line-more li a {
    color: #000 !important;
  }

  i.fa.fa-bars {
    display: none;
  }
  h6.more-box-3 {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #5ab846;
    margin-top: 1px;
    padding: 1px 20px 2px 6px;
  }
  .arrow-down-more-3 {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: 6px;
    right: 7px;
  }
  
  li.dash-item a {
    color: #fff;
  }
  .my-dash-logo {
     padding-left: 0px; 
  }
  /* Third Top Bar End Here........................................ */
  
  
  
  /* Arrow Css */
  .arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
  }
  
  .arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
  
    border-left: 60px solid black;
  }
  
  .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid black;
  }
  
  .more_menu3 ul li:hover, 
  .more_menu2 ul li:hover, 
  .channel_part-2 ul li:hover,
  .seller_dashboards ul li:hover {
    background-color: #5ab846;
    color: black;
    /*border-radius: 5px;*/
  } 
 
  .menus_container ul li:hover a{
    color: #000000;
  }
  .menus_container ul li a.need-link{
    color: #000;
  }
  .more_menu2 ul li:hover a.need-link{
    color: #fff;
  }
  .more_menu3 ul li:hover a.dash-link{
    color: #fff !important;
  }
  
  .more_menu3 ul, .more_menu2 ul, .channel_part-2 ul, .seller_dashboards ul {
    padding-left: 0;
    padding-right: 0;
  }
    .more_menu3 ul li, .more_menu2 ul li, .channel_part-2 ul li, .seller_dashboards ul li {
        padding: 3px 10px;
    }

    .need-item ul.drop-login-new:hover {
        /*padding: 0 10px;*/
    }
  
  .need-item ul.drop-login-new li:hover {
    background-color: #5ab846;
    color: #fff;
    /*border-radius: 5px;*/
         /*padding: 5px 10px;*/
  } 
  .need-item ul.drop-login-new li:hover a.drop-seting-new {
    color: #fff;
  }
  
  
  /* Common Css Start Here.................................................................. */
  
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0px;
  }
  a:hover {
    text-decoration: none;
  }
  .mo_menus_part_3 {
    display: none;
  }
  
  ul.dash-bar.mo_res_more {
    display: block !important;
    background: #fff;
    position: absolute;
    right: 0;
    padding-left: 0;
    width: 160px;
    box-shadow: 0 1px 3px #c5c5c5;
    z-index: 99999;
  }
  
  ul.dash-bar.mo_res_more .dashboard-line-more {
    display: block !important;
    box-shadow: 0 2px 3px #c5c5c5 !important;
    padding: 2px 12px;
  }
  .seller_dashboards {
      display: block;
  }
  .fa.fa-store.seller-icon, .seller-icon {
    display: none;
  }
  .seller-icon:hover+ .seller-menu, .seller-menu:hover {
    /*display: block;*/
    /*z-index: 9990;*/
  }
  h6.seller-box {
    /*display: block;*/
  }
  .card-header-tabs .nav-link {
    padding:auto !important;
  }

  
  @media screen and (max-width:1024px) {
    .first_top_header .firstdivcolumn .mobileshowhide_channels {
      display: none !important;
    }
    .firstbarsellercss a h6 {
      padding: 4px 0px 4px 10px;
    }
    .card-header-tabs .nav-link {
      padding:auto !important;
    }
  }

  @media screen and (max-width:991px) {
    h6.channels-box {
      padding:3px 0px 6px 5px;
    }
    h6.channels-box span {
      font-size: 14px;
    }
    #sellerid {
      width:auto !important;
    }
    .first_top_header-bg .seconddivcolumn .channels-box span {
      font-size:14px;
    }
    .first_top_header-bg .seconddivcolumn {
      padding:0px !important;
    }
    .mobile_view_header_show {
        display:none;
    }
    .logo-bar {
      gap: 20px !important;
    }
    .my-dash-logo {
        padding-left: 0px; 
    }
    .headerloginview .firstrow {
      width: auto !important;
    }
    .need-item.log-reg {
        position: relative;
        top: 0px;
    }
    .img-circle-new {
        width: 22px !important;
        height: 22px !important;
        /*padding: 2px 3px 3px 3px !important;*/
    }
    .need-item ul.drop-login-new,
    .drop-login-new:before {
        right: 0 !important;
    }
    
    .ul.drop-login-new {
        margin-top: 10px !important;
    }
    .fa.fa-store.seller-icon {
        display: none;
    }


    li.channel-item[menu-tab-name="Digital Marketing"] {
        display: none;
    }
    li.more-channel-item[menu-tab-name="Digital Marketing"] {
        display: block !important;
    }
    li.channel-item[menu-tab-name="Business"] {
        display: none;
    }
    li.more-channel-item[menu-tab-name="Business"] {
        display: block !important;
    }
    li.channel-item[menu-tab-name="Marketplace"] {
        display: none;
    }
    li.more-channel-item[menu-tab-name="Marketplace"] {
        display: block !important;
    }
    
/*Part-2 Dashboard Line*/
    .dash_part-3 .dash-bar {
        gap: 10px;
    }
    li.dash-item[menu-tab-name="Matrimonial"] {
        display: none;
    }
    li.more3-item[menu-tab-name="Matrimonial"] {
        display: block !important;
    }
    li.dash-item[menu-tab-name="Marketplace"] {
        display: none;
    }
    li.more3-item[menu-tab-name="Business"] {
        display: none;
    }
    li.more3-item[menu-tab-name="Classifieds"] {
        display: none;
    }
    li.more3-item[menu-tab-name="Finance"] {
        display: none;
    }
    li.more3-item[menu-tab-name="Interiors"] {
        display: none !important;
    }
    
    .btn.btn-primary.dash-seller-btn {
        width: 140px;
        font-size: 12px;
    }
    .dashboard-head-border {
         margin-right: 0px;
    }
    .dashboard-button .f4 a.btn.btn-primary {
        width: 110px;
        font-size: 13px !important; 
    }
  }

  @media screen and (max-width:768px) {
    .card-header-tabs .nav-link {
      padding:auto !important;
    }
  }

    @media screen and (max-width:640px) {
      body, html {
      width: 100%;
      height: 100%;
    }
    .card-header-tabs {
      background-color: #5ab846;
    }
    .card-header-tabs .nav-link {
      padding:2px !important;
      color:#FFF;
    }
    .first_top_header .firstdivcolumn a {
      margin:auto auto auto 10px;
    }
    .first_top_header .mobileshowhide_channels h6 span:nth-child(1) {
      padding: 10px 30px 10px 4px;
    }
    .first_top_header .thirddivcolumn .mobilefirstheaderbar_ul {
      margin:8px auto auto 0px !important;
    }
    h6.channels-box span {
      font-size: 14px;
    }
    .showhideinmobile {
      display: none !important;
    }
    .headerloginview .firstrow {
      width: 100% !important;
    }
    .mobile_view_header_show {
        display:block;
    }
    .go_button {
        padding:1px;
    }
    .channelgoform .firstbarchannelcss {
        margin-right:5px;
    }

    .showifnotmobileview {
        display:none;
    }
    .mo_menus_part_3 {
      display: block;
    }
      .first_top_header  {
        display: block;
        /* justify-content: space-between; */
        position: relative;
        /*top: -6px;*/
        padding-right: 4px;
      }
       li.need-item.log-reg {
        padding-right: 0px;
        position: relative;
        top: -2px;
        /*top: 0px;*/
      }
      .hide-mobile{
        display: block;
      }
      
      .channel_part-2 {
        padding-left: 0px !important;
      }
      .seller_dashboards {
         /*display: none;*/
         padding-left: 0px !important;
      }
      .channel_part-3 {
        /*display: none;*/
      }
  
      i.fa.fa-bars {
        display: block !important;
        font-size: 18px;
        /* width: 28px; */
        /* height: 20px; */
        border: 2px solid #fff;
        border-radius: 2px;
        padding: 3px 3px;
      }
      .dash-bar {
        display: none !important;
      }
      .dash-bar.mo_res_more li a {
        color: #000;
      }
  
      .more-box-3 {
        display: none;
      }
      .dashboard-line-more {
        box-shadow: none !important;
        border: none !important;
        margin-top: -7px !important;
      }
      .dashboard-line-more::before {
        display: none;
      }
      .mo_res_more .dash-item {
        padding: 3px 10px;
      }
      .menus_container {
        width: 100%;
        padding: 0;
      }
  
      li.need-item-partner {
        display: none;
        float: left;
      }
      li.need-item-partner a {
        color: #fff;
      }
      .Third_top_header {
          padding: 0px;
      }
      .my-dash-logo {
          padding-left: 0px;
      }
      ul.dash-bar.mo_res_more .dashboard-line-more {
          padding: 0px !important;
        /*padding: 3px 10px;*/
      }
      span.need_partner-mobile {
        padding-left: 2px;
      }
      .second_top_header {
        padding: 0px;
      }
      li.need-item.hide-mobile.nt-home i.fa.fa-phone {
        display: block;
      }
      i.fa.fa-phone {
        display: inline-block !important;
      }
      .dashboard-head-border {
          display: none;
      }
        .dash_part-3 ul {
            display: none;
        }
        .mobilefirstheaderbar .login_part-1 {
            margin-top:10px;
        }
        .channelshowhideinmobileview {
            display: none !important;
        }
        .mobilefirstheaderbar_ul {
          margin: 5% 0% 0% 4% !important;
        }
        .mobilefirstheaderbar .mobilefirstheaderbar_ul li:nth_child(1) {
            font-size:14px;
            min-width: 100px !important;
            max-height: 5px !important;
            margin: 0px -30px 25px 0px !important;
        }
        .mobilefirstheaderbar .mobilefirstheaderbar_ul li:nth_child(2) {
            min-width: 100px !important;
            max-height: 5px !important;
            margin: 0px 0px 0px -25px;
        }
        .mobilefirstheaderbar .mobilefirstheaderbar_ul li:nth_child(3) {
            min-width: 100px !important;
            max-height: 5px !important;
            margin: -25px 0px 0px -45px;
        }
        .mobilefirstheaderbar .mobilefirstheaderbar_ul li:nth_child(4) {
            min-width: 100px !important;
            max-height: 5px !important;
            margin: 0px 0px 0px -40px;
        }
        .mobilefirstheaderbar .mobilefirstheaderbar_ul li:nth_child(5) {
            min-width: 100px !important;
            max-height: 5px !important;
            margin: -25px 0px 0px -55px;
        }
       .mobilefirstheaderbar .login_part-1 a {
           display:inline-block !important;
       }
       .mobilefirstheaderbar .login_part-1 .mobileshowhide_channels {
           display:inline-block !important;
           float:right !important;
       }
       .mobileshowhide_channels {
           display:block;
       }
       .mobile_second_header_bar .channel_part-2 {
           display:none !important;
       }
       .mobilefirstheaderbar .mobileshowhide_channels ul {
           padding:0px 5px !important;
       }
       .mobilefirstheaderbar .mobilefirstheaderbar_ul {
           padding:0px 5px !important;
       }
       .mobilefirstheaderbar .mobilefirstheaderbar_ul li {
           font-size:14px !important;
       }
       .mobilefirstheaderbar .mobilefirstheaderbar_ul li .fa, .mobilefirstheaderbar .mobilefirstheaderbar_ul li span {
           display:inline-block;
           font-size:14px !important;
       }
       #mobile_view_css_tel_id, #mobile_view_css_tel_span_id {
           display:inline-block !important;
       }
       .main-dash {
           display:none;
       }
       .sellercss {
           margin-left:5%;
       }
       .usercss {
           margin-right:5%;
       }
       .my-dashboard .channel_part-1 {
           display:none;
       }
      .login_part-3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 30px;
        z-index:2;
      }
  
    .first_top_header .login_part-3 ul {
        justify-content: end;
        gap: 40px;
        margin-left:auto !important;
    }
    .user_pro_file_two img {
      margin:-10px auto auto auto;
    }

    .first_top_header .login_part-3 ul li span {
      display: block;
      color:#FFFFFF;
    }

    .first_top_header .login_part-3 ul li a {
      color:#FFFFFF;
    }
    
    .first_top_header .login_part-3 ul li:nth-child(1){
        font-size:10px;
        min-width: 100px !important;
        /*max-height: 5px !important;*/
        margin: 0px 0px 0px 30px;
    }
    .first_top_header .login_part-3 ul li:nth-child(1) ul {
        max-width:140px;
    }
    .first_top_header .login_part-3 ul li:nth-child(1) ul li {
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        margin: 0px !important;
    }
    .first_top_header .login_part-3 ul li:nth-child(2) span{
      display: block;
      font-size:10px;
    }
    .first_top_header .login_part-3 ul li:last-child span{
      position: relative;
      top: 2px;
      /*max-width: 50px;*/
      overflow: hidden;
      display: table-cell;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size:10px;
    }
    .first_top_header .login_part-3 ul li:nth-child(2) {
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        max-height: 6px !important;
        margin: 0px 0px 0px -30px;
    }
    .first_top_header .login_part-3 ul li:nth-child(2) ul {
        max-width:140px;
    }
    .first_top_header .login_part-3 ul li:nth-child(2) ul li {
        margin:0px 0px 0px 1px;
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        margin: 0px 0px 0px 0px;
    }
    .first_top_header .login_part-3 ul li:nth-child(3) a i {
        display:inline-block;
    }
    .first_top_header .login_part-3 ul li:nth-child(3) a span {
        display:inline-block;
        font-size:10px;
        color:#FFFFFF;
    }
    li.user_pro_file:hover .drop-login-new {
        display:block !important;
    }
    .first_top_header .login_part-3 ul li:nth-child(3) {
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        max-height: 6px !important;
        margin: 4px 0px 0px -30px;
    }
    .first_top_header .login_part-3 ul li:nth-child(3) ul {
        max-width:140px;
    }
    .first_top_header .login_part-3 ul li:nth-child(3) ul li {
        margin:0px 0px 0px 1px;
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        margin: 0px 0px 0px 0px;
    }
    .first_top_header .login_part-3 ul li:nth-child(4) {
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        /*max-height: 5px !important;*/
        margin: 0px 0px 0px -30px;
    }
    .first_top_header .login_part-3 ul li:nth-child(5) {
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        max-height: 5px !important;
        margin: -25px 0px 0px -55px;
    }
    .first_top_header .login_part-3 ul li:nth-child(4) ul {
        max-width:152px;
    }
    .first_top_header .login_part-3 ul li:nth-child(4) ul li {
        margin:0px 0px 0px 1px;
        margin-right: auto;
        display:block;
        min-width: 100px !important;
        margin: 0px 0px 0px 0px;
    }
    .need-item.log-reg .img-circle-new {
      position: relative;
      top: -3px;
      width: 20px;
      height: 20px;
      padding: 2px 3px 1px 3px;
    }
    .need-item ul.drop-login-new,
    .log-reg .drop-login-new:before {
        right: 0 !important;
    }
    .login_part-3.new-img {
           padding: 0px !important;
    }
     h6.seller-box {
           /*display: none;*/
    }
    .mobilefirstheaderbar_ul > li:nth-child(1) {
        font-size: 10px;
        min-width: 100px !important;
        margin: 0px 0px 0px 30px;
    }
    
    .mobilefirstheaderbar_ul .affiliate_li {
        margin:0px;
    }
    
  }
  
  
   @media screen and (max-width: 480px) {
        .card-header-tabs {
          background-color: #5ab846;
        }
        .card-header-tabs .nav-link {
          padding:2px !important;
          color:#FFF;
        }
        .first_top_header .firstdivcolumn a {
          margin:auto auto auto 10px;
        }
        .first_top_header .mobileshowhide_channels h6 span:nth-child(1) {
          padding: 10px 30px 10px 10px;
        }
        .showhideinmobile {
          display: none;
        }
        .headerloginview .firstrow {
          width: 100% !important;
        }
        .mobile_view_header_show {
          display:block;
        }
       .mobilefirstheaderbar .login_part-1 a {
           display:inline-block !important;
       }
       .mobilefirstheaderbar .login_part-3 {
           z-index:2;
       }
       .mobilefirstheaderbar .login_part-1 .mobileshowhide_channels {
           display:inline-block !important;
           float:right !important;
       }
       .mobileshowhide_channels {
           display:block;
       }
       .mobile_second_header_bar .channel_part-2 {
           display:none !important;
       }
       .mobilefirstheaderbar .mobileshowhide_channels ul {
           padding:0px 5px !important;
       }
       .mobilefirstheaderbar .mobilefirstheaderbar_ul {
           padding:0px 5px !important;
       }
       .mobilefirstheaderbar .mobilefirstheaderbar_ul li {
           font-size:12px !important;
       }
       .mobilefirstheaderbar .mobilefirstheaderbar_ul li .fa, .mobilefirstheaderbar .mobilefirstheaderbar_ul li span {
           display:inline-block;
           font-size:12px !important;
       }
       .user_pro_file_two img {
        margin:-10px auto auto auto;
       }
       #mobile_view_css_tel_id, #mobile_view_css_tel_span_id {
           display:inline-block !important;
       }
       .main-dash {
           display:none;
       }
       .sellercss {
           margin-left:5%;
       }
       .usercss {
           margin-right:5%;
       }
       .my-dashboard .channel_part-1 {
           display:none;
       }
       .login_part-3 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 30px;
       }
       .first_top_header .login_part-3 ul {
            /* padding-top: 6px; */
            justify-content: end;
            gap: 32px;
            margin-left:auto !important;
       }
       .login_part-3.main-dash {
           justify-content: end;
       }
       .login_part-3.new-img {
           padding: 0px;
       }
       .dashboards_part-2 {

       }
       .fa.fa-store.seller-icon {
            /*display: block;*/
            font-size: 22px;
            padding-top: 0px;
       }
       .seller_dashboards {
            /*display: none;*/
       }
       .seller-icon:hover+ .seller-menu, .seller-menu:hover {
            /*display: block;*/
            /*z-index: 9990;*/
       }
       h6.seller-box {
            padding: 3px 15px 3px 3px;
       }
        h6.seller-box .arrow-down {
                right: 7px;
        }
       .container.new_container {
            padding-right: 5px;
            padding-left: 5px;
       }
       .need-item.log-reg .img-circle-new {
            /*width: 20px !important;*/
            /*height: 20px !important;*/
       }
   
       
   }
  /* Media Query End Here.......................................... */
  
  
  
  .dashboard-line-more {
    margin-top: 8px;
  }
  .menu-drop.channels-menu:before,
  .dashboard-line-more:before,
  .brands-line-more:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    content: '';
    top: 0px;
    right: 9%;
    border: 3px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate( 
  135deg
  );
    box-shadow: -1px 1px 2px 0 rgb(0 0 0 / 16%);
  }
  
   .drop-login-new:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    content: '';
    top: 0px;
    right: 42%;
    border: 5px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate( 
  135deg
  );
    box-shadow: -1px 1px 2px 0 rgb(0 0 0 / 16%);
  }
  
  
  h6.dashboards-more-box {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background-color: #ecf8ed;
    padding: 3px 25px 3px 10px;
  }
  /* Third Top Bar End Here......................................... */
  
  
  /* Hover Menu Start Here */
  .channel_part-2 .channels-box:hover + .channels-menu, .channels-menu:hover {
    display: block !important;
    /*display: block;*/
    margin-top: 0px;
    z-index: 9990;
  }
  .seller_dashboards .seller-box:hover + .seller-menu, .seller-menu:hover {
    display: block !important;
    margin-top: 0px;
    z-index: 9990;
  }
  .seller-icon:hover+ .seller-menu, .seller-menu:hover {
   /*display: block;*/
   /*z-index: 9990;*/
  }
  
  .more-box-2:hover + .brands-line-more, .brands-line-more:hover {
    display: block !important;
    margin-top: 0px;
  }
  h6.more-box-3:hover + .dashboard-line-more, .dashboard-line-more:hover {
    display: block !important;
    margin-top: 1px;
  }
  /* Hover Menu End Here */
  
  
  
  
  /*New Logical CSS Start..................... */
  li a img.img-circle-new {
      /*position: relative;*/
      top: -2px;
      border: 2px solid;
      color: #fff;
      border-radius: 50%;
  }

  .mobilefirstheaderbar_ul.user_pro_file:hover + .drop-login-new,  .drop-login-new:hover {
      display: block !important;
  }

  ul.drop-login-new li:hover a {
      color: #fff !important;
  }
  ul.drop-login-new li {
      padding: 0px 3px;
  }
  ul.drop-login-new li a {
      color: #000 !important;
      padding: 3px 12px;
  }
  ul.drop-login-new li a:hover {
      color: #fff;
  }

  ul.drop-login-new:hover {
      /*padding: 3px 10px;*/
      width: 150px;
      position: absolute;
      right: 0;
      list-style: none;
      background: #fff;
      border: 1px solid #f1eded;
      border-radius: 3px;
      box-shadow: 1px 2px 3px #d0d3d1;
      display: block;
  }

  .need-item ul.drop-login-new {
      display: none;
      /*padding: 5px 10px;*/
      width: 160px;
      position: absolute;
      right: -20px;
      list-style: none;
      background: #fff;
      border: 1px solid #f1eded;
      border-radius: 3px;
      box-shadow: 1px 2px 3px #d0d3d1;
      /*margin-right: 60px;*/
      font-size: 13px;
      z-index: 99999;
      line-height: 32px;
  }

.first_top_header-bg {
    background: #FFFFFF;
}
.second_top_header-bg { 
    background: #5ab846;
    border-bottom: 1px solid #5ab846;
    height:34px;
}

.Third_top_header-bg {
    background: #5ab846;
}

.login_part-3 .need-item:nth-child(3) {
    /*order: 3;*/
    display:block;
}

.login_part-3 .need-item:nth-child(5) {
    /*order: 5;*/
}

/*2nd Top Header main menu - Display None*/
li.more-channel-item[menu-tab-name="Home"] {
        display: none;
}
li.more-channel-item[menu-tab-name="Brands"] {
        display: none;
}
li.more-channel-item[menu-tab-name="Business"] {
        display: none;
}
li.more-channel-item[menu-tab-name="Digital Marketing"] {
        display: none;
}
li.more-channel-item[menu-tab-name="Institute"] {
        display: none;
}
li.more-channel-item[menu-tab-name="Jobs"] {
        display: none;
}
li.more-channel-item[menu-tab-name="Marketplace"] {
        display: none;
}
li.more-channel-item[menu-tab-name="News"] {
        display: none;
}
li.more-channel-item[menu-tab-name="Realty"] {
        display: none;
}
li.channel-item[menu-tab-name="Services"] {
    display: none;
}



          
    /*Dashboard Header Css*/
            .font-body {
                font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
            }
            .channel_part-1 a img {
                height: 33px;
            }
            .my-dash-logo a img {
                height: 22px;
                display: inherit;
            }
            li.more3-item[menu-tab-name="Business"],
            li.more3-item[menu-tab-name="Marketplace"],
            li.more3-item[menu-tab-name="Finance"],
            li.more3-item[menu-tab-name="Matrimonial"],
            li.more3-item[menu-tab-name="Classifieds"],
            li.more3-item[menu-tab-name="Interiors"] {
                display: none;
            }
            
            
    
             @media screen and (max-width:991px) {
                li.more3-item[menu-tab-name="Marketplace"] {
                    display: block;
                }
            }
                    
                    
                    
            @media screen and (min-width:992px) and (max-width:1199px) {
            .mobile_view_header_show {
                display:none;
            }
            .container.menus_container {
              width: 100%;
              padding: 0;
            }
            .logo-bar {
              /*gap: 36px !important;*/
            }
            .second_top_header {
               padding: 0px;
            }
            .dash_part-3 .dash-bar {
              /*gap: 30px !important;*/
            }
            .login_part-3 ul {
              /*gap: 15px !important;*/
            }
            .menus_container ul li, .menus_container ul li a {
              font-size: 13px !important;
            }
            
             li.channel-item[menu-tab-name="Digital Marketing"] {
                display: none;
            }
            li.more-channel-item[menu-tab-name="Digital Marketing"] {
                display: block !important;
            }
            li.channel-item[menu-tab-name="Business"] {
                display: none;
            }
            li.more-channel-item[menu-tab-name="Business"] {
                display: block !important;
            }
            li.channel-item[menu-tab-name="Marketplace"] {
                display: none;
            }
            li.more-channel-item[menu-tab-name="Marketplace"] {
                display: block !important;
            }
            .first_top_header {
                padding: 0px;
            }
            .my-dash-logo {
                padding-left: 0px;
            }
            .Third_top_header {
                padding: 0px;
            }
            .channel_part-3 ul {
                /*gap: 25px !important;*/
            }
            .login_part-3 {
                font-size: 13px;
            }
            ul.dash-bar li a {
                font-size: 14px !important;
            }
            
            li.dash-item[menu-tab-name="Matrimonial"] {
                display: none;
            }
            li.more3-item[menu-tab-name="Matrimonial"] {
                display: block !important;
            }
            li.dash-item[menu-tab-name="Marketplace"] {
                display: none;
            }
             li.more3-item[menu-tab-name="Marketplace"] {
                display: block !important;
            }
        }



/*My Dashboards Common Css*/
.need-item ul.drop-login-new li:hover {
  color: #000;
} 
.mobilefirstheaderbar_ul.user_pro_file:hover + .drop-login-new,  .drop-login-new:hover{
  display: block !important;
}
ul.drop-login-new {
  display: block;
  z-index: 999;
  background: #fff;
  position: absolute;
  margin-top: 0px;
}
ul.drop-login-new li:hover a {
  /*color: #000 !important;*/
    line-height: 20px;
}
ul.drop-login-new li a {
  color: #000 !important;
  display: block;
  padding: 0 3px !important;
  line-height: 20px;
}
ul.drop-login-new li a i {
    padding-right: 18px;
}

ul li.user-dash-item a.user-link {
    line-height: 28px;
}
ul li.user-sell-item a.user-link-seller {
    line-height: 40px;
}
ul li:hover a.user-link-seller {
     color: red;
     line-height: 25px;
}

ul li:hover a.user-link {
  color: #000 !important;
}
.menu__left li.user-dash-item a:hover {
color: #fff !important;
}
li.user-dash-item {
 /*padding: 3px 10px;*/
}
li.user-dash-item a {
    margin: 0px 5px;
}

ul.drop-login-new:hover {
  /*padding: 3px 10px;*/
  width: 150px;
  position: absolute;
  right: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #f1eded;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #d0d3d1;
  display: block;
}
.need-item ul.drop-login-new {
  display: none;
  /*padding: 5px 10px;*/
  width: 175px;
  position: absolute;
  right: -20px;
  list-style: none;
  background: #fff;
  border: 1px solid #f1eded;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #d0d3d1;
  margin-right: 13px;
  font-size: 13px;
  z-index: 9999;
}
ul.drop-login-new.d-none li {
    position: relative;
}

.left_menu_hover:hover+.menu__left {
  display: block !important;
}
.left_menu_hover:hover+.menu__left.sell-left {
  display: block !important;
}

span.fa.fa-caret-down {
    padding-left: 30px;
}
span.fa.fa-caret-down.seller-down{
    padding-left: 15px;
}

.left_menu_hover:hover+.menu__left {
  display: block !important;
}
.menu__left:hover {
  display: block !important;
}

ul.menu__left {
    display: none;
    position: absolute;
    left: -150px;
    top: 15px;
    background: #fff;
    /*padding: 10px;*/
    width: 150px;
    right: 0;
    list-style: none;
    border: 1px solid #f1eded;
    border-radius: 3px;
    box-shadow: 1px 2px 3px #d0d3d1;
    margin-right: 60px;
    font-size: 13px;
    z-index: 99;
    line-height: 32px;
}
ul.menu__left:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    content: '';
    top: 5px;
    right: 0px;
    border: 3px solid black;
    border-color: transparent transparent #000000 #000000;
    transform-origin: 0 0;
    transform: rotate( 227deg );
    box-shadow: -1px 1px 2px 0 rgb(0 0 0 / 16%);
    z-index: 999;
}
.menu__left {
    /* display: none; */
    position: absolute;
    top: 0;
    /* width: 100%; */
    background: red;
    left: -80px;
}
.container.new_container {
   padding-right: 10px;
    padding-left: 10px;
}
.second_top_header-bg {
            height:38px;
        }
        .first_top_header {
            border-bottom:none !important;
        }
     
        .show {
            display: block !important;
        }
        .first_top_header {
            justify-content:start !important;
        }
        .first_top_header .login_part-1 {
            /* margin:5px auto auto auto !important; */
        }
        .first_top_header-bg .login_part-3 ul li:hover a span {
            color:black !important;
        }
        .my-dashboard .sellercss {
            margin-left:45% !important;
        }
        #sellerid {
            margin-left:45% !important;
        }
        .mobile_second_header_bar .container .second_top_header {
            padding:0px !important;
        }
        .settingsrow .dashboard_select {
            background-color: #ecf8ed !important; 
            max-height:24px !important; 
            border-radius:3px !important;
            padding:0px 15px 0px 5px !important;
            -webkit-padding-before:0px; /*top*/
            -webkit-padding-end:15px; /*right*/
            -webkit-padding-after:0px; /*bottom*/
            -webkit-padding-start:5px; /*left*/
        }
        .mobilecsschannelssecondheaderbar {
            max-width: 170px;
            margin: 2.5px 0px 0px 0px;
            -webkit-margin-before:2.5px;
            -webkit-margin-end:0px;
            -webkit-margin-after:0px;
            -webkit-margin-start:0px;
        }
        .goforminline {
            display:inline-block;
        }
        .gobutton {
            background-color: #FFFFFF;
            color:rgb(90, 184, 70) !important;
            padding: 0px 5px;
            -webkit-padding-before:0px;
            -webkit-padding-end:2px;
            -webkit-padding-after:0px;
            -webkit-padding-start:2px;
            background: #FFF;
            color: green;
            margin-top:-3px;
            webkit-margin-before:-3px;
        }
        .gapdivmydashboard {
            margin-right:30%;
        }
        .secondchannellist {
            max-width: 150px;
            width:150px;
            margin: 2.5px 0px 0px 0px;
            -webkit-margin-before: 2.5px;
            float:right;
        }
        .secondchannellist ul {
            max-width: 150px;
            margin-right:3px;
            margin-top:0px;
            width:144px !important;
        }
        .showdrop {
            display:block !important;
        }
        .hidedrop {
            display:none !important;
        }
        a:link {
            text-decoration:none;
        }
        #myChannel li:hover a {
            color:#FFFFFF !important;
        }
        h6 {
            font-weight:400 !important;
        }
        .container-fluid, .new_container {
            width:93% !important;
        }
        body, select {
            font-family: var(--bs-font-sans-serif);
        }
        .form-control {
            font-size:14px;
        }
        .settingsrow form {
            float:right;
        }
        .first_top_header-bg .first_top_header {
            min-height:40px;
        }
        hr {
            display:none;
        }
        .menus_container ul li, .menus_container ul li a {
            font-size:14px;
        }
        .first_top_header-bg .firstrow {
            position:relative;
        }
        .showifnotmobileview {
            display:inline-block;
            color:#000;
        }
        .channel_part-2 {
            padding:0px;
        }
        .second_top_header .channel_part-2 {
            padding:2px 0px 2px 0px;
        }
        .mobilefirstheaderbar_ul li {
            text-wrap:nowrap;
        }

        @media screen and (max-width: 1920px) {
            .user_pro_file {
                margin-left:-4px;
            }
            .login_part-3 ul {
                gap:20px;
            }
            .first_top_header-bg .firstrow .login_part-3 {
                /*margin-top:-2px;*/
            }
            .firstdiv-firstrow {
                max-width:28%;
            }
            .mobilefirstheaderbar_ul {
                gap: 20px !important;
                max-height:30px;
            }
            .mobile_second_header_bar .second_top_header {
                margin:0px -4px;
                padding:0px;
            }
            h6.channels-box {
                padding: 0.2em 0px 4px 10px !important;
            }
            .showifnotmobileview {
                margin-top: 8px;
                display:inline-block;
            }
            .gapdivmydashboard {
                width:0%;
                margin-right:22%;
            }
            .mydashboarddorp {
                max-width:155px;
                width:150px;
                margin:1.5px 0px 0px 0px;
                margin-top:0.200em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
            }
            .sellerdashboarddrop {
                margin: 1.5px 0px 0px 0px;
                margin-top:0.200em !important;
                margin-left:20px !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: auto;
                min-width:210px;
                width:200px;
            }
            .channel_part-2 ul {
                width:147px;
            }
            .sellerdashboarddrop ul {
                width:203px;
            }
        }
        
        @media screen and (max-width: 1600px) {
            .firstdiv-firstrow {
                max-width:31%;
            }
            .mobilefirstheaderbar_ul {
                gap: 20px !important;
                max-height:30px;
            }
            .mobile_second_header_bar .second_top_header {
                margin:0px -4px;
                padding:0px;
            }
            h6.channels-box {
                padding: 0.2em 0px 0.323em 10px !important;
            }
            .showifnotmobileview {
                margin-top: 8px;
            }
            .firstrow .seconddivcolumn {
                max-width:192px;
                display:inline-flex;
                padding-left: 41px;
                padding-right: 0;
                margin-top:-2px;
            }
            /*.gapdivmydashboard {*/
            /*    width:0%;*/
            /*    margin-right:22%;*/
            /*}*/
            .mydashboarddorp {
                min-width:155px;
                margin:1.5px 0px 0px 0px;
                margin-top:0.200em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
            }
            .sellerdashboarddrop {
                margin: 1.5px 0px 0px 0px;
                margin-top:0.200em !important;
                margin-left:20px !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: auto;
                min-width:210px
            }
            .channel_part-2 ul {
                width:147px;
            }
            .sellerdashboarddrop ul {
                width:204px;
            }
            .user_pro_file {
                margin-left:-5px;
            }
        }
        
        @media screen and (max-width: 1440px) {
            .first_top_header .firstrow .login_part-3 {
                /*margin-left:1%;*/
            }
            .user_pro_file_two img {
                margin-top:-2px;
            }
            .firstdiv-firstrow {
                max-width:21%;
            }
            .mobilefirstheaderbar_ul {
                gap: 20px !important;
                max-height:30px;
            }
            .mobile_second_header_bar .second_top_header {
                margin:0px -4px;
                padding:0px;
            }
            .second_top_header li.need-item a {
                color:#000;
                font-size:14px;
            }
            .first_top_header {
                font-size:14px;
            }
            h6.channels-box {
                padding: 0.3em 0px 0.323em 10px !important;
            }
            .showifnotmobileview {
                margin-top:0px;
            }
            .firstrow .seconddivcolumn {
                max-width:192px;
                display:inline-flex;
                padding-left: 27px;
                padding-right: 0;
            }
            /*.gapdivmydashboard {*/
            /*    width:0%;*/
            /*    margin-right:22%;*/
            /*}*/
            .mydashboarddorp {
                min-width:155px;
                margin:1.5px 0px 0px 0px;
                margin-top:0.150em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
            }
            .sellerdashboarddrop {
                margin: 1.5px 0px 0px 0px;
                margin-top:0.150em !important;
                margin-left:6px !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: auto;
                min-width:210px
            }
            .channel_part-2 ul {
                width:147px;
            }
            .channel_part-2 button {
                font-size:14px;
            }
            .sellerdashboarddrop ul {
                width:204px;
            }
            .channlelistdropdowns {
                margin:0.13em 0 0 0;
            }
            .user_pro_file {
                margin-left:-4px;
            }
        }

        @media screen and (max-width: 1366px) {
            .firstdiv-firstrow {
                max-width:19%;
            }
            h6.channels-box {
                padding: 0.2em 0px 4px 10px !important;
            }
            .showifnotmobileview {
                margin-top: 0px;
            }
            .mobilecsschannelssecondheaderbar {
                min-width: 150px !important;
            }
            .gapdivmydashboard {
                width:0%;
                margin-right:22%;
            }
            .mobile_second_header_bar .second_top_header {
                margin:0px -4px;
                padding:0px;
            }
            .mobilefirstheaderbar_ul {
                gap: 20px !important;
                max-height:30px;
            }
            .mydashboarddorp {
                min-width:155px;
                margin:1.5px 0px 0px 0px;
                margin-top:0.240em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
            }
            .sellerdashboarddrop {
                margin: 1.5px 0px 0px 0px;
                margin-top:0.240em !important;
                margin-left:6px !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: auto;
                min-width:210px
            }
            .channel_part-2 ul {
                width:147px;
            }
            .sellerdashboarddrop ul {
                width:202px;
            }
            .channlelistdropdowns {
                margin:0.13em 0 0 0;
            }
            .user_pro_file {
                margin-left:-6px;
            }
        }

        @media screen and (max-width: 1280px) {
            h6.channels-box {
                padding: 0.2em 0px 4px 10px !important;
            }
            .showifnotmobileview {
                margin-top: 3px;
            }
            .firstdiv-firstrow {
                max-width:6.5%;
            }
            .firstrow .seconddivcolumn {
                max-width:160px;
                display:inline-flex;
                padding-left: 41px;
                padding-right: 0;
            }
            .mobile_second_header_bar .second_top_header {
                margin:0px -18px;
                padding:0px;
            }
            .gapdivmydashboard { 
                width:0%;
                margin-right:16%;
            }
            .mobilefirstheaderbar_ul {
                gap: 20px !important;
                max-height:30px;
            }
            .mydashboarddorp {
                min-width:155px;
                margin:1.5px 0px 0px 0px;
                margin-top:0.170em !important
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
            }
            .sellerdashboarddrop {
                margin: 1.5px 0px 0px 0px;
                margin-top:0.170em !important;
                margin-left:6px !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: 195px;
                min-width:178px;
            }
            .channel_part-2 ul {
                width:147px;
            }
            .sellerdashboarddrop ul {
                width:190px;
            }
            .channlelistdropdowns {
                margin:0.03em 0 0 0;
            }
            .user_pro_file {
                margin-left:-6px;
            }
            .user_pro_file_two {
                top:0px;
            }
            .showifnotmobileview {
                top:0px;
            }
            .first_top_header .firstdivcolumn {
                max-width:24%;
            }
        }

        @media screen and (max-width: 1024px) {
            .first_top_header-bg .firstrow .login_part-3 {
                /*margin-top:2px;*/
            }
            h6.channels-box {
                padding: 0.2em 0px 4px 10px !important;
            }
            .showifnotmobileview {
                margin-top: 5px;
            }
            .first_top_header .login_part-1 {
                 margin: 5px auto auto auto !important; 
                 max-width:24%;
            }
            .firstdiv-firstrow {
                max-width:0%;
                display:none;
            }
            .mobilefirstheaderbar_ul {
                gap: 20px !important;
                max-height:30px;
            }
            .firstrow .seconddivcolumn {
                margin-left:26.5%;
                margin-top:-0.4%;
            }
            .firstrow .mobilecsschannelssecondheaderbar {
                margin-left:2%;
            }
            .showifnotmobileview {
                margin-top:0px;
            }
            .first_top_header .login_part-3 ul li:nth-child(1), .first_top_header .login_part-3 ul li:nth-child(2), .first_top_header .login_part-3 ul li:nth-child(3) {
                margin-bottom:0px;
            }
            .container-fluid, .new_container {
                width:93% !important;
            }
            .sellerdashboarddrop {
                margin: 1.5px 0px 0px 0px;
                margin-top:0.300em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: 192px;
                min-width:130px;
            }
            .mydashboarddorp {
                width:100px !important;
                margin:1.5px 0px 0px 0px;
                margin-top:0.300em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                -webkit-width:155px;
                min-width:135px;
            }
            .channel_part-2 ul {
                width: auto;
            }
            .gapdivmydashboard {
                /*display:none;*/
                width:10%;
                margin-right:0;
            }
            .first_top_header .login_part-3 ul {
                height:auto;
            }
            .first_top_header .mobilefirstheaderbar_ul {
                height:50px !important;
            }
            .mydashboarddorp ul {
                /*width:128px;*/
                width:130px;
            }
            .sellerdashboarddrop ul {
                /*width:185px;*/
                width:199px;
            }
            .settingsrow form div:first-child {
                display:none !important;
            }
            .channlelistdropdowns {
                margin:0.03em 0 0 0;
            }
            .first_top_header_bg .firstrow, .first_top_header_bg .mobilefirstheaderbar_ul  {
                max-height:30px;
            }
        }

        @media screen and (max-width: 768px) {
            .first_top_header .login_part-1 {
                 margin: 5px auto auto auto !important; 
                 max-width:24%;
            }
            .showifnotmobileview {
                margin-top: 5px;
            }
            .firstdiv-firstrow {
                max-width:0%;
                display:none;
            }
            .mobilefirstheaderbar_ul {
                gap: 20px !important;
                max-height:30px;
            }
            .firstrow .seconddivcolumn {
                margin-left:3%;
            }
            .firstrow .mobilecsschannelssecondheaderbar {
                margin-left:17%;
            }
            .showifnotmobileview {
                margin-top:4px;
            }
            .first_top_header .login_part-3 ul li:nth-child(1), .first_top_header .login_part-3 ul li:nth-child(2), .first_top_header .login_part-3 ul li:nth-child(3) {
                margin-bottom:auto;
            }
            .container-fluid, .new_container {
                width:93% !important;
            }
            .sellerdashboarddrop {
                margin: 1.5px 0px 0px 0px;
                margin-top:0.300em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: 190px;
                min-width:130px;
            }
            .mydashboarddorp {
                width:100px !important;
                margin:1.5px 0px 0px 0px;
                margin-top:0.300em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                -webkit-width:155px;
                min-width:135px;
            }
            .channel_part-2 ul {
                width: auto;
            }
            .gapdivmydashboard {
                /*display:none;*/
                width:10%;
                margin-right:0;
            }
            .first_top_header .login_part-3 ul {
                /*height:auto;*/
                height:100px;
            }
            .first_top_header .mobilefirstheaderbar_ul {
                height:50px !important;
            }
            .mydashboarddorp ul {
                width:128px;
            }
            .sellerdashboarddrop ul {
                width:183px;
            }
            .settingsrow form div:first-child {
                display:none !important;
            }
        }

        @media screen and (max-width: 640px) {
            h6.channels-box {
                padding: 0.2em 0px 4px 10px !important;
            }
            .showifnotmobileview {
                margin-top: 5px;
            }
            .first_top_header-bg .first_top_header {
                min-height:35px;
            }
            .mobilefirstheaderbar_ul {
                max-height:20px;
            }
            .first_top_header .login_part-1 {
                margin: 6px auto auto auto !important;
                max-width: 93%;
            }
            .first_top_header .login_part-3 ul li:nth-child(1) {
                display:none;
                margin-top:1.2em;
                max-height:30px !important;
            }
            .first_top_header .login_part-3 ul li:nth-child(2) {
                /*margin-top:1.2em;*/
                /*max-height:30px !important;*/
                margin-top:0px;
                max-height:6px !important;
            }
            .first_top_header .login_part-3 ul li:nth-child(3) {
                /*margin-top:0.8em;*/
                /*max-height:30px !important;*/
                margin-top:0px;
                max-height:30px !important;
            }
            .first_top_header .login_part-3 ul li:nth-child(4) {
                margin:0px 0px 0px -13px;
            }
            .first_top_header .login_part-3 ul li:last-child span {
                top:auto;
            }
            .user_pro_file_two img {
                margin-top:-4px;
            }
            .container-fluid, .new_container {
                width:100% !important;
            }
            .mobileshowhide_channels {
                width:145px;
            }
            .mobileshowhide_channels ul {
                width: 140px;
            }
            .mobileshowhide_channels ul li {
                padding:3px;
            }
            .mobileshowhide_channels ul li a {
                font-size:14px;
            }
            h6.channels-box span {
                font-size:14px;
            }
            .first_top_header .login_part-3 ul li a {
                font-size:12px;
            }
            .sellerdashboarddropmobile {
                margin: 1.5px 0px 0px 0px;
                margin-top:0em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: 202px;
            }
            .mydashboarddropmobile {
                width:100px !important;
                margin:1.5px 0px 0px 0px;
                margin-top:0em !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                -webkit-width:155px;
                min-width:135px;
                margin-right:10px;
            }
            .mydashboarddorp ul {
                width:130px;
            }
            .gapdivmydashboard {
                /*display:none;*/
                width:10%;
                margin-right:0;
            }
            .first_top_header .login_part-3 ul {
                height:100px;
            }
            .settingsrow form div {
                display:inline-block;
            }
            .second_top_header {
                display:block;
            }
            .second_top_header .login_part-3 {
                float:right;
            }
            .mobile_second_header_bar .second_top_header div:first-child {
                display:none;
            }
            .mobilefirstheaderbar_ul {
                gap:30px !important;
            }
            .user_pro_file {
                margin-left:1em;
            }
            .user_pro_file .showifnotmobileview {
                padding-bottom:0px;
                color:#FFFFFF;
            }
            .third_top_header-bg .second_top_header .row {
                display:block;
            }
            .mobile_third_header_bar {
                display:block;
            }
            .third_top_header-bg, .third_top_header {
                background:#FFFFFF;
                color:#000000;
            }
            .third_top_header {
                float:right;
            }
            .third_top_header-bg .container-fluid {
                width:95% !important;
            }
            .third_top_header {
                padding:0 3px;
            }
            .mobileshowhide_channels {
                padding:1px;
            }
            .first_top_header .mobileshowhide_channels {
                margin-top:2px;
            }
            .channels-box .arrow-down {
                top:11px;
                margin-left:20px;
            }
            .sellerdashboarddropmobile ul {
                width: 198px;
            }
            .mydashboarddropmobile ul {
                width: 130px;
            }
            .mobile_view_header_show .second_top_header {
                margin-top:11px;
            }
            .third_top_header-bg .third_top_header .col .row {
                margin: 6px 0px 0px 0px;
            }
            hr {
                height: 1px;
                background-color: #35353a;
                padding: 0px;
                margin: 0px;
                margin-top:-5px;
            }
            .first_top_header .firstrow {
                max-height:20px;
            }
        }
        @media screen and (max-width: 480px) {
            h6.channels-box {
                padding: 3px 0px 4px 10px !important;
            }
            .showifnotmobileview {
                margin-top: 5px;
            }
            .first_top_header-bg .first_top_header {
                min-height:35px;
            }
            .first_top_header .firstdivcolumn a {
                margin: auto auto auto 0px;
            }
            .first_top_header .firstrow {
                max-height:30px;
            }
            .mobilefirstheaderbar .firstdivcolumn .mobileshowhide_channels ul li a {
                font-size:12px;
            }
            .channel_part-2 ul {
                width: 141px;
            }
            .first_top_header .login_part-1 {
                margin: 6px auto auto auto !important;
                max-width: 100%;
            }
            .first_top_header .login_part-3 ul li:nth-child(1) {
                margin-top:0.2em;
                max-height:30px !important;
            }
            .first_top_header .login_part-3 ul li:nth-child(2) {
                margin-top:0.2em;
                max-height:30px !important;
            }
            .first_top_header .login_part-3 ul li:nth-child(3) {
                margin-top:0.1em;
                max-height:30px !important;
            }
            .first_top_header .login_part-3 ul li:nth-child(4) {
                margin: 2px 0px 0px 0px;
            }
            .container-fluid, .new_container {
                width:93% !important;
            }
            .third_top_header-bg, .third_top_header-bg .new_container {
                margin-top:-10px;
            }
            .third_top_header-bg .third_top_header {
                margin-top:14px;
            } 
            .sellerdashboarddropmobile {
                margin: 1.5px 0px 0px 0px;
                margin-top:-2px !important;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                width: 162px;
            }
            .sellerdashboarddropmobile ul {
                width:161px;
                margin-right:1px;
            }
            .sellerdashboarddropmobile ul li a {
                font-size:11px;
            }
            .mydashboarddropmobile {
                width:140px !important;
                margin:1.5px 0px 0px 0px;
                -webkit-margin-start: 1.5px;
                -webkit-margin-end: 0px;
                -webkit-margin-before: 0px;
                -webkit-margin-after: 0px;
                -webkit-width:155px;
                min-width:125px;
                margin-top:-2px !important;
                margin-right:20px;
            }
            .mydashboarddropmobile ul {
                width:140px;
                margin-right:1px;
            }
            .mydashboarddropmobile ul li a {
                font-size:11px;
            }
            .gapdivmydashboard {
                /*display:none;*/
                width:10%;
                margin-right:0;
            }
            .first_top_header .login_part-3 ul {
                height:100px;
            }
            .settingsrow form div {
                display:inline-block;
            }
            .second_top_header {
                display:block;
            }
            .second_top_header .login_part-3 {
                float:right;
            }
            .mobile_second_header_bar .second_top_header div:first-child {
                display:none;
            }
            .mobilefirstheaderbar_ul {
                gap:20px !important;
            }
            .user_pro_file {
                margin-left:-1em !important;
            }
            .user_pro_file .showifnotmobileview {
                padding-bottom:0px;
            }
            .mobilefirstheaderbar .login_part-1 .mobileshowhide_channels {
                display: inline-block !important;
                margin-left:0%;
            }
            .first_top_header .channel_part-2 {
                display:block !important;
            }
            .gobutton {
                border:none !important;
            }
            .mobilefirstheaderbar .mobileshowhide_channels h6 {
                padding: 3px 0px 4px 5px !important;
            }
            .third_top_header-bg .second_top_header .row {
                display:block;
            }
            .mobile_third_header_bar {
                display:block;
            }
            .third_top_header-bg, .third_top_header {
                background:#FFFFFF;
                color:#000000;
            }
            .third_top_header {
                float:right;
            }
            .mobileshowhide_channels {
                padding:1px;
            }
            .first_top_header .headerloginview {
                margin-top:0.5%;
            }
            .first_top_header .thirddivcolumn .mobilefirstheaderbar_ul {
                margin: 10px auto auto auto !important;
            }
            .img-circle-new {
                margin-top:-10px;
            }
            .mobile_view_header_show .second_top_header {
                margin-top:14px;
            }
            .third_top_header-bg .third_top_header .col .row {
                margin: 0px 0px 0px 0px;
            }
            hr {
                height: 1px;
                background-color: #35353a;
                padding: 0px;
                margin: 0px;
                margin-top:-7px;
            }
            .first_top_header .login_part-3 ul li:last-child span {
                top: 0px;
            }
            .first_top_header .firstdivcolumn .dropdown-item{
                padding: .25rem 0rem !important;
            }
            .navbar-expand-md>.container{
                padding-left:15px !important;
                padding-right:15px !important
            }
        }
        .login_part-3.thirddivcolumn.headerloginview.main-dash.col {
    justify-content: end;
}
    </style>
    <div class="menus_container">
        <!-- <div class="first_top_header-bg">
            <div class="realty_container res_container">
                <div class="first_top_header">
                    <div class="login_part-3">

                        <li class="need-item-partner">
                            <a href="#" class="nt-partner-mobile">
                                <span class="need_partner-mobile">
                                    Become a Partner
                                </span>
                            </a>
                        </li>

                        <ul>
                            <?php if($header_link_top1){ 
                                foreach($header_link_top1 as $values){ ?>
                            <li class="need-item">
                                <a href="<?= $values['link'] ?>" class="nt-home">
                                    <span class="sr-only">(current)</span>
                                    <span class="need_home">
                                       <?= $values['title']  ?>
                                    </span>
                                </a>
                            </li>
                            <?php } } ?>
                          
                            <li class="need-item log-reg">
                                <a href="#" rel="nofollow" class="nt-log">Login</a><a href="#" class="nt-reg"> / Register</a>

                                <ul class="drop-login-new" style="">

                                </ul>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div> -->
        <!-- Top First Bar Start... -->

        <!-- Top Second Bar Start... -->
        <div class="first_top_header-bg mobilefirstheaderbar">
                <div class="container-fluid new_container">
                    <div class="first_top_header row">
                        <div class="login_part-1 firstdivcolumn col">
                            <a href="https://www.needtoday.com" class="need_logo">
                                <img src="https://www.needtoday.com/storage/general/logo.png" alt="Needtoday logo" height="30" />
                            </a>
                            <div class="channel_part-2 mobileshowhide_channels firstchannellist" style="display:none;">
    <h6 class="channels-box omni-channel-box dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
        <span class="omni-channel-box">Channels</span>
        <span class="arrow-down omni-channel-box"></span>
    </h6>
    <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
        <a class="dropdown-item" href="https://www.needtoday.com/coming-soon/business">Business</a>
        <a class="dropdown-item" href="https://yodeals.om99.4livedemo.com">Deals</a>
        <a class="dropdown-item" href="http://www.digital.needtoday.com">Digital Marketing</a>
        <a class="dropdown-item" href="https://www.needtoday.com/coming-soon/freelancer">Freelancer</a>
        <a class="dropdown-item" href="https://www.institute.needtoday.com">Institute</a>
        <a class="dropdown-item" href="https://www.needtoday.com/coming-soon/jobs">Jobs</a>
        <a class="dropdown-item" href="http://om99.4livedemo.com">Marketplace</a>
        <a class="dropdown-item" href="https://news.needtoday.com">News</a>
        <a class="dropdown-item" href="https://www.realty.needtoday.com">Realty</a>
        <a class="dropdown-item" href="http://yogigs.om99.4livedemo.com">Services</a>
        <a class="dropdown-item" href="https://www.needtoday.com/coming-soon/travel">Travel</a>
        <a class="dropdown-item" href="http://yocoach.om99.4livedemo.com">Tutoring</a>
    </div>
</div>

                        </div>
                        <div class="login_part-3 thirddivcolumn headerloginview main-dash col">
                            <div class="row firstrow">

                                <ul class="mobilefirstheaderbar_ul col" style="display:inline-flex">
                                    <li class="need-item">
                                        <div class="login_part-3 seconddivcolumn showhideinmobile main-dash col" style="padding-left:0px;margin-left:0px;position:relativefff">
                                            <div class="channel_part-2 mobilecsschannelssecondheaderbar secondchannellist firstbarchannelcss channelshowhideinmobileview">
                                                <h6 class="channels-box" onclick="myFunctionnn('secondchannellist')" onmouseout="removedrop('secondchannellist')" onmouseover="adddrop('secondchannellist')"><span>Channels</span> <span class="arrow-down"></span></h6>
                                                <ul class="menu-drop channels-menu" id="myChannel">
                                                    <li>
                                                        <a class="dropdown-channels" href="https://www.needtoday.com/coming-soon/business">
                                                            Business
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="https://yodeals.om99.4livedemo.com">
                                                            Deals
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="http://www.digital.needtoday.com">
                                                            Digital Marketing
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="https://www.needtoday.com/coming-soon/freelancer">
                                                            Freelancer
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="https://www.institute.needtoday.com">
                                                            Institute
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="https://www.needtoday.com/coming-soon/jobs">
                                                            Jobs
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="http://om99.4livedemo.com">
                                                            Marketplace
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="https://news.needtoday.com">
                                                            News
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="https://www.realty.needtoday.com">
                                                            Realty
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="http://yogigs.om99.4livedemo.com">
                                                            Services
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="https://www.needtoday.com/coming-soon/travel">
                                                           Travel
                                                        </a>
                                                    </li>
                                                    <li>
                                                        <a class="dropdown-channels" href="http://yocoach.om99.4livedemo.com">
                                                            Tutoring
                                                        </a>
                                                    </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </li>
                                    <li class="need-item">
                                        <a class="nt-home" href="https://needtoday.com/coming-soon/post-free-ad">
                                            <span>
                                                Post Free Ad
                                            </span> 
                                        </a>
                                    </li>
                                    <li class="need-item">
                                        <a class="nt-home" href="https://needtoday.com/account/register-as-a-seller">
                                            <span>
                                                Become a Seller
                                            </span> 
                                        </a>
                                    </li>
                                            <li class="need-item">
                                                <a href="https://www.needtoday.com/login" class="nt-log">
                                                    <span class="login-register"></span>
                                                    Login
                                                </a>
                                            
                                                <a href="https://www.needtoday.com/register" class="nt-reg">
                                                    <span class="login-register"></span>
                                                    / Register
                                                </a>
                                            </li>
                                        </ul>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
        </div>
        <div class="second_top_header-bg channels-div mobile_second_header_bar first-channel-bar">
                <div class="container-fluid new_container">
                    <div class="second_top_header row" style="padding:0px">
                        <div class="col">
                            <div class="row channlelistdropdowns">
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        <nav id="top" class="navbar navbar-expand-md navbar-dark custom-nav">
            <div class="container">

                <a class="navbar-brand" href="<?php echo $baseUrl; ?>">
                    <img class="img-fluid" src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss; ?>/images/logo.png" alt="" title="" width="150" height="68">
                </a>


                <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
                    <span class="navbar-toggler-icon"></span>
                </button>
                <div class="collapse navbar-collapse" id="collapsibleNavbar">
                    <ul class="navbar-nav">
                        <li class="nav-item">
                            <a class="nav-link" href="<?= $baseUrl ?>?click=flights">Flights</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link" href="<?= $baseUrl ?>?click=hotels">Hotels</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link" href="<?= $baseUrl ?>?click=holidays">Holidays</a>
                        </li>
                    <!--<li class="nav-item">
                        <a class="nav-link" href="<?= $baseUrl ?>?click=activities">Activities</a>
                    </li> -->
                    <!--<li class="nav-item">
                        <a class="nav-link" href="<?= $baseUrl ?>?click=visa">Visa</a>
                    </li>-->
                        <li class="nav-item ">
                            <a class="nav-link" href="<?php echo $baseUrl; ?>blogs">blogs</a>
                        </li>
                        <li class="nav-item ">
                            <a class="nav-link" href="<?php echo $baseUrl; ?>offers">Offers</a>
                        </li>
                        <li class="nav-item"><a href="<?php echo $baseUrl; ?>contact-us" class="nav-link">
                                contact</a>
                        </li>

                        <!--<li class="nav-item dropdown lastnav">
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More</a>
                        <div class="shadow dropdown-menu morelinks-menu" aria-labelledby="navbarDropdown">
                            <div class="more-links-cls">
                                <ul class="ft1-list">

                                    <li class="nav-item ">
                                        <a class="nav-link" href="<?php /*echo $baseUrl; */ ?>about-us">About Us</a>
                                    </li>
                                    <li class="nav-item ">
                                        <a class="nav-link" href="<?php /*echo $baseUrl; */ ?>contact-us">Contact Us</a>
                                    </li>
                                    <li class="nav-item ">
                                        <a class="nav-link" href="<?php /*echo $baseUrl; */ ?>blogs">blogs</a>
                                    </li>
                                    <li class="nav-item ">
                                        <a class="nav-link" href="<?php /*echo $baseUrl; */ ?>services">Services</a>
                                    </li>
                                    <li class="nav-item ">
                                        <a target="_blank" class="nav-link" href="<?php /*echo $feedbackUrl; */ ?>">Feedback</a>
                                    </li>
                                    <li class="nav-item ">
                                        <a target="_blank" class="nav-link" href="<?php /*echo $gtxpayUrl; */ ?>">Pay Online</a>
                                    </li>

                                </ul>
                            </div>

                        </div>
                    </li>-->
                    </ul>

                    <ul class="navbar-nav ml-auto">

                        <?php
                        if (isset($_SESSION['User']['session'])) {
                            $namefull = (trim($_SESSION['User']['session']['FirstName']) . ' ' . trim($_SESSION['User']['session']['LastName']));
                            if (isset($_SESSION['SocialGoogle']['sessionSocial'])) {
                                $namefull = (trim($_SESSION['SocialGoogle']['sessionSocial']['givenName']) . ' ' . trim($_SESSION['SocialGoogle']['sessionSocial']['familyName']));
                            }
                            //echo"<pre>";print_r($_SESSION['User']['session']);
                        ?>


                            <!--                        <li class="nav-item dropdown nav-item accountdropdown">-->
                            <!---->
                            <!--                            <a class="btn btn-group-sm nav-link dropdown-toggle" id="account-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Traveller Profile" href="--><?php //echo $baseUrl;
                                                                                                                                                                                                                                                            ?>
                            <!--customer/myprofile">-->
                            <!--                                Hello --><?php
                                                                            //                                if (!empty($namefull) && trim($namefull) != '') {
                                                                            //                                    echo ($namefull);
                                                                            //                                } else {
                                                                            //                                    echo ($_SESSION['TravelAgent']['session']['EmailId']);
                                                                            //                                }
                                                                            //
                                                                            ?>
                            <!--                            </a>-->
                            <!---->
                            <!--                    </a>-->
                            <!---->
                            <!--                        <div class="shadow dropdown-menu" aria-labelledby="account-dropdown">-->
                            <!---->
                            <!--                        <a class="btn btn-group-sm " title="Traveller Profile" href="--><?php //echo $baseUrl;
                                                                                                                        ?>
                            <!--customer/myprofile">My Account</a>-->
                            <!--                            <a class="logoutbtn" onclick="window.location.href='/customer/logout'">Logout <i class="fa fa-sign-out"></i> </a>-->
                            <!--        </div>-->
                            <!--        </li>-->
                            <li class="nav-item dropdown nav-item accountdropdown">

                                <a class="btn btn-group-sm nav-link dropdown-toggle active " id="account-dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" title="Traveller Profile" href="<?php echo $baseUrl; ?>customer/myprofile">
                                    <span class="profilename">
                                        Hello <?php
                                                if (!empty($namefull) && trim($namefull) != '') {
                                                    echo ($namefull);
                                                } else {
                                                    echo ($_SESSION['TravelAgent']['session']['EmailId']);
                                                }
                                                ?>
                                </a>
                                </span>
                                <div class="shadow dropdown-menu" aria-labelledby="navbarDropdown">
                                    <a class="profile-item  btn btn-group-sm active" title="Traveller Profile" href="<?php echo $baseUrl; ?>customer/myprofile">My Account</a>
                                    <a class="profile-item btn btn-group-sm  logoutbtn" onclick="window.location.href='/customer/logout'">Logout <i class="fa fa-sign-out"></i> </a>
                                </div>
                            </li>

                        <?php } else { ?>
                            <li class="nav-item ">
                                <?php if (($modulename == "default") && ($controller == "flight") && ($action == "search") or ($modulename == "hotels") && ($controller == "index") && ($action == "search-results")) { ?>

                                    <button href="javascript:void(0);" type="button" class="btn registerbtn" data-toggle="modal" data-target="#myModa1sign-in">
                                        <i class="fa fa-user-circle-o" aria-hidden="true"></i> Login | Sign up
                                    </button>
                                <?php } else { ?>
                                    <a href="<?php echo $baseUrl; ?>customer/account" type="submit" class="btn registerbtn">
                                        <i class="fa fa-user-circle-o" aria-hidden="true"></i> Login | Sign up
                                    </a>
                                <?php } ?>
                            </li>
                        <?php } ?>


                    </ul>
                </div>
            </div>

        </nav>
    <?php } ?>

Youez - 2016 - github.com/yon3zu
LinuXploit