@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waterfall&display=swap');

html,
body {
    box-sizing: border-box;
    /* overflow-x: hidden; */
    width: 100%;
    margin: 0;
    padding: 0;
    /* background:#f5f5f5; */
}

* {
    font-family: 'Inter', sans-serif;
}
.red_color{
    color:#CE0004;
}
.red_back{
    background:#CE0004;
}
.yellow_color{
    color:#EB9436;
}
.yellow_back{
    background:#EB9436;
}

/* banner section start  */

    .vguBannerSection{
        background:url('../../../images/vgu_theme/mobile_banner.jpg');
        background-position: center center;
        background-size:100% 100%;
        background-repeat: no-repeat;
        height:auto;
        padding-bottom:1%;
    }
    .vguBannerSection .vgu_banner_content .vgu_banner_content_inner{
        padding:15% 0% 2% 0%;
    }
    .vguBannerSection .vgu_banner_content .vgu_banner_content_inner h1{
        font-size:50px;
    }
    .vguBannerSection .vgu_banner_content .form_div{
        background:#fff;
        height:60vh;
    }
    .vguBannerSection hr{
        border-top:2px solid rgba(255,255,255,0.4);
        width:70%;
    }
    @media (min-width:320px) and (max-width:480px){
        .vguBannerSection{
            background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('../../../images/vgu_theme/mobile_banner.jpg');
            background-position: center right;
            background-size:cover;
            background-repeat: no-repeat;
            height:auto;
            padding-bottom:4%;
        }
        .vguBannerSection .vgu_banner_content .vgu_banner_content_inner h1{
            font-size:40px;
        }
        .vguBannerSection .vgu_banner_content .vgu_banner_content_inner{
            padding:15% 0% 2% 0%;
        }
    }

/* banner section end  */

/* follow steps section start  */

    .admission_process{
        padding:4% 0%;
    }
    .admission_process h3{
        color:rgba(0,0,0,0.6);
    }
    @media (min-width:320px) and (max-width:480px){
        .admission_process{
            padding:10% 0%;
        }
        .admission_process h3{
            color:rgba(0,0,0,0.6);
            font-size:40px;
        }
    }

/* follow steps section end  */

/* about section start  */

    .about_section{
        padding:2% 0% 3% 0%;
    }
    .about_section .about_content_inner{
        background:url('../../../images/vgu_theme/clg_img.png');
        background-position: center left;
        background-size:68% 100%;
        background-repeat: no-repeat;
        height:100%;
        /* padding-bottom:3%; */
    }
    .about_section hr{
        border-top:1px solid #000;
    }
    .about_section .about_content_inner p{
        font-size:11px;
        text-align:justify;
        font-weight:600;
        line-height: 14px;
        color:rgba(0,0,0,0.7);
    }
    .about_section .about_content_inner .about_redBox{
        background:#B91215;
        height:auto;
    }
    .about_section .about_content_inner .about_redBox h6{
        font-weight: 300;
        color:#fff;
    }
    .about_section .about_content_inner .about_redBox h3{
        color:#fff;
        font-weight:700;
    }
    @media (min-width:320px) and (max-width:480px){
        .about_section .about_content_inner{
            background:transparent;
            height:100%;
            /* padding-bottom:3%; */
        }
    }

/* about section end  */

/* awards and certificate section start  */

    .awards_certificate{
        padding:3% 0%;
    }
    .awards_certificate span{
        font-size:25px;
    }
    .awards_certificate h4{
        color:rgba(0,0,0,0.6);
    }
    @media (min-width:320px) and (max-width:480px){
        .awards_certificate{
            padding:8% 0%;
        }
        .awards_certificate img.award{
            width:40%;
        }
        .awards_certificate h4{
            color:rgba(0,0,0,1);
        }
    }

/* awards and certificate section end  */

/* why vgu section start  */

    .why_vgu{
        padding:3% 0% 0% 0%;
        background:#F7F8FD;
    }
    .why_vgu h5{
        color:rgba(0,0,0,0.6);
        font-weight:500;
    }
    .why_vgu h6{
        color:rgba(0,0,0,0.6);
        font-size:14px;
    }
    .why_vgu .why_vgu_box p{
        color:#000;
        font-size:13px;
    }
    .why_vgu .why_vgu_box h3{
        font-size:20px;
        font-weight: bold;
        color:#000;
    }
    .why_vgu .gov_collab{
        border-top:10px solid #CE0004;
        background:#fff;
        padding:3% 0% 20% 0% !important;
        box-shadow:0px 0px 20px rgba(0,0,0,0.3);
    }
    .why_vgu .gov_collab h5{
        color:rgba(0,0,0,0.6);
        font-weight:500;
    }
    @media (min-width:320px) and (max-width:480px){
        .why_vgu{
            padding:10% 0% 0% 0%;
        }
        .why_vgu .why_vgu_box h3{
            font-size:16px;
            font-weight: bold;
            color:#000;
        }
        .why_vgu .gov_collab{
            padding:10% 0% 65% 0% !important;
        }
        .why_vgu .gov_collab h5{
            font-weight:600;
            color:rgba(0,0,0,1);
        }
        .why_vgu h5{
            color:rgba(0,0,0,1);
            font-weight:600;
            font-size:25px;
        }
    }

