/***** Mobile First *****/

/*Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/

@media (min-width: 430px) {
  .js-form-wrapper .btn-outline-dark {
    margin-left: 20px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Inter-Bold";
  }
  h1 {
    font-size: 60px;
    line-height: 68px;
  }
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    font-size: 18px;
    line-height: 30px;
  }

  /***** Containers *****/
  .container {
    max-width: 1210px;
  }

  /***** Positions *****/
  .position-md-absolute {
    position: absolute;
  }

  /***** Paddings *****/
  .block-padding {
    padding: 60px 0;
  }
  .block-padding-top {
    padding-top: 60px;
  }
  .block-padding-bottom {
    padding-bottom: 60px;
  }

  /***** Margins *****/
  .block-margin {
    margin: 60px 0;
  }

  /***** page Banners *****/
  .page-banner {
    height: 500px;
  }
  .page-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }

  /***** Cards *****/
  .card-horizontal .row:not(:last-child) {
    margin-bottom: 40px;
  }
  .card-horizontal .row .content {
    max-width: 441px;
  }

  .card-horizontal.img-content .row:nth-child(even),
  .card-horizontal.content-img .row:nth-child(odd),
  .card-horizontal .text-img {
    flex-direction: row-reverse;
  }
  .card-horizontal.content-img .row:nth-child(odd) figure,
  .card-horizontal .text-img figure {
    text-align: right;
  }

  .card-horizontal-md {
    max-width: 1000px;
    margin: 0 auto;
  }
  .card-horizontal-md .row:not(:last-child) {
    margin-bottom: 40px;
  }
  .card-horizontal-md .row .content {
    max-width: 362px;
  }

  .card-horizontal-md.img-content .row:nth-child(even),
  .card-horizontal-md.content-img .row:nth-child(odd),
  .card-horizontal-md .text-img {
    flex-direction: row-reverse;
  }

  /***** Homepage *****/
  .partner-cards .card-body {
    padding: 40px 15px 10px 15px;
  }

  /***** Slick Slider *****/
  .partner-cards .slick {
    margin: 0 -12px;
  }

  /***** FAQ Page *****/
  .container-faq .accordion-header {
    padding: 15px 0;
  }
  .container-faq .accordion-button:not(.collapsed) {
    padding-bottom: 0;
  }
  .container-faq .accordion-body {
    padding-bottom: 50px;
    padding-right: 50px;
  }

  /***** The Big Issues *****/

  .article-list h3 {
    margin-bottom: 40px;
  }
  .article-list > div:not(:last-child) {
    margin-bottom: 100px;
  }

  .article-cards.cards-list .card {
    margin-top: 0;
  }

  .article-cards.cards-list .article-section-title {
    margin-bottom: 40px;
  }
  .article-cards.cards-list .article-section-title h2 {
    line-height: 44px;
  }
  .article-cards.cards-list .card .card-img-top,
  .article-cards.cards-list .card .image-style-article-thumbnail {
    margin-bottom: 30px;
  }

  .article-cards.cards-list.cards-list-padding .col:nth-of-type(1) .card,
  .article-cards.cards-list.cards-list-padding .col:nth-of-type(2) .card,
  .article-cards.cards-list.cards-list-padding .col:nth-of-type(3) .card,
  .article-cards.cards-list.cards-list-padding .col:nth-of-type(4) .card {
    margin-top: 0;
  }
  .article-cards.cards-list.cards-list-padding .card {
    margin-top: 60px;
  }

  /***** Contact Us *****/
  .site-form .btn {
    margin-top: 46px;
  }
  .site-form-lg textarea {
    height: 210px;
  }
  .site-form-lg .btn-lg {
    margin-top: 76px;
  }
  .view-filters + .view-empty,
  .view-empty {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .view-empty {
    margin-top: 40px;
  }

  /***** Pagination *****/
  .pagination .page-item:last-child .page-link,
  .pagination .page-item:nth-last-child(2) .page-link {
    width: 80px;
  }
  .page-item .page-link {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }

  /***** OTP Holder *****/
  .otp-container figure {
    margin-top: 40px;
  }

  /***** Form Elements *****/
  .site-form.border {
    padding: 65px 25px;
  }
  .site-form.border header {
    margin-bottom: 67px;
  }
  .site-form-lg .form-control,
  .site-form-lg .form-select {
    height: 75px;
  }
  .site-form-lg textarea.form-control {
    height: 210px;
  }

  /***** Site Form Inline *****/
  .site-form-inline .form-input-hldr {
    margin-bottom: 0;
  }
  .site-form-inline .form--inline .form-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .site-form-inline .form--inline .form-actions {
    margin-bottom: 0;
  }

  textarea.form-control {
    height: 155px;
  }

  /***** Blocks *****/
  .section-block h2 {
    margin-bottom: 40px;
    line-height: 44px;
  }
  .section-block .lessons-progress {
    margin: 10px 0 100px;
  }
  .section-block .pagination {
    margin-top: 100px;
  }

  /***** Resources *****/
  .resources-block h2 {
    line-height: 44px;
    margin-bottom: 44px;
  }
  .resources-block .btn-site-group .btn {
    margin: 0 25px;
  }
  .resources-block .btn-site-group .btn.btn-lg {
    margin: 10px 25px;
  }

  /***** The Big Issues *****/

  .article-page .page-title {
    font-size: 28px;
    line-height: 38px;
  }
  .article-page .page-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  /***** Pet Card *****/
  .pet-info .pet-info-top {
    padding: 30px 35px 40px 57px;
  }
  .pet-info .pet-info-bottom {
    padding: 19px 35px 43px 57px;
  }
  .pet-info h3 {
    margin-left: 57px;
  }
  .pet-card-horizontal .btn-outline-dark {
    margin-top: 0;
  }

  /***** Tables *****/
  th {
    font-family: "Inter-Bold";
    font-size: 24px;
  }
  td {
    font-size: 20px;
    border-color: #000;
  }
  .table > :not(caption) > * > * {
    padding: 19.25px 20px;
  }

  /***** Footer *****/
  .main-footer nav .navbar-nav {
    flex-direction: row;
  }
  .main-footer nav .navbar-nav .nav-item {
    margin: 10px 0;
  }
  .main-footer nav .navbar-nav .nav-link {
    padding: 0 15px;
    border-right: 1px solid #fff;
    line-height: normal;
  }
  .main-footer nav .navbar-nav .nav-item:last-child .nav-link {
    border: 0;
  }
  .main-footer .copyright {
    margin: 0 10px;
  }

  /***** Confidence Message Snackbar *****/
  .confidence-message-hldr {
    top: 30px;
    left: 85px;
  }
  .confidence-message-hldr .growth-chart-snackbar-btn {
    position: static;
  }
  .growth-chart.alert.confidence-message.icon {
    background-image: none !important;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
  }
  .confidence-message.alert.icon-paw:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #c7c7c7 transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 10px;
    left: -8px;
  }
  /***** Growth Guidance Message Snackbar *****/
  .growth-message-hldr {
    left: inherit;
    bottom: 65px;
    right: 60px;
  }
  .growth-message-hldr .growth-chart-snackbar-btn {
    position: static;
  }
  .growth-chart.growth-guidance {
    right: 10px;
    margin-bottom: 5px;
  }
  .growth-chart.growth-guidance:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #c7c7c7;
    transform: rotate(0deg);
    position: absolute;
    bottom: 6px;
    right: -7px;
  }
  .alert.icon.icon-info {
    background-image: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  /***** Modals *****/
  .modal-body .form-inline {
    margin: 65px 0 75px;
  }
  .modal-body .form-inline .form-control {
    width: 380px;
  }
  .modal-body .table-responsive {
    margin-bottom: 60px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  /***** Paddings *****/
  .block-padding {
    padding: 100px 0;
  }
  .block-padding-top {
    padding-top: 100px;
  }
  .block-padding-bottom {
    padding-bottom: 100px;
  }
  .block-padding-md {
    padding: 40px 0;
  }
  .block-padding-md-top {
    padding-top: 40px;
  }
  .block-padding-md-bottom {
    padding-bottom: 40px;
  }
  /***** Margins *****/
  .block-margin {
    margin: 100px 0;
  }

  /***** Home Page *****/
  .home-banner-content h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .home-banner-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  /***** Tables *****/
  th,
  td {
    white-space: nowrap;
  }

  /***** Breadcrumbs *****/
  /* .breadcrumb {
    margin-top: 100px;
    margin-bottom: 50px;
  } */

  /***** Pagination *****/
  /* .pagination {
    margin-bottom: 100px;
  } */

  /***** page Banners *****/
  .page-banner h1 {
    font-size: 80px;
    line-height: 90px;
  }

  /***** Resources *****/
  .resources-block .btn-site-group .btn.btn-lg {
    margin: 0 25px;
  }

  /**** Homepage *****/
  .home-banner-content {
    padding: 0;
  }

  .article-cards h2 {
    margin-bottom: 40px;
  }
  .article-cards .d-inline-block {
    margin-top: 27px;
  }
  .article-cards .card-body {
    padding: 35px;
  }

  .partner-cards h2 {
    margin-bottom: 40px;
  }
  .partner-cards .card-body {
    padding: 40px 25px 25px 35px;
  }

  /***** About Us Page *****/
  .page-intro .container-md {
    margin-bottom: 100px;
  }

  /***** FAQ Page *****/
  .faq-categories {
    margin-top: -40px;
  }
  .container-faq {
    padding: 20px 0 50px;
  }
  .container-faq h2.faq-title {
    margin-bottom: 40px;
  }

  /***** The Big Issues *****/
  .article-card {
    margin-bottom: 100px;
  }
  .article-pagination .card-body {
    padding: 70px 50px 50px;
  }

  .article-page .page-title {
    font-size: 34px;
    line-height: 42px;
  }
  .article-page .page-subtitle {
    font-size: 26px;
    line-height: 34px;
  }

  /***** Signup Page *****/
  .signup-form {
    padding: 0 60px;
  }

  .page-heading {
    padding: 16px 0 24px;
  }

  /***** Positions *****/
  .position-lg-absolute {
    position: absolute;
  }

  /***** Cards *****/

  .card-horizontal .row:not(:last-child) {
    margin-bottom: 60px;
  }
  .card-horizontal .content :is(h2, p) {
    margin-bottom: 20px;
  }

  .card-horizontal .content {
    margin-left: 40px;
    margin-right: 0;
  }

  .card-horizontal-md .row:not(:last-child) {
    margin-bottom: 100px;
  }
  .card-horizontal-md.img-content .row:nth-child(odd) .content,
  .card-horizontal-md.content-img .row:nth-child(even) .content,
  .card-horizontal-md .img-text .content {
    margin-left: 100px;
    margin-right: 25px;
  }
  .card-horizontal-md.img-content .row:nth-child(even) .content,
  .card-horizontal-md.content-img .row:nth-child(odd) .content,
  .card-horizontal-md .text-img .content {
    margin-right: 100px;
    margin-left: 25px;
  }

  /***** Main Navigation *****/
  .navbar-expand-lg.main-navbar .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    border-right: 1px solid #000000;
  }
  .navbar-expand-lg.main-navbar .navbar-nav .nav-item:last-child .nav-link {
    border-right: 0;
  }

  /***** Data Visualization *****/
  .growth-chart-snackbar-btn.growth-guidance {
    left: inherit;
    bottom: 80px;
    right: 125px;
  }

  /***** Form Elements *****/
  .btn-check + .btn {
    height: 30px;
    width: 40px;
    font-size: 12px;
    line-height: 28px;
  }

  /***** Modals *****/
  .modal-body .table-responsive {
    margin-left: 60px;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  /***** Homepage *****/
  .home-banner-content h1 {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 20px;
  }
  .home-banner-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .partner-cards .card-body {
    padding: 70px 35px 35px 50px;
  }
  .partner-cards .card-body figure {
    margin-bottom: 90px;
  }
  .partner-cards .card-footer {
    padding: 35px 20px 50px;
  }

  /***** Signup Page *****/
  .signup-form {
    padding: 0 80px;
  }

  /***** The Big Issues *****/

  .article-page .page-title {
    font-size: 38px;
    line-height: 44px;
  }

  /***** Cards *****/
  .card-horizontal.img-content .row:nth-child(odd) .content,
  .card-horizontal.content-img .row:nth-child(even) .content,
  .card-horizontal .img-text .content {
    margin-left: 70px;
  }

  .card-horizontal.img-content .row:nth-child(even) .content,
  .card-horizontal.content-img .row:nth-child(odd) .content,
  .card-horizontal .text-img .content {
    margin-left: 90px;
  }

  /***** Tables *****/
  .site-table {
    table-layout: fixed;
  }
}

@media (min-width: 1400px) {
  /***** Slick Slider *****/
  .partner-cards .slick {
    margin: 0 -15px;
  }
}

/***** Non-Mobile First *****/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  /***** Heights *****/
  .h-md-350 {
    height: 350px;
  }
  /***** Overlay Image *****/
  .overlay-md-img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
  .overlay-md-img img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: inherit;
  }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  /***** Heights *****/
  .h-xs-350 {
    height: 350px;
  }
  .main-navbar .navbar-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  /***** Heights *****/
  .h-400 {
    height: 400px;
  }

  /***** Containers *****/
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  /***** Form Elements *****/
  .form-input-hldr .flex-md-fill + .form-check {
    margin-top: 12px;
  }

  /***** Homepage *****/
  .card-horizontal .row:not(:last-child) .content {
    margin-bottom: 40px;
  }
  .card-horizontal .row .content h2 {
    margin-top: 15px;
  }

  .card-horizontal-md .row:not(:last-child) .content {
    margin-bottom: 40px;
  }
  .card-horizontal-md .row .content h3 {
    margin-top: 15px;
  }

  .btn-lg {
    width: 300px;
    height: 80px;
    font-size: 24px;
  }
  .site-form .btn {
    width: 100%;
  }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/*Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width*/

@media screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
}
