@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
    line-height: 1.5;
 
  
   margin: 0;
 
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6
{
   
    font-size: 0.9rem;
    font-weight: 500!important;
    
     margin-top: 0;
  margin-bottom: 0.5rem;
}

table tr td {
    font-size: 0.8rem;
   color: #606060!important;
}

p
{
    font-size: 0.8rem;
     margin-top: 0;
  margin-bottom: 1rem;
}

ul li
{
    
    color: #606060!important;
    font-size:0.8rem;
    
    
}

.banner-box img {
    width: 100%;
}


ul li a
{
    
    color: #606060!important;
    font-size:0.8rem;
}

.ad-head .mb-2 a {
  
    color: #50b0c5;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 2px;
    
    overflow: hidden;
}

a {
 
  text-decoration: none;
  
}

a:hover {
  color: #605d60;
  text-decoration: underline;
}



/* Color systems */
.bg-primary {
  background-color: #6C55F9 !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #5d47eb !important;
}

.bg-accent {
  background-color: #FF3D85 !important;
}

a.bg-accent:hover, a.bg-accent:focus {
  background-color: #e93577 !important;
}

.bg-secondary {
  background-color: #645F88 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #59547c !important;
}

.bg-success {
  background-color: #35bb78 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #28a868 !important;
}

.bg-info {
  background-color: #05B4E1 !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #07a2c8 !important;
}

.bg-warning {
  background-color: #FAC14D !important;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #ebb039 !important;
}

.bg-danger {
  background-color: #FF4943 !important;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e73832 !important;
}

.bg-grey {
  background-color: #8e8aad !important;
}

a.bg-grey:hover, a.bg-grey:focus {
  background-color: #7d7a99 !important;
}

.bg-light {
  background-color: #fafafb !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #EDECF5 !important;
}

.bg-dark {
  background-color: #2D2B3A !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1d1b25 !important;
}

.text-primary {
  color: #000!important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #5d47eb !important;
}

.text-accent {
  color: #FF3D85 !important;
}

a.text-accent:hover, a.text-accent:focus {
  color: #e93577 !important;
}

.text-secondary {
  color: #645F88 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #59547c !important;
}

.text-success {
  color: #35bb78 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #28a868 !important;
}

.text-info {
  color: #05B4E1 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #07a2c8 !important;
}

.text-warning {
  color: #FAC14D !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ebb039 !important;
}

.text-danger {
  color: #FF4943 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e73832 !important;
}

.text-grey {
  color: #878789 !important;
}

a.text-grey:hover, a.text-grey:focus {
  color: #7d7a99 !important;
}

.text-light {
  color: #F6F5FC !important;
}

a.text-light:hover, a.text-light:focus {
  color: #EDECF5 !important;
}

.text-dark {
  color: #2D2B3A !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d1b25 !important;
}

.text-body {
  color: #3f3d4d !important;
}


.border-primary {
  border-color: #6C55F9 !important;
}

.border-accent {
  border-color: #FF3D85 !important;
}

.border-secondary {
  border-color: #645F88 !important;
}

.border-success {
  border-color: #35bb78 !important;
}

.border-info {
  border-color: #05B4E1 !important;
}

.border-warning {
  border-color: #FAC14D !important;
}

.border-danger {
  border-color: #FF4943 !important;
}

.border-grey {
  border-color: #B4B2C5 !important;
}

.border-light {
  border-color: #F6F5FC !important;
}

.border-dark {
  border-color: #2D2B3A !important;
}

/* Social Color */
.bg-facebook,
.bg-hover-facebook:hover,
.bg-focus-facebook:focus {
  background-color: #3B5999 !important;
}

.bg-twitter,
.bg-hover-twitter:hover,
.bg-focus-twitter:focus {
  background-color: #1DA1F2 !important;
}

.bg-google-plus,
.bg-hover-google-plus:hover,
.bg-focus-google-plus:focus {
  background-color: #DB4437 !important;
}

.bg-youtube,
.bg-hover-youtube:hover,
.bg-focus-youtube:focus {
  background-color: #CD201F !important;
}

.bg-dribbble,
.bg-hover-dribbble:hover,
.bg-focus-dribbble:focus {
  background-color: #EA4C89 !important;
}

.bg-pinterest,
.bg-hover-pinterest:hover,
.bg-focus-pinterest:focus {
  background-color: #BD081C !important;
}

.bg-slack,
.bg-hover-slack:hover,
.bg-focus-slack:focus {
  background-color: #3AAF85 !important;
}

.bg-linkedin,
.bg-hover-linkedin:hover,
.bg-focus-linkedin:focus {
  background-color: #0077B5 !important;
}

.fg-facebook,
.fg-hover-facebook:hover,
.fg-focus-facebook:focus {
  color: #3B5999 !important;
}

.fg-twitter,
.fg-hover-twitter:hover,
.fg-focus-twitter:focus {
  color: #1DA1F2 !important;
}

.fg-google-plus,
.fg-hover-google-plus:hover,
.fg-focus-google-plus:focus {
  color: #DB4437 !important;
}

.fg-youtube,
.fg-hover-youtube:hover,
.fg-focus-youtube:focus {
  color: #CD201F !important;
}

.fg-dribbble,
.fg-hover-dribbble:hover,
.fg-focus-dribbble:focus {
  color: #EA4C89 !important;
}

.fg-pinterest,
.fg-hover-pinterest:hover,
.fg-focus-pinterest:focus {
  color: #BD081C !important;
}

.fg-slack,
.fg-hover-slack:hover,
.fg-focus-slack:focus {
  color: #3AAF85 !important;
}

.fg-linkedin,
.fg-hover-linkedin:hover,
.fg-focus-linkedin:focus {
  color: #0077B5 !important;
}

.btn.social-facebook {
  background-color: #3B5999;
  color: #fff;
}

.btn.social-facebook:hover,
.btn.social-facebook:focus {
  background-color: #314e8f;
  color: #fff;
}

.btn.social-twitter {
  background-color: #1DA1F2;
  color: #fff;
}

.btn.social-twitter:hover,
.btn.social-twitter:focus {
  background-color: #0d92e4;
  color: #fff;
}

.btn.social-linkedin {
  background-color: #0077B5;
  color: #fff;
}

.btn.social-linkedin:hover,
.btn.social-linkedin:focus {
  background-color: #02659b;
  color: #fff;
}

.btn.google-plus {
  background-color: #DB4437;
  color: #fff;
}

.btn.google-plus:hover,
.btn.google-plus:focus {
  background-color: #ca3224;
  color: #fff;
}


/* Buttons */
.btn-primary {
    color: #fff;
    background-color: #ee786b;
    border-color: transparent;
    font-size: 0.9rem;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5d47eb;
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6C55F9;
  border-color: #5d47eb;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-accent {
  color: #fff;
  background-color: #FF3D85;
  border-color: transparent;
}

.btn-accent.disabled, .btn-accent:disabled {
  color: #fff;
  background-color: #e93577;
  border-color: transparent;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #FF3D85;
  border-color: #e93577;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #645F88;
  border-color: transparent;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #59547c;
  border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #645F88;
  border-color: #59547c;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success {
      color: #ee786b;
    background-color: #ffeeea;
    border-color: transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a868;
  border-color: transparent;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #35bb78;
  border-color: #28a868;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #05B4E1;
  border-color: transparent;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #07a2c8;
  border-color: transparent;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #05B4E1;
  border-color: #07a2c8;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-warning {
  color: #343531;
  background-color: #FAC14D;
  border-color: transparent;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #343531;
  background-color: #ebb039;
  border-color: transparent;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #343531;
  background-color: #FAC14D;
  border-color: #ebb039;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #FF4943;
  border-color: transparent;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e73832;
  border-color: transparent;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF4943;
  border-color: #e73832;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light {
  color: #8e8aad;
  background-color: #F5F9F6;
  border-color: transparent;
}

.btn-light:hover {
  color: #8e8aad;
  background-color: #F6F5FC;
  border-color: transparent;
}

.btn-light:focus, .btn-light.focus {
  color: #8e8aad;
  background-color: #d5dfdc;
  border-color: transparent;
  box-shadow: none;
}

