/* @import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Slab&display=swap');

*{
    margin: 0;
    padding: 0;
}
/* html{
    font-family: 'Roboto slab', sans-serif;
    scroll-behavior: smooth;
    font-size: 16px;
  } */

/* Enrollment Css */
.card{
    font-family: 'Montserrat', sans-serif;
    padding: 1.5em;
}
.card-body h3{
    font-family: 'Roboto Slab', serif !important;
    text-align: center;
     
}

.enrollmentContent .enrollTitle{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.enrollmentContent b{
    margin-top: .8em;
}

.enrollNumTitle{
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.2em;
    margin-top: 2em;
}

.enrollmentBtnAction{
    text-align: center;
}

.enrollmentBtnAction .enrollBtn{
    margin-top: 2em;
}

.enrollBtn {
    font-family: 'Roboto Slab', serif;
    align-items: center;
    background-color: #447996;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 20px;
    border-radius: 40px;
    border: transparent;
    width: 200px;
    text-align: center;
    justify-content: center;
}
.enrollBtn:focus {
    outline: transparent;
}
.enrollBtn:hover {
    font-weight: bolder;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    background-color: #EDEDED;
    color: #447996 !important;
    border: solid 1px #447996;
}


/* May CSS  */
#paymentprocess .container-fluid{
    background-image: url('../Image/paymentprocess-bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    
    /* height: 100vh; */

    /* display: flex;
    justify-content: center;
    align-items: center; */
}
#paymentprocess .container-fluid .row{
    padding-bottom: 3rem;
}
#paymentprocess .container-fluid .row .col-md-12 h1{
    color: #3F3220;
    font-size: 5rem;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-weight: bold;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
#paymentprocess .container-fluid .row .col-xl-7{
    padding: 0rem 0rem 0rem 4rem;
}
#paymentprocess .container-fluid .row .col-lg-6{
    padding: 0rem 2rem 2rem;
}
#paymentprocess .container-fluid .row  .col-xl-7 .row .col-lg-6{
    position: relative;
}
#paymentprocess .container-fluid .row  .col-xl-7 .row .col-lg-6 img{
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 1;
}
#paymentprocess .container-fluid .row .col-lg-6 h2{
    color: #062969;
    font-size: 2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
#paymentprocess .container-fluid .row .col-lg-6 .card{
    background-color: #E7D8C6;
    border-radius: 15px;
    border: none;
    height: 90% !important;
   
}
#paymentprocess .container-fluid .row .col-lg-6 .card-header{
    background-color: transparent;
    padding: 0;
}
#paymentprocess .container-fluid .row .col-lg-6 .card-header h3{
    color: #062969;
    font-size: 1.5rem;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
#paymentprocess .container-fluid .row .col-lg-6 .card-body{
    background-color: transparent;
    padding: .5rem 0rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #062969;
}
#paymentprocess .container-fluid .row .col-lg-6 .card-body li{
    color: #062969;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    padding-top: .5rem;
}


/* for Account details */
#paymentprocess .container-fluid .row .col-xl-5{
    padding: 0rem 1rem 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#paymentprocess .container-fluid .row .col-xl-5 h2{
    color: #062969;
    font-size: 2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
#paymentprocess .container-fluid .row .col-xl-5 .card{
    background-color: #062969;
    border-radius: 15px;
    border: none;
}
#paymentprocess .container-fluid .row .col-xl-5 .card-body{
    background-color: transparent;
    padding: .5rem 0rem 1rem;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: #E7D8C6;
    
}
#paymentprocess .container-fluid .row .col-xl-5 .card-body li{
    color: white;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    padding-top: .5rem;
}
/* ---------------------------------------------------- */




















/* Header */
.iPadHeader {
    display: none;
}

