@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /* font-family: 'Product Sans'; */
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    font-weight: 400;
    overflow-x:hidden;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", serif;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}



.orange_color {
    font-weight: bold;
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange_back {
    background: rgb(245, 164, 47);
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
}

.blue_color {
    font-weight: bold;
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue_back {
    background: rgb(48, 50, 127);
    background: linear-gradient(90deg, rgba(48, 50, 127, 1) 40%, rgba(58, 128, 194, 1) 90%);
}

.red_color {
    color: #E93F3A;
}

.red_back {
    background: #E93F3A;
}

.color_orange{
    color:#EE8C33;
}

.lightBlue_back{
    background:#3D4CC7;
}

.darkBlue_back{
    background:#1B0773;
}

.blue_grad {
    background: -webkit-linear-gradient(45deg, #00478D, #0375E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.megenta_color{
    color:#FF00FB;
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    padding: 20px 10px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;
    height: auto;
    margin-bottom:20px;
}

.banner_section .banner_content .banner_form_sec h2{
    font-size:30px;
    font-weight:bold;
    text-align:center;
    color:#000;
}

/* Form Css Ends */

/* banner section start  */

.banner_section {
    background: url('../../../default/images/frontend/sgc/banner_img.png');
    background-size: 50% 100%;;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 2% 5% 0% 5%;
    position:relative;
}

.banner_section .logoImg{
    width:70%;
}

.banner_section p{
    font-size:20px;
    font-weight:500;
    color:#000;
    margin-top:15%;
}

.banner_section .banner_content h1 span.red_color{
    font-family: "MonteCarlo", cursive;
    font-weight:600;
    margin-left:5%;
    font-size:50px;
    letter-spacing:3px;
}
.banner_section .banner_content h1{
    font-weight:700;
    font-size:50px;
}

.banner_section .banner_content h2{
    font-weight:500;
    font-size:20px;
    font-weight:bold;
}

.banner_section .banner_content h3{
    text-transform: uppercase;
    font-weight:700;
}

.banner_section .banner_content h3 span{
    color:#49128E;
    font-weight:bold;
}

.banner_section .banner_content h2.bpt{
    text-transform: uppercase;
    font-weight:700;
    font-size:55px;
}

.banner_section .banner_content h2.bpt_full{
    font-weight:500;
    font-size:18px;
}

.banner_section .banner_content img.bannerLogo{
    box-shadow:0px 0px 30px rgba(0, 0, 0, 0.7);
}

.affiliation-section {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:4%;
}
.affiliation-section img {
    height: 60px;
    margin-bottom: 10px;
}
.affiliation-text {
    font-size: 13px;
}

@media (min-width:320px) and (max-width:480px){
    .banner_section {
        background:#fff;
        height: auto;
    }
    .banner_section img.future_img{
        width:100%;
    }
    .banner_section .logoImg{
        width:100%;
    }
    .banner_section .banner_content h1{
        margin-left:0%;
        font-size:35px;
    }
    .banner_section .banner_content img.bannerLogo{
        margin-left:0%;
        width: 45%;
    }
    .banner_section .banner_content h3{
        margin-left:0%;
    }
    .banner_section p{
        margin-top:0%;
        font-size:16px;
    }
}

/* banner section end */

/* faculty of pharmacy section start  */

.facultyPharmacy{
    padding:3% 0%;
    background:#F6F6F6;
}
.facultyPharmacy h2{
    text-align: center;
    font-weight:400;
    margin-bottom:2%;
}
.facultyPharmacy h2 span{
    color:#3261A7;
} 
.facultyPharmacy p{
    text-align:center;
    font-weight:500;
    font-size:13px;
    line-height:16px;
}
@media (min-width:320px) and (max-width:480px){
    .facultyPharmacy {
        padding: 10% 0%;
    }
    .facultyPharmacy h2 {
        font-size: 25px;
    }
}

/* faculty of pharmacy section end  */

/* specialization section start */

.specialization .specializationDiv{
    background: url('../../../default/images/frontend/sgc/specialize_back.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 2% 5% 0% 5%;
}
.specialization .specializationDiv .heading_div{
    background:#fff;
    padding:4% 4% 8% 4%;
}
.specialization .specializationDiv .heading_div h2{
    font-weight:400;
    color:#000;
}
.specialization .specializationDiv .heading_div h2 span{
    font-weight:bold;
}
.specialization .specializationDiv .course_div{
    background: rgb(245, 164, 47);
    background: linear-gradient(270deg, rgba(245, 164, 47, 1) 20%, rgba(233, 63, 58, 1) 60%);
    padding:5% 3%;
}
.specialization .specializationDiv .courseContentDiv{
    margin-top:-5%;
}
.specialization .specializationDiv ul{
    padding-left:3%;
    border-left:1px solid #fff;
}
.specialization .specializationDiv ul li{
    color:#fff;
}
.specialization .specializationDiv h3{
    font-size:25px;
    color:#fff;
    font-weight:bold;
}
@media (min-width:320px) and (max-width:480px){
    .specialization .specializationDiv {
        padding: 15% 5% 0% 5%;
    }
    .specialization .specializationDiv .heading_div h2 {
        font-size: 21px;
    }
    .specialization .specializationDiv h3 {
        font-size: 19px;
    }
}

/* specialization section end */

/* why chosse section start  */

.whyChoose{
    background: url('../../../default/images/frontend/sgc/whyChooseBack.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding:5%;
}
.whyChoose h2{
    color:#fff;
    text-transform: uppercase;
    font-size:23px;
    padding-left:3%;
    border-left:8px solid #014B8C;
    font-weight:400;
}
.whyChoose h2.whyChooseHeading{
    text-align:right;
    padding-right:3%;
    border-right:8px solid #014B8C;
    border-left:0px;
    font-weight:400;
}
.whyChoose .whyChooseContentCard1{
    background:#014B8C;
    padding:2% 6% 3% 6%;
    border-radius:50px;
}
.whyChoose .whyChooseContentCard1 h6{
    color:#fff;
    font-weight:700;
}
.whyChoose .whyChooseContentCard1 p{
    color:#fff;
    font-size:12px;
    line-height:15px;
    margin-bottom:0%;
}

.whyChoose .whyChooseContentCard2{
    background:#066CC5;
    padding:2% 6% 3% 6%;
    border-radius:50px;
}
.whyChoose .whyChooseContentCard2 h6{
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
}
.whyChoose .whyChooseContentCard2 p{
    color:#fff;
    font-size:12px;
    line-height:15px;
    margin-bottom:0%;
}
@media (min-width:320px) and (max-width:480px){
    .whyChoose {
        background: url('../../../default/images/frontend/sgc/whyChooseBackMobile.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: auto;
        padding: 15% 5%;
    }
    .whyChoose h2 {
        font-size: 18px;
    }
    .whyChoose h2.whyChooseHeading{
        text-align:left;
        padding-left:3%;
        border-left:8px solid #014B8C;
        border-right:0px;
        font-weight:400;
    }
    .whyChoose .whyChooseContentCard2{
        background:#066CC5;
        padding:2% 7% 3% 7%;
        border-radius:30px;
    }
    .whyChoose .whyChooseContentCard1{
        background:#014B8C;
        padding:2% 7% 3% 7%;
        border-radius:30px;
    }
}

/* why chosse section end */

/* career opportunities section start  */

.careerOpp{
    padding:5%;  
}
.careerOpp h2{
    text-align:center;
    text-transform: uppercase;
    font-size:30px;
    font-weight:400;
}
.careerOpp h2 span{
    font-weight:bold;
    font-size:40px;
}
.careerOpp hr{
    border:1px solid #E93F3A;
    width:70%;
    margin:3% auto;
}
.careerOpp h6{
    font-weight:bold;
    color:#1B5C8A;
    font-size:20px;
    text-transform: uppercase;
}
.careerOpp h6 span{
    color:#000;
    font-weight:400;
}
.careerOpp ul li{
    font-size:15px;
    font-weight:500;
    margin-top:1%;
}
.careerOpp ul{
    padding-left:4%;
    border-left:1px solid #E93F3A;
    margin-top:4%;
}
@media (min-width:320px) and (max-width:480px){
    .careerOpp{
        padding:15% 5% 5% 5%;  
    }
    .careerOpp h2{
        font-size:22px;
    }
    .careerOpp h2 span {
        font-weight: bold;
        font-size: 24px;
    }
    .careerOpp h6 {
        font-size: 14px;
    }
    .careerOpp ul li {
        font-size: 12px;
    }
}

/* career opportunities section end */

/* admission open section start  */

.admission_open{
    background:url('../../../default/images/frontend/sgc/admissionOpen_banner.png');
    background-size:cover;
    background-position:center bottom;
    background-repeat: no-repeat;
    height:auto;
    padding:5% 5% 25% 5%;
}
.admission_open h3{
    font-size:23px;
    text-align:center;
    margin-bottom:5%;
}
@media (min-width:320px) and (max-width:480px){
    .admission_open{
        padding:10% 5% 32% 5%;
    }
    .admission_open h3{
        font-size:16px;
        text-align:center;
        margin-bottom:55%;
    }
}

/* admission open section end */

/* footer section start  */

.footer {
    background: rgb(25, 85, 142);
    background: linear-gradient(38deg, #1E377A 30%, #160A5B);
    color: white;
    padding: 20px 0;
    font-size: 0.9rem;
}

.footer-logo {
    max-width: 150px;
}

.footer-line {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px 0;
}

.footer-social-icons a {
    color: white;
    font-size: 1.2rem;
    margin: 0 10px;
    text-decoration: none;
}

.footer-social-icons a:hover {
    color: #FFC107;
}

@media (max-width: 767px) {
    .footer .text-left,
    .footer .text-right {
        text-align: center;
    }
    .footer .footer-line {
        display: none;
    }
}

/* footer section end */

@media screen and (max-width: 767.98px) {
    .banner_section {
        height: auto;
        padding: 20px 20px 0;
    }
    .banner-center-img {
        margin-top: 15px;
    }
    
    .fueling_future .fueling_future_box h2 {
        font-size: 28px;
    }
    
    section.footer {
        padding: 20px;
    }
    
    section.footer * {
        text-align: center;
        margin: 5px 0;
        font-size: 16px;
    }
    .banner_section .banner_content .gradient-box {
        font-size: 12px;
    }
    .banner_section .banner_content h3 {
        font-size: 22px;
        font-weight: 700;
    }
    .banner_form_sec h2 {
        font-size: 20px !important;
        text-align: center;
        margin: 10px 0 20px;
    }
}


/* ============== Landing Page css ends ===================== */

.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #30327f, #30327f);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #30327f;
    color: #fff;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
}

.btn-style-five,
.btn-style-five:hover {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #fff;
    color: #30327f;
    border: 1px solid #30327f;
}

section.footer h4 {
    font-size: 16px;
}






/* large - display 6 */





/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#30327f;
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }
  .CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
  }
  .CallButton a:hover{
    text-decoration: none;
    color:#fff;
  }
  
  /* call now button end  */
  
  
  /* Apply Now button start  */
  
  .applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
  }
  
  .applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
  }
  
  .applyNowButton a h5 {
    font-size: 14px;
  }
  
  .applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
  }
  
  .applyNowButton a img {
    max-width: 90%;
  }
  
  
  
  /* Apply Now  button end  */