.btn-light.disabled, .btn-light:disabled {
  color: #8e8aad;
  background-color: #d0ddd9;
  border-color: transparent;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #8e8aad;
  background-color: #F5F9F6;
  border-color: #d0ddd9;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: #2D2B3A;
  border-color: transparent;
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1d1b25;
  border-color: transparent;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2D2B3A;
  border-color: #1d1b25;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:hover,
.btn-accent:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-dark:hover {
  color: #fff;
  background-color: #ee786b;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus,
.btn-accent:focus, .btn-accent.focus,
.btn-secondary:focus, .btn-secondary.focus,
.btn-success:focus, .btn-success.focus,
.btn-info:focus, .btn-info.focus,
.btn-warning:focus, .btn-warning.focus,
.btn-danger:focus, .btn-danger.focus,
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #8e8aad;
  border-color: transparent;
  box-shadow: none;
}

.btn-outline-primary {
  color: #6C55F9;
  border-color: #6C55F9;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #6C55F9;
  border-color: #6C55F9;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: none;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6C55F9;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6C55F9;
  border-color: #6C55F9;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-accent {
  color: #FF3D85;
  border-color: #FF3D85;
}

.btn-outline-accent:hover {
  color: #fff;
  background-color: #FF3D85;
  border-color: #FF3D85;
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
  box-shadow: none;
}

.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  color: #FF3D85;
  background-color: transparent;
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #FF3D85;
  border-color: #FF3D85;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-secondary {
  color: #645F88;
  border-color: #645F88;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #645F88;
  border-color: #645F88;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: none;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #645F88;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #645F88;
  border-color: #645F88;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-success {
  color: #35bb78;
  border-color: #35bb78;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #35bb78;
  border-color: #35bb78;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: none;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #35bb78;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #35bb78;
  border-color: #35bb78;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-info {
  color: #05B4E1;
  border-color: #05B4E1;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #05B4E1;
  border-color: #05B4E1;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: none;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #05B4E1;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #05B4E1;
  border-color: #05B4E1;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-warning {
  color: #FAC14D;
  border-color: #FAC14D;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #FAC14D;
  border-color: #FAC14D;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: none;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FAC14D;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FAC14D;
  border-color: #FAC14D;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-danger {
  color: #FF4943;
  border-color: #FF4943;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF4943;
  border-color: #FF4943;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: none;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF4943;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF4943;
  border-color: #FF4943;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-light {
  color: #F6F5FC;
  border-color: #F6F5FC;
}

.btn-outline-light:hover {
  color: #343531;
  background-color: #F6F5FC;
  border-color: #F6F5FC;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: none;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F6F5FC;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #343531;
  background-color: #F6F5FC;
  border-color: #F6F5FC;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-dark {
  color: #2D2B3A;
  border-color: #2D2B3A;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2D2B3A;
  border-color: #2D2B3A;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: none;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2D2B3A;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2D2B3A;
  border-color: #2D2B3A;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-link {
  font-weight: 400;
  color: #5d47eb;
  text-decoration: none;
}

.btn-link:hover {
  color: #5641df;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #645F88;
  pointer-events: none;
}


.btn {
    padding: 6px 18px;
    margin-top: 7px;
}

.breadcrumb {
  font-weight: 500;
  background-color: #f8f9fa;
}

.breadcrumb .breadcrumb-item.active {
  color: #484748;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #8e8aad;
}

.breadcrumb-dark .breadcrumb-item a {
  color: #6C55F9;
}

.breadcrumb-dark .breadcrumb-item a:hover {
  color: #6C55F9;
  text-decoration: none;
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  content: "/";
}

.breadcrumb-dark .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}


.navbar {
 /* min-height: 70px; */
     background: #fff;
     padding: 0.5rem 0rem;
}


.navbar.sticky.fixed ~ * {
  margin-top: 70px;
}

.navbar.sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navTransition .5s ease;
  box-shadow: 0 2px 6px rgba(100, 95, 136, 0.15);
  z-index: 1080;
}

@keyframes navTransition {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}



.navbar-brand span {
    color: #55b0c5!important;
}

.navbar-nav {
  margin-top: 10px;
  border-top: 1px solid #e4e7ee;
  flex-shrink: 0;
}

.navbar-nav .nav-link {
  transition: all .2s ease;
}

.nav-link
{
    padding-top:0px;
    padding-bottom:0px;
}

.navbar-nav .btn {
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
  color: #807f7f!important;
    font-size: 0.9rem;
    
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #3c3736;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
font-weight: 500;
    color: #ee786b!important;
   
    padding: 6px 16px;
   
}

li.nav-item.active i {
    background: #ffeeea;
    width: 36px;
    height: 36px;
    line-height: 35px;
    border-radius: 100%;
    font-size: 1.1rem;
    margin-right: 3px;
}


@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-sm .navbar-nav {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-md .navbar-nav {
    align-items: center;
  }


}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 0;
    border-top: none;
     align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-xl .navbar-nav {
    align-items: center;
  }
}

.form-control {
     padding: 8px 15px;
    height: calc(1.5em + 1.375rem + 2px);
    border-color: #d6dbd9;
    font-size: 0.9rem;
}

.custom-select {
  height: calc(1.5em + 1.375rem + 2px);
}

.page-link {
  margin-left: 5px;
  min-width: 40px;
  color: #B4B2C5;
  border: 1px solid #dee1e6;
  text-align: center;
  border-radius: 4px;
}

.page-link:hover {
  color: #645F88;
  background-color: #F6F5FC;
  border-color: #dee1e6;
}

.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ee786b;
  border-color: #ee786b;
}

.page-item.disabled .page-link {
  color: #645F88;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* Pagination */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination li a {
  padding: 9px 15px;
  background: #fafafa;
  color: #5c6662;
  border-color: #e8e8e8;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pagination li.active a {
  background: linear-gradient(90deg,#ee786b 0,#ee786b 48%,#ee786b 100%);
  color: #fff!important;
  border-color: #ee786b!important;
}

.pagination li a:hover {
  color: #fff;
  background: #ee786b!important;
  border-color: #ee786b!important;
}

/* Pagination Ends */

.img-place {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.img-place img {
  width: auto;
  height: 100%;
}

.bg-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image > * {
  position: relative;
  z-index: 10;
}

.bg-image-parallax {
  background-attachment: fixed;
}

.bg-image-overlay-dark {
  position: relative;
}

.bg-image-overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #343531;
}

.bg-size-50 {
  background-size: 50% 50%;
}

.bg-size-75 {
  background-size: 75% 75%;
}

.bg-size-100 {
  background-size: 100% 100%;
}

.avatar {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.avatar-img {
  margin-right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-img img {
  width: 100%;
  height: 100%;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(224, 223, 233, 0.7);
  visibility: hidden;
  cursor: pointer;
  transition: all .2s ease;
  z-index: 1100;
}

.back-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.back-to-top:hover {
  background: #6C55F9;
}

.back-to-top:hover::after {
  border-color: #fff;
}


.page-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #898798;
  overflow: hidden;
}

.page-banner {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  background-color: #f8fafc;
  color: #878789;
  border-radius: 0px;
  z-index: 10;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding:60px 0px;
}

.page-banner.home-banner {
  height: auto!important;
  padding: 20px 0px;
}

.form-type h3 {
  color: #50b0c5!important;
  font-size: 1.4rem;
  font-weight: 600;
}
.form-type h6 {
    color: #868688;
}

.page-banner.home-banner .btn-scroll {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 40px;
  line-height: 44px;
  background-color: #fff;
  color: #645F88;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 2px 6px rgba(100, 95, 136, 0.24);
  transition: all .2s ease;
}

.page-banner.home-banner .btn-scroll:hover {
  text-decoration: none;
  background-color: #3e3e3e;
  color: #fff;
}

@media (min-width: 768px) {
    
    .breadcum h3
    {
        font-size: 1.2rem;
    
    line-height: 28px;
    }
    
    
  .page-banner.home-banner {
    height: 540px;
  }




}

.page-hero.overlay-dark::before,
.page-banner.overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 53, 49, 0.7);
  z-index: 1;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
  font-size: 14px;
}