header {
    background-color: #655642;
    margin-top: 0 !important;
}
.headerinfo  {
    text-align: center;
    color:rgba(255, 255, 255, 0.898) !important;
}
.headicon1, .headicon2 {
    margin-top: .5rem;
}
.headicon2 {
    margin-left: .5rem;
    margin-bottom: .5rem;
}
.headicon3 {
    margin-bottom: .5rem;
    background-color: #655642;
}
.socialicon {
    margin-bottom: .5rem;
}
.fa-facebook-f {
    color: #f3f3f3;
    margin: 2px;
}
.fa-youtube {
    color: #f3f3f3;
    margin: 2px;
}
/* navbar-------------------------------------------------- */
.navpro {
    display: none;
}
.ipadproenrollbtn, .ipadprologinbtn {
    display: none;
}
.nvb {
    top: 0;
    width: 100%;
    z-index: 9;
}
.hccci-logo {
    left: 0;
    width: 3rem;
    height: 3rem;
}

.navactive {
    font-weight: bold;
    color: #011842 !important;
}
.ht {
    padding-left: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #011842 !important;
    position: absolute;
    margin-top: .4rem;
    font-family: 'Montserrat', sans-serif;
}

.hcccititle {
    font-size: 0.6rem;
    position: relative;
}
.nt1, .nti1 {
    display: inline-block;
    width:  2rem;
    height: 2rem;
}
.navbar-toggler .nti1{
    color: rgb(24, 24, 24) !important;
}
.nti1 {
    margin-top: -6px;
    margin-left: -13px;
}
.linecolor {
    color: #c3b091;
}
.navul li{
    font-size: 16px;
    text-align: justify !important;
    margin-right: 16px;
    font-family: 'Roboto Slab', serif !important;
}
.navul .nhome {
    margin-top: -1px !important;
}
.nav-link{
    color: #062969 !important;
}
.nav-link:hover {
    font-weight: bold;
}

.nav-dm  li{
    font-size: 12px;
    text-align: center !important;
    width: 100%;
}
.dropdown ul a:hover{
    font-weight: bold !important;
    background-color: #94c7e3;
}
nav .loginbtn {
    font-weight: normal !important;
    padding: 0 15px;
    background-color:#447996;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: .3rem;
    box-shadow: 1px 2px 6px rgba(0,0,0,.4);
    margin: 20px 30px 5px 0 !important;
    color: #f3f3f3;
    margin-right: 10px;
    border-radius: 15px;
    border: transparent;
}
.sticky {
    position: fixed;
    margin-top: 0 !important;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    background-color: #EDEDED !important;
  }

/* Title */
.tt1 {
    margin-top: 10px;
    text-align: center;
    color: #655642;
    font-weight: bold;
}

.tt2 {
    text-align: center;
    margin-bottom: 20px;
}

.sv1 {
    margin-bottom: 20px;
}

/* Programs Offered */
.btn-ms {
    font-weight: bold;
    width: 100%;
    background-color: #c4c4c4;
    margin-bottom: 20px;
}

/* Footer ============================================*/
footer {
    bottom: 0;
}


.fh, .fc {
    background-color: #94c7e3;
    padding: 10px 10px;
    border-radius: 10px;
}
.footer-text {
    margin-top: 20px;
}

.fc{
    margin-top: 20px;
}
.info-text {
    text-align:center;
    padding-top: 18px;
    font-weight: bold;
}


.contact-form {
    margin-top: 20px;
}

.contact-form h3, .contact-form h5{
    font-weight: bold;
}
.btnf {
    width: 100%;
    background-color: #94c7e3;
    border-color: rgba(0, 0, 0, 0.05);
}

