.bold-home {
    font-weight: bold;
}

.bg-section-secondary-new {
    background-color: #F8F8F8 !important;
}

.bg-section-secondary-light-rose {
    background-color: #FFF6F1 !important;
}

.bg-section-secondary-light-blue {
    background-color: #EDF6FF !important;
}

.bg-section-secondary-light-blue2 {
    background-color: #D1FFF6 !important;
}

.bg-section-secondary-light-blue3 {
    background-color: #EDF6FF !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.align-right-side {
    display: flex;
    justify-content: flex-end
}

.sticky {
	position: fixed;
    top: 0;
    width: 100%;
}

.nav-shadow {
    box-shadow: 0px -6px 10px black;
}

@media only screen and (max-width: 1281px) {
    .mobile-view-none {
      display: none;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-view-none-new {
      display: none;
    }
}

@media only screen and (min-width: 991px) {
    .web-view-none {
      display: none;
    }
}

.count-font {
    font-family: Raleway;
    font-size: 80px;
    font-weight: 800;
    background: -webkit-linear-gradient(#0056FE, #01C4FE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.phone-input {
    float: right;
}

.phone-btn {
    display: inline-block;
    white-space: nowrap;
    float: right;
    margin-top: 2px;
}

.social-links {
    float: right;
}

.copy-right {
}

@media screen and (max-width: 991.98px) {
    .centered-text {
        text-align: center;
    }

    .d-block {
        display: block !important;
    }
    .phone-input {
        text-align: center;
        float: none;
    }
    .social-links {
        float: right;
    }
    .social-links-col {
        text-align: center;
        margin-top: 30px;
    }

    .copy-right {
    }

    .pb-mob {
        padding-bottom: 10px !important;
    }
  }

  @media screen and (max-width: 575.98px) {
    .phone-btn {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
  }

.whyUsTickIconContainer {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.whyUsTickIcon {
    height: 32px;
    width: 32px;
}

@media only screen
and (min-width: 360px) and (max-width: 869px) {
    .count-font {
        font-size: 4rem;
    }
}

.whyUsTickItem .far {
    font-size: 2rem !important;
    background: -webkit-linear-gradient(#0056FE, #01C4FE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-lg {
    line-height: 2rem !important;
}

.teamPersonPic {
    border-radius: 100% !important;
    margin-bottom: 20px;
    box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.24);
    -webkit-box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.24);
}

.pulseContainer {
}

.pulse-button {
    color: white;
    background: #008aff;
    border-radius: 0.375rem;
    box-shadow: 0 0 0 0 rgba(0, 138, 255, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 14px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

div, p {
    font-family: 'Lora', serif !important;
}

.italicFont {
    font-family: 'Lora', serif;
    font-style: italic;
}

h1, h2, h3, h4, h5, button, a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}