.home-banner .row > *:first-child {
}
.home-banner h3
{color:#878789;}




.form-type {
    padding: 25px 25px;
    background: #fff;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    margin-bottom: 16px;
    border-radius:10px;
}

.subhead {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8d8d8f;
  font-weight: 500;
  margin-bottom: 8px;
}

.title-section {
  color: #50b0c5;
}

.divider {
  display: block;
  margin-top: 16px;
  margin-bottom: 32px;
  width: 32px;
  height: 3px;
  border-radius: 40px;
  background-color: #50b0c5;
}



.btn-split {
 
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    background: #ffeeea;
    color: #ee786b;
}

.btn-split .fab {
      display: inline-block;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    background-color: #ee786b;
    color: #fff;
}

.btn-split .fab span {
    line-height: 30px;
}


.card-service {
  display: block;
  margin: 16px auto;
  padding: 32px 20px;
  max-width: 300px;
  text-align: center;
  color: #898798;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(95, 92, 120, 0.12);
}

.card-service .header {
  margin-bottom: 24px;
}

.img-stack-element {
  position: relative;
  text-align: center;
}

.img-stack-element svg {
  display: inline-block;
  max-width: 460px;
}

@media (min-width: 992px) {
  .img-stack-element {
    transform: translateX(50px);
  }
}


.features {
  text-align: center;
}

.features .header {
  display: inline-block;
 
  line-height: 60px;
  
  text-align: center;
  
  
  font-size: 40px;
 
}

.features h5 {
    color: #747272;
}

.features p {
  font-size: 13px;
  color: #898798;
}

.features .header i {
    color: #000;
}


.banner-seo-check {
  padding: 0;
  background-image: radial-gradient(circle, #B262F8 15%, #5439F8);
  color: #fff;
}

.banner-seo-check .wrap {
  padding: 80px 0;
}

.banner-seo-check form {
  position: relative;
}

.banner-seo-check form .form-control {
  border-color: transparent;
  height: calc(1.5em + 1.75rem + 2px);
  border-radius: 6px;
  box-shadow: none !important;
}

.banner-seo-check form .btn {
  position: absolute;
  top: 6px;
  right: 6px;
} 


.card-pricing {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 32px 20px;
  max-width: 310px;
  background-color: #fff;
  color: #2D2B3A;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(100, 95, 136, 0.16);
}

.card-pricing .header {
  padding-bottom: 24px;
}

.card-pricing .header .pricing-type {
  display: block;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #898798;
}

.card-pricing .header .dollar {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
}

.card-pricing .header h1 {
  display: inline-block;
  font-weight: 600;
}

.card-pricing .header .suffix {
  font-size: 24px;
  color: #C9C7DC;
}

.card-pricing .header h5 {
  color: #6C55F9;
  text-transform: uppercase;
}

.card-pricing .body {
  padding-top: 24px;
  padding-bottom: 8px;
  border-top: 1px solid #DDDBEF;
  border-bottom: 1px solid #DDDBEF;
  font-weight: 500;
}

.card-pricing .body .suffix {
  color: #a4a1c8;
  font-weight: 400;
}

.card-pricing .footer {
  padding-top: 24px;
}

.card-pricing .footer .btn-pricing {
  background-color: #B8B4D5;
  color: #fff;
  box-shadow: none !important;
}

.card-pricing.marked {
  background-color: #6C55F9;
  color: #fff;
  box-shadow: 0 4px 16px rgba(107, 85, 249, 0.5);
}

.card-pricing.marked .header h5 {
  color: #fff;
}

.card-pricing.marked .header .pricing-type {
  color: #D7D5E9;
}

.card-pricing.marked .body .suffix {
  color: #D7D5E9;
}

.card-pricing.marked .footer .btn-pricing {
  background-color: #fff;
  color: #6C55F9;
  font-weight: 500;
}


.banner-info {
  padding: 0;
  background-color: #5439F8;
  color: rgba(255, 255, 255, 0.8);
}

.banner-info .wrap {
  padding: 80px 0;
}

.banner-info .title-section {
  color: #fff;
}

.banner-info .divider {
  background-color: #fff;
}


.card-blog {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
 
  overflow: hidden;
  box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
  border: 1px solid #eee;
}

.card-blog .header {
  background-color: #F6F5FC;
}

.card-blog .header .post-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #fff;
}

.card-blog .header .post-thumb img {
  width: auto;
  height: 100%;
}

.card-blog .body {
  padding: 20px;
  background: #fff;
}

.card-blog .post-title a {
  color: #ee786b;
    transition: color .2s ease;
  font-size: 1rem;
}

.card-blog .post-date a {
    color: #50b0c5;
}

.card-blog p
{
  font-size: 0.90rem;
  margin-bottom: 8px;
}

.card-blog .post-title a:hover,
.card-blog .post-title a:focus {
  color: #333;
  text-decoration: none;
}

.card-blog .post-date {
  font-size: 13px;
}

.form-search-blog .custom-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}



.page-footer {
      position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 16px;
    background-color: #ffffff!important;
    border-top: 1px solid #eee;
}

.page-footer p a {
  color: #35bb78;
  transition: color .2s ease;
}

.page-footer p a:hover {
  color: #40d48a;
}

.page-footer h3,
.page-footer h4,
.page-footer h5 {
  color: #fff;
  margin-bottom: 24px;
}

.page-footer p {
  color: #898798;
}

/* Mobile Menu */
.navbar .mlm-menu-mobile .user-profile .avatar {
  background: #edeae6;
  color: #fff;
  text-align: center;
}
a.navbar-brand img {
  width: 115px;
  margin-bottom: 3px;
  z-index: 9;
  float: left;
  margin-top: -39px;
  border-radius: 100%;
  border: 2px solid #edeae7;
  background: #edeae7;
  position: relative;
  top: 7px;
}
.navbar .mlm-menu-mobile .user-profile .b-close {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 11;
  color: #85714e;
  font-size: 34px;
  cursor: pointer;
  line-height: 40px;
}
.navbar .mlm-menu-mobile .user-profile ul {
  padding: 20px;
  list-style: none;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  
  font-weight: 600;
 
  color:#ed786b;
}
.mlm-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform: translate(-105%);
  transition: all .3s;
  z-index: 20;
  border-right: 1px solid #1a2b48;
}

.navbar .mlm-menu-mobile {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  transform: translate(-105%);
  transition: all .3s;
  z-index: 20;
  border-right: 1px solid #1a2b48;
}

.navbar .mlm-menu-mobile.active {
  transform: translate(0);
}

.navbar .mlm-more-menu {
  border: none;
  background: transparent;
  font-size: 32px;
  padding: 0 10px;
  float: right;
  display:none;
  color: #877156;
  transition: all .3s;
}

.navbar .mlm-menu-mobile .g-menu>ul {
  padding: 10px 20px;
  list-style: none;
}

.navbar .mlm-menu-mobile .g-menu>ul>li a {
  color: #1a2b48;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  transition: all .3s;
  text-decoration: none;
  padding: 10px 0;
}
/* Mobile Menu */

.footer-menu {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-link {
  display: inline-block;
  padding: 6px 0;
}

.footer-menu a,
.footer-link {
  color: #898798;
}

.footer-menu a:hover,
.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.social-media-button a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #898798;
  transition: all .2s linear;
}

.social-media-button a:hover {
  background-color: #6C55F9;
  color: #fff;
  text-decoration: none;
  transform: rotate(360deg);
}


.blog-single-wrap {
  display: block;
  padding: 50px 0;
}

.blog-single-wrap .header {
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(100, 95, 136, 0.2);
  overflow: hidden;
}

.blog-single-wrap .header .post-thumb {
  width: 100%;
  height: 250px;
  background-color: #F6F5FC;
  overflow: hidden;
}

.blog-single-wrap .header .post-thumb img {
  width: 100%;
}

.blog-single-wrap .header .meta-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  height: 50px;
  transform: translateY(-48px);
}

.blog-single-wrap .header .post-author .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(137, 135, 152, 0.4);
  transform: translateY(10px);
}

.blog-single-wrap .header .post-author .avatar img {
  width: 100%;
  height: 100%;
}

.blog-single-wrap .header .post-sharer a  {
 padding: 5px 10px;
 line-height: 1;
 box-shadow: none !important;
}

.blog-single-wrap .header .post-sharer a[class='btn'] {
  background-color: #ec9d1e;
  color: #fff;
}

.blog-single-wrap .header .post-sharer a[class='btn']:hover {
  background-color: #d88d14;
  color: #fff;
}

.blog-single-wrap .post-title {
  font-weight: 500;
  color: #212529;
}

.blog-single-wrap .post-meta {
  display: block;
  margin-bottom: 24px;
}

.blog-single-wrap .post-meta .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  background-color: #645F88;
  color: #fff;
}

.blog-single-wrap .post-meta .post-date,
.blog-single-wrap .post-meta .post-comment-count {
  display: inline-block;
}

.blog-single-wrap .post-meta .post-date a,
.blog-single-wrap .post-meta .post-comment-count a {
  color: #645F88;
}

.blog-single-wrap .post-content .quote {
  display: block;
  padding: 16px 20px;
  background-color: #6C55F9;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
}

.blog-single-wrap .post-content .quote .author {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}


.widget-box {
  display: block;
  padding: 20px;
  margin-bottom: 32px;
  border-radius: 6px;
  border: 1px solid #EDECF5;
  box-shadow: 0 3px 9px rgba(100, 95, 136, 0.15);
}



.single-widget ul {
  padding: 0;
}

