body {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
}
@font-face {
    font-family: 'fontello';
     src: url('../font/fontello.eot');
     src: url('../font/fontello.eot') format('embedded-opentype'),
          url('../font/fontello.woff2') format('woff2'),
          url('../font/fontello.woff') format('woff'),
          url('../font/fontello.ttf') format('truetype'),
          url('../font/fontello.svg') format('svg');
     font-weight: normal;
     font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
p {
    font-size: 20px;
}
a {
    color: #345073;
    text-decoration: none;
}
h2 {
    font-size: 42px;
    font-weight: 400;
    color: #000;
}
.btn {
    font-size: 20px;
}
.btn-primary {
    background-color: #345073;
    border-color: #345073;
    border-radius: 0;
}
.btn-secondary {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    border-radius: 0;
}
.btn-light {
    color: #345073;
    border-radius: 0;
}
.btn-light:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.btn-primary:hover {
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.btn-secondary:hover {
    background-color: #345073;
    border-color: #345073;
}
a.btn.btn-link {
    padding: 0;
}
.primary-color {
    color: #345073;
}
.bg-primary-color {
    background-color: #345073;
}
.bg-secondary-color {
    background-color: #4d4d4d
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
/** Header CSS **/
.awd-topheader-wrap {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
    padding: 1em;
}
.awd-topheader-section-right {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 100%;
    min-height: 0;
    align-items: center;
}
.awd-header-search {
    padding-right: 10px;
}
.awd-topheader-account, .awd-topheader-cart {
    padding: 0 10px;
}
.awd-search-menu-icon {
    position: relative;
}
.awd-search-icon {
    z-index: 4;
    position: relative;
    line-height: normal;
}
.awd-icon.icon-search {
    color: #6f7273;
    font-size: 30px;
}
.awd-icon.icon-search svg {
    height: 1em;
    width: .9em;
    margin-top: 3px;
    margin-right: 2px;
    fill: currentColor;
}
.awd-svg-iconset svg {
    width: 30px;
    height: 30px;
}
.search-form label {
    margin-bottom: 0;
}
.awd-header-search .search-form {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    z-index: 3;
    right: -0.5em;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #e7e7e7;
    line-height: normal;
    padding: 0 3em 0 0;
    border-radius: 2px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: inherit;
    background-color: #fff;
}
.search-field {
    border: none;
    background-color: transparent;
    transition: width .2s;
    border-radius: inherit;
    color: inherit;
    font-size: inherit;
    width: 0;
    color: #757575;
    padding: .75em;
    height: auto;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
}
.awd-search-menu-icon {
    position: relative;
}
.awd-search-menu-icon.awd-search-active  .search-form {
    visibility: visible;
    opacity: 1;
}
.awd-search-menu-icon.awd-search-active .search-field {
    width: 235px;
}
button.search-submit {
    display: none;
}
nav.awd-primarymenu ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.awd-primarymenu ul li a {
    font-size: 24px;
    line-height: 60px;
    color: #4d4d4d;
    padding: 0 2.5em;
    display: inline-block;
    transition: all .3s;
    text-decoration: none;
}
.awd-primarymenu ul li a:hover {
    background: #f4f4f4;
    text-decoration: none;
}
.main-header-menu-toggle.awd-mobile-menu-trigger {
    background: transparent;
    border: 0;
    padding: .5em;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    color: #6f7273;
    line-height: normal;
}
.main-header-menu-toggle.awd-mobile-menu-trigger:focus {
    border: 1px dotted #6f7273;
    outline: 0;
}
.awd-mobilemenu-wrap {
    background: #f9f9f9;
    display: none;
}
.awd-main-mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.awd-main-mobile-menu li {
    position: relative;
}
.awd-main-mobile-menu li a {
    padding: 0 20px;
    line-height: 2.4em;
    display: inline-block;
    width: 100%;
}
.menu-dropdownicon {
    width: 20px;
    height: 20px;
    padding: 6px 0 0;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 15px;
}
.awd-main-mobile-menu a {
    color: #4d4d4d;
    text-decoration: none;
}
ul.sub-menu {
    list-style: none;
}
.awd-mobile-header.awd-stickyactive {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    transition: transform .3s linear,top .3s linear,visibility .3s linear;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #364a72;
    border-color: #364a72;
  }

/******************* Homepage CSS ******************************/
.fwpdf-form {
	background-color: transparent;
	color: #ffffff;
}

.awd-hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15% 3% 5%;
}
.light-overlay {
    background-color: rgb(255 255 255 / 80%);
    padding: 30px 30px 30px 30px;
}
.awd-hero-section.home {
    background-image: url(/hhero.jpg);
}
.awd-hero-section.second {
    background-image: url(/hbg01.jpg);
    margin-top: 60px;
}
.awd-hero-section.flf {
    background-image: url(/flfhomeimage.jpg);
    margin-top: 60px;
}
.awd-hero-section.homecert {
    background-image: url(/teams-cert.jpg);
    margin-top: 60px;
}
.awd-testimonial-section {
    padding: 5% 3%;
}
section.awd-testimonial-section p {
    font-style: italic;
}
.awd-calltoaction {
    background-color: transparent;
    background-image: linear-gradient( 
90deg
 , #FFFFFF 20%, #677894 20%);
    padding: 40px 0;
}
.img-col {
    margin-left: -15px;
}
.text-col {
    padding: 0 6%;
}
.awd-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #345073;
    margin-bottom: 25px;
}
.awd-title:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 2px solid #345073;
}
.awd-title:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 2px solid #345073;
}
.awd-title span {
    margin: 0 10px;
}
.awd-stories {
    padding: 3% 5%;
}
.awd-post-grid-item {
    border: 1px solid;
    padding: 3px !important;
}
.awd-resource-grid-item {
    border: 0px solid;
    padding: 3px !important;
}
.awd-post-title a {
    font-size: 18px;
    color: #345073;
}
.awd-post-excerpt {
    font-size: 16px;
}
.awd-post-excerpt p {
    font-size: 16px;
}
.awd-post-read-more {
    font-size: 18px;
    color: #345073;
}
.awd-post-text {
    padding: 0 10px;
}