/* why vgu section end  */

/* SHAPE YOUR FUTURE section start  */

    .shapeFuture{
        background: rgba(255,255,255,0);
        background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(133,24,17,1) 30%);
        padding:0% 0% 3% 0%;
        margin-top:-15%;
    }
    .shapeFuture img{
        width: 100%;
        height:85%;
        box-shadow:0px 0px 20px rgba(0,0,0,0.3);
        border:5px solid #fff;
    }
    .shapeFuture h2 span{
        color:rgba(255,255,255,0.4);
    }
    .shapeFuture h2{
        color:#fff;
        font-weight:700;
    }
    .shapeFuture h5{
        color:#fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .shapeFuture h2{
            color:#fff;
            font-weight:700;
            font-size:20px;
        }
        .shapeFuture{
            background: rgba(255,255,255,0);
            background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(133,24,17,1) 30%);
            padding:0% 0% 13% 0%;
            margin-top:-55%;
        }
        .shapeFuture img{
            width: 100%;
            height:85%;
            box-shadow:0px 0px 20px rgba(0,0,0,0.3);
            border:5px solid #fff;
        }
    }

/* SHAPE YOUR FUTURE section end  */

/* departments desktop section start  */

    .departments_desktop{
        padding:3% 0%;
        background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
    }
    .departments_desktop .nav .nav-link.active{
        background:#CE0004;
        color:#fff;   
        clip-path:polygon(0% 0%,90% 0%,100% 50%, 90% 100%, 0% 100%);
        border-radius:0% 2% 2% 0%;
    }
    .departments_desktop .nav .nav-link{
        margin:2% 0%;
        color:#000;
        font-weight:700;
        border-bottom:1px solid #CE0004;
        border-radius:0px;
    }
    .departments_desktop .tab-content .tab-pane .deparment_content{
        background:#fff;
        height:auto;
        padding:3%;
    }
    .departments_desktop .tab-content .tab-pane .deparment_content .course_box{
        border:1px solid #000;
        padding:4% 4% 3% 4%;
        border-radius:5px;
        margin-bottom:4%;
    }
    .departments_desktop .tab-content .tab-pane .deparment_content h5{
        color:#CE0004;
        font-weight:600;
        margin-bottom:2%;
    }
    .departments_desktop .tab-content .tab-pane .deparment_content .course_box h6.course_heading{
        font-size:20px;
        font-weight:700;
    }
    .departments_desktop .tab-content .tab-pane .deparment_content .course_box h6.small{
        font-weight:500;
    }
    .departments_desktop .tab-content .tab-pane .deparment_content  a{
        background:#CE0004;
        color:#fff;
        font-weight: 500;
    }
    .departments_desktop .accordion .card .deparment_content .course_box{
        border:1px solid #000;
        padding:4% 4% 3% 4%;
        border-radius:5px;
        margin-bottom:4%;
    }
    @media (min-width:320px) and (max-width:480px){
        .departments_desktop{
            padding:13% 0%;
            background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
        }
    }

/* departments desktop section end  */

/* departments mobile section start  */

    .departments_mobile{
        padding:3% 0%;
        background: linear-gradient(180deg, #E6ECF4 0%, rgba(230, 236, 244, 0) 100%);
    }
    .departments_mobile .deparment_content .course_box{
        border:1px solid #000;
        padding:4% 4% 3% 4%;
        border-radius:5px;
        margin-bottom:4%;
    }
    .departments_mobile .deparment_content  a{
        background:#CE0004;
        color:#fff;
        font-weight: 500;
    }
    .departments_mobile .btn[aria-expanded="true"] > .card-header{
        background:#c00000 !important;
        color:#fff !important;
    }
    .departments_mobile .accordion .accordion-item .deparment_content  a{
        background:#CE0004;
        color:#fff;
        font-weight: 500;
    }

    .departments_mobile {
        background: #f2f2f2;
        color: #fff;
        display: flex;
        min-height: 100vh;
    }
    .inner{
        /* margin: 0 auto; */
        padding: 4rem;
    }
    .accordion .accordion-item {
        border-bottom: 1px solid #840303;
    }
    .accordion .accordion-item button{
        color:#000; 
    }
    .accordion .accordion-item button[aria-expanded=true] {
        border-bottom: 1px solid #fff;
    }
    .accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: #7288a2;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
    }
    .accordion button:hover, .accordion button:focus {
        cursor: pointer;
        color: #000;
    }
    .accordion button:hover::after, .accordion button:focus::after {
        cursor: pointer;
        color: #000;
        border: 1px solid #fff;
    }
    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }
    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }
    .accordion button .icon::before {
        display: block;
        position: absolute;
        content: "";
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
    }
    .accordion button .icon::after {
        display: block;
        position: absolute;
        content: "";
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
    }
    .accordion button[aria-expanded=true] {
        color: #000;
    }
    .accordion button[aria-expanded=true] .icon::after {
        width: 0;
    }
    .accordion button[aria-expanded=true] + .accordion-content {
        opacity: 1;
        max-height: 500em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }
    .accordion .accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;
        background:#fff;
    }
    .accordion .accordion-content .deparment_content{
        padding:8% 4%;
    }
    .accordion .accordion-content .deparment_content h5, .accordion .accordion-content .deparment_content h6.course_heading{
        color:#CE0004;
    }
    .accordion .accordion-content .deparment_content a{
        background:#c00000;
    }
    .accordion .accordion-content .deparment_content ul li{
        color:#000;
    }
    .accordion .accordion-content p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0;
    }

/* departments mobile section end  */

/* life at vgu section start  */

    .vgu_life{
        padding:0% 0% 3% 0%;
    }
    .vgu_life h6{
        color:rgba(0,0,0,0.6);
        text-align:center;
        font-size:25px;
    }
    .vgu_life h6 span{
        font-size:100px;
        font-family: 'Waterfall', cursive;
        color:#B91215;
    }
    .vgu_life h6 b{
        color:#000;
    }
    .vgu_life h5{
        text-align:center;
        color:rgba(0,0,0,0.6);
        font-size:22px;
    }

/* life at vgu section end  */

/* scholarship section start  */

    .scholarship{
        padding-bottom:3%;
    }
    .scholarship p{
        font-size:14px;
        font-weight:600;
        color:rgba(0,0,0,0.6);
        text-align:justify;
    }
    .scholarship ul li{
        color:rgba(0,0,0,0.6);
        font-weight:700;
        font-size:18px;
        margin-bottom:1%;
    }
    .scholarship .carousel .carousel-inner .carousel-item{
        height:auto
    }
    .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_heading{
        background:#840303;
        padding:3% 10% 2% 10%;
    }
    .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_content_inner{
        background:#CE0004;
        padding:3% 10% 2% 10%;
    }
    .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_content_inner h4{
        color:rgba(255,255,255,0.6);
        font-size:16px;
    }
    .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_content_inner h2{
        color:#fff;
        font-size:25px;
        font-weight:600;
    }
    .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_content_inner button{
        background:#000;
    }
    .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_content_inner hr{
        border:1px solid #EB9436;
        margin:4% 0%;
    }
    .scholarship .carousel .carousel-inner .carousel-item{
        padding-bottom:10%;
    }
    .scholarship .carousel{
        margin-top:-30%;
    }
    .scholarship .carousel .carousel-indicators li{
        background:#7b7979;
        height:5px !important;
        width:5px;
        border-radius:12px;
    }
    .scholarship .carousel .carousel-indicators li.active{
        background:#CE0004;
    }
    .scholarship .scholarship_content h6{
        font-size:12px;
        color:rgba(255,255,255,0.6);
    }
    .scholarship .scholarship_content h6 span{
        font-size:17px;
        font-weight:700;
        color:#fff;
    }
    .scholarship .scholarship_content .phase2{
        border:1px solid rgba(0,0,0,0.3);
    }
    .scholarship .scholarship_content .phase2 h6{
        font-size:12px;
        color:rgba(0,0,0,0.9);
    }
    .scholarship .scholarship_content .phase2 h6 span{
        font-size:17px;
        font-weight:700;
        color:#000;
    }
    /* .scholarship .scholarship_content{
        margin-top:10%;
        box-shadow:0px 0px 20px rgba(0,0,0,0.5);
    } */
    @media (min-width:320px) and (max-width:480px){
        .scholarship .carousel{
            margin-top:0%;
        }
        .scholarship .carousel .carousel-inner .carousel-item{
            padding-bottom:20%;
        }
        .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_content_inner{
            background:#CE0004;
            padding:7% 5% 7% 5%;
        }
        .scholarship .carousel .carousel-inner .carousel-item .scholarship_content .scholarship_heading{
            background:#840303;
            padding:7% 5% 7% 5%;
        }
        .scholarship ul li{
            color:rgba(0,0,0,0.6);
            font-weight:700;
            font-size:13px;
            margin-bottom:3%;
        }
    }

/* scholarship section end  */

/* stop waiting section start  */

    .stop_waiting{
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(129,24,17,1) 55%);
        padding-bottom:2%;
    }
    .stop_waiting h6{
        font-weight:300;
        font-size:14px;
    }
    @media (min-width:320px) and (max-width:480px){
        .stop_waiting h2{
            font-size:25px;
        }
        .stop_waiting{
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,1) 65%, rgba(129,24,17,1) 65%);
            padding-bottom:10%;
        }
    }

/* stop waiting section end  */

/* Incubation and academic center section start  */

    .Incubation_academic .Incubation_academic_center{
        padding:4% 3%;
        background:#fff;
        border-bottom:10px solid #c00000;
        box-shadow:0px 0px 20px rgba(0,0,0,0.6);
    }
    .Incubation_academic .Incubation_academic_center hr{
        border-top:1px solid rgba(0,0,0,0.3);
        margin:4% 0%;
    }
    @media (min-width:320px) and (max-width:480px){
        .Incubation_academic .Incubation_academic_center{
            padding:10% 3% 2% 3%;
            background:#fff;
            border-bottom:10px solid #c00000;
            box-shadow:0px 0px 20px rgba(0,0,0,0.6);
        }
        .Incubation_academic .Incubation_academic_center img{
            margin-bottom:3%;
        }
        .carousel-cell4 {
            width: 30%;
            height: auto;
            max-height:600px;
            margin-right: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            padding:0px;
            counter-increment: carousel-cell;
        }
        .carousel-cell4 img{
            height: 100%;
            width: 100%;
            padding: 0px;
            /* margin: 20px; */
            /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
            margin-left:5%;
        }
    }

/* Incubation and academic center section end  */

/* testimonial section start  */

    .testimonial{
        padding:4% 0%;
    }
    .testimonial h5{
        color:rgba(0,0,0,0.6);
        font-weight: bold;
    }
    .testimonial .carousel2 .carousel-cell2 .testimonial_card .placed_at{
        margin-top:50%;
    }
    .testimonial .carousel2 .carousel-cell2 .testimonial_card h6{
        font-size:20px;
        margin-bottom:-1%;
    }
    .testimonial .carousel2 .carousel-cell2 .testimonial_card p{
        line-height:16px;
    }
    .testimonial .carousel2 .carousel-cell2 .testimonial_card p span{
        color:rgba(0, 0, 0, 0.6);
    }
    .testimonial .carousel2 .carousel-cell2 .testimonial_card .test_content{
        background:#fff;
        box-shadow:0px 0px 20px rgba(0, 0, 0, 0.4);
        padding:3% 3% 1% 3%;
    }
    .testimonial .carousel2 .carousel-cell2 .testimonial_card .test_content p{
        font-size:11px;
        font-weight:600;
        line-height:20px;
    }
    .carousel-cell2 {
        width: 30%;
        height: auto;
        max-height:600px;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding:0px;
        counter-increment: carousel-cell;
    }
    .carousel-cell2 img{
        height: 250px;
        width: 200px;
        padding: 0px;
        /* margin: 20px; */
        /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
        margin-left:5%;
    }
    @media (min-width:320px) and (max-width:480px){
        .testimonial{
            padding:15% 0%;
        }
        .carousel-cell2 {
            width: 90%;
            height: auto;
            max-height:1000px;
            margin-right: 30px;
            margin-bottom: 30px;
            border-radius: 5px;
            padding:0px;
            counter-increment: carousel-cell;
        }
        .carousel-cell2 img{
            height: 200px;
            width: 200px;
            padding: 0px;
            /* margin: 20px; */
            /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
            margin-left:5%;
        }
        .testimonial h5{
            font-size:24px;
            color:rgba(0,0,0,1);
        }
    }

/* testimonial section end  */