.widget-recentmembers ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.widget-recentmembers-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 55px;
  margin-right: 20px;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget-recentmembers-content {
  margin-top: -4px;
}

.widget-recentmembers-content h6 {
  font-size: 0.9rem;
  line-height: 16px;
  margin-bottom: 0;
  font-family: Hind, sans-serif;
  color: #111;
}

.widget-recentmembers-content span {
  font-size: 0.7rem;
  color: #777;
}



.widget-recentmembers ul li:first-child {
  padding-top: 0;
}

.search-widget .form-control {
  margin-bottom: 8px;
  background-color: #F6F5FC;
  border-color: transparent;
  box-shadow: none !important;
}

.search-widget .form-control:focus {
  border-color: #dee1e6;
}

.search-widget .btn {
  text-transform: uppercase;
}

.categories {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.categories li a {
  display: block;
  padding: 6px;
  color: #a4a1c8;
  transition: all .2s ease;
}

.categories li a:hover {
  color: #6C55F9;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(107, 85, 249, 0.5);
}

.blog-item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e7ee;
}

.blog-item .post-thumb {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 100px;
  height: 80px;
  background-color: #F6F5FC;
  overflow: hidden;
}

.blog-item .post-thumb img {
  width: auto;
  height: 100%;
}

.blog-item .post-title a {
  color: #8e8aad;
  transition: all .2s ease;
}

.blog-item .post-title a:hover {
  color: #6C55F9;
  text-decoration: none;
}

.blog-item .meta a {
  margin-right: 6px;
  font-size: 12px;
  color: #645F88;
}

.blog-item .meta a:hover {
  text-decoration: none;
}

.tag-cloud-link {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  font-size: 13px;
  background-color: #EDECF5;
  color: #645F88;
  border-radius: 3px;
  transition: all .2s ease;
}

.tag-cloud-link:hover {
  background-color: #645F88;
  color: #fff;
  text-decoration: none;
}


.maps-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F6F5FC;
  overflow: hidden;
}

#google-maps {
  width: 100%;
  height: 100%;
}

.custom-img-1 {
  width: auto;
  max-width: 390px;
}

.custom-index {
  z-index: 11;
}


/* Custom Plugin */
.owl-nav {
  display: block;
  margin: 15px auto;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  padding: 6px 0 !important;
  background-color: #00D9A5;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  padding-right: 14px !important;
  padding-left: 7px !important;
  border-radius: 0 40px 40px 0;
}

.owl-carousel .owl-nav button.owl-prev {
  padding-right: 7px !important;
  padding-left: 14px !important;
  border-radius: 40px 0 0 40px;
}



.table thead th
{border:none;font-size:0.9rem}

table.table thead {
    background: #fafafb;
}

.table {
    
    color: #3e3e3e;
}

.table th, .table td
{
	vertical-align: middle;
}

a#buy-btn {
    padding: 4px 19px;
}


.how-works {
    background: #fafafb;
}


div#about .btn {
    padding: 12px 27px;
}

.bg-gray-ios {
    background: #414142;
}


footer.page-footer h3 {
    color: #55b0c5!important;
}



footer.footer-bottom p{
    color:#fff;
	margin-bottom:0px;
}


footer.footer-bottom p a {
    color: #ffdbd7;
}

footer.footer-bottom {
    background:#ee786b;
    padding: 20px 0px;
}

.features {
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    background: #fff;
    padding: 30px 0px;
    border-radius: 10px;
}



#foot2
{border-top:none;}

.spinner-grow {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 6px;
    color: #fff;
    float: left;
    margin-top: 5px;
}

.top-bar {
    background: #181718;
    padding: 2px 0px;
}

.top-bar p {
    margin-bottom: 0px;
    color: #eee;
    font-size: 14px;
    line-height: 17px;
}


.top-bar b {
    color: #fff;
    font-weight: 400;
}





.tab {
  float: left;
  border: 1px solid #fff;
  background-color: #fafafb;
  width: 100%;
  height: auto;
  margin: 4px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: none;
    width: 100%;
    border-left: none;
    height: auto;
    padding: 20px 19px;
    padding-left: 0px;
}

.login-panel {
    background: #fff;
    border-radius: 10px;
	border:1px solid #eee;
	margin:20px 0px;
}


div#profile h3 {
    font-size: 1rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}


div#settings h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}

div#refer h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}


div#kyc h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}


div#bank h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}

div#trade h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}

div#start h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}

div#dashboard h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}


div#run h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}

div#end h3 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #4c4c4e;
}

.profile-body {
  background: #ffffff;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
  margin-bottom: 25px;
}

.profile-body form label {
    width: 100%;
}

.profile-body form input {
    width: 100%;
    border: 1px solid #d7d4d4;
    padding: 9px 14px;
    border-radius: 4px;
}


.profile-body form textarea {
  width: 100%;
  border: 1px solid #d7d4d4;
  padding: 9px 14px;
  border-radius: 4px;
}

.profile-body form select{
    width: 100%;
	border: 1px solid #d7d4d4;
    padding: 9px 10px;
    border-radius: 4px;
}

button.save-btn {
    background: #181718;
    color: #fff;
    border: 0px solid #eee;
    padding: 10px 15px;
    border-radius: 4px;
	margin-top: 10px;
}


.profile-body form label {
  font-size: 0.9rem;
     margin-bottom: 5px;
}

.ref-box {
    background: #ffeeea;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #ee786b;
}

.share .link-box input {
    background: white;
    border: 1px solid white;
    color: #3c3a3a;
}

.ref-box h4 {
    font-size: 1.1rem;
}

.share h5
{
  font-size: 1.1rem;
}


.refer-number span {
    background: #eee;
    padding: 2px 14px;
    float: right;
    font-size: 24px;
}

.refer-number {
    background: #fff;
    border: 1px solid #eee;
    height: 40px;
    line-height: 35px;
    margin-top: 16px;
    font-size: 0.9rem;
}

.share {
    margin-top: 0px;
}

.link-box
{    background: #fff;
    border: 1px solid #eee;
    height: 40px;
    line-height: 35px;
    margin-top: 16px;
    font-size: 0.9rem;
    display:flex;
	}
	
	.link-box button
	{
	    border:1px solid #eee;
	        height: 45px;
	}
	
	.link-box span
	{background: #ee786b;
    padding: 0px 14px;
   
    font-size: 24px;}
	
	
.earn-box {
    background: #181718;
    border-radius: 10px;
    text-align: center;
    padding: 19px 0px;
}

.earn-box h4 {
    color: #fff;
}

.amount {
    background: #fff;
    padding: 9px 20px;
    border: 13px solid #181718;
    font-size: 19px;
}


div#demo {
    background: #fff;
}


span.drop-icon i {
    float: right;
}


.dash-group {
    background: #fafafb;
    text-align: center;
    padding: 40px 10px;
    border-radius: 10px;
    border: 1px solid #eee;
}


.dash-group h4 {
    font-size: 1.2rem;
    font-weight: 400;
}


.dash-group i {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 51px;
    font-size: 25px;
    margin-bottom: 15px;
}


.classified-box .title, .ads-area .mb-2,.single-widget .mb-2 {
    color: #ee786b;
    font-size:1rem!important;
}


.classified-box {
    padding: 17px 17px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    border:0px;
}

.post-head h1 {
    font-size: 1.1rem;
}




/*.user-ad-box p {
  line-height: 26px;
  font-weight: 400;
  font-size: 0.90rem;
  color: #878789;
}*/

.user-ad-box ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
}




.single-widget,.ads-area{
  padding: 17px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
  margin-bottom: 15px;
}

.banner-box {
      width: 100%;
    /* border: 1px solid #eee; */
    background: #f8fafc;
    border-radius: 4px;
}



.ad-head {
  display: flex;
}

ul.ratings li:last-child {
  margin-left: 0px;
}

ul.ratings {
  /* margin-left: 11px; */
  margin-top: 0px;
  line-height: 29px;
  margin-bottom: 5px;
  display: flex;
  padding-left: 0px;
  list-style: none;
}

ul.ratings li {
  margin-right: 3px;
  color: #ff6e00;
}

p.already {
  margin-bottom: 0px;
  margin-top: 15px;
  text-align: center;
  font-size: 0.9rem;
}

.postad {
  /* text-align: center; */
  display: flex;
  margin: 0px auto;
  margin-bottom: 24px;
}

.postad a {
  background: #3e3e3e;
  color: #fff;
  padding: 13px 39px;
  border-radius: 4px;
}



.classified-box .user-ad-box {
  background: #f8fafc;
    padding: 8px 8px;
    border-radius: 4px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:0px;
}