/***************************** Footer CSS *****************/
footer {
    padding: 3% 5% 3% 5%;
    background: #4d4d4d;
}
footer h4, footer h5, footer ul li {
    color: #B2B2B2;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li a {
    color: #B2B2B2;
    text-decoration: none;
}
footer li.social-icons {
    float: left;
	height:30px;
	width:30px;
	margin-right:10px;
}
footer li.award-icons {
  	    float: left;
	width:120px;
	margin-right:10px;
	margin-top:20px;
}
footer ul li a:hover {
    color: #B2B2B2;
    text-decoration: underline;
}


/* Sticky Header CSS */
.awd-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform .3s linear,top .3s linear,visibility .3s linear;
}
.awd-sticky-header.awd-stickyactive {
    visibility: visible;
    transform: translateY(0px);
}
.awd-sticky-header .awd-topheader-wrap {
    grid-template-columns: auto auto auto;
}
/* Mobile Header CSS **/
.awd-mobile-header {
    display: none;
}
.awd-mobile-header .awd-topheader-wrap {
    grid-template-columns: 1fr auto 1fr;
}
.awd-close-svg {
    display: none;
}
.main-header-menu-toggle.menu-toggled .awd-open-svg {
    display: none;
}
.main-header-menu-toggle.menu-toggled .awd-close-svg {
    display: block;
}

