/* ------------ Google Fonts ------------ */

.header-style {
    font-family: 'Montserrat', sans-serif;
    
}

.p-style {
   font-family: 'Roboto', sans-serif;
}


/* ------------ Nav Height ------------ */
.h-28{
  height: 28px;
}

.nav-custom {
  height: 80px;
}

/* ------------ Custom Nav Color ------------ */
.nav-link-nonis {
  color: #212529 !important;
}
.nav-link-nonis:focus,
.nav-link-nonis:hover {
  color: #212529 !important;
  text-decoration: underline 5px #4AB0B0;
}

/* ------------ Top Nav Link ------------ */
.t-nav-link {
  text-decoration: none;
}

.t-nav-link:focus,
.t-nav-link:hover,
.t-nav-link:active {
  text-decoration: underline;
}

/* ------------ Green White Angled Background ------------ */
@media (max-width: 575.98px) {
  .bg-white-blue-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 55%, #4AB0B0 55%);
    overflow: hidden;
  }

  .bg-white-blue-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 59%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(74, 176, 176, 1), /* right */
    inset 5px 5px 3px rgba(74, 176, 176, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(74, 176, 176, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 576px) {
  .bg-white-blue-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 50%, #4AB0B0 50%);
    overflow: hidden;
  }

  .bg-white-blue-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 55%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(74, 176, 176, 1), /* right */
    inset 5px 5px 3px rgba(74, 176, 176, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(74, 176, 176, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 992px) {
  .bg-white-blue-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 35%, #4AB0B0 35%);
    overflow: hidden;
  }

  .bg-white-blue-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 41%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(74, 176, 176, 1), /* right */
    inset 5px 5px 3px rgba(74, 176, 176, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(74, 176, 176, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1200px) {
  .bg-white-blue-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 30%, #4AB0B0 30%);
    overflow: hidden;
  }

  .bg-white-blue-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 33%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(74, 176, 176, 1), /* right */
    inset 5px 5px 3px rgba(74, 176, 176, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(74, 176, 176, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1400px) {
  .bg-white-blue-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 28%, #4AB0B0 28%);
    overflow: hidden;
  }

  .bg-white-blue-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(74, 176, 176, 1), /* right */
    inset 5px 5px 3px rgba(74, 176, 176, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(74, 176, 176, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 1600px) {
  .bg-white-blue-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 34%, #4AB0B0 34%);
    overflow: hidden;
  }

  .bg-white-blue-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 36.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(74, 176, 176, 1), /* right */
    inset 5px 5px 3px rgba(74, 176, 176, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(74, 176, 176, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

@media (min-width: 2000px) {
  .bg-white-blue-split {
    position: relative;
    height: 35px;
    background: linear-gradient(45deg, #FFFFFF 38%, #4AB0B0 38%);
    overflow: hidden;
  }

  .bg-white-blue-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 40.2%;
    background: transparent;
    box-shadow:
    0px 0 0px rgba(74, 176, 176, 1), /* right */
    inset 5px 5px 3px rgba(74, 176, 176, 1),    /* left */
    inset 0px 0 3px rgba(0, 0, 0, 0.3),   /* bottom */
    0px 0 0px rgba(74, 176, 176, 1); /* top */  /* adjust as needed */
    pointer-events: none;
  };
}

/* ------------ Logo Vert Align ------------ */
.neg-vert-align-nav {
  margin-top: -40px;
}

/* ------------ Hide Top Nav on Small Screen ------------ */
@media (max-width: 998px) { 
  .hide-nav-small {   
    display: none;
  };      
}

/* ------------ Background Images ------------ */
@media (max-width: 1439.98px) {
  .bgimg {
    background-image: url('https://s3.us-east-1.amazonaws.com/nonismobilepetgrooming.com/assets/img/jpg/dog-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

@media (min-width: 1440px) {
  .bgimg {
    background-image: url('https://s3.us-east-1.amazonaws.com/nonismobilepetgrooming.com/assets/img/jpg/dog-header-wide.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  };
}

/* ------------ White/Green Angled Background ------------ */
@media (max-width: 991.98px) {
  .bg-white-blue-split-angle {
    position: relative;
    background-image:
      linear-gradient(45deg, #4AB0B0 40%, #fff 40%),
      linear-gradient(135deg, #fff 60%, #4AB0B0 60%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-blue-split-angle {
    position: relative;    
    background-image:
      linear-gradient(45deg, #fff 48%, #4AB0B0 48%),
      linear-gradient(135deg, #fff 48%, #4AB0B0 48%);
    background-size: 100% 50%;
    background-position: top, bottom;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

/* ------------ White/Green 2 Angled Background ------------ */
@media (max-width: 991.98px) {
  .bg-white-blue-split-angle-2 {
    position: relative;
    background-image:
      linear-gradient(135deg, #4AB0B0 40%, #fff 40%),
      linear-gradient(45deg, #fff 60%, #4AB0B0 60%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-blue-split-angle-2 {
    position: relative;    
    background-image:      
      linear-gradient(45deg, #4AB0B0 40%, #fff 40%);
    background-size: 100% ;
    background-position: top, bottom;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

/* ------------ White/Green 3 Angled Background ------------ */
@media (max-width: 991.98px) {
  .bg-white-blue-split-angle-3 {
    position: relative;
    background-image:
      linear-gradient(45deg, #4AB0B0 40%, #fff 40%),
      linear-gradient(135deg, #fff 60%, #4AB0B0 60%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-blue-split-angle-3 {
    position: relative;    
    background-image:
      linear-gradient(45deg, #fff 55%, #4AB0B0 55%),
      linear-gradient(135deg, #fff 55%, #4AB0B0 55%);
    background-size: 100% 50%;
    background-position: top, bottom;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}


/* ------------ White/Green Angled Vertical Background ------------ */
@media (max-width: 991.98px) {
  .bg-white-blue-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 20%, #4AB0B0 20%),
      linear-gradient(135deg, #4AB0B0 80%, #fff 80%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 992px) {
  .bg-white-blue-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 22%, #4AB0B0 22%),
      linear-gradient(135deg, #4AB0B0 78%, #fff 78%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

@media (min-width: 2000px) {
  .bg-white-blue-split-angle-vertical {
    position: relative;
    background-image:
      linear-gradient(45deg, #fff 36%, #4AB0B0 36%),
      linear-gradient(135deg, #4AB0B0 64%, #fff 64%);
    background-size: 50.01% 100%;
    background-position: left, right;
    background-repeat: no-repeat;
    overflow: hidden;
  };
}

/* ------------ Square Link Image ------------ */
.square-link {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    overflow: hidden;
}

.square-link:hover {
    color: white;
}

.square-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black 30%, transparent 70%);
}

.square-link:hover::after {
    background: linear-gradient(to top, #4AB0B0 30%, transparent 70%);
}

.link-text {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 10px;
    text-align: left;
    z-index: 1;
}

/* ------------ Large Shadows ------------ */
.shadow-top-bottom {
  box-shadow: inset 0 20px 30px -10px rgba(0, 0, 0, 0.3), /* top shadow */
              inset 0 -20px 30px -10px rgba(0, 0, 0, 0.3); /* bottom shadow */
}

.shadow-top {
  box-shadow: inset 0 20px 30px -10px rgba(0, 0, 0, 0.3); /* top shadow */
}

.shadow-bottom {
  box-shadow: inset 0 -20px 30px -10px rgba(0, 0, 0, 0.3); /* bottom shadow */
}

/* ------------ Screen Size Text Margin and Padding ------------ */
@media (max-width: 992px) { 
  .screen-mp{   
    padding: 1rem !important;    
  };      
}

@media (min-width: 992px) { 
  .screen-mp{   
    padding: 3rem !important;
    margin: 0.5rem !important;
  };      
}

/* ------------ Hide on Small Screen ------------ */
@media (max-width: 750px) { 
  .hide-small {   
    display: none;
  };      
}

/* ------------ Small Screen Contact Us Button Center ------------ */
@media (min-width: 992px) { 
  .sm-button-center{   
    margin-left: 1rem;
  };      
}

/* ------------ Small Screen Text Center ------------ */
@media (max-width: 992px) { 
  .sm-text-center{   
    text-align: center;
  };      
}

/* ------------ Centering Form Fields ------------ */
@media (max-width: 575.98px) { 
  .center-form {
    margin: auto;
    width: 100%;
    text-align: center;
  };      
}

@media (min-width: 576px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: center;
  };
}

@media (min-width: 992px) { 
  .center-form {
    margin: auto;
    width: 90%;
    text-align: left;
  };
}

@media (min-width: 1200px) { 
  .center-form {
    margin: auto;
    width: 80%;
    text-align: left;
  };
}

@media (min-width: 1400px) { 
  .center-form {
    margin-left: 40px;
    width: 70%;
    text-align: left;
  };
}

@media (min-width: 1600px) { 
  .center-form {
    margin-left: 20px;
    width: 60%;
    text-align: left;
  };
}

@media (min-width: 1800px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

@media (min-width: 2000px) { 
  .center-form {
    margin-left: 20px;
    width: 50%;
    text-align: left;
  };
}

/* ------------ Custom Buttons ------------ */
.btn-nonis {
    color: #fff;
    background-color: #4AB0B0;
    border-color: #4AB0B0;
}
.btn-nonis:hover {
    color: #fff;
    background-color: #337B7B;
    border-color: #337B7B;
}

.btn-nonis-yellow {
    color: #fff;
    background-color: #E3A411;
    border-color: #E3A411;
}
.btn-nonis-yellow:hover {
    color: #fff;
    background-color: #B1800D;
    border-color: #B1800D;
}





.btn-nonis-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.btn-nonis-dark:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-nonis-wildlife {
    color: #fff;
    background-color: #E95902;
    border-color: #E95902;
}
.btn-nonis-wildlife:hover {
    color: #fff;
    background-color: #8b3501;
    border-color: #8b3501;
}

.btn-nonis-green {
    color: #fff;
    background-color: #00713c;
    border-color: #00713c;
}
.btn-nonis-green:hover {
    color: #fff;
    background-color: #004324;
    border-color: #004324;
}

.btn-nonis-nav {
    color: #fff;
    background-color: #4AB0B0;
    border-color: #4AB0B0;
    border-radius: 50px;
}
.btn-nonis-nav:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
    border-radius: 50px;
}

.btn-review {
    color: #000;
    background-color: #f8f9fa ;
    border-color: #f8f9fa ;
}
.btn-review:hover {
    color: #000;
    background-color: #c6c7c8;
    border-color: #c6c7c8;
}

.btn-red-dark {
    color: #fff;
    background-color: #4AB0B0;
    border-color: #fff;
}
.btn-red-dark:hover {
    color: #fff;
    background-color: #8c2025;
    border-color: #fff;
}

.btn-form {
  color: #fff;
  border-color: #fff;
  width: 100%;
}

.btn-form:hover {
  color: #fff;
  background-color: #222222;
  border-color: #fff;
  width: 100%;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ Custom Form Fields ------------ */
.form-red-dark,
.form-red-dark:focus {
  color: #fff;
  background-color: #8c2025;
  border-color: #8c2025;
}

.form-grey-dark,
.form-grey-dark:focus {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

/* ------------ Center Objects ------------ */
.center {
margin: auto;
width: 70%;
}

/* ------------ Center Google Partner ------------ */
.center-google {
margin: auto;
}

/* ------------ Custom Form Text ------------ */
.form-text {
  color: #fff;
}

/* ------------ Background Colors ------------ */
.bg-nonis {
    background-color: #4AB0B0 !important;
}

.bg-nonis-shadow {
    box-shadow: 0px 5px 25px #260406 inset;
}

.bg-nonis-shadow-2 {
    box-shadow: 0px 3px 8px #260406;
}

.bg-footer {
    background-color: #255858 !important;
}

.bg-nonis-wildlife {
    background-color: #E95902;
}

.bg-nonis-green {
    background-color: #00713c;
}

.bg-hunter-green {
  background-color: #26453d;
}

.bg-grey-dark {
  background-color: #7a7a75;
}

/* ------------ red Background Color ------------ */
.bg-red {
  background-color: #4AB0B0;
}

.bg-grey {
  background-color: #4e4e4e;
}

.bg-dark-grey {
  background-color: #610b0f;
}

/* ------------ Vertical Div Spacing ------------ */
.vertical-div-spacing {
    margin-top: 3em;
    margin-bottom: 3em;
}

.header-vertical-div-spacing {
    margin-top: 2em;
}


@media (min-width: 576px) { 
  .min-h-400 {
    min-height: 130px;
  };
}

@media (min-width: 992px) { 
  .min-h-400 {
    min-height: 350px;
  };
}

@media (min-width: 1200px) { 
  .min-h-400 {
    min-height: 250px;
  };
}

@media (min-width: 1400px) { 
  .min-h-400 {
    min-height: 200px;
  };
}


.min-h {
  min-height: 300px;
}

.min-h-200 {
  min-height: 250px;
}

.min-h-500 {
  min-height: 500px;
}

.min-h-700 {
  min-height: 700px;
}

.max-w-600 {
  max-width: 600px;
}

/* ------------ Text Colors ------------ */
.text-nonis {
    color: #4AB0B0 !important;
}

.text-nonis-yellow {
    color: #FCB711;
}

/* ------------ Red Text ------------ */
.red-text {
  color: #4AB0B0;
}

/* ------------ Vertical Line ------------ */
.vertical-line {
    padding-left: 1rem;
    border-left: 1px solid #212529 !important;
}

.vertical-line-grey {
    padding-left: 1rem;
    border-left: 1px solid #bdbdbd !important;
}

/* ------------ Center Image ------------ */
.center-img {
display: flex;
justify-content: center;
vertical-align: middle;
}

/* ------------ Custom Image Size ------------ */
.img-size {
  width: 300px;
  height: 300px;
  vertical-align: middle;
  border-radius: 25px;
}

/* ------------ Center Services Text ------------ */
.center-services {
margin: auto;
width: 100%;
margin-top: 50px;
}

/* ------------ Red Text Color ------------ */
.svg-red {
  color: #4AB0B0;
}

/* ------------ Custom Rounded Shape ------------ */
.custom-rounded {
  border-radius: 25px;
}

/* ------------ Custom Red Circle ------------ */
.circle-svg-red {
  color: #ffffff;
  background-color: #4AB0B0;
  border: solid 2px #ffffff;
  border-radius: 100px;
  padding: 15px;
  width: 100px;
}

/* ------------ Nav Dropdown ------------ */
.dropdown {
    position:static; !important;
}

/* ------------ Custom Nav Dropdown Color ------------ */
.nav-link-nonis {
  color: #212529 !important;
}
.nav-link-nonis:focus,
.nav-link-nonis:hover {
  color: #212529 !important;
  text-decoration: underline 5px #4AB0B0;
}
.custom-item-nonis:focus,
.custom-item-nonis:hover {
  background-color: #4AB0B0;
}

.nav-link-nonis-wildlife {
  color: #212529 !important;
}
.nav-link-nonis-wildlife:focus,
.nav-link-nonis-wildlife:hover {
  color: #212529 !important;
  text-decoration: underline 5px #E95902;
}
.custom-item-nonis-wildlife:focus,
.custom-item-nonis-wildlife:hover {
  background-color: #E95902;
}

.nav-link-nonis-green {
  color: #212529 !important;
}
.nav-link-nonis-green:focus,
.nav-link-nonis-green:hover {
  color: #212529 !important;
  text-decoration: underline 5px #00713C;
}
.custom-item-nonis-green:focus,
.custom-item-nonis-green:hover {
  background-color: #00713C;
}

/* ------------ Custom Nav Dropdown ------------ */
.nav-link {
  text-align: center;
}
.custom-item:focus,
.custom-item:hover {
  color: #ffffff;
}
.custom-line {   
  display: inline-block;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 575.98px) {
  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
    margin-top: 10px;
  }
  .custom-dropdown {
    background-color: transparent;
    border: transparent;
  }
  .custom-box {
    background-color: none;
    border: none; 
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  };      
}

@media (min-width: 576px) { 
  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-underline-offset: 8px;
  }
  .nav-center {
    text-align: center;
  }
  .custom-dropdown {
    margin-top:0px !important;
    width:100% !important;
    
    padding: 10px;
  }
  .custom-box {
    background-color: #F5F5EB;
    border: solid 1px #dee2e6;
    border-radius: 25px;
    padding: 20px;
  }
  .custom-item {
    background-color: #ffffff;
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  };
}

@media (min-width: 992px) { 
  .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-underline-offset: 27px;
  }
  .custom-dropdown {   
    width:70% !important;
    border-top: 1px solid #F5F5EB;
    border-radius: 0px 0px 25px 25px;
    margin-left: 15%;
  };
}

@media (min-width: 1200px) {  
  .custom-dropdown {    
    width:60% !important;    
    margin-left: 20%;    
  }  
  .custom-item {    
    padding-top: 20px;
    padding-bottom: 20px;
  };
}

@media (min-width: 1600px) {   
  .custom-dropdown {
    width:50% !important;
    margin-left: 25%;
  };
}
/* ------------ Footer Link ------------ */
.text-link {
  color: #000;
  text-decoration: none;
}

.text-link:hover {
  color: #4AB0B0;
  text-decoration: underline;
}

/* ------------ Footer Link ------------ */
.footer-link {
  color: #efefef;
  text-decoration: none;
}

.footer-link:hover {
  color: #4AB0B0;
  text-decoration: underline;
}

/* ------------ Square Button ------------ */
.square-button-text {
    color: #4AB0B0 !important;
}

.square-button-text:focus,
.square-button-text:hover {
    color: #ffffff !important;
}

.square-button-text.active,
.square-button-text:active {
    color: #4AB0B0;
    text-decoration: none;
    background-color: transparent;
}

.btn-square {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
    margin: 1rem 1rem 1rem 1rem !important;
    padding: 1rem 0rem 0rem 0rem !important;
    width: 8rem;
    display: block;
    text-decoration: none;
}

.btn-square:focus,
.btn-square:hover {
    background-color: #4AB0B0 !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 25px !important;
}

.box-center {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  text-align: center;
  width: 200px;
  padding: 25px;
}

.overlap-up {
  margin-top: -95px;
}

@media (max-width: 575.98px) { 
  .align-xs-items{   
    flex: 0 0 auto;
    width: 50%;
  };      
}

.rounded-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.min-h-260 {
  min-height: 260px;
}

.box-width {
  max-width: 400px;
}

.profile-box {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
  min-height: 580px;
}

/* ------------ Rounded Image ------------ */

.rounded-image {
  border-radius: 25px;
}






.header-text-shadow {
    text-shadow: 1px 1px 5px #000000;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* ------------ All Rights Text Size Mobile ------------ */
@media (max-width: 575.98px) { 
  .all-rights {
    font-size: 0.75em;
  };
}

/* ------------ Webaam Logo Bottom ------------ */

.logo-bottom {
    width: 100px;
    height: 35px;
    position: relative;
    display: inline-block;
}
.logo-bottom .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.logo-bottom:hover .img-top {
    display: inline;
}

.max-w-500 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}



.rounded-box-taupe {
  background-color: #F5F5EB !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 15px 15px 15px 15px !important; 
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 25px;
}

.dropdown-menu {
  background-color: #F5F5EB !important; 
}

.phone-button {
  max-width: 300px;
}

#describePestProblem {
  height: 150px;
}