.classified-box .user-ad-box h1
{
  font-size: 0.9rem;
    margin-bottom: 0px!important;
    color: #50b0c5;
    display:flex;
    
}

.classified-box .user-ad-box ul
{margin-bottom:0px;}

.classified-box .user-ad-box ul li
{
      font-size: 0.7rem;
    font-weight: 400;
    color: #b9b9b9;
    margin: 0px 2px;
}

.action-link ul li:first-child {
    border-right: 1px solid #eee;
}

.classified-box .user-ad-box ul li:first-child
{margin-left: 0px;}


.ads-area h3 {
  font-size: 1.30rem;
}


.user-box {
  display: flex;
  border-bottom: 1px solid #fafafb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.user-box i {
  font-size: 29px;
  color: #636366;
  border-radius: 100%;
  margin-right: 9px;
  /* margin-bottom: 12px; */
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 1px solid #f3f3f9;
}

.user-box h6 {
  line-height: 40px;
  font-weight: 300;
  font-size: 0.90rem;
}


.user-mode {
  box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
  background: #fff;
  padding: 60px;
}


.aiz-user-panel
{
    padding-left:0px;
}

.sidebar-user {
 font-family: 'Poppins', sans-serif;
  border-top:0px solid #ee786b;
  padding: 0px 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  overflow-x: scroll;
  box-shadow: 0 16px 18px -12px rgb(118 117 117 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}


.area-part {
  font-family: 'Poppins', sans-serif;
  position: relative;
  float: right;
  width: calc(100% - 260px);
  margin-left: 300px;
  transition: .33s,cubic-bezier(.685,.0473,.346,1);
  padding: 23px 45px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
}

.profile-body button {
    background: #ee786b;
   
}

.link-box span i {
    color: wheat;
}


.breadcum {
      background: transparent;
    padding: 17px 0px;
    margin-bottom: 0px;
    text-align: center;
    border-left: 0px solid #ee786b;
    border-radius: 0px;
    padding: 0px 0px;
}
.breadcum h3,.breadcum h1  {
    margin-bottom: 14px;
    color: #ffffff;
   
    font-weight: 500;
}
.breadcum p{
  margin-bottom: 0px;
  
}

.breadcum ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    justify-content: center;
    background: #fff;
    width: fit-content;
    margin: 0px auto;
    padding: 9px 20px;
    font-size: 0.9rem;
    border-radius: 4px;
}

.breadcum ul li{
  color: #484747;
}

.breadcum ul li a {
    color: #ee786b;
    margin-right: 16px;
}
.breadcum ul li a:after {
  content: '>';
  /* left: 2px; */
  position: absolute;
  padding: 0px 3px;
  line-height: 22px;
}

.blog-spottext p {
    color: #606060;
    font-size: 0.9rem;
    line-height:26px;
    text-align:justify;
}

.breadcum-area {
      padding: 50px 0px;
    background: #ee786b url(https://mlmid.com/public/uploads/all/landing-bg.png);
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}

.cpmany-header {
  background: white;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.company-img img {
  border-radius: 0px;
  width: 220px;
}

.company-action .contact-btn {
  width: 100%;
  text-align: center;
  display: block;
  background: black;
  color: white;
  font-size: 0.9rem;
  padding: 10px 3px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.contact-btn:hover
{
  text-decoration: none;
  background-color: #333;
}

.company-action .send-btn {
  width: 100%;
  text-align: center;
  display: block;
  background: white;
  color: #0a0a0a;
  font-size: 0.9rem;
  padding: 10px 3px;
  border-radius: 4px;
  border: 1px solid;
}

.send-btn:hover
{
  text-decoration: none;
  background-color: #000;
  color: white;
}

.company-info h3 {
  color: #424141;
  font-size: 1.4rem;
}

.company-info span {
  background: green;
  color: white;
  padding: 6px 8px;
  display: inline;
  border-radius: 4px;
  font-size: 0.8rem;
}

.company-info p {
  color: #747474;
  margin-bottom: 1px;
}

.comny-profile {
  padding: 0px;
  border-radius: 10px;
  
}



ul.cmpny-link {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  /*border: 1px solid #ebe2e2;*/
  border-radius: 10px;
}

ul.cmpny-link li a {
 
  padding: 16px 21px;
  display: block;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  color: #959191;
}

ul.cmpny-link li a:hover
{
  background-color: #ee786b;
  color: #fff!important;
  text-decoration: none;
}


.company-box {
  background: #f8fafc;
  /*border: 1px solid #eee;*/
  padding: 20px;
  border-radius: 10px;
  margin: 16px 0px;
  /*box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;*/
  transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    position: relative;
}

.company-box:hover
{
  transform: translateY(-5px);
}



.company-box-info h4
{
    margin-bottom:0;
}

.company-box-info h4 span {
  font-size: 0.8rem;
  border: 1px solid #ee786b;
  padding: 0px 3px;
  border-radius: 4px;
  margin-left: 9px;
  color: #ee786b;
}

.company-box-info p {
  margin-bottom: 2px;
  color: #7c7a7a;
  line-height: 20px;
}

.company-box-info ul {
  padding-left: 0px;
  list-style: none;
}

.company-box-info ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
}

.company-box-info ul li {
  margin-right: 12px;
  
  color: #9d9999;
}

.company-box-info ul li:after {
  /*content: '/';*/
  left: 5px;
  position: relative;
  color: #9d9999;
}

a.join-btn {
      width: 100%;
    text-align: center;
    display: block;
    background: #ee786b;
    color: white;
    padding: 5px 2px;
    border-radius: 4px;
    border-bottom: 2px solid #ee786b;
    font-size: 0.9rem;
}

a.join-btn:hover
{
  text-decoration: none;
  background:#e56c5f ;
}




.right-ads {
  height: 800px;
}


.right-ad-area {
  margin-top: 0px;
}

.networks
{padding: 40px 0px;
background: #fff;
}


.top-rated h5 {
  color: #50b0c5;
  font-size: 1rem;
  border-left: 4px solid #50b0c5;
  padding-left: 5px;
}

.artcile-area {
 background: #f8fafc!important;
    padding: 40px 0px;
    border-top: 1px solid #f5f6f7;
}

.list-company .company-box {
    
  margin: 0px 0px!important;
  margin-bottom: 10px!important;
}

.company-title-bar h3 {
 margin-bottom: 10px;
    text-transform: uppercase;
    color: #ef7d71;
    font-size: 1.2rem;
}

.company-detail ul {
  padding-left: 0px;
  list-style: none;
  line-height: 30px;
  color: #a1a0a0;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 400;
  list-style-position: inside;
}

.company-detail ul li
{
    font-size:0.9rem;
}

.company-detail ul li a
{
      color: #a1a0a0;
}

.company-detail {
  margin-bottom: 30px;
  padding: 20px 16px!important;
}

.company-detail ul li i {
  margin-right: 7px;
}

.company-detail h2 {
  font-size: 1rem;
    font-weight: 600;
    color: #898787;
    line-height: 25px;
}

ul.company-photos {
  display: flex;
  list-style: none;
}

ul.company-photos li {
  margin: 0px 6px;
}

ul.company-photos li img {
    /* width: 170px; */
    border: 1px solid #eee;
    padding: 6px;
}

.table th, .table td
{
    border-top: 1px solid #f5f5f5;
}

.classified-box.company-detail table
{
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    /* padding: 24px; */
    margin-bottom: 23px;
}

.classified-box.company-detail table thead {
    background: none;
}


.classified-box.company-detail table thead th {
   color: #5f5c5c;
    font-weight: 500;
    background: #f5f5f5;
    margin-right: 5px;
    border-radius: 3px;
}

.classified-box.company-detail table tr
{
    border-bottom:none!important;
}


.post-head h1 {
}

.post-release
{
  list-style: none;
  padding-left: 0px;
  display: flex;
}

.post-release li
{
  font-size: 0.9rem;
  font-weight: 400;
  color: #878789;
  margin: 0px 5px;
}

.post-release li:first-child
{
  margin-left: 0px;
}




h3.comment-title {
  
  color: #525252;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 6px;
  margin-bottom: 26px;
}

.comment-box {
  display: flex;
  align-items: flex-start;
  
  padding: 16px;
  
  border-radius: 4px;
  margin-bottom: 20px;
}

.user-img 
{margin-right: 15px;}

.user-img img {
  width: 80px;
  border-radius: 165px;
}

.user-comment h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #444;
}

.user-comment h4 span {
  font-size: 0.8rem;
  background: #fff;
  border: 1px solid #eee;
  padding: 4px 9px;
  border-radius: 4px;
}