/* For My Org page CSS **/
.col.first {
    padding-left: 0;
}
.col.last {
    padding-right: 0;
}
.inner-col.light-blue {
    background: #96A2B6;
}
.inner-col.light-grey {
    background: #b2b2b2;
}
.inner-col.dark-blue {
    background: #71809B;
}
.hvoerbox-text-content {
    padding: 35px;
}
.inner-col {
    position: relative;
}
.inner-col.inactive:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    
}
.inner-col {
    height: 100%;
}
a.btn.btn-overlay {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-col .btn-link {
    color: #fff;
    text-decoration: underline;
}
.hvoerbox-text-content h2 {
    font-size: 30px;
}
.product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.fs-32 {
    font-size: 32px;
}
#accordionFAQ .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
#accordionFAQ .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #364971;
    box-shadow: none;
}
/************************ For myself page CSS ******************************/
.awd-hero-section.for-myself {
    background-image: url(/selfimg01.jpg);
}
.awd-hero-section.for-myself-hfaa {
    background-image: url(/selfbg02.jpg);
}
.btn-text-content {
    padding: 3%;
}
.awd-btnsmobile {
    display: none;
}
.hfaa-btns .btn {
    font-size: 24px;
}
.hfaa-btns .btn span {
    display: block;
    font-size: 18px;
    color: #d9d9d9;
}
.cta-wnto {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-wnto-content {
    background-color: #677894;
    padding: 35px;
    margin-left: -40px;
}
.btn-text-content {
    position: relative;
	
	
}

/************************ NHDD page CSS ******************************/
.awd-hero-section.nhdd {
    background-image: url(/nhddbuttonhero.png);
}
.awd-hero-section.for-myself-hfaa {
    background-image: url(/selfbg02.jpg);
}
.btn-text-content {
    padding: 3%;
}
.awd-btnsmobile {
    display: none;
}
.hfaa-btns .btn {
    font-size: 24px;
}
.hfaa-btns .btn span {
    display: block;
    font-size: 18px;
    color: #d9d9d9;
}
.cta-wnto {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-wnto-content {
    background-color: #677894;
    padding: 35px;
    margin-left: -40px;
}
.btn-text-content {
    position: relative;
}
	
/************************ Store page CSS ******************************/
.awd-hero-section.store {
    background-image: url(/storebg01.jpg);
}
.fw-product-details {
    display: grid;
    grid-template-columns: 36% auto;
    grid-column-gap: 15px;
}
.fw-product-short-desc p {
    font-size: 14px;
}
.fw-prdt-price {
    font-size: 22px;
}
.fw-price-suf {
    display: block;
    font-size: 14px;
    font-style: italic;
}
.awd-store-btngroup .btn {
    font-size: 14px;
    margin: 5px;
}

section.awd-post-header-section {
    position: relative;
    height: 500px;
    background-image: url(/bimg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.awd-pr-header-section {
    position: relative;
    height: 500px;
    background-image: url(/pressrelease.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-background-overlay {
    background-color: #FFFFFF;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.awd-post-inner-wrap {
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #345073;
    padding: 5%;
    margin-top: -15%;
}
.awd-post-title {
    font-size: 32px;
}
.awd-post-subtitle {
    color: #4D4D4D;
    font-size: 22px;
    font-weight: 400;
}
.awd-post-meta {
    color: #000;
    font-size: 18px;
    margin: 10px 0;
}
.awd-post-content p {
    font-size: 18px;
}
.awd-pr-content p {
    font-size: 16px;
}
.awd-post-divider {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}
.awd-divider-separator {
    margin: 0 auto;
    width: 55%;
    border-top: 2px solid #345073;
}
.awd-post-info a {
    color: #345073;
}

/************************* healthcare page CSS *********************************/
.modal-backdrop
{
    opacity:0.5 !important;
}
.awd-hero-section.healthcare {
    background-image: url(/hc-hero.jpg);
}
.fw-healthcaretabs .nav-link {
    text-align: center;
    background: #96A2B6;
    padding: 14px;
    margin: 0;
    border-radius: 0;
    color: #345073;
    height: 100%;
}
.fw-healthcaretabs .nav-link span {
    display: block;
}
.fw-healthcaretabs .nav-link img {
    width: 30px;
    margin-bottom: 10px;
}
.fw-healthcaretabs .nav-link.active {
    background: #DCDDDE;
    color: #345073;
}
.fw-healthcaretabs .nav-tabs .nav-link, .fw-healthcaretabs .nav-tabs .nav-link:hover {
    border-right: 2px solid white;
}
div#myTabContent {
    border: 0px solid #ccc;
    border-top-width: 0;
    padding: 20px;
}
a.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
	display: block;
}

button.aria-exp.btn.btn-default.btn-xs[aria-expanded="true"] + .dropdown-menu {
	display: block;
}

#searchbar {
	display: none;
}

@media (min-width: 1200px) {
    .fw-healthcaretabs .nav {
        flex-wrap: nowrap;
    } 
	
	.awd-sticky-header .container-fluid .site-logo-img img {
  width:auto; height:55px; 
}
}
.awd-mobile-header.awd-stickyactive {
    transform: translateY(-100%);
	-webkit-animation: transanimate .3s ease-out forwards;
	   -moz-animation: transanimate .3s ease-out forwards;
	    -ms-animation: transanimate .3s ease-out forwards;
	     -o-animation: transanimate .3s ease-out forwards;
	        animation: transanimate .3s ease-out forwards;
}

@-moz-keyframes transanimate {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes transanimate {
	0% {
	    transform: translateY(-100%);
	}

	100% {
	    transform: translateY(0px);
	}
}
/************************* Hospice Month page CSS *********************************/
.awd-hero-section.hospice-month {
    background-image: url(/hospicebuttonhand.jpg);
}
/************************* Webinar page CSS *********************************/
.awd-hero-section.webinar {
    background-image: url(/webinarhero.jpg);
}
.awd-post-thumbnail.webinar {
    border: 1px solid silver;
}
.playcontainer {
	  position: relative;
  width: 100%;
}
.playcontainer .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
opacity: 0.6;
  color: gray;
  font-size: 32px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.playcontainer .btn:hover {
  color: silver;
}



/************************* NHDD page CSS *********************************/
.awd-hero-section.nhdd {
    background-image: url(/nhddbuttonhero.png);
}
/************************* Online Training page CSS *********************************/
.awd-hero-section.online-training {
    background-image: url(/online-training.jpg);
}

/************************* Practice Research page CSS *********************************/
.awd-hero-section.practice-research {
    background-image: url(/practice-research.jpg);
}

.row.column-divider > div[class^="col"] {
  border-right: 1px solid silver;
  padding-right: 10px;
}
.row.column-divider > div[class^="col"]:last-child {
  border-right: none;
}


/************************* Best Practice page CSS *********************************/
.awd-hero-section.best-practice {
    background-image: url(/best-practice.jpg);
}

/************************* Training Solutions page CSS *********************************/
.awd-hero-section.training-solutions {
    background-image: url(/training-solutions.jpg);
}


/************************* FLF page CSS *********************************/
.awd-hero-section.flf {
    background-image: url(/FLF-Hero.jpg);
}

/************************* Community page CSS *********************************/
.awd-hero-section.community {
    background-image: url(/community.jpg);
}

/************************* resources page CSS *********************************/
.awd-hero-section.resources {
    background-image: url(/resourceshero.jpg);
}


/************************* certified resources page CSS *********************************/
.awd-hero-section.certpresenter {
    background-image: url(/presenter-hero.jpg);
}
.awd-hero-section.certfacilitator {
    background-image: url(/facilitator-hero.jpg);
}



/************************* Business page CSS *********************************/
.awd-hero-section.business {
    background-image: url(/business-brewer.jpg);
}
.awd-hero-section.faqs {
    background-image: url(/faqs.jpg);
}
.awd-hero-section.businessnew {
    background-image: url(/businessteam.jpg);
}

.fw-businesstabs .nav-link {
    text-align: center;
    background: #96a2b6;
    padding: 14px;
    margin: 0;
    border-radius: 0;
    color: #FFFFFF;
    height: 100%;
}
.fw-businesstabs .nav-link span {
    display: block;
}
.fw-businesstabs .nav-link img {
    width: 30px;
    margin-bottom: 10px;
}
.fw-businesstabs .nav-link.active {
    background: #345073;
    color: #FFFFFF;
}
.fw-businesstabs .nav-tabs .nav-link, .fw-businesstabs .nav-tabs .nav-link:hover {
    border: 0;
}
div#myTabContent {
    border: 0px solid #ccc;
    border-top-width: 0;
    padding: 20px;
}
@media (min-width: 1200px) {
    .fw-businesstabs .nav {
        flex-wrap: nowrap;
    } 
	
	.awd-sticky-header .container-fluid .site-logo-img img {
  width:auto; height:55px; 
}
}
.awd-mobile-header.awd-stickyactive {
    transform: translateY(-100%);
	-webkit-animation: transanimate .3s ease-out forwards;
	   -moz-animation: transanimate .3s ease-out forwards;
	    -ms-animation: transanimate .3s ease-out forwards;
	     -o-animation: transanimate .3s ease-out forwards;
	        animation: transanimate .3s ease-out forwards;
}

@-moz-keyframes transanimate {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes transanimate {
	0% {
	    transform: translateY(-100%);
	}

	100% {
	    transform: translateY(0px);
	}
}

/**************** Blog page CSS **/
.awd-hero-section.blog {
    background-image: url(/blogbg02.jpg);
}
.posts-section .awd-title {
    font-size: 16px;
}
.posts-section .nav-pills .nav-link {
    color: #000;
}
.posts-section .nav-pills .nav-link.active, .posts-section .nav-pills .show>.nav-link {
    color: #4d4d4d;
    background-color: transparent;
}
.awd-post-wrap {
    position: relative;
    z-index: 1;
}
@media (min-width: 1024px) {
.fw-blogpost-tabs .tab-pane .col {
    max-width: 20%;
}   
}
@media (min-width: 768px) and (max-width: 1023px) {
    .fw-blogpost-tabs .tab-pane .col {
        max-width: 50%;
        flex: auto;
        margin-bottom: 15px;
    }   
}

/************************** Staff Page CSS ******************/
.team-desc p {
    font-size: 16px;
}
.team-desc .text-left {
    text-align: left;
}


/** Media Queries **/
@media (max-width: 1540px) {
    .awd-sticky-header .awd-primarymenu ul li a {
        font-size: 20px;
    }
}
@media (max-width: 1385px) {
    .awd-sticky-header .awd-primarymenu ul li a {
        padding: 0 1em;
        font-size: 18px;
    }
    .awd-sticky-header .site-logo-img img {
        width: 145px !important;
        height: auto !important;
    }
}
@media (max-width: 1100px) {
    .awd-primarymenu ul li a {
        font-size: 20px;
        padding: 0 1.5em;
    }
}
@media (max-width: 1024px) {
h2 {
    font-size: 32px;
}
}
@media (max-width: 921px) {
.awd-header {
    display: none;
}
.awd-mobile-header {
    display: block;
}
.awd-primarymenu ul li a {
    font-size: 16px;
    padding: 0 1em;
}
header.awd-sticky-header {
    display: none;
}
footer {
    display: none;
}
.awd-products-section .col {
    flex-basis: auto;
    margin-bottom: 20px;
}

.awd-sticky-header .container-fluid .site-logo-img img {
  width:50%; height:50%; 
}


}
@media (max-width: 767px) {
	
.awd-topheader-section-right li{
	list-style-type: none;
	padding-right: 10px;
}
	
.awd-primarymenu ul{
    font-size: 14px;
    padding: 0;
}
	
p {
    font-size: 16px;
}
h2 {
    font-size: 25px;
}
.awd-hero-section {
    padding: 25% 0 0;
}
.awd-calltoaction {
    background-color: #677894;
    background-image: none;
}

.awd-primarymenu ul li a {
    font-size: 14px;
    padding: 0 0.7em;
	display:block;
	line-height:30px;
}

.img-col {
    margin-left: 0;
}
.awd-stories .col {
    flex-basis: auto;
    margin-bottom: 15px;
}
.awd-btnsmobile {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.awd-topheader-wrap {
    padding: 1em 0;
}
.site-logo-img img {
    width: 150px;
    height: auto;
}

.awd-icon.icon-search {
    font-size: 20px;
}
.awd-header-search {
    padding-right: 0px;
}
.awd-svg-iconset svg {
    width: 22px;
    height: 22px;
}
.awd-topheader-cart {
    padding: 0;
}
.awd-topheader-cart img {
    width: 20px;
    height: auto;
}
.awd-hero-org .col {
    flex-basis: auto;
    margin-bottom: 15px;
}
.awd-hero-org .col.first {
    padding-left: calc(var(--bs-gutter-x)/ 2);
}
.awd-hero-org .col.last {
    padding-right: calc(var(--bs-gutter-x)/ 2);
}
.cta-wnto-content {
    margin-left: 0;
}
.col {
    flex-basis: auto;
    margin-bottom: 15px;
}
}
@media (max-width: 544px) {
    .fw-product-details {
        grid-template-columns: auto;
        gap: 15px;
    }
}
---------------------------------------------
.loader {
    border: 16px solid #f3f3f3; /* Light grey border */
    border-top: 16px solid #3498db; /* Blue border on top */
    border-radius: 50%; /* Makes the loader circular */
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite; /* Rotate animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
