
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Nunito+Sans:wght@400;600;700&display=swap');

/*start common css for all theme*/ 

.headersection { 
    margin-left: 0px; 
    margin-right: 0px; 
    display: block !important; 
} 
body { 
    padding-top: 0px; 
    font-family: "Lato", sans-serif !important; 
} 
.footer-top, .footer-bottom { 
    margin-left: 0px; 
    margin-right: 0px; 
} 
.container2 { 
    margin-top: 0px; 
} 
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 { 
    margin: 0; 
    padding: 0; 
} 
div.outsideframe > div.row.hidden-lg.hidden-md { 
    display: none !important; 
} 
/*end common css for all theme*/ 



@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.theme_aznurse{
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
}
.theme_aznurse a:hover,
.theme_aznurse a:focus {
  outline: 0 none;
  text-decoration: none;
}
/* header */
.theme_aznurse  .custom-header {
  max-width: 100%;
  padding: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.theme_aznurse .brand img{
  max-width: 255px;
  margin-bottom: 10px;
}
.theme_aznurse .custom-header .navbar {
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #53565a;
  padding: 0px;
  transition: all 0.5s;
  z-index: 9;    
  margin: 0 auto;
  border: 0;
}  

.theme_aznurse .middle-header > .container-fluid{
  position: relative;
}

.theme_aznurse .middle-header .header2{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme_aznurse .middle-header .join-btn{
  background-color: #CB3727;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 18px;
  transition: all 225ms ease-in 0s;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 23px;
}

.theme_aznurse .middle-header .join-btn:hover{
  background-color: #009685;
  color: #fff;
}

.theme_aznurse .top-header > .container-fluid {
  display: flex;
  justify-content: end;
}

.theme_aznurse .top-header ul{
  padding: 2px 0;
  margin: 0;
}
.theme_aznurse .top-header li{
  margin: 5px 0 0 20px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.theme_aznurse .top-header ul li a{
  color: #333;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 225ms ease-in 0s;
  display: inline-block;
} 
.theme_aznurse .top-header ul li a:hover{
  color: #009685;
  text-decoration: none;
} 

.theme_aznurse .custom-header .navbar .navbar-collapse {
  width: 100%;
  border-bottom: 1px dotted #666;
  padding: 0;
}
.theme_aznurse .footer-links{
  background-color: #282a2b;
}
.theme_aznurse .footer-links .links{
  text-align: right;
}
.theme_aznurse .footer-links .links a{
  color: #46494a;
  font-size: 20px;
}
.theme_aznurse .custom-header .dropdown-menu{
  background-color: #fff;
}

.theme_aznurse .container-fluid{
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: 960px;
  width: 100%;
}  
.theme_aznurse .nav .open > a,
.theme_aznurse .nav .open > a:focus,
.theme_aznurse .custom-header .navbar .navbar-nav > li > a:hover, .theme_aznurse .custom-header .navbar .navbar-nav > li > a:focus {
  background-color: rgba(0,0,0,0.1);
}
.theme_aznurse .custom-header .dropdown{
  display: flex;
  align-items: center;
}
.theme_aznurse  .custom-header .navbar .navbar-nav > li .caret-ion {
  font-size: 16px;
  color: rgba(88,89,91,.8078431373);
  margin-top: 1px;
}
.theme_aznurse  .custom-header .navbar .navbar-nav > li .dropdown-menu a {
  background: transparent;
    color: #009685;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    line-height: 22px;
    border: none;
    text-transform: uppercase;
}
.theme_aznurse  .custom-header .navbar .navbar-nav > li {
  cursor: pointer;
}
.theme_aznurse  .custom-header .navbar .navbar-nav > li  a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 17px;
  text-transform: uppercase;
  background-color: transparent;
  line-height: 54px;
}
.theme_aznurse  .custom-header .navbar .navbar-collapse {
  transition: all 0.3s;
} 
.theme_aznurse  .nav-related-links{
  background: #e4e4e4;
  padding: 10px;
  margin: 6px;
}
.theme_aznurse  .nav-related-links p{
  text-transform: uppercase;
  font-size: 14px;
  color: #666 !important;
  font-weight: 700;
}
.theme_aznurse  .nav-related-links a{
  padding: 4px 0 !important;
}
.theme_aznurse  .nav-related-links a:hover{
  background: transparent !important;
  text-decoration: underline;
  color: #666 !important;
  margin: 0 !important;
}
/* footer */
.theme_aznurse footer {
  width: 100%;
  padding: 40px 0 0;
  background-color: #2F3638;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.7);
}
.theme_aznurse .custom-footer {
  margin: auto;
  position: relative;
} 

.theme_aznurse .custom-footer .footsocial a{
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #CB3727;
  text-align: center;
  border-radius: 100px;
  margin-right: 7px;
  color: #fff;
}

.theme_aznurse .custom-footer .foottext h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase
}

.theme_aznurse .custom-footer .foottext p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.theme_aznurse .footimg img{
  background: linear-gradient(to bottom, rgba(244,245,245,1) 0%,rgba(214,214,214,1) 100%);
  border-radius: 13px;
}

.theme_aznurse .custom-footer .about-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  margin-top: 30px;
}
.theme_aznurse .custom-footer .about-content .footer-white-logo{
  max-width: 241px;
} 
.theme_aznurse .custom-footer .about-content a,
.theme_aznurse .copyright p a{
  color: #fff;
  text-decoration: none;
  transition: all 225ms ease-in 0s;
}
.theme_aznurse .copyright p a:hover{
  color: #009685;
}
.theme_aznurse .custom-footer .about-content p{
  display: block;
}
.theme_aznurse .dropdown-menu{
  border: none;
}
.theme_aznurse .copyright p {
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 20px 0 15px;
}