.user-comment p {
  font-size: 0.9rem;
  line-height: 23px;
  color: #747373;
  margin-bottom: 0px;
}

.post-comment {
  margin: 30px 0px;
}

.user-comment .ratings {
  margin-bottom: 0px;
}

.comment-type form input {
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
  border: 1px solid #e3e2e2;
  border-radius: 4px;
  background: white;
}


.comment-type form textarea {
  margin-top: 20px;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
  border: 1px solid #e3e2e2;
  border-radius: 4px;
  background: white;
  height: 200px;
}

.comment-type form button {
  width: 100%;
  padding: 15px 0px;
  text-transform: uppercase;
  border: 0;
  margin-top: 10px;
  background: black;
  color: white;
  border-radius: 4px;
  letter-spacing: 3px;
}


.post-area .ad-head h1 {
  
    color: #50b0c5;
    font-size: 0.9rem!important;
    line-height: 21px;
    font-weight:500!important;
}

p.latest-post {
  font-size: 1rem!important;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  color:#ee786b;
}

form.post-srch {
  position: relative;
  margin-bottom: 0px;
}

form.post-srch button {
  position: absolute;
  border: none;
  background: #ee786b;
  color: white;
  right: 0;
  padding: 15px 16px;
  border-radius: 0px 4px 4px 0px;
}

form.post-srch button:hover
{
  background-color: #333;
}

form.post-srch input {
  width: 100%;
  padding: 10px 9px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
  font-size: 0.9rem;
}

.sidebar-user .user img {
  width: 125px;
  border-radius: 135px;
  margin-bottom: 10px;
  border: 2px solid #e9e1e1;
  padding: 1px;
}
.sidebar-user .user {
    display: block;
    text-align: center;
    padding: 18px 0px;
    background: #ffeeea;
        margin-bottom: 10px;
    /* border-bottom: 1px solid #ebebeb; */
}


.sidebar-user .user h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color:#000;
}

.sidebar-user .user h4 {
  font-size: 0.9rem;
  color:#000;
}

.sidebar-user .user h4 a
{
  color: #ee786b;
}


.user-bar {
  padding: 0px 20px;
  list-style: none;
  margin-right: 0px!important;
  width: 100%;
}

.user-bar .active
{
  background: #ffeeea;
  border-radius: 4px;
  color:#fff;
}

.user-bar .active a{color: #ee786b;}

.user-bar li a
{

  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
}

.user-bar li {
    padding: 16px 7px;
    line-height: 16px;
}

.user-bar .active a i {
    line-height: 0;
    width: auto;
    height: auto;
}

.area-part .title-part {
  font-size: 1.3rem;
  font-weight: 500;
}

.network-table tbody tr td img {
  border-radius: 100%;
}

a#buy-btn {
  padding: 4px 15px;
  font-size: 0.9rem;
}

.messgae-box {
  background: #fbfbfb;
  padding: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 10px;
}

.messgae-box i {
  font-size: 51px;
  margin-bottom: 12px;
}

.messgae-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.messgae-box a {
  border: 1px solid #eee;
  padding: 10px 25px;
  background: #000;
  color: #fff;
 
  font-size: 0.9rem;
  display: -webkit-inline-box;
}

.messgae-box a:hover
{
  text-decoration: none;
  background-color: #333;
}

.promotion-type
{
  width: 100%;
 
  border: none;
  padding: 0px 0px;
  background: #fbfbfb;
  transition: 0.3s;
  margin-bottom:10px;
  position: relative;
    top: 7px;
}

.promotion-type a
{
  padding: 12px 20px;
}

.promotion-type a:hover
{
  background: #ee786b;
  color: #fff;
}

