HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/precisionhealthcareproviders/public_html/scss/_predefine.scss
.section_gap {
    padding: 120px 0;
    @media (max-width: 767px) {
        padding: 60px 0;
    }
}

.section_gap_top {
    padding-top: 120px;
    @media (max-width: 767px) {
        padding-top: 60px;
    }
}

.section_gap_bottom {
    padding-bottom: 120px;
    @media (max-width: 767px) {
        padding-bottom: 60px;
    }
}
.lite_bg{
    background: #f9f9f9;
}

/* Main Title Area css
============================================================================================ */

.main_title {
    text-align: center;
    margin-bottom: 75px;
    h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    p {
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: 300;
        max-width: 450px;
        margin: auto;
    }
}

/* End Main Title Area css
============================================================================================ */

/* Start Gradient Area css
============================================================================================ */

.gradient-bg {
    @include gradient(90deg, $primary-color 0%, $primary-color2 100%);
}

.gradient-bg2 {
    @include gradient(90deg, $primary-color 0%, $primary-color2 100%);
}

.gradient-color {
	@include gradient(90deg, $primary-color 0%, $primary-color2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* End Gradient Area css
============================================================================================ */

/* Start Buttons Area css
============================================================================================ */

.primary-btn {
	display: inline-block;
	@include gradient2(to right, $primary-color 0%, $primary-color2 51%, $primary-color 100%);
    background-size: 200% auto;
    padding: 0px 38px;
    color: #fff;
    font-family: $primary-font;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 50px;
    outline: none !important;
    box-shadow: 0px 0px 15px rgba(108, 39, 255, 0.3);
    text-align: center;
    cursor: pointer;
    @include transition;
    &:hover {
        background-position: right center;
        color: #fff;
    }
}

/* End Buttons Area css
============================================================================================ */


/* Start Overlay css
============================================================================================ */
.overlay{
    position: relative;
}
.overlay:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

/* End Overlay css
============================================================================================ */