.all-rights {
    margin: 0;
    color: #f3f3f3;
    background-color: #636363;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}

/*For iPhone 6/7/8================================*/
.frequent{
    font-family: 'Oxygen', sans-serif;   
}
.frequent .frequent2 .active{
    background-color: #e3c194;
    color: #000000;
    font-weight: bold;
}
.frequent .frequent2 li a{
    background-color: #447996;
    color: #f3f3f3;
}
.frequent .frequent2 li{
    margin: 5px;
}

.frequent h1{
    padding-top: 20px;
    font-size: 25px;
    text-align: center;
    color:#655642;
}
.frequent h4{
    font-weight: bold;
    font-size: 16px;
}
.frequent li{
    font-size: 16px;
    text-align:justify;
    
}
.nav-justified{
    padding-top: 20px;
}

/*For iPhone 6/7/8 Plus================================*/

.frequent{
    font-family: 'Oxygen', sans-serif;
    
}
.frequent h4{
    font-weight: bold;
    font-size: 17px;
}
.frequent h1{
    padding-top: 15px;
    text-align: center;
    color:#655642;
}
.frequent li{
    font-size: 17px;
    
}
.nav-justified{
    padding-top: 20px;
}

/* >>>>>>>Footer-------------------------------------<<<<<<< */
.ipadfooter {
    display: none;
}
.dskfooter {
    display: none;
}
footer {
    background-color: #655642;
    padding-bottom: 2rem;
    padding-top: 1rem;
    /* margin-top: 3em; */
}


.fh, .fc, .cft {
    background-color:#655642;
    padding: .3rem;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}
.footer-text {
    margin-top: 20px;
    color: #f3f3f3;
}

.fc{
    margin-top: 20px;
}
.info-text {
    padding-top: 18px;
    font-weight: normal !important;
    text-align: center;
    color: #f3f3f3;
}

.contact-form {
    margin-top: 20px;
}

.cfc{
    color: #f3f3f3;
}
.cfcname {
    margin-top: 1rem;
}

.contact-form h3, .contact-form h5{
    font-weight: bold;
}
.btnf {
    width: 100%;
    background-color: #447996;
    border-color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    border-radius: 10px;
    margin-top: 1rem;
}
.btnf:hover {
   box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    background-color: #447996;
    outline: none;
    border: none;
}

.all-rights {
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    margin: 0;
    color: #f3f3f3;
    background-color: #655642;
    text-align: center;
    padding: 20px;
}


@media (max-width: 414px){
    /* May CSS  */
    #paymentprocess .container-fluid .row .col-md-12 h1{
        font-size: 40px !important;
    }
    #paymentprocess .container-fluid .row .col-lg-6{
        padding: 0rem 0rem 4rem !important;
    }
    #paymentprocess .container-fluid .row  .col-xl-7 .row{
        padding: 0;
    }
    /* ---------------------------------------------------- */
}


/*For iPad================================*/
@media only screen and (min-width: 768px) {
    /* May CSS  */
    #paymentprocess .container-fluid .row .col-lg-6{
        padding: 0rem 2rem 4rem !important;
    }
    #paymentprocess .container-fluid .row  .col-xl-7 .row{
        padding: 0;
    }
    /* ---------------------------------------------------- */











    /* Header */
    .iphoneHeader {
        display: none;
    }
    .iPadHeader {
        display: flex;
        justify-content:space-between;
        padding-bottom: 15px;
    }
    .iPadHeader .contactInfoHeader , .socialiconIpad {
        font-family: 'Montserrat', sans-serif;
    margin-top: 1rem;
    }
    .headicon1, .headicon2, .headicon3 {
        font-size: 15px;
        margin-left: 10px;
    }
    .contactInfoHeader i {
        font-style: normal !important;
        font-weight: normal;
    } 
    .socialiconIpad span > i {
        font-size: 12px !important;
        font-weight: normal;
    }
    .socialiconIpad h6 > i {
        font-size: 12px !important;
        font-weight: normal;
    }
    .socialiconIpad a {
        font-weight:normal;
        font-size: 15px !important;
    }
    /* navbar */
    .navpro {
        display: none;
    }
    .nvb {
        padding: 3px;
    }
    .ht {
        padding-left: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #011842 !important;
        position: absolute;
        margin-top: .5rem;
        font-family: 'Montserrat', sans-serif;
    }
    .hcccititle {
        font-size: 0.6rem;
        position: relative;
        margin-top: -.3rem;
    }
    /* navbar end */
    .frequent{
        font-family: 'Roboto Slab', serif;
        
    }
    
    .frequent h1{
        font-family: 'Roboto Slab', serif;
        padding-top: 20px;
        text-align: center;
        font-size: 35px;
        color:#655642;
    }
    .frequent h4{
        font-family: 'Roboto Slab', serif;
        font-weight: bold;
        font-size: 19px;
        margin-top: 1.5em;
    }
    .frequent li{
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        text-align: justify;
        
    }
    .frequent h3{
        font-family: 'Roboto Slab', serif;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .nav-justified{
        padding-top: 30px;
    }

    /* Footer ------------------------------------------------ */
    .ipfooter {
        display: none;
    }
    .ipadfooter {
        display: block;
    }

    .ipadfooter-text {
        font-family: 'Montserrat', sans-serif;
        justify-content: space-between;
        padding-top: 18px;
        color: #f3f3f3;
    }
    .ipadinfo-text {
        font-family: 'Montserrat', sans-serif;
        padding-top: 18px;
        font-weight: bold;
        text-align: center;
        font-size: 20px;
        color: #f3f3f3;
    }
    .ipadfh, .ipadfc {
        font-family: 'Roboto Slab', serif;
        background-color: #655642;
        padding: 10px 10px;
        border-radius: 10px;
        color: #f3f3f3;
        font-weight: bold;
    }
    .ipadinfo-text i {
        color: #f3f3f3;
    }

    .cfcnameIpad {
        margin-top: 1rem;
        color: #f3f3f3;
    }

    .btnf {
        padding: 1rem;
    }
}