.sms-box {
  width: 100%;
  background: #fafafb;
  text-align: center;
  padding: 26px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.sms-box i {
  font-size: 21px;
  margin: 10px 0px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 140px;
  border: 1px solid #eee;
}

.sms-box h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.sms-count {
  background: #fff;
  font-size: 1.1rem;
  padding: 7px 0px;
  border: 1px solid #eee;
  font-family: 'Poppins', sans-serif;
  width: max-content;
  padding: 4px 27px;
  margin: 0px auto;
}

.table-responsive .table tbody {
  font-size: 0.9rem;
}


.credit-box {
  background: #fafafb;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  border: 2px dashed #eee;
}

.credit-charge ul {
  list-style: none;
  padding-left: 0px;
}

.credit-charge ul li
{
  width:100%;
}

.credit-charge ul li a {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 10px 0px;
  display: block;
  margin: 10px 0px;
  border-radius: 4px;
}

.credit-charge ul li a:hover
{
  background: #333;
  text-decoration: none;
}


.sms-rcharge {
  padding: 14px 28px;
}


a.rchrge-wtsapp {
  background: transparent!important;
  border: 2px solid #000;
  color: #000!important;
  font-weight: 600;
}


a.rchrge-wtsapp:hover
{
  background: #000!important;
  color: #fff!important;
}

span.orwith {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 10px 0px;
  color: #9b9898;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.orwith:before {
  position: absolute;
  width: 250px;
  height: 1px;
  background: #dbdbdb;
  content: '';
  left: 0;
  top: 10px;
}

.orwith:after {
  position: absolute;
  width: 250px;
  height: 1px;
  background: #dbdbdb;
  content: '';
  right: 0;
  top: 10px;
}

.signup-box ul {
  list-style: none;
  padding-left: 0px;
  width:100%;
}

.signup-box ul li
{
  background:#3b5998;
  width: 100%;
  border-radius: 4px;
}

.signup-box ul li:first-child {
  background: #f3553b;
}

.signup-box ul li:last-child {
  background: #424242;
}


.signup-box ul li a {
  width: 100%;
  text-align: center;
  display: block;
 
  margin: 10px 0px;
  padding: 12px 0px;
  color: white;
  border-radius: 4px;
  font-size: 0.9rem;
}

.signup-box ul li a:hover{text-decoration: none;}

.home-signup .form-type {
  padding: 40px;
}

.home-signup {
  padding: 60px 0px!important;
}


.earn a {
  background: #000;
  color: #fff;
  padding: 10px 23px;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.earn a:hover{
  background: #333;
  text-decoration: none;
}

@media (min-width: 1200px)
{
    .area-part{
        margin-left: 360px;
    }
    
}

@media (max-width:1024px){
  .mlm-menu-mobile {
    display: block!important;
  }
}

@media (max-width: 991px){
  .navbar .mlm-more-menu {
    display: block;
    float: right;
  }
}

@media (max-width: 768px) {
  footer.page-footer h3 {
    font-size: 1.6rem!important;
  }
}

@media (max-width: 768px) {
    
    .register-site
    {
        margin:30px 0px!important;
    }
    
    
    .navbar{
        justify-content:end!important;
    }
    
    .action-type {
   
   
    bottom: -6px;
    z-index: 999;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 17px;
    text-align: center;
    z-index: 987654321;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #ecedef;
    box-shadow:-5px 0px 17px #e5e1e1;
}



.action-type .load-btn {
    margin: 10px 0px!important;
    width: 100%;
    padding: 11px 20px;
    box-sizing: border-box;
}


.classified-box .user-ad-box ul li {
    display: flex;
    align-items: center;
}

.classified-box .user-ad-box ul li i {
    margin-right: 3px;
}
    
footer.page-footer h3 {
  font-size: 1.6rem!important;
}

.comment-box {
  display: block;
}

.user-img img
{
  margin-bottom: 12px
}

button.navbar-toggler {
   background: transparent;
    padding: 5px 4px;
    color: #424141!important;
    font-size: 0.9rem;
    
    /* border: transparent; */
    width: fit-content;

}

.navbar-light .navbar-toggler-icon
{
        background-color: white;
    width: 33px;
    height: 22px;
    border-radius: 2px;
    background-size: 20px;
}

.navbar-brand {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 7px;
}

.sidebar-user {
  height: fit-content;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

a.user {
  display: flex!important;
  align-items: center;
  padding: 3px 0px!important;
}

.sidebar-user .user img {
  width: 50px;
  border-radius: 135px;
  
}

a.user h3 {
  font-size: 1rem;
  margin-left: 10px;
  margin-bottom: 0px;
}

div#navbarsExample04 {
  background: #fff;
  position: absolute;
  right: 79px;
  z-index: 999;
  top: 71px;
  width: 100%;
}



.area-part{   margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-top: 60px;
}

div#navbarsExample04 ul {
  width: max-content;
  list-style: none;
  left: 0px;
  position: absolute;
  background: #fff;
  z-index: 999;
  box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
  padding-left: 0px;
}


.navbar-dark .navbar-toggler-icon {
  
  background-size: 22px;
}

.sidebar-user .user
{
  display: flex;
  align-items: center;
  padding: 0px 0px;
  font-family: 'Poppins', sans-serif;
}
.top-ad
{
    width:100%!important;
}



}


.top-ad {
    width: 728px;
    height: 90px;
    border: 1px solid #eee;
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-head {
    padding-top: 0px;
    
     padding-bottom:0px;
        
}

.post-adbox {
    text-align: right !important;
    /* background: #e9f2e5; */
    /* padding: 11px; */
    margin-bottom: 0px;
    border-radius: 4px;
}

.post-adbox form
{
      margin-bottom: 0px;
}

.post-adbox form input {
    line-height: inherit;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 13px;
    border: 1px solid #f8fafc;
    font-size: 0.9rem;
    border-radius: 6px;
    background: #f8fafc;
}

.post-adbox form textarea {
    line-height: inherit;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 13px;
    border: 1px solid #f8fafc;
    font-size: 0.9rem;
    border-radius: 7px;
    background: #f8fafc;
}

.post-adbox form .load-btn
{
        padding: 8px 23px;
    font-size: 0.9rem;
    margin: 2px 0px;
    border-radius: 4px;
    background: #ee786b;
}

header {
    padding: 10px 0px;
}

.banner-lft {
    padding-right: 0px;
}

.banner-right
{
    padding-left:0px;
}

.action-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-link ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    margin-bottom: 0px!important;
    align-items: center;
}

.action-link ul li a {
    font-size: 0.94rem;
    color: #a5a5a5;
}

.action-type .load-btn {
    margin: 0px!important;
    
     padding: 8px 26px;
    font-size: 0.9rem;
   
    border-radius: 4px;
    background: #ee786b;
    color:#fff;
}

.empty-space {
    height: 15px;
}




.aritem {
  position: relative;
    margin-right: 5px;
}

.arrow1 {
  /*animation: slide1 1s ease-in-out infinite; */
    margin-left: 0px;
    font-size: 1rem;
    /* background: #ee786b; */
    border-radius: 100%;
    color: #ed5847;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}


.company-box-info h4 a {
        color: #50b0c5;
}

ul.domain-info {
    list-style: inside;
}



.srch-id {
    padding: 17px 17px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    margin-bottom: 12px;
}

.srch-id form {
    display: flex;
    margin-bottom: 0px;
}

.srch-id form input {
    line-height: inherit;
    width: 100%;
    margin-bottom: 0px;
    padding: 8px 13px;
    border: 1px solid #f8f8f9;
    font-size: 0.9rem;
    border-radius: 6px;
    background: #f8fafc;
}

.srch-id form button {
    background: #50b0c5;
    color: white;
    padding: 0px 22px;
    line-height: 0px;
    height: 38px;
    font-size: 0.9rem;
    /* text-transform: uppercase; */
    margin-left: 6px;
    border-radius: 4px;
    border: none;
}



.box-log {
    text-align: center;
}



.box-log .create-id {
    background: #50b0c5;
    width: 100%;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 8px 30px;
    border-radius: 3px;
    margin-bottom: 5px;
    font-size:0.9rem;
}

.box-log p {
    font-size: 0.8rem!important;
    margin-bottom:0px!important;
    color: #878789;
}

.box-log p a {
    color: #878789;
}

.user-area.box-log {
    display: flex;
}

.user-area.box-log
{
    padding: 17px 17px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
}
.user-area.box-log .profile-image img {
    width: 90px;
    margin-bottom: 11px;
    margin-top: 20px;
    border-radius: 60px;
box-shadow: rgb(255 238 234) 2px 3px 43px;
}
    

ul.user-id {
    list-style: none;
}
.user-id li {
    text-align: start;
}

.user-area.box-log .user-id {
    font-size: 0.9rem!important;
    color: #878789;
    margin-top: 15px;
    padding-left: 25px;
}


.widget-recentmembers ul li a img {
    border-radius: 100%;
    border: 1px solid #ffeeea;
    padding: 2px;
    width: 50px;
}

a.widget-recentmembers-image {
    margin-right: 6px;
}

.widget-recentmembers-content h6 a {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #50b0c5!important;
    font-size: 0.9rem;
}

.widget-recentmembers h4 {
    margin-bottom: 20px!important;
    margin-top: 0px;
    text-align: left;
}




.company-content .company-rating h1 a {
    color: #50b0c5;
    margin-top: 0px;
}
.company-content .company-rating {
    display: flex;
    justify-content: start;
}

.company-content .company-rating h1
{
    margin-right:10px;
}

.company-content .company-rating li{
    line-height:20px;
        margin-right: 2px!important;
        margin-left:0px!important;
}

.company-content .company-rating ul li i {
    color: #ff6e00;
    
}

.company-ad-box .ad-head {
    align-items: center;
}





.domain_table table {
    margin-bottom: 24px!important;
}


.company-content .company-description {
    font-size: 0.7rem;
    line-height: 15px;
    margin: 1px 0px;
    height: 15px;
    overflow: hidden;
    color:#878789;
}

.domain_table tr td {
    font-size: 0.8rem;
    color:#959191;
}



ul.top-info li b {
    font-weight: 500;
}
ul.top-info li {
    margin-bottom: 3px;
}
ul.top-info {
    padding-left: 22px;
    /* list-style-position: inside; */
    font-size: 0.9rem;
    margin-top: 7px;
    margin-bottom: 0px;
}



.flow-work {
    background-color: #fff;
    padding: 0px!important;
    padding-bottom: 15px!important;
    margin-bottom: 17px;
}

.flow-work nav a {
    font-size: 0.9rem;
    padding: 9px 20px;
    border-radius: 97px!important;
        color: #8d8d8d;
}

.flow-work nav .active {
    background: #ee786b!important;
    color: #ffffff!important;
}

.flow-body {
    background: #fff;
    padding:0px!important;
}

.flow-body .tab {
    background: none;
}



.card-body.flow-body #back_button {
    background: #ee786b;
    margin: 22px 0px!important;
    font-size: 0.9rem;
}

.card-body.flow-body #next_button {
    background: #55b0c5;
    margin: 22px 0px!important;
    font-size: 0.9rem;
}






