@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

.user_detail {
  text-transform: uppercase;
  color: black;
}
.p_node.zerochild {
  color: gray;
  padding: 16px 10px 10px 10px;
}
.c_node a {
  text-decoration: none;
}
.p_node.zerochild .user_img {
  background: none;
}
.feather-users {
  color: inherit;
}
.p_node.zerochild i {
  color: gray !important;
}

/* rishi edited*/
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
  margin: 10px;
  font-size: 15px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 10px;
  margin: 10px;
  font-size: 15px;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 10px;
  margin: 10px;
  font-size: 15px;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-link {
  font-weight: 700;
}
/* rishi edited*/

label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
  font-weight: bold;
}
.modecheck {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: 15px;
  *overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
}
body,
html {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Lato", sans-serif;
}
.nested_table_wrapper {
  background: #f8f8f8;
  min-height: 100vh;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.heading {
  background: #fff;
  height: 45px;
  margin-top: 0;
  border: 1px solid #f8f8f8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  width: 100%;
  align-items: center;
  display: flex;
  padding: 17px;
}
.heading h4 {
  font-size: 17px;
  display: block;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 600;
}
.table_portion {
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border: 1px solid #f8f8f8;
  margin: 30px 0;
  overflow-x: scroll;
  height: auto;
}
.parent_node {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
}
.p_node {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
  padding: 10px 7px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  min-width: 118px;
}
.p_node .p_sec:nth-child(1) {
  width: 30%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 11px;
}

.p_node .p_sec:nth-child(2) {
  width: 70%;
  height: 100%;
}
.child_node {
  width: 100%;
  display: flex;
  margin: 40px auto;
}
.c_node {
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0 6px;
}
.p_sec {
}
.user_img {
  display: flex;
  width: 35px;
  height: 35px;
  background: linear-gradient(45deg, #ace143, #219393);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.user_img span {
  border: solid #fff;
  border-width: 0px 4px 4px 0px;
  display: inline-block;
  padding: 3px;
  transform: rotate(46deg);
  border-radius: 2px;
}
.user_detail {
}
.user_detail h4 {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #42a081;
  margin: 0;
}
.user_detail h3 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
}
.top_node {
  z-index: 1;
}
.top_node::after {
  content: "";
  width: 2px;
  height: 29px;
  background: linear-gradient(45deg, #ace143, #219393);
  position: absolute;
  bottom: -27px;
  z-index: -1;
}
.child_node .c_node:nth-child(1)::after {
  content: "";
  width: 50%;
  height: 2px;
  background: linear-gradient(45deg, #ace143, #219393);
  position: absolute;
  top: -17px;
  right: 0;
}
.child_node .c_node:nth-child(2)::after {
  content: "";
  width: 50%;
  height: 2px;
  background: linear-gradient(45deg, #ace143, #219393);
  position: absolute;
  top: -17px;
  left: 0;
}
.child_node .c_node .p_node::before {
  content: "";
  width: 2px;
  height: 16px;
  background: linear-gradient(45deg, #ace143, #219393);
  position: absolute;
  z-index: 0;
  top: -18px;
}
.user_img i {
  color: #fff !important;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .top_most_node {
    position: absolute;
    left: calc(100% - -328px);
    top: 44px;
    transform: translate(-50%, 0px);
  }
  .table_portion {
    padding-top: 100px;
    position: relative;
  }
}
* {
margin:0;
padding:0;
}

.header_sec {
display:flex;
justify-content:left;
align-items:center;
padding:10px 30px;
}

.left_logo {
width:20%;
}

.left_logo img {
width:100px;
}

.right_logo {
width:50%;
display:flex;
justify-content:center;
align-items:center;
}

.right_logo img {
width:200px;
}

.menu_sec {
display:flex;
justify-content:center;
align-items:center;
width:30%;
}

.menu_sec ul {
margin:0;
padding:0;
display:flex;
justify-content:center;
align-items:center;
}

.menu_sec ul li {
display:block;
margin:0 10px;
}

.menu_sec ul li a {
color:#000;
letter-spacing:1px;
font-size:14px;
}

.bar {
width:22px;
height:22px;
position:relative;
display:flex;
justify-content:center;
align-items:center;
margin-left:20px;
cursor:pointer;
}

.menu_bar {
width:22px;
height:2px;
position:relative;
background:#555;
display:block;
}

.menu_bar::after {
content:'';
width:22px;
height:2px;
background:#555;
display:block;
position:absolute;
bottom:-6px;
}

.menu_bar::before {
content:'';
width:22px;
height:2px;
position:absolute;
background:#555;
display:block;
margin-top:-6px;
}

.hero_img {
background:url(https://wts.ugtasuraj.com/qpq/web/upload/banner/1597134849.png);
height:700px;
background-size:cover;
background-position:center;
width:100%;
}

.fixed {
position:fixed;
width:100%;
background:rgba(255,255,255,0.95);
}

.footer {background:url(https://wts.ugtasuraj.com/images/footer-bg.png) #0f0f0f;display:flex;justify-content:left;align-items:baseline;margin-top: 0;padding:30px 30px 0;}

.footer_grid {width: 27%;display:flex;flex-direction:column;padding:0 25px;justify-content:initial;position: relative;min-height: 363px;}

.footer_grid p {
color:#8e8e8e;
letter-spacing:1px;
font-size:11px;
line-height:22px;
}

.footer_grid a {font-size: 13px!important;color: #fff;letter-spacing:1px;position: relative;padding-left: 23px;display: block;}

.footer_grid a img {width:18px;position: absolute;left: 0;top: -6px;}

.footer_grid img {width:118px;margin:10px auto;}

.styled-icons {display:flex;justify-content:left;align-items:center;margin-top: 14px !IMPORTANT;}

.styled-icons a {
margin:0 10px;
display:block;
}

.styled-icons a img {
width:30px;
}

.styled-icons li {
display:block;
}

.footer_grid h4 {color:#fff;font-size:18px;letter-spacing:1px;position:relative;text-transform:uppercase;margin-bottom: 12px;}

.footer_grid ul {
margin:0;
padding:0;
}

.footer_grid ul li {
color:#8e8e8e;
letter-spacing:1px;
font-size:11px;
line-height:26px;
display:block;
border-bottom:1px dashed #333;
padding:5px 0;
letter-spacing:1px;
}

.footer_grid h4::after {
content:'';
position:absolute;
width:27%;
height:2px;
background:#fda503;
left:0;
bottom:-7px;
}

.footer_grid ul li a img {
margin-right:10px;
}

.footer_copyright {
width:100%;
height:40px;
text-align:center;
display:flex;
justify-content:center;
align-items:center;
margin:0;
background:#1e2a64;
}

.footer_copyright p {
margin:0;
color:#fff;
letter-spacing:1px;
font-size:9px;
}

.menu_sidebar {position:fixed;z-index:999;background: #0000009e;width:100%;height:100%;top:0;left:0;transition:all .5s;margin-left:-100%;}

.menu_sidebar img {
width:100px;
}

#menu_sidebar_listings {
padding:0;
margin:25px 0;
}

#menu_sidebar_listings li {
display:block;
margin:10px 0;
}

#menu_sidebar_listings li a {
color:#999;
letter-spacing:1px;
font-size:14px;
padding:6px 0;
display:block;
}

#menu_sidebar_address li a img {
margin-right:10px;
width:15px;
}

#menu_sidebar_address {
margin-bottom:50px;
}

#menu_sidebar_address li {
display:block;
margin:10px 0;
}

#menu_sidebar_address li a {
color:#999;
letter-spacing:1px;
font-size:14px;
padding:2px 0;
display:block;
}

.menu_sidebars_wrapper {
background:#f3f3f3;
width:27%;
height:100%;
padding:70px 40px;
}

.sidebar_copyright p {
color:#999;
letter-spacing:1px;
font-size:15px;
padding:6px 0;
display:block;
}

#sub_menus a img {width:20px;opacity:.8;position: relative;top: 6px;}

#sub_menus ul {
padding-left:40px;
height:0;
opacity:0;
}

.toggle_menus {
height:auto!important;
opacity:1!important;
}

.show_mega_menu {
margin:0;
}

.hidemega_menu {
position:absolute;
right:3%;
top:7%;
background:#fff;
cursor:pointer;
border-radius:50%;
width:30px;
height:30px;
display:flex;
justify-content:center;
align-items:center;
}

.hidemega_menu img {
width:22px;
}

@media screen and (max-width: 786px) {
    .footer {
        flex-direction: column;
    }
    .footer_grid {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 25px;
        justify-content: initial;
    }
    .menu_sec ul{
        display: none;
    }
    .left_logo img {
        width: 75px;
    }
    .right_logo img {
        width: 140px;
    }
    .header_sec {
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 10px;
    }
    .menu_sec {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 14%;
    }

    .right_logo {
        width: 58%;
    }
    .menu_sidebars_wrapper {
        background: #f3f3f3;
        width: 80%;
        height: 100%;
        padding: 20px;
    }
    .menu_sidebar {
        position: fixed;
        z-index: 999;
        background: #00000080;
}
    #menu_sidebar_listings li {
        display: block;
        margin: 3px 0;
    }
    #menu_sidebar_listings li {
        display: block;
        margin: 3px 0;
    }

}