﻿
/* ===========================
   Content-1 Styles
   =========================== */

#content-1 {
    height: 600px;
    width: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    background-size: cover;
    background-image: url("/img/home/appointment-cover.jpg");
    margin-top: 250px;
}

.definition_ {
    font-size: clamp(15px,2vw,20px);
    margin-bottom: 50px;
}

#headline {
    color: #1c4494;
    font-family: Franklin Gothic Heavy;
    font-weight: bolder;
    font-size: clamp(50px, 8vw, 70px);
    line-height: 0.8;
}

#headline2 {
    color: #1c4494;
    font-family: Franklin Gothic Heavy;
    font-weight: bolder;
    font-size: clamp(40px, 8vw, 80px);
    margin-top: -40px;
    line-height: 0.8;
}

#content-3 {
    text-align: center;
    background-image: url('/img/home/ready_cover.jpg');
    background-size: cover;
    width: 100%;
    padding: 0px;
    padding-top:100px;
    padding-bottom:100px;
    margin-top: 100px;
}

.sub_headline {
    color: #1c4494;
    font-family: Franklin Gothic Heavy;
    font-weight: bolder;
    font-size: clamp(21px, 3vw, 55px);
}

.terms {
    color: #025994;
    font-weight: bold;
    text-decoration: underline;
    font-size: clamp(15px, 2vw, 25px);
}

.terms_def {
    color: black;
    font-size: clamp(15px, 2vw, 20px);
    width: 800px;
}

.schedule-message {
    margin-inline:40px;
    color: black;
    font-size: clamp(15px, 2vw, 25px);
}

h5 {
    color: #1c4494;
    font-size: clamp(18px, 4vw, 24px);
    font-family: Segoe UI;
    text-justify: inter-word;
}

#blue-line {
    margin-top: 20px;
    margin-left: -80px;
    width: 1400px;
    height: 40px;
}

#hr_css {
    border-radius: 5px;
    opacity: 100;
    border: 10px solid;
    border-image-slice: 1;
    border-radius: 20px;
    border: 0;
    height: 2.5vw;
    width: auto;
    background-image: linear-gradient(to left,#103a8f,#b4d4ec);
    margin-top: 25px;
    margin-bottom: 25px;
}

#bg-img {
    width: 100%;
    height: 550px
}


.terms {
    color: #025994;
    font-weight: bold;
    text-decoration: underline;
}

.award_bg {
    width: 100%;
}

.pillar_img {
    font-size: 6.2vw;
}

#content-2 {
    margin-top:40px;
    font-family: Segoe UI;
    /*margin-bottom:-300px;*/
}

.award_img {
    width: 250px;
}

.btn-sched {
    font-family: Arial Narrow;
    width: auto;
    padding-inline:50px!important;
    color: white;
    background-color: #1c4494;
    padding: 4px;
    font-size: 30px;
}

.ccc {
    font-family: Segoe UI;
    height: 400px;
    text-align: left;
    font-size: clamp(10px, 3vw, 20px);
    color: black;
    line-height: 1.5;
}

.title {
    font-size: 40px;
    color: #1c4494;
    margin-bottom:15px!important;
}
    .title > strong {
        line-height: 0.9;
        font-family: 'Franklin Gothic Heavy';
    }

.subtitle {
    line-height: 0.9;
    margin-top: -10px;
    font-family: 'Calibri';
    font-size: 24px;
    font-weight: 500;
    color: black;
}

.feature-highlight {
    color: #1c4494;
    font-weight: bold;
}
.terms-definition {
    color:black!important;
    font-size:21px;
}

.btn-info {
    font-family: Franklin Gothic Heavy;
    width: 430px;
    color: white;
    background-color: #30a4ac;
    border-radius: 40px;
    padding: 15px;
    font-size: 40px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#appoint.mb-md-5 {
    margin-bottom: 500px;
}

#appoint {
       padding: 60px 0;
       padding-bottom: 0px;
}

@media only screen and (max-width: 1045px) {
    #headline2 {
        margin-inline:40px;
    }
}

@media only screen and (max-width: 991px) {
    .feature-section {
        padding-inline:45px;
    }
    .terms-definition {
        font-size: 20px;
        text-justify: inter-word;
    }
}
@media only screen and (max-width: 992px) {
    #content_3 {
        height:800px;
    }
}

@media only screen and (max-width: 795px) {
    #btn_sched {
        padding:0;
        font-size: 25px;
        width: 250px;
        height: 50px;
    }
}
@media only screen and (max-width: 750px) {
    .title {
        font-size:35px;
    }
}

@media only screen and (max-width: 648px) {
    .ccc_ {
        padding-bottom:75px;
    }
}

@media only screen and (max-width: 500px) {
    .btn-sched {
        font-size: 20px;
    }
    #content_3 {
        margin-top:-150px;
    }
    #compliance {
        margin-top:-25px
    }
    #competence {
        margin-top:-15px;
    }
    .try {
        padding-bottom:120px;
    }
    #content_3 {
        margin-top:-80px;
    }
    #btn_sched {
        margin-bottom:50px;
    }
}

@media only screen and (max-width: 2124px) {
    .ccc_ {
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 1496px) {
    .ccc_ {
        padding-bottom: 20px;
    }
}