.add-listing-type {
    padding: 80px 0px;
    background: #fff;
    background: url(https://mlmid.com/public/uploads/all/banner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.add-listing-type:before
{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffffe6;
    top: 0;
    left: 0;
    content: '';
}

.add-listing-type-form {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.flow-body .form-group label {
    font-size: 0.9rem;
    color: #8d8d8d!important;
}


.register-btn-done
{
        width: 100%;
    padding: 12px 0px;
    margin: 0px 15px;
    font-size: 0.9rem;
    background: #ffeeea;
    color: #ee786b;
    border: 1px solid #ee786b;
    font-weight: 500;
}


.single-company-inbox {
    padding: 0px 0px!important;
    box-shadow: none;
    margin-bottom:0px;
}



.single-company-inbox p {
  color: #606060;
    margin-bottom: 0px;
    line-height:25px;
    font-size:0.9rem;
}

.single-company-inbox ul li {
    font-size: 0.9rem;
}


.single-company-inbox h2 {
   
    font-weight: 400;
}




.company-box .row
{
    justify-content:space-between;
}

.company-box-img {
    width: 140px;
    height: 80px;
    border-radius: 4px;
    /*box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px -6px;*/
    border: 1px solid #f6f4f4;
    padding: 15px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    background:#fff;
}

.company-box-img img {
    /* border-radius: 4px; */
    /* box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px -6px; */
    /* border: 1px solid #eee; */
    /* padding: 15px 15px; */
    /* height: 100px; */
    width: 70%;
}


.company-ad-box .ad-head .aritem {
    margin-right: 8px;
    width: 83px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 4px;
}

.company-ad-box .ad-head .aritem img {
    width: 80%!important;
}


.register-site
{
    margin:80px 0px;
}


.pass-part {
    position: relative;
}

.pass-part i{

    right:15px;
}



div#rs-contact {
    padding: 60px 0px;
}

.rs-contact.inner .content-info-part .info-item {
    background: #ffeeea;
    padding: 50px 30px 37px;
    text-align: center;
    /* box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px; */
    border-radius: 10px;
}

.rs-contact.inner .content-info-part .info-item .icon-part {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    margin: 0 auto 25px;
    text-align: center;
    background: #ee7d70;
    position: relative;
}

.rs-contact.inner .content-info-part .info-item .icon-part i {
    font-size: 38px;
    color: #fff;
    line-height: 2;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.rs-contact.inner .content-info-part .info-item .content-part {
    font-size: 18px;
}

.rs-contact.inner .content-info-part .info-item .content-part .title {
   color: #363636;
    margin-bottom: 4px;
    
    font-weight: 600;
}

.rs-contact.inner .content-info-part .info-item .content-part a {
    color: #363636;
    font-size:0.9rem;
}


.contact-page-time {
    padding: 30px;
}

.contact-page-time h2 {
    font-size: 1.8rem;
    color: #ee786b;
        text-transform: uppercase;
}


.blog-page-box
{
    padding:14px!important;
}

.blog-time {
    margin: 30px 0px;
}

.blog-head .aritem {
    width: 100%!important;
    height: auto!important;
}


.blogitem img {
    width: 100%;
}


.blog-cont h1 a {
    
    margin-bottom: 4px;
}

.blog-cont .link a {
    font-size: 0.8rem;
    /* border-bottom: 2px solid #333; */
    color: #ee7d70;
    font-weight: 500;
}


.message-btn.centred button {
    width: 100%;
    text-transform: uppercase;
    background: #ee786b;
    color: #fff;
    font-weight: 600;
    border: 1px solid;
    padding: 13px 0px;
}

.follow-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #424040;
}

.follow-box ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.follow-box ul li {
    /* background: #ffeeea; */
    width: 100%;
    padding: 5px 0px;
    box-sizing: border-box;
    margin: 7px 0px;
    border-radius: 10px;
    font-size: 1rem;
    color: black;
}

.follow-box ul li a {
    width: 100%;
    display: block;
}


.company-blog-spot {
    padding: 29px 40px!important;
}

.blog-featured-img
{
    margin-bottom:10px;
    width:100%;
    border:1px solid #eee;
}

.blog-spottext div {
    font-size: 0.9rem!important;
    line-height: 28px;
    color: #7e7b7b;
    margin-bottom: 0px;
}

.members-part
{
    margin:60px 30px;
}


.member-card {
    display: flex;
    align-items: center;
    background: #f8fafc;
    padding: 14px 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    /*border: 1px solid #f3f3f3;*/
    /*box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;*/
}

.member-name a {
        color: #50b0c5;
    font-size: 0.9rem;
}

.member-card-body p {
    font-size: 0.7rem;
    margin-bottom: 0px;
    color: #626262;
}

.member-card-img img {
    width: 55px;
    border-radius: 100%;
    border: 1px solid #e7e7e7;
    padding: 2px;
}

.member-card-img {
    margin-right: 9px;
}

.member-next
{
    margin:30px 0px;
}


.member-img img {
    border-radius: 100%;
    border: 3px solid white;
    padding: 4px;
    background: white;
}

.member-info h3 {
    font-size: 1.2rem;
    color: #ee786b;
}

.member-info ul {
    padding-left: 0px;
    list-style-position: inside;
}

.member-info ul li {
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.member-info ul li b {
    font-weight: 500;
}



.company-info.member-info p {
    font-size: 0.9rem;
    line-height: 25px;
}


.member-table thead {
    background: #ffeeea!important;
    /* border-bottom: 1px solid black; */
}

.member-table thead tr th {
    color: #ee786b;
    font-weight: 500;
    font-size: 0.9rem;
}


.member-table tbody tr td {
    color: #333;
   
    font-size: 0.9rem;
}

.member-type
{
    padding: 22px 40px;
}

.company-img.member-img {
    background: #ffeeea;
    height: 100%;
    padding: 26px;
    align-items: center;
    display: flex;
}

.follow-box ul li a i {
    background: #ee7d70;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: white;
    margin-right: 3px!important;
    font-size:20px;
}
.post-content p {
  font-size: 0.9rem;
  line-height: 21px;
  color: #606060;
  padding-top: 5px;
}

form#contact-form textarea {
    height: 107px;
}

.classified-box.contact-page-time {
    margin-bottom: 30px;
}



ul.comny-social {
    list-style: none;
display: flex;
margin-top:10px;
}

ul.comny-social li a .la-facebook-f {
   
    
    text-align: center;
   
    font-size: 16px;
    color: #4267B2;
    border-radius: 100%;
}

ul.comny-social li a .la-instagram {
   
   
    text-align: center;
   
    font-size: 16px;
    color: #8646b6;
   
}

ul.comny-social li a .la-linkedin-in {
   
   
    font-size: 16px;
    color: #0A66C2;
   
}

ul.comny-social li a .la-twitter {
    
   
    font-size: 15px;
    color: #00acee;
  
}

ul.comny-social li a .la-youtube {
   
    
    font-size: 16px;
    color:#FF0000;
    
}


.company-inner-img {
    background: #fff;
    height: 100%;
    padding: 0px;
    align-items: center;
    display: flex;
    border-radius: 8px 0px 0px 8px;
    justify-content: center;
    border-right: 1px solid #f5f5f5;
}


.company-member-type {
    padding: 30px 22px;
}

.company-action.com-inner-act {
    padding: 30px 10px;
}


.content-post p {
    font-size: 0.7rem;
    line-height: 17px;
    margin: 1px 0px;
    height: 16px;
    overflow: hidden;
    padding-top: 0px;
}

.news-content-post h1 a {
    color: #50b0c5;
    line-height: 18px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.content-post h1 a {
    color: #50b0c5;
}

.home-news .content-post h1 a {
    color: #50b0c5;
    
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 23px;
    height: 43px;
    overflow: hidden;
}

.box-log h4 {
    font-size: 1rem!important;
}


.company-content {
    width: 100%;
}

.id-logo-bar {
    width: 100%;
    text-align: center;
    background: #55b0cf;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    border-radius:10px 10px 0px 0px;
    
    /* display: flex; */
    /* align-items: center; */
}

.id-logo-bar h3 {
    margin-bottom: 0px;
    font-size: 1.3rem;
}

.id-card {
    margin: 60px 0px;
}

.id-card .container {
    width: 40%;
    border-radius:10px;
    border:1px solid #eee;
}


.cardbox-img img {
    width: 110px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.cardbox-img {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    border-right: 1px solid #eee;
}

.cardbox-img h3 {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #ee786b;
}

.cardbox-img p {
    color: #626262;
    margin-bottom:0px;
}

.id-detail-table {
    padding: 20px 0px;
    display: block;
}

.id-detail-table tbody tr td {
    padding: 3px 5px;
    font-weight: 400;
}

.id-detail-table tbody tr td b {
    font-weight: 600;
}


.qr-bar
{
    display: flex;
    align-items: end;
    padding: 27px;
}


.search-bar {
    width: 100%;
    display: flex;
}

.search-bar input {
    width: 100%;
    padding: 14px 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
    margin-right: 10px;
}

td.custom-data {
    max-width: 358px;
    overflow: auto;
}

.custom-artical-content p {
    text-align: justify;
}


.list-company {
    padding: 17px 17px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(131 130 130 / 10%) 0px 0px 40px;
    border: 0px;
}



.call-action {
    padding: 50px 0px;
    background: #fff;
    text-align: center;
}

.call-action h3 {
    font-size: 2.6rem;
    color: #ee786b;
}

.call-action p {
    font-size: 0.94rem;
    color: #333;
}

a.phn-call {
    font-size: 1.3rem;
    font-weight: 500;
    color: #333;
}

a.phn-call:hover
{
    text-decoration:none;
}

a.phn-call i {
    width: 40px;
    height: 40px;
    background: #ee786b;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
}


.foot-whtsap {
    margin-bottom: 11px!important;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 0;
    /* text-align: center; */
    overflow: hidden;
    float: right;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    right: 7px;
    border-radius:87px;
}

.cta-btm {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 13px;
    text-align: left;
    border-radius: 87px;
    padding-right: 24px;
}

.cta-btm p {
    margin-bottom: 4px;
}

.foot-whtsap a {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
}

.foot-whtsap p
{
    font-weight:400;
}

.sp-img {
    width: 50px;
    height: 50px;
    background: #ee786b;
    text-align: center;
    line-height: 50px;
    font-size: 1.5rem;
    border-radius: 100%;
    color: #fff;
    margin-right: 6px;
    display:list-item;
}

#quote-btn {
    animation: radial-pulse 1s infinite;
}

@keyframes radial-pulse
{
	0% {
    box-shadow:0 0 0 0px rgb(42 42 42);
}
100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
}

}


@media only screen and (max-width: 600px) {
    
    .list-company{
        padding:17px 10px;
    }

    .call-action h3
    {
        font-size:1.6rem;
    }
    
    .foot-whtsap{
        display:none;
    }
    
    .company-box-img{
        margin-bottom:10px;
    }

    
}
