@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

ul,
li {
    list-style: none;
    padding: 0;
}
a:hover {
text-decoration: none;
}
/*common css starts*/
.btn,
.btn:hover {
    transition: all ease .3s !important; 
}
.btn-style-one {
    padding: 10px 25px !important;
    background: #fff;
    color: #243873;
    font-size: 16px;
    border-radius: 8px !important;
    font-weight: 600 !important;
    border: 1px solid #fff;
    transition: all ease .3s;  
    transform: scale(1);
}

.btn-style-one:hover {
    transform: scale(0.95);
    transition: all ease .3s;  
}

.btn-style-two {
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.30);
    padding: 10px 25px !important;
    font-weight: 600 !important;
    transition: all ease .3s;  
    transform: scale(1);
}

.btn-style-two:hover {
    transform: scale(0.95);
    transition: all ease .3s;  
}

.btn-style-three {
    border-radius: 8px !important;
    border: 1px solid #CF2F2F;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    padding: 10px 25px !important;
    font-weight: 600 !important;
    background: #CF2F2F;
    transition: all ease .3s;  
    transform: scale(1);
}

.btn-style-three:hover {
    transform: scale(0.95);
    color: #fff;
    transition: all ease .3s;  
}

.color-white {
    color: #fff;
}

.color-red {
    color: #CF2F2F;
}

.color-yellow {
    color: #F07E1D;
}

.color-blue {
    color: #243873;
}

.color-blue-light {
    color: #4086EF;
}