/* placement support section start  */

    .placement_support{
        background:linear-gradient(90deg, rgba(0,0,0,1) 30%, rgba(255,255,255,0) 70%),url('../../../images/vgu_theme/banner23.jpg');
        background-position: center right;
        background-size:cover;
        background-repeat: no-repeat;
        height:70vh;
    }
    .placement_support h1{
        color:#fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .placement_support{
            background:linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('../../../images/vgu_theme/banner23.jpg');
            background-position: center center;
            background-size:cover;
            background-repeat: no-repeat;
            height:45vh;
        }
        .placement_support h1{
            color:#fff;
            font-size:30px;
        }
    }

/* placement support section end  */

/* key_highlights section start  */

    .key_highlights .key_highlights_inner{
        border-bottom:5px solid #CE0004;
        padding:3% 0%;
        box-shadow:0px 0px 20px rgba(0, 0, 0, 0.6);
        margin-top:-7%;
        background:#fff;
    }
    .key_highlights .key_highlights_inner h1{
        color:#c00000;
        font-weight:bold;
    }
    @media (min-width:320px) and (max-width:480px){
        .key_highlights .key_highlights_inner{
            border-bottom:5px solid #CE0004;
            padding:10% 0%;
            box-shadow:0px 0px 20px rgba(0, 0, 0, 0.6);
            margin-top:-10%;
            background:#fff;
        }
    }

/* key_highlights section end  */

/* recruiters section start  */

    .recruiters{
        padding:4% 0%;
    }
    .recruiters h4{
        color:rgba(0, 0, 0, 0.6);
        font-weight:600;
    }
    .carousel-cell3 {
        width: 15%;
        height: auto;
        max-height:900px;
        margin-right: 40px;
        margin-bottom: 30px;
        border-radius: 5px;
        padding:0px;
        counter-increment: carousel-cell;
    }
    .carousel-cell3 img{
        height: 100%;
        width: 100%;
        padding: 0px;
        /* margin: 20px; */
        /* box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4); */
    }
    .carousel3 .flickity-viewport{
        height:100px !important;
    }
    @media (min-width:320px) and (max-width:480px){
        .recruiters{
            padding:10% 0%;
        }
        .carousel-cell3 {
            width: 30%;
            height: auto;
            max-height:600px;
            margin-right: 40px;
            margin-bottom: 30px;
            border-radius: 5px;
            padding:0px;
            counter-increment: carousel-cell;
        }
    }

/* recruiters section end  */

/* footer section start  */

    .footer{
        background:#000;
        padding:3% 0%;
    }
    .footer h5{
        font-size:18px;
        color:#fff;
        font-weight:bold;
    }
    .footer h6{
        font-size:13px;
        color:rgba(255,255,255,1);
        font-weight:300;
    }
    .footer .keywords p{
        font-size:12px;
        color:rgba(255,255,255,0.7);
        text-align:justify;
    }
    .footer h4{
        color:#fff;
        font-size:15px;
        margin-top:4%;  
    }
    .footer h4 span{
        color:rgba(255,255,255,0.4);
        font-weight:500;
        font-size:15px;
    }
    .footer hr{
        border-top:1px solid #fff;
    }
    @media (min-width:320px) and (max-width:480px){
        .footer h4{
            color:#fff;
            font-size:15px;
            margin-top:4%;  
        }
        .footer{
            background:#000;
            padding:10% 0% 4% 0%;
        }
    }

/* footer section end  */


.form-panel {
    background: rgba(0,0,0,.8);
    padding: 30px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    border-right: 10px solid #fff;
}
.form-panel .register-panel{
    margin-top: 20px;
}
.form-panel .line{
    position: relative;
    height: 2px;
    background: rgba(255,255,255,.3);
}
.form-panel .line:before{
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    background: #f8a125;
    content: '';
}
.form-panel h4{
    font-weight: 700;
}
.form-panel h5{
    font-size:12px;
    color:#fff;
}
.form-panel a{
    display: inherit;
    color: #fff;
}
.form-panel a:hover {
    color: #ffc107;
}
.form-panel .form-control{
    height:calc(1em + 0.5rem + 2px) !important;
    padding:.100rem .75rem !important;
}
.select2-container--default .select2-selection--single{
    height:calc(1em + 0.5rem + 2px) !important;
    line-height:1 !important;
    padding:0.1rem 0rem !important;
}
.form-panel .form-group{
    margin-bottom:0.5rem;
}
label{
    font-size:12px;
}

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#CE0004;
    border-radius: 100%;
    width: 55px;
    height: 55px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.walkInButton a i{
    font-size:20px;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */


/* walkin button start  */

.walkInButton {
    position: fixed;
    bottom: 170px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#CE0004;
    border-radius: 100%;
    width: 55px;
    height: 55px;
}
.walkInButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.walkInButton a i{
    font-size:20px;
}
.walkInButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* walkin now button end  */