/*For iPad Pro================================*/
@media only screen and (min-width: 1024px) {





    /* Header */
    .iPadHeader {
        padding-bottom: 2px;
    }
    .contactInfoHeader, .socialiconIpad {
        margin-top: 0.2rem !important;
    }
    /* Navbar ------------------------------- */
    .navres {
        display: none;
    }
    .navpro {
        display: block;
    }
    .loginbtn {
        display: none !important;
    }

    .linecolor {
        display: none;
    }

    nav {
        font-family: 'Roboto Slab', serif;
    }
    .navul li a {
        margin: 0 !important;
    }

    .ipadprologinbtn {
        font-family: 'Roboto Slab', serif;
        display: flex;
        align-items: center;
        background-color: #447996;
        color: #fff !important;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        padding: 8px 20px;
        border-radius: 40px;
        border: transparent;
        width: 100px;
        text-align: center;
        justify-content: center;
    }
    .ipadprologinbtn:focus {
        outline: transparent;
    }
    .ipadprologinbtn:hover {
        font-weight: bolder;
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
        background-color: #EDEDED;
        color: #447996 !important;
        border: solid 1px #447996;
    }
    .ipadproenrollbtn, .ipadprologinbtn {
        margin-left: 5px;
    }
    /* nav end */

    .frequent{
        font-family: 'Oxygen', sans-serif;
        
    }
    
    .frequent h1{
        padding-top: 20px;
        text-align: center;
        font-size: 45px;
        color:#655642;
    }
    .frequent h4{
        font-weight: bold;
        font-size: 19px;
    }
    .frequent li{
        font-size: 19px;
        text-align: justify;
        
    }
    .frequent h3{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .nav-justified{
        padding-top: 30px;
    }
    /* Footer ------- */
    .dskfooter {
        display: none;
    }
}

 /*For Disktop ============================================================*/
 @media only screen and (min-width: 1025px){

    /* Navbar ----------------------------- */
    .hccci-logo {
        height: 50px;
        width: 50px;
    }
    .navul {
        font-size: 15px;
    }
    /* Nav end */







    /* May CSS  */
    #paymentprocess .container-fluid .row .col-xl-7{
        padding: 0rem 2rem 0rem!important;
    }
    /* ---------------------------------------------------- */































    .frequent{
        font-family: 'Oxygen', sans-serif;
        
    }
    
    .frequent h1{
        padding-top: 30px;
        text-align: center;
        font-size: 45px;
        color:#655642;
    }
    .frequent h4{
        font-weight: bold;
        font-size: 18px;
        
    }
    .frequent li{
        font-size: 17px;
        text-align: justify;
        
    }
    .frequent h3{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .nav-justified{
        padding-top: 50px;
    }
    
    .frequent a:hover {
        background-color:  #94c7e3;
      }

    /* Footer ------------------ */
    .ipadfooter {
        display: none;
    }
    .dskfooter {
        display: block;
        bottom: 0 !important;
        margin-top: -17px !important;
    }
    .dsktextlogo h5 {
        font-size: 14px !important;
        text-align: center;
        color: #f3f3f3;
    }
    .dskfooter img {
        width: 40%;
        height: 40%;
        position: auto;
        margin-top: 10px;   
    }

    .ipadfc h2 {
        font-size: 25px !important;
    }
    .deskcontact i {
        font-size: 13px !important;
        color: #f3f3f3;
    }
    .deskcontact span {
        font-size: 13px;
        font-weight: normal;
    }
    
    .deskcontact .fa-icon {
        font-size: 15px !important;
    }
    .socialicon {
        margin-top: 15px !important;
    }
    .socialicon i {
        font-size: 20px !important;
        margin: 5px;
    }
    .socialicon h6 > i {
        font-size: 15px !important;
    }

    .otherLinks {
        text-align: center;
    }
    .otherLinks h2 {
        font-family: 'Roboto Slab', serif;
        margin-top: 10px;
        margin-bottom: 40px;
        font-size: 25px !important;
        color: #f3f3f3;
    }
    .otherLinks a {
        font-family: 'Montserrat', sans-serif;
        color: #f3f3f3;
        font-size: 12px;
        text-decoration: none;
    }
    
    .contactForm .contact-form {
        margin-top: 0px;
        width: 100%;
        justify-content: center !important;
    }
    .contact-form h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .contact-form .contact-grid{
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    }
    .input-name{
        margin-right: 2px;
    }
    .input-phone{
        margin-top: -4px;
        margin-left: 2px;
    }
    .comment textarea{
        margin-top: -10px !important;
    }
    .cfc {
        font-size: 13px !important;
        margin-top: 2px;
        font-family: 'Montserrat', sans-serif;
    }
    .form-control {
        font-size: 12px;
    }
    .btnf {
        padding: 5px 5px;
        margin-top: 5px;
    }
    .btnf:hover {
        transform: none;
    }
    .all-rights {
        font-family: 'Roboto Slab', serif;
        margin: 0;
        color: #f3f3f3;
        background-color: #655642;
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.1) ;
    }
      
 }

 @media (max-width: 1680px){
     /* May CSS  */
    #paymentprocess .container-fluid .row .col-lg-6 .card-header h3{
        font-size: 20px;
    }
    /* for Account details */
    #paymentprocess .container-fluid .row .col-xl-5 .card-body{
        font-size: 20px;
    }
    #paymentprocess .container-fluid .row .col-xl-5 .card-body li{
        font-size: 20px;
    }
    /* ---------------------------------------------------- */
 }
 @media (max-width: 1366px){
     /* May CSS  */
    
    /* ---------------------------------------------------- */
     /* May CSS  */
    #paymentprocess .container-fluid .row .col-md-12 h1{
        font-size: 3.5rem;
    }
    #paymentprocess .container-fluid .row .col-xl-7{
        /* padding-left: 1.5rem; */
        padding: 0rem 2rem 0rem!important;
    }
    #paymentprocess .container-fluid .row  .col-xl-7 .row .col-lg-6 img{
        right:4px;
        top: -16px;
    }
    #paymentprocess .container-fluid .row .col-lg-6{
        padding: 0rem 1rem 1rem;
    }
    #paymentprocess .container-fluid .row .col-lg-6 h2{
        font-size: 1.5rem;
    }
    #paymentprocess .container-fluid .row .col-lg-6 .card-header h3{
        font-size: 16px;
    }


    /* for Account details */
    #paymentprocess .container-fluid .row .col-xl-5 h2{
        font-size: 1.5rem;
    }
    #paymentprocess .container-fluid .row .col-xl-5 .card-body{
        font-size: 18px;
    }
    #paymentprocess .container-fluid .row .col-xl-5 .card-body li{
        font-size: 16px;
    }
    /* ---------------------------------------------------- */

 }