.theme_aznurse .custom-header .navbar .navbar-nav > li .caret-ion::before{
  content: "\f107" !important;
  font-family: FontAwesome;
  font-weight: bold;
}

.theme_aznurse .p-0{
  padding: 0;
}
@media (min-width: 768px) {
  .theme_aznurse .navbar-nav > li > .dropdown-menu ul li.dropdown span{
    display: block !important;
    transform: rotate(270deg);
    margin-top: -5px !important;
  }
  .theme_aznurse .flex-end{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .theme_aznurse .fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .theme_aznurse .navbar-nav > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
  }
  .theme_aznurse .navbar-nav > li > .dropdown-menu a {
    display: block;
    width: 100%;
  }
  .theme_aznurse .navbar-nav > li > .dropdown-menu a:hover {
    color: #009cde !important;
    text-decoration: none;
    background-color: #e5f5fc !important;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li .caret-ion{
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 16px;
    display: none;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li .caret-ion::before{
    content: "\f107" !important;
    font-family: FontAwesome;
    font-weight: bold;
  }
  .theme_aznurse .custom-header .dropdown-menu{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 0;
    border: 0;
    padding: 5px;
    min-width: 250px !important;
    box-shadow: 0 3px 3px 0px rgb(0 0 0 / 20%);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
  } 
  .theme_aznurse .custom-header .dropdown-menu ul{
    padding: 0;
    list-style: none;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .theme_aznurse .navbar-nav > li > .dropdown-menu ul li.dropdown .dropdown-menu{
    visibility: hidden;
    opacity: 0;
    left: -106%;
    top: 0;
  }
}  
@media  (max-width: 991px) {
  .theme_aznurse .top-header , .theme_aznurse .middle-header{
    padding-right: 10px;
  }
  .theme_aznurse footer .container-fluid, .theme_aznurse  .row {
    margin: 0;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown.secondary-link:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media  (max-width: 767px) {
  .theme_aznurse .top-header > .container-fluid{
    justify-content: center;
  }
  .theme_aznurse .custom-footer .footsocial{
    text-align: center;
    margin-bottom: 40px;
  }
  .theme_aznurse .footimg img{
    margin: 40px auto 0;
  }
  .theme_aznurse .copyright p{
    text-align: center;
  }
  .theme_aznurse .custom-footer .foottext{
    text-align: center;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li a{
    line-height: 18px;
    font-size: 16px;
    color: #009cde;
    padding: 11px 12px;
  }
  .theme_aznurse .mobile-support-btn{
    display: none !important;
  }   
  .theme_aznurse .contact-btn .contact-text {
    display: unset;
  } 
  .theme_aznurse .custom-header .navbar {
    height: 55px;
    flex-direction: column;
    min-height: unset;
  }
  .theme_aznurse .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
  }
  .theme_aznurse .custom-header .navbar-toggle {
    margin: 10px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0;
    width: fit-content;
  }
  .theme_aznurse .custom-header .navbar-toggle .icon-bar:first-child{
    margin-top: 0;
  }
  .theme_aznurse .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin-top: 3px;
  }
  .theme_aznurse .custom-header .navbar-toggle > div{
    margin-left: 10px;
  }

  .theme_aznurse .custom-header .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    max-height: 0;
    transition: none;
    height: auto !important;
    width: calc(100% - 20px);
    overflow-y: auto !important;
    margin: 0 auto;
    right: 0;
    visibility: hidden;
    transition: all 0.2s;
    box-shadow: 0 2px 3px -2px #333333;
    border: 0;
    background: white;
  }

  .theme_aznurse .custom-header .navbar .navbar-collapse.in {
    display: block !important;
    max-height: 600px;
    padding: 0;
    visibility: visible;
    min-height: 285px;
    overflow-x: hidden !important;
  }
  .theme_aznurse .custom-header .navbar-nav {
    margin: 0;
    width: 100%;
  } 
  .theme_aznurse .custom-header .navbar .navbar-nav {
    transition: all 0.4s;
    padding: 0 10px;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav li {
    padding-right: 0;
    border-bottom: 0px solid #dadada;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  } 
  .theme_aznurse .custom-header .navbar .navbar-nav li:hover{
    background-color: #e5f5fc !important;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    transition: all 0.4s;
    position: relative;
    box-shadow: 0 0 0;
    margin: 0 -20px;
    width: calc(100% + 20px);
    max-height: 0;
    overflow: hidden;
    display: block !important;
    padding: 0;
  }
  .theme_aznurse .nav-related-links{
      display: none;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu ul{
    padding: 0;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu ul li ul{
    padding: 0 40px;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav li.dropdown.open .nav-link{
    width: 100%;
    background-color: #e5f5fc;
    color: #009cde;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav li.dropdown.open .caret-ion{
    transform: rotate(180deg);
    transform-origin: right;
    margin-right: 10px;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav li.dropdown.open .dropdown-menu .dropdown .caret-ion{
    transform: rotate(0deg);
    margin-right: 0px;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav li.dropdown.open .dropdown-menu .dropdown.open .caret-ion{
    transform: rotate(180deg);
    transform-origin: right;
    margin-right: 10px;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav li.dropdown.open > .dropdown-menu {
    max-height: 3000px;
    transition: all 0.3s;
    padding: 5px 0;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 8px 40px 8px ;
    color: #009cde;
    display: flex;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu .submenu li {
    border-bottom: 0;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_aznurse .mobile-ic {
    display: block;
    width: 100%;
  }
  .theme_aznurse .custom-header .navbar-header {
    width: 100%;
    margin: 0;
    padding-right: 10px;
    height: 55px;
  }
  .theme_aznurse footer {
    padding: 30px 0;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.md-normal-font {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_aznurse .custom-header .navbar .navbar-nav > li.md-normal-font > a {
    background: none;
    font-weight: 600;
  }
  .theme_aznurse  .custom-header .navbar .navbar-nav > li .caret-ion {
    height: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #005bbb;
    position: absolute;
    width: 100%;
    top: 12px;
    right: 15px;
    z-index: 1;
    height: 38px;
    top: 3px;
  }

  .theme_aznurse .middle-header > .container-fluid:after{
    content: none;
  }

  .theme_aznurse footer{
    padding: 20px 0px 30px 0px;
    position: relative;
  }

  .theme_aznurse .custom-footer .about-content{
    display: block;
    padding: 20px 10px;
    border-top: 0;
    margin: 0;
  }
  .theme_aznurse .custom-footer .about-content .footer-white-logo {
    max-width: 100%;
    margin: 0 0 15px;
  }
  .theme_aznurse .copyright {
    text-align: left;
    font-size: 10px;
    padding: 20px 10px 10px;
  }

  .theme_aznurse .custom-header .navbar .navbar-nav > li.dropdown.open .dropdown-menu li.dropdown.open .dropdown-menu li.dropdown.open .dropdown-menu{
    background-color: #fff;
  }
}

@media  (max-width: 480px) {
  .theme_aznurse .middle-header .row{
    position: relative;
  }
  .theme_aznurse .middle-header .row .col-xs-7{
    position: absolute;
    left: 10px;
    bottom: -47px;
    z-index: 99;
  }
  .theme_aznurse .middle-header .join-btn{
    margin-left: 0;
    padding: 7px 20px;
  }
}
 
@media (min-width: 768px) {
  .theme_aznurse .footer-menu-row{
    display: block;
  }
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }