@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
}
.bannersection{
    background: url(../img/banner.jpg) ;
    background-size: cover;
    min-height: 500px;
}
.bannersection h1{
    color: #fff;
    font-weight: 700;
}
.bannersection h1 span{
    color: #fcba74;
    font-size: 22px;
}
.bannersection h4{
    color: #fff;
}
.bannersection button{
    background-color: #cc0003;
    color: #fff;
    border: 0;
    padding: 12px 26px;
    font-size: 21px;
    font-weight: 600;
    border-radius: 7px;
}

.content-sec{
    margin-top: -30px;
}
.featute-item{
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 11px #00000075;
    justify-content: center;
    padding: 20px 0;
}
.featute-item .inner-item{
    width: 22%;
    text-align: center;
    border-right: 3px solid #a12d44;
}
.featute-item .inner-item:last-child{
    border: 0px;
}
.featute-item .inner-item img{
    height: 40px;
}
.featute-item .inner-item h4{
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 3px;
}
.featute-item .inner-item p{
    margin-bottom: 0px;
}

.highlights-box {
    padding: 40px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 11px #00000075;
    margin-top: 45px;
}
.highlights-box h2.heading {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
}
.highlights-box ul.highlights {
    padding-left: 0;
}
.highlights-box ul.highlights li {
    display: inline-block;
    width: 48%;
    background: #fff;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 15px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #535353
}
.highlights-box ul.highlights li svg {
    color: #dd7901;
    background: #ffedd7;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px
}
.highlights-box ul.highlights li.light-blue svg {
    background: #e1ebfd
}
.highlights-box ul.highlights li.light-red svg {
    background: #ffe5e8
}
.highlights-box ul.highlights li.light-green svg {
    background: #e1f3e5
}
.highlights-box ul.highlights li.light-orange svg {
    background: #ffedd7
}
.highlights-box ul.highlights li.light-blue svg path {
    fill: #0a56e1
}
.highlights-box ul.highlights li.light-red svg path {
    fill: #dc3545
}
.highlights-box ul.highlights li.light-green svg path {
    fill: #1e8e38
}
.highlights-box ul.highlights li.light-orange svg path {
    fill: #e97405
}
.highlights-box ul.highlights li strong {
    display: block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #000;
}
.highlights-box ul.highlights li img {
    float: none;
    height: 65px;
    margin-right: 10px;
    margin-bottom: 15px;
    background: #ffedd7;
    padding: 12px;
    border-radius: 20px
}
.highlights-box ul.highlights li img.light-blue {
    background: #ccc
}
.highlights-box ul.highlights li img.light-green {
    background: #ccc
}
.highlights-box ul.highlights li img.light-red {
    background: #ccc;
    background: #ccc
}
.highlights-box ul.highlights li img.light-purple {
    background: #ccc
}


.right-form {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 11px #00000075;
}
.right-form h4 {
    font-size: 25px;
    margin-bottom: 25px;
    padding: 18px 30px;
    background: #cc0003;
    color: #fff;
    line-height: 1em;
}
.right-form form{
    padding: 8px 20px 20px 20px;
}
.right-form .with-icon.single-row{
    position: relative;
    margin-bottom:28px;
}
.right-form .with-icon.single-row input{
    width: 100%;
    padding: 5px 0;
    transition: all .3s ease;
    font-size: 13px;
    color: #000;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    outline: 0;
    display: block;
    border: 1px solid #cacaca;
    height: 38px;
    text-indent: 13px;
}
.right-form .with-icon.single-row .floating-label{
    /* position: absolute;
    top: -8px;
    left: 8px; */
    background: #e6e6e6;
    padding: 0 10px;
    border-radius: 50px;
    color: #525252;
    font-size: 12px;
}
.right-form .chck input{
    display: inline-block;
    margin-top:2px;
}
.right-form .chck{
    font-size: 12px;
}
.right-form .btn{
    background: #cc0003;
    padding: 10px 40px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  top: -23px;
  left: 10px;
  font-size: 11px;
  opacity: 1;
  background-color: #fff;
}

.inputText {
  font-size: 14px;
  width: 200px;
  height: 35px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: -8px;
  transition: 0.2s ease all;
}

.certificate button{
    background: #cc0003;
    padding: 10px 40px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
}


