@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import "../sass/main.css";

/* Menu */
.ozmenu{
  background-color: #ffffff;;

}
.ozmenu-nav a, .nav-dropdown {
  text-decoration: none;
  color: var(--text-secondary-black);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 20px;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  z-index: 2; /* Ensures text remains above hover background */
}

/* Hover & Active */
.ozmenu-nav .active {
  background: var(--primary-accent-purple);
  color: white;
  z-index: 3;
}

/* Dropdown */
.dropdownitem {
  position: relative;
}
.ozmenu ul.ozmenu-nav {
  display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style: none;
    /* font-family: "Roboto", sans-serif; */
    /* font-family: 'Nunito', sans-serif; */
    font-family: 'Raleway', sans-serif;
    padding-left: 0px;
    padding-top: 5px;
    gap:8px;
    background: none;
    /* border: 2px solid #0c3089; */
    border-radius: 30px;
    color: #0c3089;
    line-height: 1.3;
    padding: 8px -1px;
    transition: .5s ease;
    font-weight: 600;
    padding-bottom: 5px;
    box-shadow:  0 0 #0000, 
  0 0 #0000, 
  0px 1px 1px 1px rgba(0, 0, 0, .07);
  padding: 10px;
  background: white;
  border-radius: 30px; /* Optional: Adds rounded corners */
}
.ozmenu ul.ozmenu-nav > li a {
  /* color: grey; */
  background-color: transparent;
  text-decoration: none;
  font-size: 1em; /* Default font size */
  transition: font-size 0.3s ease; /* Smooth transition */
}

.ozmenu ul.ozmenu-nav > li a.active {
  font-size: 4.2em; /* Increased font size */
  font-weight: bold;
}

.ozmenu ul.ozmenu-nav  > li {
  position: relative;
  float: left;
  width: auto;
   a:link {
    /* color: grey; */
    background-color: transparent;
    text-decoration: none;
   
    
  }

  }
  
  a:visited {
    /* color: green !important; */
   
  }
  a:hover {
    /* color: hotpink !important; */
  }
  .a-active:after {
    /* background: #245990; */
  position: absolute;
    content: "";
    top: auto;
    left: 18px;
    bottom: 0px;
    right: auto;
    height: 4.2px;
    width: 30%;
    background: linear-gradient(to right, orange,#0c3089);;
   
   /* border-radius: 25px; */
   
  }
  .ozmenu ul.ozmenu-nav > li a {
    transition: all 0.3s ease-in-out; /* Smooth transition */
}

.ozmenu ul.ozmenu-nav > li a:hover {
    /* color: #fff !important; */
    color: #fff !important; 
       
        background: rgb(215 213 253);
        padding-top: 4px;
        padding-bottom: 6px;
       
        border-radius: 20px;
       
}
.ozmenu ul.ozmenu-nav .havsubmenu  a:hover {
  /* color: #fff !important; */
  color: #fff !important; 
     
      background: rgb(215 213 253);
      padding-top: 4px;
      padding-bottom: 6px;
      padding-left: 19px;
      padding-right: 24px;
      border-radius: 20px;
     
}
.ozmenu ul.ozmenu-nav .havsubmenu a {
  /* display: block; */
  padding: 5px 20px;
  line-height: 20px; /* Ensure text is centered */
  padding-top:0px;
}






/* .ozmenu ul.ozmenu-nav > li a:hover {
  color: #fff !important;
    
   
    background: rgb(215 213 253);
    padding-top: 0px;
    padding-bottom: 4px;
    border-radius: 20px;
} */
.ozmenu ul li.dropdownitem > a:after {
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  float: right;
  background-color: #000;
  content: "";
  margin: 1px 0px 0px 3px;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.ozmenu ul li .dropdown {
  display: none;
  position: absolute;
  min-width: 200px;
  box-shadow:  0 0 #0000, 
  0 0 #0000, 
  0px 1px 1px 1px rgba(0, 0, 0, .07);
  padding: 10px;
  background: white;
  border-radius: 5px; /* Optional: Adds rounded corners */
}


.dropdownitem:hover .dropdown {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); /* Adjust shadow on hover */
}
.dropdownitem .dropdown {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); /* Adjust shadow on hover */
}

