/* Designed By Rochona Ghosh */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");
body{
    font-family: 'Open Sans', sans-serif; 
}
a{
    text-decoration: none;
}
.course-item {
    flex: 1;
}
.course-item .content {
min-height: 130px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 12px;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
box-shadow: 13px 15px 15px 0 rgba(105,105,105,.08);
padding: 30px;

}
.course-item .content::before {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: 10px;
position: absolute;
z-index: -1;
top: 0;
left: 0;
transition: all .4s;
}
.course-item.color-1 .content::before {
background: #2f3ba2;
opacity: .6;
}
.course-item.color-2 .content::before {
background: #0c5f00;
opacity: .6;
}
.course-item.color-3 .content::before {
background: #958207;
opacity: .6;
}
.course-item.color-4 .content::before {
background: #75015b;
opacity: .6;
}
.course-item .content .title {
font-weight: bold;
font-size: 18px;
line-height: 1.333333;
color: #fff;
text-transform: uppercase;
text-align: center;
margin-bottom: 0;
}
.course-item .content b {
color: #fff;
}
.centerDv{
position: relative;
}
.centerDv::before {
content: "";
background: url(../images/pattern1.png) no-repeat;
background-position: top;
width: 100px;
position: absolute;
height: 100px;
top: 0;
right: 0;
background-size: contain;
}
.course-item .content:hover{
transform: scale(1.04);
}
.course-item .content:hover::before{
opacity: 0.8;
}
header{
    box-shadow: 0px 5px 8px rgb(0 0 0 / 4%);
            background: #ffffff;
}
header .logo{
    height: 70px;
    width: 5%;
}
header .name{
    font-weight: bold;
    /* text-transform: uppercase; */
    /* text-align: center; */
    flex: 1;
    font-style: italic;
    margin-left: 15px;
    color: #0057bf;
    letter-spacing: -0.4px;
}
a.homeBtn{
    color: #0b75a7;
    width: 6%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.centerDv{background-color: rgb(255 255 255 / 79%);padding: 45px 100px 45px 40px;border-radius: 30px 30px 30px 30px;margin-top: 120px;box-shadow: 0px 0px 28px rgb(0 0 0 / 33%);}
.noticeDv{flex:1;height: calc(100vh - 220px);border: 7px ridge #1ab7eb;padding: 20px 30px;/* margin-top: -130px; */border-radius: 25px;}
.heads{background: #015f9a;
    text-align: center;
    padding: 8px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
} 
.noNotice{
    display: flex;justify-content: center;align-items: center;flex-direction: column;height: 86%;
    opacity: 0.2;
    font-size: 36px;
}
.noNotice img{
    height: 80px;
    margin-bottom: 15px;
}
.rightPanelDv .heading{
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
.rightPanelDv .texts{
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}
.marqueeBx{
    /* border: 1px solid #d4e0f7; */
    background: rgb(255 255 255 / 91%);
    height: 45px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.marqueeBx .news{
    width: 15%;
         background: #015f9a;
         color: #fff;
         justify-content: center;
         align-items: center;
         display: flex;
         font-size: 17px;
         text-transform: uppercase;
         letter-spacing: 2px;
         margin-right: 10px;
}
.inrHead {
    background-size: cover!important;
    background-position: center!important;
    padding: 50px 0 300px 0;
    color: #fff;
    position: relative;
}
.inrHead::before {
    content: "";
    background: rgb(0 81 113 / 64%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inrHead h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 13px;
}
.inrHead a {
    color: #fff;
}
.form-control, .form-select {
    padding: 25px 15px 10px 15px;
}
.formsDv{
    position: relative;
    margin: -272px auto 60px;
    z-index: 9999;
    min-height: 350px;
}
.formsDv::before {
    content: "";
    position: absolute;
    background: url(../images/dots2.png) no-repeat;
    top: 261px;
    left: 0;
    width: 150px;
    height: 166px;
    background-size: cover;
    opacity: 0.4;
}
.formsDv::after {
    content: "";
    position: absolute;
    background: url(../images/pattern1.png) no-repeat;
    top: 272px;
    right: -12px;
    width: 178px;
    height: 176px;
    background-size: cover;
    /* opacity: 0.4; */
}
.forms{
    background: #fff;
    padding: 50px;
    width: 75%;
    margin: auto;
    border-radius: 25px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 27%);
    border-top: 7px ridge #68bfd4;
}
.form-group{
    overflow: hidden;
    position: relative;
}
.btn-primary{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    background: #025f9d;
}
.forms label.onlyLabel {
    position: absolute;
    font-size: 13px;
    padding: 2px 15px;
    text-transform: uppercase;
    background: #ffffff;
    width: 97%;
    display: block;
    top: 1px;
    left: 2px;
}
.form-check {
    font-size: 14px;
    margin: 0;
}
.footer {
    padding: 40px 0;
    background-color: #194f90;
    overflow: hidden;
}
.footer p {
    margin: 0;
    color: #F4F4F4;
    font-size: 14px;
    font-weight: 600;
}
.footer p a {
    color: #13ADE5;
}
.w-40{
    width: 40%!important;
}
.logReg{
    margin: 0 0 15px;
    font-weight: 500;
}
.logReg a{
    background: #fff684;
    color: #0845c5;
    border-radius: 5px;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
}
.logReg a:hover{
    background: #fff;
}
.otpDv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
 }

 ul.otp_box {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 25px 0 10px;
 }

 ul.otp_box li {
    display: inline-block;
    width: 12%;
    box-shadow: 0px 0px 44px rgb(0 0 0 / 13%);
    margin: 0 4px;
    height: 53px;
 }

 ul.otp_box li input {
    display: inline-block;
    color: #4f4f4f !important;
    font-size: 25px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
 }
 .flex-1{flex: 1;}
 p.fees {
    background: #f3f0f0;
    color: #000;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 7px;
    height: 42px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 8%);
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-style: italic;
}
p.fees span {
    background: #064c8a;
    display: inline-block;
    color: #fff;
    margin: -6px -39px;
    width: 170px;
    height: 41px;
    padding: 6px 0;
    border-radius: 6px 3px 24px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    transition: 0.5s;
    cursor: pointer;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}
p.fees:hover span {
    transform: scale(1.1);
}
.formsDv.feesPage::before {
    top: -48px;
    left: 0px;
}
.formsDv.feesPage::after {
    top: -48px;
    right: 0;
}
.card{
    height: calc(100% - 0px);
}
.feesColection{
    flex: 1;
    text-align: right;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.feesColection .mainSpan{ 
    background: #f4f4f4;
    padding: 5px 20px;
    display: inline-flex;
    border-radius: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}
.feesColection .mainSpan img{ 
    height: 35px;
    margin-right: 15px;
    float: left;
    border-right: 1px solid #b3b3b3;
    padding-right: 13px;
}

.feesColection .mainSpan .textSpan .online{ 
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
    color: #903539;
}
.feesColection .mainSpan .textSpan .otherTxt{ 
    font-size: 11px;
}
 /*media queries*/
 @media (max-width: 2560px)  {
    .rightPanelDv .heading {
       font-size: 2.7rem;
    }
    .rightPanelDv .texts {
        font-size: 21px;
        margin-bottom: 61px;
    }
    .course-item .content {
        min-height: 180px;
        padding: 30px;
    }
    .course-item .content .title {
        font-size: 25px;
    }
    .heads {
       font-size: 22px;
    }
    header .logo {
        height: 100px;
        width: 5%;
    }
    header .name {
        font-size: 2rem;
    }
    .noNotice {
       height: 86%;
       font-size: 36px;
   }
   .noticeDv {
       height: calc(100vh - 340px);
   }
   .centerDv {
       margin-top: 47px;
   }
}
@media (min-width: 1601px) and (max-width: 1920px)  {
    .centerDv {
        margin-top: 40px;
    }
    .rightPanelDv .heading {
        font-size: 2.2rem;
     }
     .rightPanelDv .texts {
         font-size: 16px;
         margin-bottom: 55px;
     }
     .course-item .content {
         min-height: 150px;
         padding: 30px;
     }
     .course-item .content .title {
         font-size: 20px;
     }
     .heads {
        font-size: 18px;
     }
     header .logo {
         height: 80px;
         width: 5%;
     }
     header .name {
         font-size: 1.7rem;
     }
     .noNotice {
        height: 86%;
        font-size: 36px;
    }
    .noticeDv {
        height: calc(100vh - 300px);
    }
}
@media (min-width:1441px) and (max-width: 1600px)   {
    .rightPanelDv .heading {
        font-size: 2rem;
     }
     .rightPanelDv .texts {
         font-size: 15px;
         margin-bottom: 55px;
     }
     .course-item .content {
         min-height: 130px;
         padding: 30px;
     }
     .course-item .content .title {
         font-size: 18px;
     }
     .heads {
        font-size: 18px;
     }
     header .logo {
         height: 70px;
         width: 5%;
     }
     header .name {
         font-size: 1.5rem;
     }
     .noNotice {
        height: 86%;
        font-size: 36px;
    }
    .noticeDv {
        height: calc(100vh - 288px);
    }
    .centerDv {
        margin-top: 40px;
    }
}
@media (min-width: 1367px) and (max-width: 1440px)   {
    p.fees {
        font-size: 14px;
    }
    .rightPanelDv .heading {
        font-size: 1.7rem;
     }
     .rightPanelDv .texts {
         font-size: 14px;
         margin-bottom: 50px;
     }
     .course-item .content {
         min-height: 110px;
         padding: 20px;
     }
     .course-item .content .title {
         font-size: 16px;
     }
     .heads {
        font-size: 14px;
     }
     header .logo {
         height: 70px;
         width: 5%;
     }
     header .name {
         font-size: 1.4rem;
     }
     .noNotice {
        height: 86%;
        font-size: 28px;
    }
    .noticeDv {
        height: calc(100vh - 288px);
    }
    .centerDv {
        margin-top: 35px;
    }
}
@media (min-width:1201px) and (max-width: 1366px)   {
    p.fees {
        font-size: 14px;
    }
    .rightPanelDv .heading {
        font-size: 1.5rem;
     }
     .rightPanelDv .texts {
         font-size: 12px;
         margin-bottom: 30px;
     }
     .course-item .content {
         min-height: 100px;
         padding: 15px;
     }
     .course-item .content .title {
         font-size: 14px;
     }
     .heads {
        font-size: 13px;
     }
     header .logo {
         height: 58px;
         width: 5%;
     }
     header .name {
         font-size: 1.2rem;
     }
     .noNotice {
        height: 86%;
        font-size: 22px;
    }
    .noticeDv {
        height: calc(100vh - 265px);
    }
    .centerDv {
        margin-top: 30px;
    }
}
@media (min-width:992px) and (max-width: 1200px)   {
    .rightPanelDv .heading {
        font-size: 2rem;
     }
     .rightPanelDv .texts {
         font-size: 14px;
         margin-bottom: 40px;
     }
     .course-item .content {
         min-height: 130px;
         padding: 30px;
     }
     .course-item .content .title {
         font-size: 18px;
     }
     .heads {
        font-size: 14px;
     }
     header .logo {
         height: 70px;
         width: 5%;
     }
     header .name {
         font-size: 1.5rem;
     }
     .noNotice {
        height: 86%;
        font-size: 36px;
    }
    .noticeDv {
        height: calc(100vh - 220px);
    }
}

@media (max-width:991px){
    .rightPanelDv .heading {
        font-size: 2rem;
     }
     .rightPanelDv .texts {
         font-size: 14px;
         margin-bottom: 40px;
     }
     .course-item .content {
         min-height: 130px;
         padding: 30px;
     }
     .course-item .content .title {
         font-size: 18px;
     }
     .heads {
        font-size: 14px;
     }
     header .logo {
         height: 70px;
         width: 5%;
     }
     header .name {
         font-size: 1.5rem;
     }
     .noNotice {
        height: 86%;
        font-size: 36px;
    }
    .noticeDv {
        height: calc(100vh - 220px);
    }
}
@media (max-width:767px){
    .rightPanelDv .heading {
        font-size: 2rem;
     }
     .rightPanelDv .texts {
         font-size: 14px;
         margin-bottom: 40px;
     }
     .course-item .content {
         min-height: 130px;
         padding: 30px;
     }
     .course-item .content .title {
         font-size: 18px;
     }
     .heads {
        font-size: 14px;
     }
     header .logo {
         height: 70px;
         width: 5%;
     }
     header .name {
         font-size: 1.5rem;
     }
     .noNotice {
        height: 86%;
        font-size: 36px;
    }
    .noticeDv {
        height: calc(100vh - 220px);
    }
}