.color-yellow-grad {
    background: linear-gradient(180deg, #F07E1D 51.04%, #EBB100 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading-style-one h2 {
    color: #254AB8;
    text-align: center;
    text-shadow: 0px 19.722px 493.059px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 74px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.text-shadow {
    color: rgba(0, 0, 0, 0.08);
    text-align: center;
    text-shadow: 0px 22.941px 573.532px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 0;
}

.heading-style-one h3 {
    color: #F07E1D;
    font-family: Montserrat;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.heading-style-one h2 span {
    color: #F07E1D;
    font-family: Montserrat;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
/*common css ends*/


/*header css starts*/
header.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 15px 20px;
}

header.header .logo a {
    display: block;
    padding: 0 15px;
}

header.header .logo {
    display: flex;
    align-items: flex-start;
}

header.header .logo a img {
    height: 60px;
    width: auto;
}

/*header css ends*/


/*Hero section starts*/
section.hero-sections {
    padding: 180px 0 0px;
    position: relative;
    background-size: cover;
    background-position: center top;
}
section.hero-sections .row .row {
    height: 100%;
}
section.hero-sections .hero-head h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
}

section.hero-sections .hero-head h1 .font-sz {
    font-size: 70px;
    font-weight: 700;
    display: block;
}

section.hero-sections .hero-head h1 .font-sz-two {
    font-size: 36px;
    font-weight: 700;
}

section.hero-sections .hero-content h1 {
    color: #FFF;
    /* text-align: right; */
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 400;
}
section.hero-sections .hero-content {
    width: fit-content;
    margin-top: 30px;
}
section.hero-sections .hero-dv {
    width: fit-content;
    margin: 15px 0 35px;
    text-align: center;
}

section.hero-sections .hero-dv h1 {
    border-radius: 8px;
    background: #000;
    margin: 0;
    padding: 20px 40px;
    color: #fff;
    font-size: 24px;
    position: relative;
}

/* section.hero-sections .hero-dv h1 span {
    display: block;
    position: relative;
} */

/* section.hero-sections .hero-dv h1 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 2px;
    width: 75%;
    opacity: 0.2;
    background: #FFF;
    z-index: 0;
}

section.hero-sections .hero-dv h1 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 2px;
    width: 30%;
    background: #F07E1D;
    z-index: 0;
} */

section.hero-sections .hero-cont-img {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

section.hero-sections .form-one {
    width: 80%;
    height: auto;
    /* background: #fff; */
    border-radius: 10px;
    margin-bottom: 30px;
}

/*Hero section ends*/

/*Geeta Insititute of Law css starts*/
section.geeta-insititute-law-section {
    padding: 80px 0 40px;
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
    position: relative;
}

section.geeta-insititute-law-section .heading-style-one {
    text-align: center;
    position: relative;
}

section.geeta-insititute-law-section .heading-style-one h2 span {   
    display: block;
}
section.geeta-insititute-law-section .geeta-inst-law-cont {
    margin-top: 350px;
}

section.geeta-insititute-law-section .geeta-inst-law-cont p {
    font-size: 14px;
    color: #fff;
}
section.geeta-insititute-law-section .geeta-inst-law-cont h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
section.geeta-insititute-law-section .geeta-inst-law-cont h2 span {   
    font-weight: 700;
}

section.geeta-insititute-law-section .heading-style-one img {
    margin-bottom: 30px;
    width: 60px;
}

/*Geeta Insititute of Law css ends*/

/*Top Tier Rankings css starts*/
section.top-tier-ranking-section {
    background: #0E1A3E;
    padding: 0 0 80px;
}

section.top-tier-ranking-section .ranking-content {
    padding: 45px 0 15px;
    text-align: center;
    border-top: 5px solid #F07E1D;
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
}

section.top-tier-ranking-section .rank-head h2 {
    color: #000;
    text-align: center;
    text-shadow: 0px 7.111px 177.778px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 400;
    position: relative;
}

section.top-tier-ranking-section .rank-head h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    background: #254AB8;
    height: 2px;
    width: 120px;
}

/*Top Tier Rankings css ends*/

/*Specializations css starts*/
section.specializations-section {
    padding: 0 0 50px;
    position: relative;
    background: linear-gradient(180deg, #0E1A3E 0%, #243873 100%);
}

section.specializations-section .specs-head h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

section.specializations-section .specs-head h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #FFF;
    width: 70px;
    height: 3px;
}

section.specializations-section .specs-head h2 span.font-sz {
    color: rgba(255, 255, 255, 0.60);
    font-size: 24px;
}

section.specializations-section .specs-head h3 {
    color: rgba(255, 255, 255, 0.60);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 40px;
}

section.specializations-section .specs-head h3 span {
    font-size: 36px;
}

section.specializations-section .spec-card div {
    border-radius: 3.748px;
    background: #FFF;
    box-shadow: 0px 4.998px 124.946px 0px rgba(0, 0, 0, 0.60);
    padding: 15px;
}

section.specializations-section .spec-card h4 {
    color: #000;
    text-shadow: 0px 9.291px 232.285px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

section.specializations-section .spec-card h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: rgba(0, 0, 0, 0.30);
    height: 2px;
    width: 100%;
}

section.specializations-section .spec-card h5 {
    color: #000;
    text-shadow: 0px 4.299px 107.471px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

section.specializations-section .spec-card h5 span {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 700;
}

section.specializations-section .btn-style-two {
    display: block;
    margin-top: 15px;
    text-align: center;
    opacity: 0;
    transition: all ease .3s;
}

section.specializations-section .btn-style-two:hover {
    background: #F07E1D;
    color: #fff
}

section.specializations-section .spec-card:hover .btn-style-two {
    opacity: 1;
    transition: all ease .3s;
}

/*Specializations css ends*/


/*GIL Alumni css starts*/

section.gil-alumini-section {
    position: relative;
    background-size: cover;
    background-position: center bottom;
}

section.gil-alumini-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #243873;
}

section.gil-alumini-section .container-fluid {
    position: relative;
    width: 90%;
    margin: auto;
    padding: 0 35px 50px;
}

section.gil-alumini-section .container-fluid:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 70%;
    background: #243873;
    z-index: 0;
}

section.gil-alumini-section .alumni-head p {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    margin-top: 100px;
    position: relative;
    margin-bottom: 25px;
}

section.gil-alumini-section .alumni-head p:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 150px;
    height: 4px;
    background: #F07E1D;
}

section.gil-alumini-section .alumni-head p .font-sz {
    font-size: 46px;
    font-weight: 500;
}

section.gil-alumini-section .alumni-head h3 {
    color: #243873;
    font-family: Montserrat;
    font-size: 48px;
    margin-top: 30px;
    font-weight: 700;
    line-height: 100%;
}

section.gil-alumini-section .alumni-head .bg-text {
    color: #000;
    text-shadow: 0px 13.472px 336.788px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 64px;
    font-weight: 700;
    position: absolute;
    z-index: 0;
    left: 100px;
    top: 45px;
    opacity: 0.05;
}

section.gil-alumini-section .gil-ali-img img {
    border-radius: 426px;
    border: 15px solid #FFF;
    box-shadow: 0px 4.747px 47.465px 0px rgba(0, 0, 0, 0.25);
}

section.gil-alumini-section .gil-ali-img {
    position: relative;
}

section.gil-alumini-section .gil-ali-txt {
    background: #D9D9D9;
    border: 5px solid #fff;
    box-shadow: 0px 1.671px 16.713px rgba(0, 0, 0, 0.25);
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

section.gil-alumini-section .gil-ali-txt p span {
    font-size: 38px;
    line-height: 40px;
    display: block;
}

section.gil-alumini-section .gil-ali-txt p {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}

section.gil-alumini-section .stud-place {
    position: relative;
    z-index: 1;
}

section.gil-alumini-section .stud-img {
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 20px;
}

section.gil-alumini-section .stud-img img {
    width: 100%;
    margin-bottom: 10px;
}

section.gil-alumini-section .stud-img img {
    width: 100%;
    margin-bottom: 10px;
}

section.gil-alumini-section .stud-img img.palce-img {
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    object-fit: contain;
    object-position: center;
}
section.gil-alumini-section .stud-cont h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

section.gil-alumini-section .stud-cont p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

/*GIL Alumni css ends*/

/*Geeta University css starts*/
section.geeta_university_section {
    position: relative;
}

section.geeta_university_section .container-fluid {
    position: relative;
    width: 90%;
    background: #152554;
    padding: 60px 25px;
}

section.geeta_university_section:after {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    right: 0;
    margin: auto;
    width: 70%;
    height: 4px;
    background: #f07e1d;
}

section.geeta_university_section .head-place h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
}

section.geeta_university_section .uni-head h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 400;
}

section.geeta_university_section span.rule_side {
    height: 2px;
    background: #F07E1D;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 20px;
}

section.geeta_university_section .head-place {
    display: flex;
    align-items: end;
}

section.geeta_university_section .head-place {
    display: flex;
    align-items: end;
    margin-bottom: 0px;
    height: 100%;
    padding-bottom: 20px;
}

section.geeta_university_section .carousel-cell3 {
    padding: 10px;
    border-radius: 8px;
}

section.geeta_university_section .carousel-cell3 img {
    border-radius: 10px;
    background: #fff;
}

/*Geeta University css ends*/


/*Highest Academic Credibility css starts*/
section.gil-adv-section {
    background: #DCEEF4;
    position: relative;
    padding: 60px 0;
}

section.gil-adv-section .gil-adv-text {
    background: #F07E1D;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 90px 15px 15px;
}

section.gil-adv-section .gil-adv-dv ul li h3 {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
}

section.gil-adv-section .gil-adv-dv {
    padding: 30px 20px 20px 90px;
}

section.gil-adv-section .gil-adv-dv ul li p {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

section.gil-adv-section .gil-adv-dv ul li img {
    height: 45px;
    margin-bottom: 15px;
}

section.gil-adv-section .gil-adv-dv ul li {
    margin-top: 25px;
}

section.gil-adv-section .gil-img-dv img {
    width: auto;
    height: 90px;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

section.gil-adv-section .gil-img-dv img:last-child {
    border-right: 0;
}

section.gil-adv-section .gil-adv-text h3,
section.gil-adv-section .gil-adv-text h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

section.gil-adv-section .rule-one {
    background: #FFF;
    display: block;
    width: 100%;
    height: 2px;
    margin: 25px 0;
}

section.gil-adv-section .gil-adv-text ul li {
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

section.gil-adv-section .gil-adv-img img {
    width: 100%;
    height: auto;
}

/*Highest Academic Credibility css ends*/

/*Geeta guts 2024 section starts*/

section.geeta-guts-section {
    background: #FEF6EF;
    padding: 0 0 40px 0px;
}

section.geeta-guts-section .geeta-guts-head-two h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
}
section.geeta-guts-section .geeta-guts-head-two h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
}


section.geeta-guts-section .geeta-guts-dvf p {
    color: #FFF;
    text-align: justify;
    text-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
}

section.geeta-guts-section .geeta-guts-apply a {
    display: block;
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: 100px;
    position: relative;
    z-index: 3;
}

section.geeta-guts-section .geeta-guts-apply {
    text-align: right;
    width: 100%;
    position: relative;
    height: 46px;
}

section.geeta-guts-section .geeta-guts-apply:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 2px;
    background: rgba(255, 255, 255, 0.30);
    z-index: 0;
}

section.geeta-guts-section .geeta-avail-head h3 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 400;
}

section.geeta-guts-section .geeta-avail-head h3 .font-sp {
    font-size: 18px;
}

section.geeta-guts-section .geeta-avail-head h3 .font-sz {
    font-size: 30px;
}

section.geeta-guts-section .geeta-avail-head h3 .font-sp {
    font-size: 20px;
}

section.geeta-guts-section .geeta-card-con h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

section.geeta-guts-section .geeta-card-con div {
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}

section.geeta-guts-section .geeta-guts-cardconts {
    display: flex;
    flex-wrap: wrap;
}

section.geeta-guts-section .geeta-card-con {
    width: 20%;
    padding: 5px;
}

section.geeta-guts-section .geeta-card-con p {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    position: relative;
}

section.geeta-guts-section .geeta-card-con p:after {
    content: "";
    position: absolute;
    right: 0;
    width: 80%;
    bottom: 7px;
    background: #243873;
    height: 2px;
}

section.geeta-guts-section .geeta-card-con p span {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

section.geeta-guts-section .geeta-card-con h5 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

section.geeta-guts-section .geeta-guts-imgs img {
    width: 100%;
}

section.geeta-guts-section .geeta-guts-dvf {
    background: #000;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 40px 30px 0;
    box-shadow: 0px 3.716px 92.903px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
}

.terms-nd-condition p {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
}

.terms-nd-condition ul li {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*Geeta guts 2024 section ends*/


/*Study Law css starts*/
section.study-law-section {
    position: relative;
}

section.study-law-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #fef6ef;
    z-index: 0;
}

section.study-law-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(90deg, #C00000 0%, #F07E1D 100%);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25) inset;
}

section.study-law-section .stu-heading h2 {
    color: #F07E1D;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 6px;
}

section.study-law-section .stu-heading h2 .font-sp {
    font-size: 116px;
    line-height: 120px;
}

section.study-law-section .stu-heading h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 30px;
}

section.study-law-section .stu-heading h1 .font-sp {
    font-size: 80px;
}

section.study-law-section .stu-heading h1 sup {
    top: -40px;
}

section.study-law-section .stu-heading h1 .font-sz {
    font-size: 36px;
}

section.study-law-section .stud-img img {
    width: 80%;
    z-index: 9;
    position: relative;
}
section.study-law-section .stud-img  {    
    position: relative;
}
section.study-law-section .stud-img .btn {
    position: absolute;
    right: 0;
    bottom: 60px;
    padding: 10px 65px !important;
    z-index: 9;
    font-weight: 600;
}
/*Study Law css ends*/