@media screen and (min-width: 993px) {
  .ozmenu ul.ozmenu-nav > li a {
    color: #2F4858 !important;
    font-weight: 500;
    opacity: 0.8;
    /* font-size: 18px; */
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    padding: 0px 16px;
    background-color: #fff;
    border-radius: 8px;
    /* text-transform: uppercase; */
    font-size: 16.7px;
    /* color: #0c3089 !important; */
    /* line-height: 16px; */
    font-weight: 600;
    /* display: inline-block; */

    
    height: 100%;
    position: relative;
  }
  .ozmenu ul li.dropdownitem:hover .dropdown {
    display: block;
    position: absolute;
    margin: 0;
    margin-top:5px;
    padding: 5px 0px;
    min-width: 220px;
    padding-top: 0px !important;
    color: #0c3089 !important;
    font-size: 16px;
    /* font-family: "Poppins", sans-serif; */
    /* font-family: 'Nunito', sans-serif; */
    font-family: 'Raleway', sans-serif;
    filter: drop-shadow(5px 5px 10px #808080);
  }
  .ozmenu ul li.dropdownitem:hover > a {
    /* border-radius: 8px 8px 0px 0px !important;
    color: #0c3089 !important; */
    /* color: #fff !important; */
    
    /* padding: 6px; */
    background: rgb(215 213 253);
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 20px;
    /* padding-right:21px; */
  }
  .ozmenu ul li.dropdownitem ul li.dropdownitem:hover > a {
    border-radius: 8px !important;
    color: #0c3089 !important;
  }
  .ozmenu ul li.dropdownitem:hover .dropdown .dropdown {
    display: none;
  }
  .ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
    padding-left: 16px;
    position: absolute;
    margin: 0;
    padding-top: 0px !important;
    min-width: 250px;
    display: inline-table;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
  }
  .ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
    display: none !important;
    visibility: hidden;
  }
  .ozmenu ul li.dropdownitem .dropdown ul {
    list-style: none;
    background-color: #fff;
    float: left;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
  }
  .ozmenu ul li.dropdownitem ul li a {
    color: #0c3089 !important;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0px;
    float: left;
    width: 100%;
    border-radius: 0px;
    font-size: 16px;
  }
  .ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
    color: #0c3089 !important;
    background-color: #f3bd36;
    padding-left: 7px;
    transition: all 0.15s ease-out;
  }
  /* Animations */
  .dropdownitem .dropdown {
    animation: translateDown 200ms 0ms ease-in-out forwards;
    transform-origin: top center;
  }
  .dropdownitem .dropdownitem .dropdown {
    transform-origin: top center !important;
    animation: translateX 200ms 0ms ease-in-out forwards !important;
  }
  @keyframes translateDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  /* Dropdown + Dropdown */
  .ozmenu ul li.dropdownitem ul li .nav-dropdown:after {
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #000;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.ozmenu ul.ozmenu-nav .dropdown ul li {
  float: left;
  width: 100%;
}
.ozmenu ul.ozmenu-nav .dropdown ul li a {
  padding: 8px 0px;
}
.ozmenu ul li.dropdownitem ul li a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li a {
  border-bottom: 1px dotted #eee;
}
.ozmenu ul li.dropdownitem ul li:last-child a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
  border-bottom: 0px !important;
}
/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li a:before,
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after {
  display: none !important;
}
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a {
  border-bottom: 0px !important;
}
.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
/* Responsive Menu */
.menu-close,
.menu-open {
  display: none;
}
@media screen and (max-width: 993px) {
  .menu-open,
  .menu-close {
    cursor: pointer;
    color: #333;
    text-decoration: none;
    font-size: 26px;
  }
  .menu-open {
    display: block;
  }
  .menu-close {
    display: none;
  }
  .ozmenu {
    position: relative;
    display: none;
  }
  .ozmenu.active {
    display: block;
  }
  .menu-open {
    display: block !important;
    float: right;
  }
  .mobile-menu-active .menu-close {
    display: block !important;
    z-index: 15;
    position: absolute;
    right: 13px;
    left: unset !important;
    top: 0px;
    float: left;
  }
  .ozmenu-nav {
    display: none !important;
  }
  .ozmenu.active .ozmenu-nav {
    display: block !important;
  }
  .ozmenu.active {
    position: fixed;
    left: 0px;
    top: 0px;
    margin-top: 0px !important;
    width: 40%;
    height: 100vh;
    display: flex;
    z-index: 14;
  }
  .ozmenu.active .ozmenu-nav {
    background-color: #fff;
    float: left;
    margin-top: 0px;
    padding: 40px 20px;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    transform-origin: top center !important;
  }
  .ozmenu.active .ozmenu-nav,
  .menu-close {
    animation: translateX 400ms 0ms ease-in-out forwards !important;
  }
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-160px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .ozmenu ul.ozmenu-nav > li {
    float: left;
    width: 100%;
  }
  .ozmenu ul.ozmenu-nav > li a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #2F4858;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    display: flex;
  }
  .ozmenu ul.ozmenu-nav > li a:hover {
    float: left;
    width: 100%;
    transition: all 0.25s ease-out;
    text-decoration: none;
    color: rgb(103, 130, 252) !important;
    padding: 10px 0px;
  }
  .ozmenu ul li.dropdownitem > a:hover:after {
    background-color: rgb(103, 130, 252) !important;
  }
  .nav-dropdown.opened {
    color: rgb(103, 130, 252) !important;
    border-bottom: 1px solid rgba(103, 130, 252, 0.5) !important;
  }
  .ozmenu ul.ozmenu-nav > li:last-child a {
    border-bottom: 0px solid #ddd;
  }
  .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {
    list-style: none;
    float: left;
    margin-left: 0px;
    padding-left: 7px;
  }
  .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
    padding-left: 15px;
  }
  .ozmenu.active ul li .nav-dropdown.opened + .dropdown {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0px;
    min-width: unset;
    padding-top: 0px !important;
    float: left;
  }
  .ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown {
    display: none;
  }
  #menu-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    float: left;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 13;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #menu-overlay.show {
    display: block !important;
  }
  .menu-open .open {
    width: 40px;
    height: 40px;
    float: right;
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square" viewBox="0 0 16 16"><path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"></path><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.2s ease-out;
  }
  .mobile-menu-active .menu-open .open,
  .menu-open .open:hover {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-filter-square-fill" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"></path></svg>');
  }
  .menu-close .close {
    width: 38px;
    height: 38px;
    float: right;
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.2s ease-out;
  }
  .menu-close .close:hover {
    background-color: #000;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
  }

  .ozmenu.active ul li.dropdownitem > a.opened:after {
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
  }
}
@media screen and (max-width: 500px) {
  .ozmenu.active {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .ozmenu.active {
    width: 100%;
  }
}

.careerTable,
tr,
td,
th {
  border: 1px solid lightgray;
  padding: 5px;
}
.careerTable button {
  width: 100%;
  background-color: #0c3089;
  border: 0;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
}
.careerTable th {
  font-weight: 700;
  opacity: 0.5;
}
.careerTable td {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
}
.careerTable {
  margin: 30px 0;
}


.applycontainer{
    position: absolute;
    content: "";
    top: 20%;
    left: 31%;
    bottom: 0px;
    right: 0px;
    width: 400px;
    height:fit-content;
    background: #fff;
    border-radius: 10px;
    padding:30px;
    position: fixed;
    z-index: 1000;
    
    box-shadow: 0px 0px 20px 3px rgba(53, 53, 53, .17);
}
.applycontainer label{
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
.applycontainer input, textarea{
    font-size: 16px;
    padding: 0 18px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    color: #2d2929;
}
textarea{
    height: 65px;
    resize: none;
}
.applycontainer button{
    color: #fff;
    background: #0c3089;
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s ease;
}
.applycontainer .closeDiv{
    display: flex;
    justify-content: space-between;
}
.applycontainer .closeDiv button{
    background-color: red;
    width: 26px;
    height: 26px;
    padding: 0px;
    display: inline-block;
}
.applycontainer .form-group{
    margin-bottom: 20px;
    line-height: 1;
}
.hidden{
    display: none;
}

#openPopup {
    /* position: fixed; */
   
    /* padding: 10px 20px; */
   
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  
  .customPadding{
    padding:0px;
  }
  .ozmenu-nav a.active{
    background: #245990;
    color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

  }

.whyUse{
    text-align: center;
    font-weight: 600;
    font-size: 18px !important;
    margin-bottom: 10px;
    margin-top: -34px !important;
  }