* {
    margin: 0;
    padding: 0;
    border: none;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main
 {
    display: block;
}
mark, rp, rt, ruby, summary, time {
    display: inline;
}
a,  abbr,  acronym,  address,  applet,  article,  aside,  audio, b,  blockquote,  big,  body, center,  canvas,  caption,  cite,  code,  command, datalist,  dd,  del,  details,  dfn,  dl,  div,  dt,  em,  embed, fieldset,  figcaption,  figure,  font,  footer,  form,  h1,  h2,  h3,  h4,  h5,  h6,  header,  hgroup,  html, i,  iframe,  img,  ins, kbd,  keygen, label,  legend,  li,  meter, nav, object,  ol,  output, p,  pre,  progress, q,  s,  samp,  section,  small,  span,  source,  strike,  strong,  sub,  sup, table,  tbody,  tfoot,  thead,  th,  tr,  tdvideo,  tt, u,  ul,  var
 {
    border:  0 none;
    font-weight:  inherit;
    margin:  0;
    padding:  0;
    border:  0;
    outline:  0;
    vertical-align:  top;
}

a {
    text-decoration: none;
    outline:  none !important;
}
b,  strong {
    font-weight: bold !important;
}

/*ul, ol {
    list-style:  none;
}
*/
q  {
    quotes:  none;
}
table,  table td  {
     padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
     max-width: 100%;
}
embed {
     vertical-align: top;
}
input, textarea {
    font-family: inherit;
}

input, button {
    outline:  none;
    background: transparent;
}
button::-moz-focus-inner {
    border: 0;
}

th {
    text-align: left;
}
textarea {
    outline: none !important;
}
.clearfix::after {
    content: "";
     display:  block;
     clear: both;
}

button {
    cursor:  pointer;
}
#_atssh {
    display:  none !important;
}

.profile-info img {
    
	max-width: 50%!important;
    
}
.error_message{
	color: #fff200 !important;
	font-size: 12px;
	margin: 0 auto;
	width: 300px;
	display: block;
	text-align: left;
}

.error_message p{
	color: #fff200 !important;
	font-size: 12px!important;
	margin: 10px auto 0px;
	display: block;
	text-align: left;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    background: url('https://www.mawbiz.com.bd/images/etcty-logo-loading.gif') no-repeat center;
    text-align: center;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
}
/*====================================================30/06/2022 start========================================================*/
/* Pagination links */
.pagination{
	float:right;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
  background-color: #2eaae1;
  color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;} 

#map {

	height:450px;
	width: 1800px;
	max-width: 100%;
	margin: auto;
}


.btn .badge {
    top: -25px!important;
}
#reload-search{
	text-align:center;
}
#reload-search:hover{
	/*cursor:pointer;*/
}
.outreach-list .outlist li a:hover{
	color:#FFF;
}
.btn-secondary:hover{color:#FFF;}

#loading-gif{
	height:50px;
}
#search_no_found{
	margin-left:25px;
}
.searchloader {
  display: flex;
  justify-content: center;
   align-items: center;
  min-width : 100px;
  height :50px;
 /* background : #FFF;*/
}
.searchloader > div {
  width: 20px;
  height: 20px;
  background: #8385aa;
  border-radius: 50%;
  margin : 3px;
  animation: loader 0.6s infinite alternate;
}
.searchloader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.searchloader > div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes loader {
  to {
    opacity: 0.1;
    transform: translate(0, -20px);
    background : pink;
  }
}

.btn-outline-primary{
	border: 1px solid #2EAAE1;
	margin-right:5px;
}
.btn-outline-primary:hover{
	background:#2EAAE1!important;
}
.outreach-list .nav .nav-item .btn-primary{
	background:#2EAAE1!important;
	color:#fff;
	margin-right:5px;
}
.read_more {
  width: 173px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 36px;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 19px;
  margin-left: 15px;
  border: 2px solid #2eaae1;
  background: #2eaae1;
}
.read_more:hover{
    background: #7EC241;
    border: 2px solid #7EC241;
}
/*====================================================30/06/2022 end ========================================================*/


@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

}
@keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #15191f;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645,  0.045,  0.355,  1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645,  0.045,  0.355,  1.000);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.no-js #loader-wrapper {
    display: none;
}



/*@import url('https://fonts.googleapis.com/css?family=Rubik|Kreon:300, 300i, 400, 400i, 700, 700i, 900&display=swap');
    */

body {
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    background: #ffffff;
}

.h1,  .h2,  .h3,  .h4,  .h5,  .h6,  h1,  h2,  h3,  h4,  h5,  h6 {
    padding: 0;
    margin: 0;
    font-family: 'Kreon',  sans-serif;
    font-weight: 700;
}

.h1,  h1 {
    font-size: 2.2rem;
    color: #1991eb;
}

.product-details-page h1 i {
    color: #000000;
}

.card-title.master {
    font-family: 'Kreon',  sans-serif;
    font-weight: 400;
}

dl,  ol,  ul {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

strong, b {
    font-family: 'Kreon',  sans-serif;
    font-weight: 600;
}

.btn-primary:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.header {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.logo {
    width: 100%;
    overflow: hidden;
}

.header-search {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.header-search .form-control {
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    border: none;
    color: #666666;
}

.header-search::-webkit-input-placeholder {
    color: #cccccc;
}

.header-search:-ms-input-placeholder {
    color: #cccccc;
}

.header-search::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.header-search:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.header-search .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b7b7b7;
    outline: 0;
    box-shadow: none;
}

.header-search .input-box-one {
    width: 40%;
    height: 46px;
    border: 1px solid #b7b7b7;
    border-radius: 5px 0px 0px 5px;
}

.header-search .input-box-two {
    width: 20%;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-left: 0 solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}

.header-search .select-box-two {
    width: 30%;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-left: 0 solid #b7b7b7;
    border-right: 0 solid #b7b7b7;
}

.header-search .select-box-two {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.site-index {
    width: 100%;
}

@media screen and (min-width:0\0) {
    select {
    background: none\9;
    padding: 5px\9;
}

}
#search_item___livespell_proxy {
    
	width:  40%!important;
    
	height:  46px!important;
    
	border:  1px solid #b7b7b7!important;
    
	border-radius:  5px 0px 0px 5px!important;
    
}
#header-search select {
    
  font-family:  Arial, sans-serif !important;
    
}

#header-search select option: first-child
 {
    
  font-size: 16px;
    
}
#community_select  {
    
	-ms-overflow-style:  none;
      /* IE and Edge */
	scrollbar-width:  none;
      /* Firefox */
	
}
#community_select: :-webkit-scrollbar  {
    
  display:  none;
    
}
#community_select: -webkit-scrollbar  {
     /*For WebKit Browsers*/
	width:  0;
    
	height:  0;
    
}

#fname_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  200px;
}
#lname_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  200px;
    
}
#businesse_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  200px;
    
}
#phone_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  200px;
    
}
#mail_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  445px;
}
#lmail_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  445px;
}
#password_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  200px;
    
}
#rpassword_has_icon {
	margin-top:  -40px;
	position:  absolute;
	height:  20px;
	margin-left:  200px;
}
#fname_has_text {
	margin-top: 5px;
	font-size: 12px;
}

#lname_has_text {
	margin-top: 5px;
	font-size: 12px;
}

#businesse_has_text {
	margin-top: 5px;
	font-size: 12px;
}

#phone_has_text {
	margin-top: 5px;
	font-size: 12px;
}

#mail_has_text {
	margin-top: 5px;
	font-size: 12px;
}

#lmail_has_text {
	margin-top: 5px;
	font-size: 12px;
}
#lgmail_has_text {
	margin-top: 5px;
	font-size: 12px;
}

#password_has_text {
	margin-top: 5px;
	font-size: 12px;
}

#rpassword_has_text {
	margin-top: 5px;
	font-size: 12px;
}

.error  {
	background:  url('https://www.mawbiz.com.bd/images/unchecked.gif') no-repeat;
	padding-left:  16px;
	margin-left:  .3em;
}
.valid  {
	background:  url('https://www.mawbiz.com.bd/images/checked.gif') no-repeat;
	display:  block;
	width:  16px;
	height:  16px;
}
.top-image-css {
	width: 100%!important;
}
#first_add_image {
    
	height: 100%;
    
	max-height: 280px;
    
}
#last_add_image {
    
	height: 100%;
    
	max-height: 280px;
    
}
.block_copy {
    
	 -webkit-user-select:  none;
    
	-webkit-touch-callout:  none;
    
	-moz-user-select:  none;
    
	-ms-user-select:  none;
    
	user-select:  none;
    
}
.header-search select.form-control:not([size]):not([multiple]){border-right:none;height:46px;}

.header-search .btn-primary {
    width: 56px;
    height: 46px;
    margin-left: -2px;
    border: none;
    border-radius: 0;
    text-indent: -2500px;
    background: url(../images/btn-search.jpg) no-repeat;
}

.header-login {
    width: 100%;
    padding-top: 27px;
    overflow: hidden;
}

.header-login ul {
    float: right;
    overflow: hidden;
}

.header-login ul li {
    padding: 5px 0 11px 32px;
    margin-right: 10px;
    list-style-type: none;
    display: inline-block;
}

.header-login ul li:nth-child(1) {
    background: url(../images/icon-signup.png) no-repeat left 1px;
}

.header-login ul li:nth-child(2) {
    background: url(../images/icon-login.png) no-repeat left 1px;
}

.header-login ul li:nth-child(2) {
    background: url(../images/icon-login.png) no-repeat left 1px;
}

.header-login ul li:last-child {
    margin-right: 0;
}

.header-login ul li a {
    text-decoration: none;
    color: #333333;
}

.header-login ul li a:hover {
    text-decoration: none;
}

.header-logout {
    width: 100%;
    padding-top: 27px;
    overflow: hidden;
}

.header-logout ul {
    float: right;
    overflow: hidden;
}

.header-logout ul li {
    padding: 5px 0 11px 32px;
    margin-right: 10px;
    list-style-type: none;
    display: inline-block;
}

.header-logout ul li:nth-child(1) {
    background: url(../images/icon-signup.png) no-repeat left 1px;
}

.header-logout ul li:nth-child(2) {
    background: url(../images/icon-logout.png) no-repeat left 1px;
}

.header-logout ul li:last-child {
    margin-right: 0;
}

.header-logout ul li a {
    text-decoration: none;
    color: #333333;
    font-size: 13px;
}

.header-logout ul li a:hover {
    text-decoration: none;
}


#add_section_div_top {
    
	min-height: 130px;
    
	max-height: 130px;
    
	text-align: center;
    
}
#add_section_div {
    
	min-height: 280px;
    
	text-align: center;
    
}
#dashboard_right {
    margin-top: 0px;
}

.main-menu {
    width: 100%;
    background: #2eaae1;
}

.main-menu-mid {
    width: 100%;
}

.main-menu .main-menu-mid .navbar {
    padding: 0;
}

.main-menu .main-menu-mid ul li:first-child {
}

.main-menu .main-menu-mid ul li:first-child a {
}

.main-menu .main-menu-mid ul li a {
    font-size: 14px;
    color: #ffffff;
}

.main-menu .main-menu-mid ul li a:hover {
    text-decoration: none;
    background: rgb(34,  158,  233);
}

.main-menu .main-menu-mid .bg-primary {
    background: #2eaae1 !important;
}