.info-tabs{
    margin-top: 110px!important;
    background-color: #DFDFDF;
}
.info-tabs .nav-link{
    background: #DFDFDF;
    color: #151515;
    font-weight: 600;
    border-radius: 9px;
    padding: 12px 20px;
}
.info-tabs .nav .nav-item{
    margin: 0 15px;
}
.info-tabs .nav-link.active, .info-tabs .nav-link:hover{
    background: #cc0003;
    color: #fff;
}
.info-tabs .nav.nav-tabs{
    margin-top: -30px;
    border: 0px;
}
.info-tabs .tab-pane{
    padding: 42px 0 20px 0;
}
.info-tabs .tab-pane.who ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
.info-tabs .tab-pane.who ul li{
    font-size: 18px;
    font-weight: 500;
    width: 47%;
    margin-bottom: 30px;
    background: url(../img/decor.png) no-repeat;
    padding-left: 40px;
    background-position-x: 0%;
}


.eligible{
    margin-top: 30px;
}
.eligible h2{
    font-size: 25px;
    font-weight: 600;
    color: #a12d45;
    margin-bottom: 10px;
}
.eligible ul{
    padding-left: 17px;
}
.eligible ul li{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.eligible{}
.btn-themed{
    background: #cc0003;
    padding: 10px 40px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 15px;
}

.btn-themed:hover{
color: #fff;
}
.eligible{}


.direct{
    padding: 40px 0;
    background:#DFDFDF;
}
.direct .heading-12{
    color:#af1536;
    font-weight: 600;
    font-size: 24px;
    padding: 10px 0;
}
.direct .item{
    text-align: center;
    padding: 0 10px;
}
.direct .item img{
    max-width: 85px;
    height: 85px;
}
.direct .item h4{
    color:#af1536;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.direct .item p{
    font-size: 15px;
    font-weight: 500;
}
.download-brochure{
    border-radius: 14px;
    box-shadow: 0 0 11px #00000075;
    padding:35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.download-brochure h4{
    font-size: 24px;
    margin: 0px;
}
.download-brochure button{
    background: #cc0003;
    padding: 10px 40px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 15px;
}
.message{
    padding: 40px 0;
}
.message iframe{
    width: 100%;
}
.message h2{
    color: #af1536;
    font-weight: 600;
    font-size: 24px;
}
.message p{
    font-weight: 500;
}
.footer{
    background-color: #af1536;
    color: #fff;
    padding: 20px 0;
}
.footer p{
    margin: 0px;
}
.deskto-d-none{
    display: none;
}

/* hide mobile header icons */
.header-icons-mobile{
    display: none;
}

@media (max-width:425px){
    .header-icons-mobile{
        display: flex;
        margin-top: -54px;
    }
    

}

@media (max-width:768px){

/* hide desktop header icons */
.header-icons-desktop{
    display: none;
}

.header-icons-mobile{
    display: flex;
	color: #fff; 
	text-decoration: none; 
	font-size: 15px; 
	font-weight: 600; 
	background:#A5A5A5;
	padding: 10px 20px 10px 20px; 
	border-radius: 10px;
	
    
}

    /* whatspp icon  */
.whatsapp-sticky{
    width: 60;
    height: 60;
    position: fixed;
    right: 10px;
    bottom: 43px !important;
}

.whatsapp-sticky img{
    width: 65px;
    height: 65px;
}


    #fee-btn{

    }
    .third-btn-tab{

    }
    .mobile-d-none{
        display: none!important;
    }
    .deskto-d-none{
        display: block!important;
    }
    .content-banner .d-flex h4{
        font-size: 14px;
        width: 42%;
    }
    .appy-now-btn {
        top: auto!important;
        right: auto!important;
        padding: 7px 40px!important;
        transform: rotate(0deg)!important;
        left: 0px;
        bottom: 0px;
        width: 100%;
        border-bottom-left-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
        padding: 10px 0!important;
    }
    .footer {
        text-align: center;
    }
    .footer .col-md-6.text-end{
        text-align: center!important;
    }
    .sm-100-mobile{
        width: 100%!important;
    }
    .table-block.scrollable{
        overflow: auto;
    }

    .table-block.scrollable {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        width: 100%;
    }
    .table-row.heading.vertical {
        margin-top: 0px;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .table-row.vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .table-cell._2col.full {
        width: 100%;
    }
    .table-cell._2col {
        padding-right: 2px;
        padding-left: 2px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .table-cell {
        padding-right: 2px;
        padding-left: 2px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.6rem;
        line-height: 11px;
        text-align: center;
    }




    .direct .d-flex{
        flex-wrap: wrap;
    }
    .navbar{
        height: 90px;
    }
    .bannersection h1 {
        color: #fff;
        font-weight: 700;
        font-size: 21px;
    }
    .bannersection h4 {
        color: #fff;
        margin-top: 5px!important;
    }
    .bannersection .d-flex {
        margin-top: 15px!important;
    }
    .bannersection img{
        width: 142px!important;
        height: 47px!important;
    }
    .bannersection {
        background: url(../img/banner.jpg);
        background-size: cover;
        min-height: 425px;
        margin-top: 20px;
    }
    .featute-item .inner-item {
        width: 48%;
        text-align: center;
        border-right: 3px solid #a12d44;
        margin-bottom: 20px;
    }
    .featute-item {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 0 11px #00000075;
        justify-content: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .featute-item .inner-item:nth-child(2){
        border: 0px;
    }
    .featute-item .inner-item img {
        height: 32px;
    }
    .highlights-box {
        padding: 26px 21px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 0 11px #00000075;
        margin-top: 27px;
        margin-bottom: 20px;
    }
    .highlights-box h2.heading {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 7px;
    }
    .highlights-box ul.highlights {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .highlights-box ul.highlights li {
        display: inline-block;
        width: 45%;
        background: #fff;
        margin-right: 10px;
        vertical-align: top;
        margin-bottom: 20px;
        padding: 15px 5px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #535353;
    }
    .padding-0-sm{
        padding-left: 15px!important;
    }
    .info-tabs .nav.nav-tabs {
        margin-top: -30px;
        border: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .info-tabs .nav .nav-item {
        margin: 0 5px;
        width: 45%;
        margin-bottom: 15px;
    }
    .info-tabs .nav-link{
        font-size: 14px;
        min-height: 60px;
        display: block;
        width: 100%;
        box-shadow: 0 0 9px #a12d454d;
    }
    .info-tabs .tab-pane.who ul li {
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        margin-bottom: 30px;
        background: url(../img/decor.png) no-repeat;
        padding-left: 24px;
        background-position-x: 0%;
        background-position-y: 4px;
        background-size: 16px;
    }
    .info-tabs .tab-pane.who ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-themed {
        background:#CC0003;
        padding: 10px 10px;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-weight: 600;
        margin-right: 7px;
        margin-top: 15px;
        font-size: 14px;
    }
    .eligible .col-lg-6.col-md-6.text-end{
        text-align: left!important;
        padding-top: 20px;
    }
    .eligible .col-lg-6.col-md-6.text-end img{
        width: 100%!important;
    }
    .direct .item {
        text-align: center;
        padding: 0 10px;
        width: 49%;
    }
    .direct .item h4 {
        color: #af1536;
        font-size: 16px;
        font-weight: 600;
        margin-top: 14px;
    }
    .direct .item p {
        font-size: 14px;
        font-weight: 500;
    }
    .download-brochure {
        border-radius: 14px;
        box-shadow: 0 0 11px #00000075;
        padding: 35px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .download-brochure h4 {
        font-size: 19px;
        margin: 0px;
        margin-bottom: 12px;
    }



}





.table-block {
    margin-bottom: 20px;
    padding: 0px;
    background-color: #fff;
    color: #fff;
}
.table-row.heading {
    margin-top: 11px;
    background-color: #af1536;
    color: #fff;
    font-weight: 600;
}
.table-cell._2col {
    width: 20%;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}
.table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    margin-left: -1px;
    padding: 7px 5px 7px 9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(202, 151, 162, 0.08);
    font-size: 0.7rem;
    line-height: 13px;
    font-weight: 500;
    white-space: normal;
}
.table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}

.appy-now-btn{
    background: #cc0003;
    padding: 10px 40px;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 0;
    position: fixed;
    right: -61px;
    top: 50%;
    transform: rotate(270deg);
}


/* whatspp icon  */
.whatsapp-sticky{
    width: 60;
    height: 60;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.whatsapp-sticky img{
    width: 65px;
    height: 65px;
}