/*footer_one starts*/
footer.footer_one {
    padding: 80px 0px 0 0;
    position: relative;
    background: #243873;
}
footer.footer_one .help-no a:hover {
    text-decoration: none;
    color: #fff;
}
footer.footer_one .help-no h4 {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
}

footer.footer_one .help-no a {
    color: rgba(255, 255, 255, 0.60);
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
}

footer.footer_one .copyright p a {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}
footer.footer_one .copyright p a:hover {
    color: #fff;
    text-decoration: none;
}

footer.footer_one .copyright p {
    margin-bottom: 0;
}

footer.footer_one .copyright p {
    color: rgba(255, 255, 255, 0.60);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

footer.footer_one .copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff47;
    margin-top: 25px;
}

/*footer_one ends*/


@media screen and (max-width: 1199.98px) {


    section.addmission_process_section .timeline-steps {
        display: block;
        padding-left: 50px;
        padding-bottom: 60px;
    }

    section.addmission_process_section .timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 10px;
        width: 100%;
    }

    section.addmission_process_section .timeline-steps .timeline-content {
        width: 100%;
        display: flex;
    }

    section.addmission_process_section .inner-circle {
        margin-right: 20px;
    }

    section.addmission_process_section .timeline-step:after {
        content: "";
        height: 100%;
        width: 2px;
        background: #000;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: 0;
        padding: 0;
    }

    section.addmission_process_section .timeline-content p {
        text-align: left;
    }

    section.addmission_process_section .timeline-step {
        padding: 25px 0 !important;
    }

    section.addmission_process_section .timeline-step:last-child:after {
        display: none;
    }

}


/* Law Centres starts */

section.Law_Centres_section {
    padding: 20px 0 0;
    position: relative;
}

section.Law_Centres_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #dceef4;
}

.Law_Centres_section .add-sctn {
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 9;
    position: relative;
    padding: 0% !important;
}

.Law_Centres_section .add-sctn .add-head {
    background: #E6E6E6;
    padding: 3%;
}

.Law_Centres_section .add-head h2 {
    font-size: 40px;
}

.Law_Centres_section .add-head h2 span {
    font-size: 50px;
}

.Law_Centres_section .law_centres_content {
    padding: 4%;
}

.Law_Centres_section .law_centres_content .content_box {
    background: #243873;
    text-align: center;
    border-radius: 4px;
}

.Law_Centres_section .law_centres_content .content_box h5 {
    color: #fff;
    padding: 15px;
    font-size: 16px;
}

.Law_Centres_section .add-sctn a.red_background {
    position: absolute;
    right: 50px;
    bottom: -18px;
}

@media (min-width:320px) and (max-width:480px) {
    .Law_Centres_section .add-head h2 {
        font-size: 25px;
    }

    .Law_Centres_section .add-head h2 span {
        font-size: 35px;
    }
}

/* Law Centres end  */

/* testimonials starts */

.testimonials_section {
    margin-top: 4%;
}

.testimonials_section .testimonials_content {
    padding: 4% 4% 8% 4%;
    background: #FEF6EF;
    border-top: 10px solid #F07E1D;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.testimonials_section .testimonials_content .add-sctn .add-head {
    background: #E6E6E6;
    padding: 3%;
}

.testimonials_section .testimonials_content .add-head h2 {
    font-size: 60px;
}

.testimonials_section .testimonials_content .add-head h2 span {
    font-size: 70px;
}

.testimonials_section .testimonials_content .add-head hr {
    border: 5px solid #F07E1D;
    width: 20%;
}