.main-menu .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.main-menu .navbar-dark .navbar-nav .nav-link img {
    width: auto;
}

.nav-item ul li.active {
    background: #fff
url(../images/rightmark.jpg) no-repeat 220px center;
}

.main-menu .navbar .dropdown-menu {
    border: none;
    border-radius: 0 !important;
    background-color: #f0f0f0!important;
}

.main-menu .navbar .dropdown-menu {
    top: 58px !important;
}

.main-menu .main-menu-mid .dropdown-menu ul li {
    margin: 0 0 0 0;
    padding: 5px 0 5px 20px;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(1) {
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(1):hover {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(1):hover a {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(2) {
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(2):hover {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(2):hover a {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(3) {
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(3):hover {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(3):hover a {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(4) {
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(4):hover {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li:nth-child(4):hover a {
    background: #ffffff;
}

.main-menu .main-menu-mid .dropdown-menu ul li a {
    padding: 10px !important;
    color: #333333 !important;
}

.main-menu .nav-link {
    padding: 16px !important;
}

.main-menu .navbar .nav-item {
    padding: 0;
    margin: 0;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #0060c8!important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.main-menu .no-padding-left {
    padding-left: 0;
    border-right: solid 1px #ccc;
}
.main-menu .no-padding-left:last-child {
    border-right: none;
}

.main-menu .no-icon-category li {
    margin: 0 !important;
    padding: 0 !important;
}

.main-menu .no-icon-category li a {
    padding: 10px !important;
}

.main-menu .no-icon-category li:first-child {
    padding-left: 0 !important;
}

.main-menu .no-icon-category li:hover a {
    background: #ffffff !important;
}

.community-outreach {
    
    width:  auto;
    /*width:  100%;
     update for menu alignment*/
    display:  block;
    
    float:  left;
    /*added 10072021*/
    text-align:  center;
    
}

.btn-outreach {
    
    float:  left;
    
   padding:  0px;
     /* padding:  10px 15px 10px 10px;
     10072021*/
    margin-right:  20px;
    
    -webkit-border-radius:  5px;
    
    -moz-border-radius:  5px;
    
    border-radius:  5px;
    
    background:  #a1d768;
    
}
/*.btn-outreach a {
    
    line-height:  18px;
    
    font-size:  15px;
    
    color:  #ffffff;
    
    text-decoration:  none;
    
    padding:  5px 0 4px 40px;
    
    background:  url(../images/icon-community.png) no-repeat left 0;
    
}
*/
/* Update 10072021*/
.btn-outreach a {
    
    line-height:  18px;
    
    font-size:  14px;
    
    color:  #fff;
    
    font-weight:  500;
    
    text-decoration:  none;
    
    display:  block;
    /*Added 10072021*/
    padding:  10px 15px 10px 10px;
    /*padding:  5px 0 4px 0;
     10072021*/
    background:  none;
    
    transition:  all 200ms easeIn;
    
}
.btn-outreach a: hover {
    
    text-decoration:  none;
    
    color:  #fff;
    
    font-weight:  500;
    
}

/*Community Button effects 10072021

*/
.btn-outreach  {
    
  background-color:  #4dccc6;
    
    background-image:  linear-gradient(270deg,  #6fd3ff 0%,  #96e4df 74%);
    
           background-image:  linear-gradient(
315deg
,  #89d8d3 0%,  #03c8a8 74%);
    
    /*background:  linear-gradient(0deg,  #00acee 0%,  #027efb 100%);
    */
 /*background-image:  linear-gradient(270deg,  rgba(2, 126, 251, 1) 30%,  #4dccc6 80%);
    */

  /*background-image:  linear-gradient( 0deg,  #060e83 0%,  #0c19b4 74%);
    */
  line-height:  42px;
    
  /* padding:  0;
    */
  border:  none;
    
  background-size:  100%,  100%;
    
  transition:  all 500ms ease;
    
}
.btn-outreach: hover {
    
  /*background-color:  #edffff;
    */
  /*background:  linear-gradient(315deg,  #bef3f3 0%,  #edffff 74%);
    */
    background-position:   250%,  100%;
    
    background-size:  200%,  200%;
    
}
.btn-outreach span  {
    
  position:  relative;
    
  display:  block;
    
width:  100%;
    
  height:  100%;
    
}
.btn-outreach: before, 
.btn-outreach:after  {
    
  position:  absolute;
    
  content:  "";
    
  right:  0;
    
  top:  0;
    
   box-shadow:   4px 4px 6px 0 rgba(255, 255, 255, .9), 
              -4px -4px 6px 0 rgba(116,  125,  136,  .2),  
    inset -4px -4px 6px 0 rgba(255, 255, 255, .9), 
    inset 4px 4px 6px 0 rgba(116,  125,  136,  .3);
    
  transition:  all 0.3s ease;
    
}
.btn-outreach: before  {
    
  height:  0%;
    
  width:  .1px;
    
}
.btn-outreach: after  {
    
  width:  0%;
    
  height:  .1px;
    
}
.btn-outreach: hover:before  {
    
  height:  100%;
    
}
.btn-outreach: hover:after  {
    
  width:  100%;
    
}
.btn-outreach: before, 
.btn-outreach:after  {
    
  position:  relative;
    
  content:  "";
    
  left:  0;
    
  bottom:  0;
    
  box-shadow:   4px 4px 6px 0 rgba(255, 255, 255, .9), 
              -4px -4px 6px 0 rgba(116,  125,  136,  .2),  
    inset -4px -4px 6px 0 rgba(255, 255, 255, .9), 
    inset 4px 4px 6px 0 rgba(116,  125,  136,  .3);
    
  transition:  all 0.3s ease;
    
}
.btn-outreach span: before  {
    
  width:  .1px;
    
  height:  0%;
    
}
.btn-outreach span: after  {
    
  width:  0%;
    
  height:  .1px;
    
}
.btn-outreach span: hover:before  {
    
  height:  100%;
    
}
.btn-outreach span: hover:after  {
    
  width:  100%;
    
}
/*community btn end*/

.btn-report {
    float: left;
    padding: 10px 15px 10px 10px;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #216608d1;
    color: #fff;
}
.btn-report:hover {
    color: #fff;
}
.btn-coupon {
    float: left;
    padding: 10px 15px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #a1d768;
}

.btn-flyer {
    float: left;
    padding: 10px 15px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1e7d0a;
    ;
}

.about-service-list ul li.tab-outreach {
    background: #a1d768;
}

.about-service-list ul li.tab-jobs a {
    background: #ef610e;
    border-radius:  10px;
}

.about-service-list ul li.tab-jobs a:hover {
    background: #56b6e5;
    border-radius:  10px;
    color: #fff;
}

.btn-language {
    float: left;
    padding: 10px 15px 10px 10px;
}

.btn-language ul {
    padding: 10px;
}

.btn-language ul li {
    list-style-type: none;
}

.btn-language ul li a {
    padding: 2px 0 4px 3px;
    margin: 0;
    line-height: 18px;
    font-size: 15px;
    color: #333333 !important;
    text-decoration: none;
}

.btn-language ul li:nth-child(1) a {
    background: url(../images/flag01.jpg) no-repeat left 5px;
}

.btn-language ul li:nth-child(1) a:hover {
    color: #FFFFFF !important;
    background-image: url(../images/flag01.jpg);
    background-position: left 5px;
    background-repeat: no-repeat;
    background-color: rgb(34,  158,  233);
    transition: background-color 0.5s ease;
}

.btn-language ul li:nth-child(2) a {
    background: url(../images/flag02.jpg) no-repeat left 5px;
}

.btn-language ul li:nth-child(2) a:hover {
    color: #FFFFFF !important;
    background-image: url(../images/flag02.jpg);
    background-position: left 5px;
    background-repeat: no-repeat;
    background-color: rgb(34,  158,  233);
    transition: background-color 0.5s ease;
}

.btn-language a:hover {
    color: #333333 !important;
    text-decoration: none;
    transition: color 0.5s ease;
}

.btn-language .dropdown {
    padding: 0 15px 0 10px;
    background-image: url(../images/icon-language.jpg),  url(../images/language-arrow-right.jpg);
    background-position: left center,  right center;
    background-repeat: no-repeat,  no-repeat;
}

.btn-language .dropbtn {
    padding: 0 0 0 15px;
    background: none;
}

.btn-language .dropbtn:hover,  .btn-language .dropbtn:focus {
    background-color: inherit;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,  .dropbtn:focus {
}

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

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

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

.dropdown a:hover {
}

.show {
    display: block;
}

.article-area {
    width: 100%;
    padding: 10px 0 10px 0;
    overflow: hidden;
    background: #fdfdfd;
}

/*.article-area-inner {
    width: 100%;
    padding: 10px 0 0 0;
    overflow: hidden;
    background: #f7f8f8;
}
*/
.article-area-inner {
    width: 100%;
    padding: 10px 0 0 0;
    overflow: hidden;
    background: #fdfdfd;
}

.article-text {
    width: 100%;
    overflow: hidden;
}

.article-text h1 {
    padding: 5px 0 15px 0;
    line-height: 38px;
    text-align: left;
    border-bottom: 1px solid #2eaae1;
    color: #333333;
}

.article-text h2 {
    padding: 7px 0 15px 0;
    line-height: 38px;
    font-family: 'Rubik',  sans-serif;
    font-size: 35px;
    text-align: left;
    color: #333333;
}

.article-text h3 {
    margin-top: 20px;
    line-height: 30px;
    font-size: 25px;
    text-align: left;
    color: #333333;
}

.article-text p {
    padding: 20px 0 15px 0;
    line-height: 22px;
    text-align: justify;
    color: #333333;
}

.article-breadcrumb {
    width: 100%;
    overflow: hidden;
}

.article-breadcrumb .breadcrumb {
    padding: 0px 0px 50px 0px;
    margin: 0;
    border-radius: 0;
    background: none;
}

.article-breadcrumb .breadcrumb li a {
    text-decoration: none;
    color: #999999;
}

.article-breadcrumb .breadcrumb li a:hover {
    text-decoration: none;
}

.article-breadcrumb .breadcrumb-item.active {
    font-family: 'Rubik',  sans-serif;
    color: #2eaae1;
    font-weight: 400;
}

.article-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #2eaae1;
}

.article-bottom-image {
    width: 100%;
    margin-top: 60px;
    text-align: center;
    overflow: hidden;
}

.article-bottom-image img {
    margin-top: 10px;
    display: inline-block;
}

.product-gallery-list {
    width: 100%;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.product-gallery-list p {
    padding: 10px 0 18px 0;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    color: #333333;
}

.product-gallery-list p span {
    font-family: 'Rubik',  sans-serif;
    font-weight: 400;
}

.product-gallery-list p a {
    text-decoration: none;
    color: #333333;
    transition: color 0.5s ease-in-out;
}

.product-gallery-list:hover p a,  .product-gallery-list p a:hover {
    color: #2eaae1;
    transition: color 0.5s ease;
}

.article-gallery {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.article-gallery img {
    border: 1px solid #cccccc;
}

.article-gallery ul {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.article-gallery ul li {
    margin-right: 2px;
    list-style-type: none;
    float: left;
    border: 3px solid #FFFFFF;
}

.article-gallery ul li:last-child {
    margin-right: 0;
}

.article-gallery ul li img {
    border: none;
}

.article-gallery ul li:hover {
    border: 3px solid #2eaae1;
}

.product-landing-page {
    width: 100%;
    overflow: hidden;
}

.inner-page {
    width: 100%;
    margin: 35px 0 40px 0;
    position: relative;
    overflow: visible;
}

.inner-page .inner-page-form {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.inner-page .form-control {
    width: 100%;
    padding: 11px 20px 10px 27px;
    color: #cccccc;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    background: #ffffff;
}

.inner-page .form-control:focus {
    box-shadow: unset;
}

.inner-page .form-control::-webkit-input-placeholder {
    /Chrome/color: #cccccc;
}

.inner-page .form-control:-ms-input-placeholder {
    /IE 10+/color: #cccccc;
}

.inner-page .form-control::-moz-placeholder {
    /Firefox 19+/color: #cccccc;
    opacity: 1;
}

.inner-page .form-control:-moz-placeholder {
    /Firefox 4 - 18/color: #cccccc;
    opacity: 1;
}

.inner-page .btn-primary {
    width: 55px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -5000px;
    border: 0;
    border-radius: 0;
    background: url(../images/btn-search-inner.jpg) no-repeat;
}

.inner-page .row {
    margin-left: 5px;
    margin-right: 5px;
}

.inner-service-list {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 37px 1px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 2px 37px 1px rgba(214, 214, 214, 1);
    box-shadow: 0px 2px 37px 1px rgba(214, 214, 214, 1);
}

.inner-service-list p {
    padding: 0;
    margin: 0;
    line-height: 28px;
    font-family: 'Rubik',  sans-serif;
    font-size: 400;
    font-size: 24px;
    text-align: center;
    color: #333333;
}

.inner-service-list p a {
    width: 100%;
    display: block;
    padding: 60px 10px;
    text-decoration: none;
    color: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 180px;
    background: #FFFFFF;
    transition: background 0.5s ease-in-out;
}

.inner-service-list p a:hover {
    text-decoration: none;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #2eaae1;
    transition: background 0.5s ease-in-out;
}

.inner-service-list p a.inner-active {
    color: #FFFFFF;
    background: #2eaae1;
}

.inner-service-list.parent p a {
    color: #ffffff;
    background: #a1d768;
}

.inner-service-list.parent {
    -webkit-box-shadow: 0px 2px 37px 1px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 2px 37px 1px rgba(214, 214, 214, 1);
    box-shadow: 0px 2px 37px 1px rgba(214, 214, 214, 1);
}

.sub {
    height: 142px;
}

.sub p {
    font-size: 18px;
    line-height: 22px;
}

.product-landing-page h1 {
    padding: 0 0 15px 0;
    line-height: 38px;
    font-family: 'open_sanslight';
    font-size: 35px;
    text-align: left;
    border-bottom: 1px solid #2eaae1;
    color: #333333;
}

.product-landing-page-list {
    width: 100%;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.product-landing-page-list a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 123px;
}

.product-landing-page-list .img-background {
    background: #fff;
}

.product-landing-page-list p {
    padding: 18px 0 18px 0;
    font-family: 'open_sansbold';
    border-bottom: 1px solid #cccccc;
    color: #333333;
}

.product-landing-page-list p a {
    padding: 5px 0 5px 0px;
    text-decoration: none;
    color: #333333;
}

.product-landing-page-list:hover a,  .product-landing-page-list p a:hover {
    text-decoration: none;
    color: #007bff;
    transition: color 0.5s ease;
}

.product-landing-page-list p span {
    font-family: 'open_sansregular';
}

.product-landing-page-list p a span {
    text-align: initial;
    font-family: 'open_sansregular';
}

.product-landing-page-list p a img {
    height: 34px;
    width: 34px;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.product-landing-page-list .row a span {
    text-align: initial;
    font-family: 'open_sansregular';
}

.product-landing-page-list .row a img {
    height: 34px;
    width: 34px;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.product-landing-page-list .row {
    padding: 18px 0 18px 0;
    font-family: 'open_sansbold';
    border-bottom: 1px solid #cccccc;
    color: #333333;
}

.product-landing-page-list .row a {
    padding: 5px 0 5px 0px;
    text-decoration: none;
    color: #333333;
}

.product-landing-page-list:hover a,  .product-landing-page-list .row a:hover {
    text-decoration: none;
    color: #007bff;
    transition: color 0.5s ease;
}

.product-landing-page ul {
    width: 100%;
    overflow: hidden;
}

.product-landing-page ul li {
    list-style-type: none;
}

.product-landing-page ul li:nth-child(1) p a {
}

.product-landing-page ul li:nth-child(2) p a {
}

.product-landing-page ul li:nth-child(3) p a {
}

.product-landing-page ul li:nth-child(4) p a {
}

.product-page {
    width: 100%;
    overflow: hidden;
}

.product-page h1 {
    padding: 15px 0 15px 75px;
    line-height: 38px;
    font-family: 'open_sanslight';
    font-size: 35px;
    text-align: left;
    border-bottom: 1px solid #2eaae1;
    color: #333333;
    background: url(../images/icon-neurology.png) no-repeat left center;
}

.product-page h2 {
    padding: 0 0 15px 0;
    line-height: 38px;
    font-family: 'open_sanslight';
    font-size: 35px;
    text-align: left;
    color: #333333;
}

.product-page h3 {
    margin-top: 20px;
    line-height: 30px;
    font-size: 25px;
    text-align: left;
    color: #333333;
}

.product-page p {
    padding: 20px 0 15px 0;
    line-height: 22px;
    text-align: justify;
    color: #333333;
}

.product-page-list {
    width: 100%;
    padding: 20px 0 0 0;
    overflow: hidden;
}

.product-page-list p {
    padding: 10px 0 18px 0;
    font-family: 'open_sansbold';
    border-bottom: 1px solid #cccccc;
    color: #333333;
	height: 70px;
}

.product-page-list p span {
    font-family: 'open_sansregular';
}

.product-page-list p a {
    text-decoration: none;
    color: #333333;
}

.product-page-list:hover a, .product-page-list p a:hover {
    text-decoration: none;
    color: #007bff;
    transition: color 0.5s ease;
}

.product-page .carousel-control-prev {
    top: -15%;
    left: -8px;
}

.product-page .carousel-control-next {
    top: -15%;
    right: -8px;
}

.product-page .carousel-control-prev-icon {
    width: 15px;
    height: 30px;
    background: url(../images/arrow-prev.png) no-repeat;
    transition: color 0.9s ease;
}

.product-page .carousel-control-prev-icon:hover {
    width: 15px;
    height: 30px;
    background: url(../images/arrow-prev-hover.png) no-repeat;
    transition: color 0.9s ease;
}

.product-page .carousel-control-next-icon {
    width: 15px;
    height: 30px;
    background: url(../images/arrow-next.png) no-repeat;
    transition: color 0.5s ease;
}

.product-page .carousel-control-next-icon:hover {
    width: 15px;
    height: 30px;
    background: url(../images/arrow-next-hover.png) no-repeat;
    transition: color 0.5s ease;
}

.carousel .carousel-control-prev {
    visibility: hidden;
}

.carousel:hover .carousel-control-prev {
    visibility: visible;
}

.carousel .carousel-control-next {
    visibility: hidden;
}

.carousel:hover .carousel-control-next {
    visibility: visible;
}

.gynecology-product-page {
    width: 100%;
    overflow: hidden;
}

.gynecology-product-page h1 {
    padding: 15px 0 15px 80px;
    line-height: 38px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-align: left;
    border-bottom: 1px solid #2eaae1;
    color: #333333;
    background: url(../images/icon-gynecology.png) no-repeat left center;
}

.gynecology-product-page h2 {
    padding: 0 0 15px 0;
    line-height: 38px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-align: left;
    color: #333333;
}

.gynecology-product-page h3 {
    margin-top: 20px;
    line-height: 30px;
    font-size: 25px;
    text-align: left;
    color: #333333;
}

.gynecology-product-page p {
    padding: 20px 0 15px 0;
    line-height: 22px;
    text-align: justify;
    color: #333333;
}

.border-ccc {
    border: 1px solid #cccccc;
}

.location-map {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.business-info {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}

.business-info h3 {
    padding-bottom: 10px;
    line-height: 28px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: left;
    color: #333333;
    border-bottom: 1px solid #cccccc;
}

.business-info p {
    padding: 0 0 10px 0;
    margin-top: 20px;
    line-height: 18px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #333333;
}

.business-info p span {
    padding-bottom: 8px;
    display: block;
    font-family: 'Rubik',  sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.business-info p a {
    text-decoration: none;
    color: #2eaae1;
}

.business-info p a:hover {
    text-decoration: none;
}

.business-info img {
    margin-top: 15px;
}

.follow-us-inner {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.follow-us-inner ul {
    width: 100%;
    overflow: hidden;
}

.follow-us-inner ul li {
    float: left;
    margin-right: 18px;
    list-style-type: none;
}

ul.community-list {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

ul.community-list li {
    margin-right: 45px;
    float: left;
    list-style-type: none;
}

ul.community-list li:last-child {
    margin: 0;
}

ul.community-list li img {
    margin: 0;
}

.business-location-list {
    list-style: none;
}

.business-location-list li.col-md-4 {
    margin-bottom: 20px;
}

.list-group-item .card-body {
    text-align: center;
}

.about-us {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}

.about-us .logo {
    text-align: center;
}

.about-us h3 {
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 25px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.about-us p {
    padding: 10px 20px 10px 0;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.875;
    text-align: left;
    color: #333333;
}

.about-us p span {
    font-family: 'Rubik',  sans-serif !important;
}
.about-us p a {
    text-decoration: none;
    color: #2eaae1;
}

.about-us p a:hover {
    text-decoration: none;
}

.about-us .row.focused {
    background: #fdfdfd;
    padding: 20px;
    border-radius: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.about-us .card-body a {
    margin-bottom: 5px;
}

.about-us-icon {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}

.about-us-icon ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.about-us-icon ul li {
    padding: 8px 10px 4px 10px;
    float: left;
    list-style-type: none;
    border-right: 1px solid #fdfdfd;
    background: #FFFFFF;
}

.about-us-icon ul li:last-child {
    border-right: none;
}

.about-us-icon ul li a {
    
	padding: 0;
    
	line-height: 22px;
    
	font-family: 'Rubik',  sans-serif;
    
	font-weight: 300;
    
	font-size: 16px;
    
	text-decoration: none;
    
	color: #333333;
    
	display:  flex;
    
	align-items:  center;
    
	}
.about-us-icon ul li a: hover {
    text-decoration: none;
}

.about-us-icon ul li img {
    padding-right: 10px;
    float: left;
}

.about-us-icon .nav-tabs .nav-link {
    border-radius: 0;
}

.about-us-icon .nav-tabs .nav-item.show .nav-link, 
.about-us-icon .nav-tabs .nav-link.active {
    color: #1991eb;
    background: #FFFFFF;
    border: none;
}

.about-us-icon .nav-tabs .nav-link:focus, 
.about-us-icon .nav-tabs .nav-link:hover {
    color: #1991eb;
    background: #FFFFFF;
    border: none;
    border-radius: 0;
}

.about-service-list {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    border-top: 1px solid #cccccc;
}
.about-service-list .nav-tabs {
    border: none;
}

.about-service-list ul {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    overflow: hidden;
}

.about-service-list ul li {
    margin-right: 10px;
    float: left;
    list-style-type: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #cdcfcf;
}

.about-service-list ul li:nth-child(1) a,  .about-service-list ul li:nth-child(2) a {
    padding-left: 50px;
    padding-right: 50px;
}

.about-service-list ul li:nth-child(3) a {
    padding-left: 35px;
    padding-right: 35px;
}

.about-service-list ul li:nth-child(4) a {
    padding-left: 15px;
    padding-right: 15px;
}

.about-service-list ul li:nth-child(4) a:hover {
    padding-left: 15px;
    padding-right: 15px;
}

.about-service-list ul li:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 22px;
    font-size: 18px;
    color: #FFFFFF;
    background: #56b6e5;
}

.about-service-list ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 22px;
    font-size: 18px;
    color: #000000;
}

.about-service-list ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.nav-tabs .nav-link {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.about-service-list .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #cdcfcf;
    border: none;
}

.about-service-list .nav-tabs .nav-link:focus,  .about-service-list .nav-tabs .nav-link:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.about-service-list .nav-tabs .nav-link.active {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #56b6e5;
    border: none;
}

.about-service-list-text {
    width: 100%;
    min-height: 180px;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid #cccccc50;
    background-color: #ffffff;
}

.about-service-list-text-left {
    width: 16%;
    float: left;
    padding: 43px 20px 45px 20px;
}

.about-service-list-img-left {
    width: 16%;
    float: left;
    padding: 43px 23px 45px 23px;
    text-align: center;
}

.about-service-list-text-left h4 {
    line-height: 37px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    color: #2eaae1;
}

.about-service-list-text-left h5 {
    line-height: 37px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    color: #333333;
}

.about-service-list-text-mid {
    width: 49%;
    float: left;
    padding: 37px 20px 40px 20px;
    border-left: 1px solid #cccccc;
}

#jobs .about-service-list-text-mid {
    width: 70%;
    border-left: 0px solid #cccccc;
}

#jobs .about-service-list-text-right {
    width: 30%;
}

.about-service-list-text-mid h4 {
    line-height: 30px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-align: left;
    color: #333333;
}

.about-service-list-text-mid p {
    padding: 0 0 0 0;
    line-height: 20px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #999999;
}

.about-service-list-text-mid p span {
    margin-top: 15px;
    display: block;
    color: #ff0000;
}

.about-service-list-mid {
    width: 49%;
    float: left;
    padding: 37px 20px 15px 20px;
}

.about-service-list-mid h4 {
    line-height: 30px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-align: left;
    color: #333333;
}

.about-service-list-mid p {
    padding: 0 0 0 0;
    line-height: 20px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    f
font-size: 15px;
    text-align: left;
    color: #999999;
}

.about-service-list-mid p span {
    margin-top: 15px;
    display: block;
    color: #2eaae1;
}

.about-service-list-text-right {
    width: 35%;
    float: right;
    padding: 47px 20px 40px 20px;
}

.about-service-list-text-right .btn-coupons {
    width: auto;
    float: right;
}

.about-service-list-text-right .btn-coupons {
    width: auto;
    padding: 15px 57px;
    display: inline-block;
    line-height: 22px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background: #2eaae1;
}

.about-service-list-text-right .btn-coupons a:hover {
    text-decoration: none;
}

.about-service-list-text-coupon {
    width: 35%;
    float: right;
    padding: 47px 20px 40px 20px;
}

.about-service-list-text-coupon .btn-coupons {
    width: auto;
    float: right;
}

.about-service-list-text-coupon .btn-coupons {
    width: auto;
    padding: 15px 20px;
    display: inline-block;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background: #2eaae1;
}

.about-service-list-text-coupon .btn-coupons a:hover {
    text-decoration: none;
}

.about-service-list-text-right .btn-flyer {
    width: auto;
    float: right;
}

.about-service-list-text-right .btn-flyer {
    width: auto;
    padding: 15px 57px;
    display: inline-block;
    line-height: 22px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background: #2eaae1;
}

.about-service-list-text-right .btn-flyer a:hover {
    text-decoration: none;
}

.about-service-list-text-flyer {
    width: 35%;
    float: right;
    padding: 47px 20px 40px 20px;
}

.about-service-list-text-flyer .btn-flyer {
    width: auto;
    float: right;
}

.about-service-list-text-flyer .btn-flyer {
    width: auto;
    padding: 15px 20px;
    display: inline-block;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    background: #2eaae1;
}

.about-service-list-text-flyer .btn-flyer a:hover {
    text-decoration: none;
}


.about-event-des {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    color: #5c5c5c;
}

.about-event-des h3 {
    line-height: 28px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #595555;
}

.about-event-des h4 {
    padding: 0 0 6px 0;
    line-height: 28px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #595555;
}

.about-event-des p {
    padding: 0 18px 0 0;
    margin: 0;
    line-height: 24px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #5c5c5c;
}


.about-event {
    width: 100%;
    padding: 20px 0 15px 30px;
    margin-top: 50px;
    overflow: hidden;
    background: #FFFFFF;
}

.about-event h3 {
    line-height: 28px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: left;
    color: #000000;
}

.about-event h4 {
    padding: 0 0 6px 0;
    line-height: 28px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: left;
    color: #000000;
}

.about-event p {
    padding: 0 18px 0 0;
    margin: 0;
    line-height: 24px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    color: #000000;
}

.footer-contact-left {
    width: 100%;
    padding-top: 25px;
    overflow: hidden;
}

.footer-contact-left h4 {
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.footer-contact-left p {
    padding: 6px 0 0 0;
    margin: 0;
    line-height: 26px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.footer-contact-left p a {
    text-decoration: none;
    color: #000000;
}

.footer-contact-left p a:hover {
    text-decoration: none;
}

.footer-contact-right {
    width: 100%;
    overflow: hidden;
}

.about-event-top-left {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.about-event-top-left img {
    display: inline-block;
}

.about-event-top-right {
    width: 100%;
    padding: 25px 35px 30px 30px;
    overflow: hidden;
    background: #2eaae1;
    color: #fff;
    font-family:  'Rubik',  sans-serif;
    font-size: 16px;
}

.about-event-top-right-text {
    width: 100%;
    overflow: hidden;
}

.about-event-top-right-text ul {
    width: 100%;
    overflow: hidden;
}

.about-event-top-right-text ul li {
    padding: 0 0 3px 40px;
    margin: 0 0 15px 0;
    display: block;
    list-style-type: none;
    line-height: 24px;
    font-size: 20px;
    text-align: left;
    color: #FFFFFF;
}

.about-event-top-right-text ul li:nth-child(1) {
    background: url(../images/icon-date.png) no-repeat left 2px;
}

.about-event-top-right-text ul li:nth-child(2) {
    background: url(../images/icon-time.png) no-repeat left 2px;
}

.about-event-top-right-text ul li:nth-child(3) {
    background: url(../images/icon-address.png) no-repeat 5px 2px;
}

.about-event-top-right-text ul li:nth-child(4) {
    background: url(../images/icon-building.png) no-repeat 5px 2px;
}

.about-event-top-right-text ul li a {
    padding: 0;
    line-height: 24px;
    font-size: 20px;
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
}

.about-event-top-right-text ul li:nth-child(1) {
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.about-event-top-right-text ul li a:hover {
    text-decoration: none;
}



.creative-corner-top-right {
    width: 100%;
    padding: 60px 35px 30px 30px;
    overflow: hidden;
    background: #2eaae1;
    color: #fff;
    font-family:  'Rubik',  sans-serif;
    font-size: 16px;
}

.creative-corner-top-right-text {
    width: 100%;
    overflow: hidden;
}

.creative-corner-top-right-text ul {
    width: 100%;
    overflow: hidden;
}

.creative-corner-top-right-text ul li {
    padding: 0 0 3px 0px;
    margin: 0 0 15px 0;
    display: block;
    list-style-type: none;
    line-height: 24px;
    font-size: 20px;
    text-align: left;
    color: #FFFFFF;
}

/*.creative-corner-top-right-text ul li:nth-child(1) {
    background: url(../images/icon-date.png) no-repeat left 2px;
}

.creative-corner-top-right-text ul li:nth-child(2) {
    background: url(../images/icon-time.png) no-repeat left 2px;
}

.acreative-corner-top-right-text ul li:nth-child(3) {
    background: url(../images/icon-address.png) no-repeat 5px 2px;
}

.creative-corner-top-right-text ul li:nth-child(4) {
    background: url(../images/icon-building.png) no-repeat 5px 2px;
}
*/
.creative-corner-top-right-text ul li a {
    padding: 0;
    line-height: 24px;
    font-size: 20px;
    text-align: left;
    color: #FFFFFF;
    text-decoration: none;
}

.creative-corner-top-right-text ul li a:hover {
    text-decoration: none;
}


#creative_corner_big_image {
    
	border:  2px solid #2eaae1;
    
	padding:  3px;
    
}

.entry-fee {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.entry-fee h4 {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    color: #FFFFFF;
}

.entry-fee ul {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.entry-fee ul li {
    padding: 0;
    margin-right: 15px;
    float: left;
    list-style-type: none;
    border: 1px solid #FFFFFF;
    background: none;
}

.entry-fee ul li a {
    display: inline-block;
    line-height: 18px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.entry-fee ul li a:hover {
    text-decoration: none;
}

.entry-fee ul li:nth-child(1) {
    padding: 10px 22px;
    background: none;
}

.entry-fee ul li:nth-child(1) a:hover {
    background: url(../images/icon-heart.png) no-repeat left center;
}

.entry-fee ul li:nth-child(2):hover {
    background: #56b6e5;
}

.entry-fee ul li:nth-child(2) {
    padding: 15px 18px;
}

.community-events {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    background: #FFFFFF;
}

.community-events p {
    padding: 0 0 0 30px;
    margin: 0;
    line-height: 14px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    color: #56b6e5;
}

.popup-up-modal {
    width: 100%;
}

.popup-up-modal ..modal-dialog {
    margin:  3rem auto;
}

.popup-up-modal .modal-content {
    width: 100%;
}

.popup-up-modal .modal-dialog {
    max-width: 750px;
}

.popup-up-modal .modal-header {
    padding: 0;
    border: none;
}

.popup-up-modal .modal-body {
    padding: 0;
}

.popup-up-modal .modal-footer {
    padding: 0;
}

/*.popup-up-modal .modal-header .close {
    padding: 20px 30px;
    margin: -1rem -1rem -1rem auto;
    z-index: 5;
}
*/
.popup-up-modal .modal-header .close {
    z-index:  5;
    float:  right;
    position:  relative;
    top:  -30px;
    right:  -15px;
}

#popup_add_image {
    
	width: 100%;
    
}
/*Changes start from HERE*/
/*16 MARCH 2022*/
.sign-up-modal {
    width: 100%;
    overflow: hidden;
}

.sign-up-modal .modal-content {
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.sign-up-modal .modal-dialog {
    max-width:1000px;
}

.sign-up-modal .modal-header {
    padding: 0;
    border: none;
}

.sign-up-modal .modal-body {
    padding: 0;
}

.sign-up-modal .modal-footer {
    padding: 0;
}

.sign-up-modal .modal-header .close {
    padding: 20px 30px;
    margin: -1rem -1rem -1rem auto;
    z-index: 5;
}

.sign-up {
    width: 100%;
    margin-top: -33px;
	background:url('icon/bg.jpg') no-repeat center center;
    overflow: hidden;
}

.sign-up-left {
    width: 100%;
    padding: 200px 50px;
    overflow: hidden;
    text-align: center;
    /*background: #2eaae1;*/
    height: 100%;
    box-sizing: border-box;
    
}
.sign-up-left::after{
    content:"";
    display:block;
    margin-left:50px;
    border-left:solid 1px #9db3dc;
}
.sign-up-left .sign-up-logo {
    width: 250px;
    overflow: hidden;
    text-align: center;
    /*background: #2eaae1;*/
    box-sizing: border-box;
    display:block;
    margin:0 auto;
    margin-left: 25px;
    
}

/* ============23-03-22 start============= */
.sign-up-modal .modal-body {
	height: 575px !important;
}
.sign-up {
	margin-top: -50px !important;
}
/* =============23-03-22 end============= */

.sign-up-left h3 {
    line-height: 54px;
    font-size: 50px;
    text-align: center;
   /* color: #ffffff;*/
}

.g-signin2{
	padding: .375rem .75rem;
	width: 62%;
	margin: 0 auto;
}

.sign-up .abcRioButton{
	height: 36px;
	width: 100%!important;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 10px auto;
	border-radius: 5px;
}

.sign-in .abcRioButton{
	height: 36px;
	width: 100%!important;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 10px auto;
	border-radius: 5px;
}

.btn-business {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.btn-business a {
    padding: 7px 12px;
    line-height: 24px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #2eaae1;
    background: #ffffff;
}

.btn-business a:hover {
    text-decoration: none;
}

.sign-up-right {
    width: 100%;
    padding: 20px 60px 50px 30px;
    overflow: hidden;
    background: none;
}

.sign-up-right p {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    color: #333333;
}

span.pass-validation {
    margin-top: 15px;
    display: block;
    line-height: 13px;
    font-size: 12px;
    color: #2eaae1;
}

.form-control {
    color: #999999;
}
.sign-up-right .user_ico{
    width:100px;
    margin:20px 0;
}
.sign-up-right .form-control {
    padding: 5px;
    height:35px;
    border-radius: 5px;
    background: #cdd5ec;
    color:#000;
}
.sign-up-right .position_fix {
    position: relative;
  }

.sign-up-right #fname_has_icon {
	margin-top: 10px;
    position:  absolute;
	height: 20px;
	margin-left: 0;
}
  
.sign-up-right #lname_has_icon {
	margin-top: 10px;
	position: absolute;
	height: 20px;
	margin-left: 0;
    
}
.sign-up-right #businesse_has_icon {
	margin-top: 10px;
	position: absolute;
	height: 20px;
	margin-left: 0;
}

.sign-up-right #phone_has_icon {
	margin-top: 10px;
	position: absolute;
	height: 20px;
	margin-left: 0;
}
.sign-up-right #mail_has_icon {
	margin-top: 10px;
	position: absolute;
	height: 20px;
	margin-left: 0;
}
.sign-up-right #lmail_has_icon {
	margin-top: 10px;
	position: absolute;
	height: 20px;
	margin-left: 0;
}
.sign-up-right #password_has_icon {
	margin-top: 10px;
	position: absolute;
	height: 20px;
	margin-left: 0;
}
.sign-up-right #rpassword_has_icon {
	margin-top: 10px;
	position: absolute;
	height: 20px;
	margin-left: 0;
}

.sign-up-right .error  {
	background:  url('https://www.mawbiz.com.bd/images/unchecked.gif') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    padding:10px;
}
.sign-up-right .valid  {
	background:  url('https://www.mawbiz.com.bd/images/checked.gif') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    padding:10px;   
}
.sign-up-right .form-control:focus {
    color: #000;
    background: #fff;
    outline: 0;
}
/*
.sign-up-right .form-control:focus {
    color: #495057;
    background: none;
    border-top: 0 solid #999999;
    border-right: 0 solid #999999;
    border-left: 0 solid #999999;
    border-bottom: 1px solid #999999;
    outline: 0;
    box-shadow: none;
}
*/
.sign-up-right .btn-primary {
    padding: 10px 80px;
    margin: 20px;
    line-height: 24px;
    font-size: 20px;
    color: #ffffff;
    background: #009dc1;
}

.sign-up-right .form-control::-webkit-input-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
}

.sign-up-right .form-control:-ms-input-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
}

.sign-up-right .form-control::-moz-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
    opacity: 1;
}

.sign-up-right .form-control:-moz-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
    opacity: 1;
}

.sign-up-right .form-check-inline {
    margin-top: 15px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #787d8c;
}

.sign-up-right .custom-control-label::before {
    border: 1px solid #2eaae1;
    border-radius: 0;
    background: #ffffff;
}

.sign-up-right .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #333333;
}

.sign-up-right .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #333333;
}

.sign-up-right .form-check-inline a {
    text-decoration: none;
    color: #2eaae1;
}

.sign-up-right .form-check-inline a:hover {
    text-decoration: none;
}

.sign-up-right-custom-checkbox {
    width: 100%;
    overflow: hidden;
}

.sign-up-right-custom-checkbox ul {
    width: 100%;
    overflow: hidden;
}

.sign-up-right-custom-checkbox ul li {
    display: inline-block;
    margin-top: 15px;
}

.sign-up-right-custom-checkbox ul li:first-child {
    margin-right: 60px;
}

.sign-up-right .custom-checkbox {
    display: inline-block;
}

.sign-up-right .custom-control-label {
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    color: #fff;
}

.sign-up-right .custom-control-label a {
    text-decoration: none;
    color: #333333;
}

.sign-in-right-custom-checkbox .custom-signup-label {
    font-family: 'Rubik',  sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.sign-up-right .custom-control-label a:hover {
    text-decoration: none;
}
.sign-up-right .ico_btn{
  min-width:200px;
  margin:10px auto;
  cursor: pointer;
}

/*16 MARCH 2022*/
.login-right {
    width: 100%;
    padding-top: 160px;
    overflow: hidden;
}

.forget-pass {
    width: 100%;
    overflow: hidden;
    color:#fff;
}

.forget-pass a {
  
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.forget-pass a:hover {
    text-decoration: none;
}

.sign-in-modal {
    width: 100%;
    overflow: hidden;
}

.sign-in-modal .modal-content {
    width: 100%;
    overflow: hidden;
    background-size: cover;
}

.sign-in-modal .modal-dialog {
    max-width: 1000px;
}

.sign-in-modal .modal-header {
    padding: 0;
    border: none;
}

.sign-in-modal .modal-body {
    padding: 0;
}

.sign-in-modal .modal-footer {
    padding: 0;
}

.sign-in-modal .modal-header .close {
    padding: 20px 30px;
    margin: -1rem -1rem -1rem auto;
    z-index: 5;
}

.sign-in-modal .sign-in {
    width: 100%;
    margin-top: -33px;
    overflow: hidden;
	background:url('icon/bg.jpg') no-repeat center center;
}
.member_login_page .sign-in {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 33px;
    overflow: hidden;
	background:url('icon/bg.jpg') no-repeat center center;
}

.sign-in-left {
    width: 100%;
    padding: 125px 70px;
    overflow: hidden;
    text-align: center;
    height: 100%;
}
.sign-in-left .sign-in-logo {
    width: 250px;
    overflow: hidden;
    text-align: center;
    /*background: #2eaae1;*/
    box-sizing: border-box;
    display:block;
    margin:0 auto;
    margin-left: 65px;
    
}
.sign-in-left::after{
    content:"";
    display:block;
    margin-left:100px;
    border-left:solid 1px #9db3dc;
}

.sign-in-left h3 {
    line-height: 54px;
    font-size: 50px;
    text-align: center;
}

.btn-business {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.btn-business a {
    padding: 7px 12px;
    line-height: 24px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #2eaae1;
    background: #ffffff;
}

.btn-business a:hover {
    text-decoration: none;
}

.sign-in-right {
    width: 100%;
    padding: 20px 60px 50px 30px;
    overflow: hidden;
    
}

.sign-in-right p {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    color: #333333;
}

span.pass-validation {
    margin-top: 15px;
    display: block;
    line-height: 13px;
    font-size: 12px;
    color: #2eaae1;
}

.sign-in-right .form-control {
    padding: 5px;
    width:300px;
    height:35px;
    border-radius: 5px;
    background: #cdd5ec;
    display:block;
    margin:0 auto;
    color:#000;
}
.sign-in-right .lmail_text{
    margin-left:25px;
}
.sign-in-right .lgmail_text{
    margin-left:25px;
}
.sign-in-right .form-control:focus {
    color: #000;
    background: #fff;
    outline: 0;
}
/*
.sign-in-right .form-control:focus {
    color: #495057;
    background: none;
    border-top: 0 solid #999999;
    border-right: 0 solid #999999;
    border-left: 0 solid #999999;
    border-bottom: 1px solid #999999;
    outline: 0;
    box-shadow: none;
}
*/
.sign-in-right .dont_have_ac_txt{
    color:#fff;
    margin:10px 0;
}
.sign-in-right .btn-primary {
    padding: 5px 80px;
    margin: 20px 0;
    line-height: 24px;
    font-size: 20px;
    color: #ffffff;
    background: #009dc1;
    width:260px;
    height:40px;
}
.sign-in-right .btn-primary-signup {
    padding: 5px 0;
    margin-top: 5px;
    line-height: 24px;
    height:35px;
    font-size: 16px;
    color: #ffffff;
    background: #009dc1;
    width:180px;
}
.sign-in-right .ico_btn{
    min-width:160px;
    margin:10px auto;
    cursor: pointer;
  }
  .sign-in-right .user_ico{
    width:100px;
    margin:20px 0;
}
.sign-in-right .form-control::-webkit-input-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
}

.sign-in-right .form-control:-ms-input-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
}

.sign-in-right .form-control::-moz-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
    opacity: 1;
}

.sign-in-right .form-control:-moz-placeholder {
    line-height: 18px;
    font-size: 16px;
    color: #787d8c;
    opacity: 1;
}

.sign-in-right .form-check-inline {
    margin-top: 15px;
    font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333333;
}

.sign-in-right .custom-control-label::before {
    border: 1px solid #2eaae1;
    border-radius: 0;
    background: #ffffff;
}

.sign-in-right .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #333333;
}

.sign-in-right .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #333333;
}

.sign-in-right .form-check-inline a {
    text-decoration: none;
    color: #2eaae1;
}

.sign-in-right .form-check-inline a:hover {
    text-decoration: none;
}

.sign-in-right-custom-checkbox {
    width: 100%;
    overflow: hidden;
}

.sign-in-right-custom-checkbox ul {
    width: 100%;
    overflow: hidden;
}

.sign-in-right-custom-checkbox ul li {
    display: inline-block;
    margin-top: 15px;
}
/*
.sign-in-right-custom-checkbox ul li:first-child {
    margin-right: 30px;
}
*/
.sign-in-right .custom-checkbox {
    display: inline-block;
}

.sign-in-right .custom-control-label {
    font-family: 'Rubik',  sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px!important;
}

.sign-in-right .custom-control-label a {
    text-decoration: none;
    color: #333333;
}

.sign-in-right .custom-control-label a:hover {
    text-decoration: none;
}

.login-right {
    width: 100%;
    padding-top: 160px;
    overflow: hidden;
}

.forget-pass {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.forget-pass a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    line-height:normal;
}

.forget-pass a:hover {
    text-decoration: none;
}

.sign-up-modal .close,.sign-in-modal .close{
    color:#fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
   
}
/*16 MARCH 2022*/
.outreach-list {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.outreach-list ul {
    width: 100%;
    overflow: hidden;
}

.outreach-list ul li {
    float: left;
    padding: 8px;
    list-style-type: none;
}

.outreach-list ul li a {
    line-height: 22px;
    font-size: 18px;
    color: #000000;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

.outreach-list ul li a:hover {
    text-decoration: none;
}

.outreach-list ul li.tab-jobs a {
    background: #ef610e;
    border-radius:  10px;
}

.outreach-list ul li.tab-jobs a:hover {
    background: #56b6e5;
    border-radius:  10px;
    color: #fff;
}

.outreach-list .nav-tabs {
    border: none;
}

.outreach-list .nav-tabs {
    background: #ffffff;
}

.outreach-list .nav-tabs .nav-item.show .nav-link, 
.outreach-list .nav-tabs .nav-link.active {
    padding: 15px 12px;
    line-height: 22px;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #56b6e5;
    border-color: #dee2e6 #dee2e6 #fff;
}

.outreach-list .nav-tabs .nav-link:focus, 
.outreach-list .nav-tabs .nav-link:hover {
    border: none;
}

.outreach-list .nav-link {
    padding: 15px 6px;
    border: none;
}

.outreach-text {
    width: 100%;
    margin-top: 35px;
    overflow: hidden;
}

.outreach-text-left {
    width: 100%;
    padding: 18px 10px 100px 10px;
    overflow: hidden;
    height: 100%;
    background: #f0f4f8;
}

.outreach-search {
    width: 100%;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.outreach-search .form-control {
    padding: 11px 20px 10px 27px;
    color: #cccccc;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    background: #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.outreach-search .form-control:focus {
    box-shadow: unset;
}

.outreach-search .form-control::-webkit-input-placeholder {
    /Chrome/font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #e9ecef;
}

.outreach-search .form-control:-ms-input-placeholder {
    /IE 10+/font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #e9ecef;
}

.outreach-search .form-control::-moz-placeholder {
    /Firefox 19+/font-family: 'Rubik',  sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #e9ecef;
    opacity: 1;
}

.outreach-search .form-control:-moz-placeholder {
    /Firefox 4 - 18/color: #e9ecef;
    opacity: 1;
}

.outreach-search .btn-primary {
    width: 55px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -5000px;
    border: 0;
    border-radius: 0;
    background: url(../images/btn-search-inner.jpg) no-repeat;
}

.outreach-search .form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #b7b7b7;
    outline: 0;
    box-shadow: none;
}

.outreach-search .input-group-append {
}

.outreach-search .btn-outline-secondary {
    float: right;
    padding: 8px 25px 8px 25px;
    text-indent: -5000px;
    background: #2eaae1 url(../images/btn-search-outreach.jpg) no-repeat;
    border: none;
}

.outreach-search .btn-outline-secondary:not(:disabled):not(.disabled).active, 
.outreach-search .btn-outline-secondary:not(:disabled):not(.disabled):active, 
.outreach-search .show>.btn-outline-secondary.dropdown-toggle {
    background: #2eaae1 url(../images/btn-search-outreach.jpg) no-repeat;
}

.outreach-search .btn-outline-secondary:not(:disabled):not(.disabled):active {
    border: none;
}

.outreach-search-list {
    width: 100%;
    padding-left: 13px;
    overflow: hidden;
}

.outreach-search-list h4 {
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 25px;
    text-align: left;
    color: #333333;
    border-bottom: 1px solid #cccccc;
}

.outreach-search-list ul {
    width: 100%;
    padding: 0 30px 0 0;
    margin: 15px 0;
    overflow: hidden;
}

.outreach-search-list ul li {
    margin-bottom: 8px;
    list-style-type: none;
    padding: 5px;
}

.outreach-search-list ul li span {
    float: right;
    text-align: right;
    color: #8a8d91;
}
.outreach-search-list ul li a {
    line-height: 18px;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    color: #4895c4;
}

/*.outreach-search-list ul li:first-child a {
    line-height: 22px;
    font-size: 18px;
    color: #333333;
}
*/
.outreach-search-list ul li a:hover {
    text-decoration: none;
    color: #000000;
}

.outreach-text-right {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fdfdfd;
    padding-left: 5px;
}

.outreach-text-right ul {
    list-style: none;
}

.outreach-text-right-list {
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    background: #FFFFFF;
}

p {
    margin: 0 0 10px;
    font-family: 'Rubik',  sans-serif;
}

p,  pre {
    margin: 0 0 1em 0;
}

a,  a:link,  a:focus,  a:active,  a:visited {
    outline: 0;
}

a,  a:link,  a:focus,  a:active,  a:visited {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.interior.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blogBox {
    margin-bottom: 30px;
    box-sizing: border-box;
}

.blogBox .item {
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 100%;
}

.blogBox .item:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.blogBox .item img {
    width: 100%;
}

.blogBox .item p {
    padding-bottom: 40px;
}

.blogBox .item .blogTxt {
    padding: 25px;
}

.blogBox .item h2 {
    margin: 15px 0;
    font-family: 'Rubik',  sans-serif;
}

.blogBox .item .blogCategory a {
    padding: 5px 10px 2px;
    border: 1px solid #616161;
    color: #616161;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Rubik',  sans-serif;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogBox .item .blogCategory a:hover {
    background: #616161;
    color: #fff;
    text-decoration: none;
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#loadMore a {
    background: #042a63;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

#loadMore a:hover {
    background-color: #021737;
}

@media screen and (min-width:1200px) {
    .blogBox .featured h2 {
    font-size: 42px;
}

}
@media screen and (min-width:991px) {
    .blogBox .featured h2 {
    font-size: 30px;
    font-style: italic;
}

.blogBox .featured .blogTxt {
    max-width: 50%;
    width: 100%;
    padding: 50px;
    float: left;
    background: inherit;
    min-height: 378px;
}

.blogBox .featured img {
    max-width: 50%;
    width: 100%;
    float: left;
    min-height: 378px;
}

}
@media screen and (min-width:768px) {
    .blogBox .item img {
    height: 152px;
}


}
.outreach-event-left {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-right: 1px solid #cccccc;
}

.outreach-event-left img {
    display: inline-block;
}

.outreach-event-left-img {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
    height: 250px;
    min-height: 225px;
}

.outreach-event-left {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    min-height: 225px;
    text-align: center;
    border-right: 1px solid #cccccc;
}

.outreach-event-left img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.outreach-event-right {
    width: 100%;
    padding: 15px 10px 30px 0;
    min-height: 225px;
    overflow: hidden;
}

.outreach-event-right h4 {
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 18px;
    font-family: 'Rubik',  sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #d2262c;
}

.outreach-event-right h4 span {
    color: #cccccc;
}

.outreach-event-right h3 {
    padding: 0;
    margin: 0;
    line-height: 28px;
    font-family: 'Rubik',  sans-serif;
    font-size: 25px;
    text-align: left;
    color: #116086;
    font-weight: 600;
}

.outreach-event-right ul {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    overflow: hidden;
}

.outreach-event-right ul li {
    padding: 6px 0 8px 30px;
    list-style-type: none;
}

.outreach-event-right ul li:nth-child(1) {
    background: url(../images/icon-location.png) no-repeat 3px 5px;
}

.outreach-event-right ul li:nth-child(2) {
    background: url(../images/icon-time-outlist.png) no-repeat left 5px;
}

.outreach-event-right ul li a {
    text-align: left;
    color: #000000;
    text-decoration: none;
}

.outreach-event-right ul li a:hover {
    text-decoration: none;
}

.outreach-event-right p {
    padding: 0;
    margin: 15px 0 0 0;
    text-align: left;
    color: #575656;
}

.outreach-bottom-text {
    width: 100%;
    padding: 0 0 0 11px;
    overflow: hidden;
    border-top: 1px solid #cccccc;
}

.outreach-bottom-text p {
    padding: 18px 0;
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    text-align: left;
    color: #56b6e5;
}

.outreach-bottom-button {
    width: 100%;
    overflow: hidden;
}

.outreach-bottom-button ul {
    float: right;
}

.outreach-bottom-button ul li {
    margin-left: 30px;
    display: inline-block;
    list-style-type: none;
}

.outreach-bottom-button ul li:first-child:hover img {
    background: url(../images/heart-hover.png) no-repeat left top;
}

.outreach-bottom-button ul li:last-child {
    padding: 15px 18px;
    background: #56b6e5;
}

.outreach-bottom-button ul li a {
    text-decoration: none;
    color: #ffffff;
}

.outreach-bottom-button ul li a:hover {
    text-decoration: none;
}

.outreach-free-img {
    
	width:  80%;
    
	/*margin-bottom:  18px;
    */
	overflow:  hidden;
    
	background:  #FFFFFF;
    
	display:  list-item;
    
	margin:  0 auto;
    
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

[class*="col-"] {
    margin-bottom: 0;
}

/*.service {
    width: 100%;
    padding: 30px 0 50px 0;
    overflow: hidden;
    text-align: center;
    background: #ffffff url(../images/bg-service.jpg) repeat-x;
}
*/
.service {
    width: 100%;
    padding: 30px 0 50px 0;
    overflow: hidden;
    text-align: center;
    background: #fdfdfd url(../images/bg-service.jpg) repeat-x;
}

.service-bot {
    width: 100%;
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
}

.btn-service {
    
	width: 100%;
    
	overflow: hidden;
    
	padding: 25px 10px 25px 25px;
    
	margin: 0 0 30px 0;
    
	list-style-type: none;
    
	-webkit-border-radius: 5px;
    
	-moz-border-radius: 5px;
    
	border-radius: 5px;
    
	vertical-align: top;
    
	-webkit-box-shadow: 0px 3px 3px 1px rgba(237, 236, 236, 1);
    
	-moz-box-shadow: 0px 3px 3px 1px rgba(237, 236, 236, 1);
    
	box-shadow: 0px 3px 3px 1px rgba(237, 236, 236, 1);
    
	background: #ffffff;
    
	display:  inline-flex;
    
	align-items:  center;
    
	justify-content:  center;
    
	}
a: hover .btn-service {
    background: rgb(191,  222,  254);
}

.btn-service a {
    padding: 0 0 0 0;
    font-size: 15px;
    color: #333333;
    text-decoration: none;
}

.btn-service a:hover {
    text-decoration: none;
}

.btn-service img {
    padding-right: 20px;
}

.btn-service span {
    color: #333333;
}

.btn-service .icon-one {
    text-align: center;
    padding: 10px 0 10px 60px;
}

.btn-service .icon-two {
    text-align: center;
    padding: 10px 0 10px 60px;
    background: url(../images/icon-advancement.png) no-repeat left top;
}

.btn-service .icon-three {
    text-align: center;
    padding: 10px 0 10px 60px;
    background: url(../images/icon-eco-bits.png) no-repeat left top;
}

/*.sales-deals {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    background: #f7f8f8;
}
*/
.sales-deals {
    width: 100%;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    background: #fdfdfd;
}

.sales-deals ul {
    width: 100%;
    overflow: hidden;
}

.sales-deals ul li {
    width: 19.352477%;
    float: left;
    padding: 9px 0 15px 0;
    margin: 10px 9px 10px 0;
    list-style-type: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: -ms-linear-gradient(top,  #FFFFFF 35%,  #92d3f0 65%);
    background-image: -moz-linear-gradient(top,  #FFFFFF 35%,  #92d3f0 65%);
    background-image: -o-linear-gradient(top,  #FFFFFF 35%,  #92d3f0 65%);
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(35,  #FFFFFF),  color-stop(65,  #92d3f0));
    background-image: -webkit-linear-gradient(top,  #FFFFFF 35%,  #92d3f0 65%);
    background-image: linear-gradient(to bottom,  #FFFFFF 35%,  #92d3f0 65%);
    -webkit-box-shadow: 0px 3px 3px 1px rgba(237, 236, 236, 1);
    -moz-box-shadow: 0px 3px 3px 1px rgba(237, 236, 236, 1);
    box-shadow: 0px 3px 3px 1px rgba(237, 236, 236, 1);
}

.sales-deals p {
    padding-top: 15px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
}

.sales-deals p a {
    text-decoration: none;
    color: #333333;
}

.sales-deals p a:hover {
    text-decoration: none;
}

.sales-deals ul li:last-child {
    margin-right: 0;
}

.sales-deals ul li img {
    display: inline-block;
}

.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,  0,  0,  0);
    position: relative;
}

.hvr-shadow-radial:before,  .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%,  ellipse,  rgba(0,  0,  0,  0.6) 0%,  rgba(0,  0,  0,  0) 80%);
    background: radial-gradient(ellipse at 50% 150%,  rgba(0,  0,  0,  0.6) 0%,  rgba(0,  0,  0,  0) 80%);
}

.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%,  ellipse,  rgba(0,  0,  0,  0.6) 0%,  rgba(0,  0,  0,  0) 80%);
    background: radial-gradient(ellipse at 50% -50%,  rgba(0,  0,  0,  0.6) 0%,  rgba(0,  0,  0,  0) 80%);
}

.hvr-shadow-radial:hover:before,  .hvr-shadow-radial:focus:before,  .hvr-shadow-radial:active:before,  .hvr-shadow-radial:hover:after,  .hvr-shadow-radial:focus:after,  .hvr-shadow-radial:active:after {
    opacity: 1;
}

.notification {
    position: absolute;
    top: -8px;
    right: 3%;
    font-size: 14px;
    -webkit-animation: blink 1.5s infinite;
    animation: blink 1.5s infinite;
    box-shadow: 0px 3px 3px 1px rgba(237, 236, 236, 1);
}
/*.free-section {
    width: 100%;
    padding: 40px;
    overflow: hidden;
    background: #f7f8f8;
}
*/
.free-section {
    width: 100%;
    padding: 40px;
    overflow: hidden;
    background: #fdfdfd;
}

.free-section ul {
    width: 100%;
    overflow: hidden;
}

.free-section ul li {
    width: 33.33%;
    float: left;
    padding: 0 10px 0 0;
    list-style-type: none;
}

.free-section ul li:last-child {
    padding-right: 0;
}

.free-section ul li a {
    text-decoration: none;
}

.free-section ul li a:hover {
    text-decoration: none;
}

.footer {
    width: 100%;
    overflow: hidden;
}

.footer-top {
    width: 100%;
    padding: 30px 0 40px 0;
    overflow: hidden;
    background: #2eaae1;
}

.footer-top h3 {
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    color: #333333;
}

.get-to-know {
    width: 100%;
    overflow: hidden;
}

.get-to-know ul {
    width: 100%;
    overflow: hidden;
}

.get-to-know ul li {
    padding: 0 0 10px 0;
    list-style-type: none;
}

.get-to-know ul li a {
    text-decoration: none;
    color: #ffffff;
}

.get-to-know ul li a:hover {
    text-decoration: none;
}

.payment-method {
    width: 100%;
    overflow: hidden;
}

.social-link {
    width: 100%;
    overflow: hidden;
}

.social-link ul {
    width: 100%;
    padding: 0 0 25px 0;
    overflow: hidden;
}

.social-link ul li {
    margin-right: 10px;
    display: inline-block;
    list-style-type: none;
}

.social-link ul li:last-child {
    margin-right: 0;
}

.social-link p {
    padding-bottom: 10px;
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.footer-newsletter {
    width: 100%;
    padding: 20px 0 0 0;
    position: relative;
}

.footer-newsletter .newsletter-form {
    width: 100%;
    padding: 15px 40px 15px 10px;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
}

.footer-newsletter .input-box {
    padding: 15px 30px 15px 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    color: #999999;
}

.footer-newsletter .input-box::-webkit-input-placeholder {
    font-size: 15px;
    color: #999999;
}

.footer-newsletter .input-box:-moz-placeholder {
    font-size: 15px;
    color: #999999;
    opacity: 1;
}

.footer-newsletter .input-box::-moz-placeholder {
    font-size: 15px;
    color: #999999;
    opacity: 1;
}

.footer-newsletter .input-box:-ms-input-placeholder {
    font-size: 15px;
    color: #999999;
}

.footer-newsletter .input-box::-ms-input-placeholder {
    font-size: 15px;
    color: #999999;
}

.footer-newsletter .input-box::placeholder {
    font-size: 15px;
    color: #999999;
}

.footer-newsletter .btn-newsletter {
    text-indent: -2500px;
    position: absolute;
    right: 0;
    top: 18px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: inherit;
    background: url(../images/btn-newsletter.png) no-repeat;
}

.footer-newsletter .btn-newsletter:hover {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: inherit;
    background: url(../images/btn-newsletter.png) no-repeat;
}

.footer-newsletter .btn-primary:not(:disabled):not(.disabled):active {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: inherit;
    background: url(../images/btn-newsletter.png) no-repeat;
}

.footer-bot {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 15px solid #a8a8a8;
}

.footer-bot p {
    font-size: 13px;
    text-align: left;
    color: #666666;
}

.navbar-brand {
    display: none;
}

@media (max-width:4080px) {
    .custom-checkbox {
}

}
@media (min-width: 1200px) {
}

@media (min-width:768px) and (max-width:1199px) {
    .dashboard-menu {
    width: 100%;
    margin-top: 10px;
    padding-left: 22px;
    display: block;
}

.dashboard-menu .gw-nav-list>li {
    margin-bottom: 10px;
    border: none;
}

.dashboard-menu .gw-nav-list>li>a {
    font-size: 11px;
    color: #4a4949;
    text-decoration: none;
}

.dashboard-menu .gw-nav-list>li>a:hover {
    font-size: 11px;
    color: #2eaae1;
    text-decoration: underline;
}

.dashboard-menu .gw-nav-list>li>a .svg-inline--fa {
    font-size: 11px;
    color: #2eaae1;
}

.dashboard-menu .gw-sidebar .gw-nav-list li a span {
    padding: 0 0 0 10px;
}

}
@media (max-width:1024px) {
    .logo {
    text-align: center;
}

.logo img {
    display: inline-block;
}

.header-search .input-box-one {
    width: 35%;
    border: 1px solid #b7b7b7;
    border-radius: 5px 0px 0px 5px;
}

.header-login {
    padding-top: 10px;
    text-align: center;
}

.header-login ul {
    float: none;
    text-align: center;
}

.header-login ul li:last-child {
    margin-right: unset;
}

.header-logout {
    padding-top: 10px;
    text-align: center;
}

.header-logout ul {
    float: none;
    text-align: center;
}

.header-logout ul li:last-child {
    margin-right: unset;
}

.business-address-list {
    overflow-x: auto;
}

#dashboard_right {
    margin-top: 65px;
}

.free-section {
    text-align: center;
}

.free-section img {
    margin-bottom: 10px;
    display: inline-block;
}

.payment-method {
    padding-top: 0px;
}

.btn-service {
    min-height: 110px;
    text-align:  left;
}

.sales-deals ul li {
    margin-right: 4px;
}

.social-link {
    padding-top: 20px;
}

.social-link ul li {
    margin-right: 1px;
    display: unset;
    float: left;
}

.about-service-list ul li a {
    padding: 18px 7px !important;
}

.about-service-list-text-left {
    padding: 22px 10px 45px 8px;
}

.about-service-list-text-left h4 {
    line-height: 33px;
    font-size: 28px;
}

.about-service-list-text-left h5 {
    line-height: 37px;
    font-size: 26px;
}

.about-service-list-text-mid {
    width: 49%;
    float: left;
    padding: 20px 0 40px 20px;
}

.about-service-list-text-mid h4 {
    line-height: 30px;
    font-size: 24px;
}

.about-service-list-text-mid p {
    padding: 0;
    line-height: 20px;
    font-size: 15px;
}

.about-service-list-text-right {
    padding: 15px 7px;
}

.about-service-list-text-right .btn-coupons {
    padding: 10px 20px;
    line-height: 22px;
    font-size: 22px;
}

.about-service-list-text-right .btn-flyer {
    padding: 10px 20px;
    line-height: 22px;
    font-size: 22px;
}

.follow-us-inner ul li {
    margin-right: 0;
}

ul.community-list {
    margin-top: 15px;
}

ul.community-list li {
    margin-right: 20px;
}

.footer-contact-left {
    padding-bottom: 20px;
}

.outreach-list ul li {
    padding: 0;
}

.outreach-list .nav-link {
    padding: 15px 13px;
}

.outreach-bottom-button ul li {
    margin-left: 5px;
}

.outreach-event-right {
    padding: 15px 20px 30px 20px;
}

.custom-checkbox {
    left: 36%;
}

}
@media screen and (min-width:992px) {
    .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
}

.navbar .dropdown {
    position: static;
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 45px;
}

.navbar .dropdown:hover .dropdown-menu,  .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
}

.navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
}
/*16 MARCH*/
.sign-up-modal .modal-dialog {
    width:80%;
}
}
@media (min-width:768px) and (max-width:991px) {
    
	.navbar-brand {
    display: block;
}


	.custom-checkbox {
    left: 36%;
}

	.charts {
    width: 50%;
}

    .community-outreach {
    
		text-align:  left;
    
		margin-bottom:  10px;
    
		width:  100%;
    
		display:  inline-grid;
    
	}
	#add_section_div_top {
    
		min-height: 80px;
    
	}
	#add_section_div {
    
		min-height: 174px;
    
	}

}
/* =========23-03-22======== */
@media (max-width:768px) {
    .sign-up-modal .modal-body {
        height:auto !important;
    }  
}
/* ========23-03-22=========== */
@media (min-width: 576px) and (max-width:767px) {
    .dropdown-content {
    top: 38px;
}

.navbar-brand {
    display: block;
}

.sales-deals ul li {
    width: 19.3%;
    float: left;
    padding: 9px 0 15px 0;
    min-height: 128px;
}

.product-landing-page-list a img {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

.charts {
    width: 100%;
}

.inner-service-list.parent {
    display: none;
}
/*16 MARCH 2022*/ 
.sign-up-left::after{
  
    border-left:none;
}
.sign-in-left::after{
    border-left:none;
}    
/*16 March 2022*/
}
@media (max-width:575px) {
    
	.h1,  h1 {
    font-size: 1.2rem;
    color: #1991eb;
}

	.header-search .input-box-one {
    width: 100%;
    border-radius: 5px;
}

	.header-search .input-box-two {
    width: 42.5%;
    margin-top: 5px;
    border-left: 1px solid #b7b7b7;
    border-radius: 5px 0px 0px 5px;
}

	.header-search .select-box-two {
    width: 43%;
    margin-top: 5px;
}

	.header-search .btn-primary {
    margin-top: 5px;
}

	.custom-checkbox {
    left: 1%;
}

	.dropdown-content {
    top: 38px;
}

	.sales-deals ul li {
    width: 100%;
    min-height: 115px;
}

	.navbar-brand {
    display: block;
}

	.follow-us-inner ul li {
    margin-right: 20px;
}

	.about-us-icon ul li {
    width: 100%;
}

	.nav-tabs .nav-item {
    margin-bottom: 10px;
}

	.about-service-list ul li a {
    padding: 18px 20px !important;
}

	.about-service-list-text-left {
    padding: 40px 10px 40px 8px;
    width: 100%;
}

	.about-service-list-mid {
    width: 100%;
}

	.about-service-list-text-mid {
    width: 100%;
    padding: 0 0 40px 20px;
}

	.about-service-list-text-right {
    width: 100%;
    padding: 15px 7px;
}

	#jobs .about-service-list-text-mid {
    padding-top: 40px;
    width: 100%;
    border-left: 0px solid #cccccc;
}

	#jobs .about-service-list-text-right {
    width: 100%;
}

	.about-service-list-text-right .btn-coupons {
    width: 100%;
}

	.about-service-list-text-right .btn-flyer {
    width: 100%;
}

	.about-service-list-img-left {
    width: 100%;
    padding: 10px 23px 10px 23px;
    text-align: center;
}

	.about-service-list-text-coupon {
    width: 100%;
}

	.about-service-list-text-coupon .btn-coupons {
    width: 100%;
}

	.about-service-list-text-flyer .btn-flyer {
    width: 100%;
}

	.outreach-bottom-button ul {
    float: none;
}

	.outreach-text-left {
    padding: 18px 20px 10px 20px;
}

	.social-link ul li {
    margin-right: 15px;
}

	.outreach-event-left {
    min-height: auto;
}

	.outreach-event-left-img {
    margin: 0;
    position: unset;
    top: unset;
    left: unset;
    -ms-transform: unset;
    transform: unset;
}

	.product-landing-page-list a img {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
}

	.sub {
    height: 142px;
}

	.sub p {
    font-size: 23px;
    line-height: 26px;
}

	.funkyradio label span {
    font-size: 11px;
}

	.sign-up-left {
    padding: 35px 70px;
}

	.sign-in-left {
    padding: 35px 70px;
}

	.inner-service-list.parent {
    display: none;
}

	.charts {
    width: 100%;
}

	.ms-drop {
    width: 240px!important;
    min-width: 50%;
}

	.new-product-form-mid .btn {
    width: 100%;
    margin-bottom: 5px;
}

	.community-outreach {
    
		text-align:  left;
    
		margin-bottom:  10px;
    
		width:  100%;
    
		display:  inline-grid;
    
	}
    /*16 MARCH 2022*/
    .sign-up-left::after{
        border-left:none;
    }
    .sign-in-left::after{
        border-left:none;
    }    
    /*16 MARCH 2022*/
	.sign-up-left {
		background: #0570c0;
	}
	.sign-up-right{
		background: #0570c0;
		padding: 20px 30px;
	}
	.sign-in-right{
		padding:20px 30px;
	}
	.sign-in-left .sign-in-logo{
		overflow: initial;
	}
	.sign-up-right-custom-checkbox ul li:first-child{
		margin-right: 45px;
	}
	
}
@media (max-width: 411px) {
    .header-search .input-box-two {
    width: 42%;
}

.header-search .select-box-two {
    width: 42%;
}

	#add_section_div_top {
    
		min-height: 44px;
    
	}
	#add_section_div {
    
		min-height: 746px;
    
	}
    /*16 MARCH 2022*/
    .sign-up-left::after{
        border-left:none;
    }
    .sign-in-left::after{
        border-left:none;
    }    
    /*16 MARCH 2022*/
}
@media (max-width: 375px) {
    .header-search .input-box-two {
    width: 42%;
}

.header-search .select-box-two {
    width: 42%;
}
.sign-in-right .form-control{
	width: 280px;
}

.custom-checkbox {
    left: 1%;
}

	#add_section_div_top {
    
		min-height: 40px;
    
	}
	#add_section_div {
    
		min-height: 728px;
    
	}
/*16 MARCH 2022*/
    .sign-up-left::after{
        border-left:none;
    }
    .sign-in-left::after{
        border-left:none;
    }
/*16 MARCH 2022*/
}
@media (max-width: 360px) {
    .header-search .input-box-two {
    width: 41%;
}

.header-search .select-box-two {
    width: 41%;
}
/*16 MARCH 2022*/
.sign-up-left::after{
    border-left:none;
}
.sign-in-left::after{
    border-left:none;
}
/*16 MARCH 2022*/

}
@media (max-width:320px) {
    .header-search .input-box-two {
    width: 39%;
}

.header-search .select-box-two {
    width: 41%;
}

.social-link ul li {
    margin-right: 10px;
}
/*16 MARCH 2022*/
.sign-up-left::after{
    border-left:none;
}
.sign-in-left::after{
    border-left:none;
}
/*16 MARCH 2022*/

}
@media (max-width:240px) {
    .header-search .input-box-two {
    width: 32%;
}

.header-search .select-box-two {
    width: 42%;
    font-size: 12px;
}

.social-link ul li {
    margin-right: 10px;
}
/*16 MARCH 2022*/
   .sign-up-left::after{
    border-left:none;
}
.sign-in-left::after{
    border-left:none;
}
/*16 MARCH 2022*/

}
@media (max-width:1024px) and (min-width:768px) {
.header-login ul li {
    display: flex;
    }

.dropdown-content {
    top: 38px;
}

}
.immybox_results li:first-child {
    color: #2eaae1;
}

.immybox_results li {
    color: gray;
    font-size: 12px;
}

.card-title.master {
    font-size: 18px;
}

.about-us-row {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    margin-left: 0px;
    border-radius: calc(.40rem - 1px);
}

.tab-pane {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
    opacity: 0;
}

to {
    opacity: 1;
}

}
.badge-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-height: 40px;
}

.badge-container .badge {
    font-weight: 400;
}

.share-on {
    color: white;
}

.page {
    padding: 20px;
}
.card .dropdown,  .card .dropdown .btn {
    width: 100%;
    border-radius: 0;
}

.dropdown-menu {
    padding: .25rem 1.5rem;
    white-space: nowrap;
}

#sales center, #deals center, #coupons center {
    border: 1px solid #00000040;
    margin-top: 5px;
}

	.ui-widget.ui-widget-content {
    
		z-index:  1000;
    
		width: 255px!important;
    
		/*max-height: 350px;
    
		overflow-y: auto;
    */
	}
	.ui-widget  {
    
		font-family:  Arial, sans-serif!important;
    
		font-size:  small!important;
    
		font-weight:  600!important;
    
	}
	.ui-menu .ui-menu-item {
    
		border-bottom: 1px solid #cccccc;
    
	}
	.ui-menu .ui-menu-item-wrapper  {
    
		background:  #b9dde852;
    
		color:  #000;
    
	}
	#autocomplete {
    
		margin: 0px;
    
	}
	#search_item {
    
		margin-right: 0px!important;
    
		margin-left: 0px!important;
    
	}
	.categorylisttaggle ul li label {
    
		font:  400 20px/28px 'Neuton',  serif !important;
    
	}
	.categorylisttaggle ul li ul li label {
    
		font:  400 17px/28px 'Neuton',  serif !important;
    
	}
	.categorylisttaggle ul li ul li ul li label {
    
		font:  400 15px/28px 'Neuton',  serif !important;
    
	}
	.pac-container {
    
		width: 250px!important;
    
	}
	#loading  {
    
	   width:  100%;
    
	   height:  100%;
    
	   top:  0;
    
	   left:  0;
    
	   position:  fixed;
    
	   display:  block;
    
	   opacity:  0.7;
    
	   background-color:  #fff;
    
	   z-index:  99;
    
	   text-align:  center;
    
	}
	#loading-image  {
    
	  position:  relative;
    
	  top:  45%;
    
	  z-index:  100;
    
	}
	.bottom-logo {
    
		width: 70%;
    
	}
	#middle_add_image {
    
		max-height: 280px!important;
    
	}
	.business-entity {
    
		display: block;
    
		padding:  0 0 0 30px;
    
	}
	.business-entity: before {
    
		content:  '';
    
		background: url('../etcty_icons/business-entity.png');
    
		background-size: cover;
    
			position: absolute;
    
		width: 16px;
    
		height: 16px;
    
		margin-left: -15px;
    
		margin-top: 3px;
    
	}
	
	.education_icon {
    
		display: block;
    
		padding:  0 0 0 30px;
    
	}
	.education_icon: before {
    
		content:  '';
    
		background: url('../etcty_icons/education.png');
    
		background-size: cover;
    
			position: absolute;
    
		width: 16px;
    
		height: 16px;
    
		margin-left: -15px;
    
		margin-top: 3px;
    
	}
	
	.com-empower {
    
		display: block;
    
	}
	.com-empower span {
    
		padding:  0 0 0 30px !important;
    
	}
	.com-empower: before {
    
		content:  '';
    
		background: url('../etcty_icons/com-empower-16.png');
    
		background-size: cover;
    
			position: absolute;
    
		width: 16px;
    
		height: 16px;
    
		margin-left:  0px;
    
		margin-top:  10px;
    
	}
	.com-envolve {
    
		display: block;
    
	}
	.com-envolve span {
    
		padding:  0 0 0 30px !important;
    
	}
	.com-envolve: before {
    
		content:  '';
    
		background: url('../etcty_icons/com-envolve-16.png');
    
		background-size: cover;
    
			position: absolute;
    
		width: 16px;
    
		height: 16px;
    
		margin-left:  0px;
    
		margin-top:  10px;
    
	}
	.eco-16 {
    
		display: block;
    
	}
	.eco-16 span {
    
		padding:  0 0 0 30px !important;
    
	}
	.eco-16: before {
    
		content:  '';
    
		background: url('../etcty_icons/eco-16.png');
    
		background-size: cover;
    
			position: absolute;
    
		width: 16px;
    
		height: 16px;
    
		margin-left:  0px;
    
		margin-top:  10px;
    
	}
	#datatable-buttons-click_filter label input {
    
		border: 1px solid #3a3a3a;
    
	}
	
	#btnScrollToTop{
    width: 50px;
    height: 50px;
    background-color: #7FC241;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 35px;
    z-index: 1111;
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    display: none;
}
#btnScrollToTop .fa-solid{
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}

.light_greeb_button{
    width: 173px;
    height: 36px;
    background: #7EC241;
    border: 2px solid #7EC241;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    /*! line-height: 36px; */
    color: #FFFFFF;
    margin-bottom: 19px;
    margin-left: 15px;
}
.light_greeb_button:hover{
    border: 2px solid #2eaae1;
    background: #2eaae1;
}