.testimonials_section .testimonials_content .carousel .carousel-inner > div {
    background: #fff;
    padding: 4%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

.testimonials_section .testimonials_content .carousel .carousel-inner p {
    font-size: 16px;
}

.testimonials_section .testimonials_content .carousel .carousel-indicators {
    margin-bottom: -5%;
}

.testimonials_section .testimonials_content .carousel .carousel-indicators li {
    height: 5px;
    width: 50px;
    background: #c2c2c2;
    border-radius: 10px;
    border:0px;
    transition: all ease .3s;
}

.testimonials_section .testimonials_content .carousel .carousel-indicators li.active {
    height: 5px;
    width: 100px;
    background: #777777;
    border-radius: 10px;
}

.testimonials_section .testimonials_content .carousel .carousel-inner hr {
    border: 1px solid #C00000;
}

.testimonials_section .testimonials_content .carousel .carousel-inner h5 {
    font-size: 21px;
}

.testimonials_section .testimonials_content .carousel .carousel-inner h6 {
    color: #000;
    font-size: 13px;
    margin-top: -1%;
}

@media (min-width:320px) and (max-width:480px) {
    .testimonials_section .testimonials_content .add-head h2 span {
        font-size: 35px;
    }

    .testimonials_section .testimonials_content .add-head h2 {
        font-size: 24px;
    }

    .testimonials_section .testimonials_content .add-head h3 {
        font-size: 16px;
    }

    .testimonials_section .testimonials_content .carousel .carousel-inner p {
        font-size: 14px;
    }

    .testimonials_section .testimonials_content .carousel .carousel-inner h5 {
        font-size: 15px;
    }

    .testimonials_section .testimonials_content {
        padding: 4% 4% 15% 4%;
    }

    .testimonials_section .testimonials_content .carousel .carousel-indicators {
        margin-bottom: -10%;
    }
}

/* testimonials end  */

.banner_form_sec h5 {
    font-size: 16px;
}

/* form css starts */
.banner_form_sec .form_title {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 10px 0 0px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
    display: inline-block;
    position: relative;
}
.banner_form_sec {
    background: #fff;
    padding: 15px 25px;
    width: 100%;
    border-radius: 10px;
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
label.form-group.agrCheck {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 15px 0;
    user-select: none;
    position: relative;
}
label.form-group.agrCheck .invalid-feedback {
    position: absolute;
    right: 0;
    bottom: -7px;
}
.register-panel .form-group.agrCheck .checkText {
    user-select: none;
}
.register-panel .form-group.agrCheck .form-control {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    margin-top: 4px;
    cursor: pointer;
    transition: all ease .3s;
    transform: scale(1);
}
.register-panel .form-group.agrCheck .form-control:checked {
    filter: invert(1) brightness(0.9);
    transition: all ease .3s;
    transform: scale(0.95);
}
.register-panel .form-group.agrCheck .form-control:focus {
    box-shadow: none;
    outline: none;
}
.banner_form_sec a.btn.btn-link.toggleAction.btn-block {
    color: #c00000;
    font-weight: 600;
    transition: all ease .3s;
}
.banner_form_sec a.btn.btn-link.toggleAction.btn-block:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #f07e1d;
}
.banner_form_sec input.btn.btn-warning.btn-block {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 60px;
    border-radius: 8px;
    background: #F07E1D;
    border: 1px solid #F07E1D;
    transition: all ease .3s;
    transform: scale(1);
}
.banner_form_sec input.btn.btn-warning.btn-block:hover {
    transform: scale(0.95);
}
.banner_form_sec .form-control {
    height: 40px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}
.banner_form_sec .form-group {
    margin-bottom: 10px;
}
/* Chrome, Safari, Edge, Opera */
.banner_form_sec .phonenumber::-webkit-outer-spin-button,
.banner_form_sec .phonenumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.banner_form_sec .phonenumber[type=number] {
  -moz-appearance: textfield;
}
.banner_form_sec .submit-btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
    background: #832625;
    color: #fff;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
    padding-top:3px;
}
/* form css ends */

/* fixed button css starts */
.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 h5 {
    font-size: 14px;
}
.applyNowButton a:hover {
    text-decoration: none;
}
.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}
.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}
.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    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;
}


/* fixed button css ends */