@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');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
     font-family: 'Montserrat'; 
    scroll-behavior: smooth;
}
html {
    
    scroll-behavior: smooth;
}
* {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Product Sans'; */
}

ul {
    list-style-type: none;
}

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

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

textarea {
    resize: none;
}


.btns-style-one {
    font-size: 16px;
    background: #000;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0px 2.6px 53.89px hwb(0deg 0% 100% / 25%);
    transform: scale(1);
    transition: all ease .3s;
}

.btns-style-one:hover {
    color: #fff;
        box-shadow: 0px 2.6px 53.89px hwb(0deg 0% 100% / 50%);
    transform: scale(0.95);
}



.color-pink {
    color: #D1153D;
}




/*header starts*/
header.header {
    position: relative;
    padding: 10px 0;
}
header.header a {
    display: block;
}



/*header ends*/




/*banner starts*/

section.banner-section .banner-con-one {
    background: #17345A;
    padding: 30px 15px 0;
}
section.banner-section .banner-content h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    font-family: "Average", serif;
}

section.banner-section .banner-content p {
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
    font-family: "Average", serif;
    margin: 15px 0;
}
section.banner-section .banner-content h2 {
    position: relative;
}
section.banner-section .banner-content h2 .fnt-one {
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 100px 15px 15px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
}


section.banner-section .banner-content h2 .fnt-four {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 145px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 16px;
    background: #D1153D;
    border-radius: 8px;
    text-align: center;
}
section.banner-section .banner-content h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    opacity: 0.6;
    font-family: "Inter", sans-serif;
    line-height: 26px;
        margin-bottom: 30px;
}

section.banner-section .banner-con-two {
    padding: 30px 20px;
    background: linear-gradient(90deg, #D1153D, #A21331);
}

section.banner-section .banner-con-two .row > div {
    max-width: 20%;
    flex: 0 0 20%;
    text-align: center;
    border-right: 1px dashed #fff;
}

section.banner-section .banner-con-two h3 {
    font-size: 42px;
    color: #fff;
    font-family: "Average", serif;
    margin: 0;
}
section.banner-section .banner-con-two p {
    font-size: 18px;
    color: #fff;
    opacity: 0.6;
    margin: 0;
}
section.banner-section .banner-con-two .row > div:last-child {
    border: 0;
}


/*banner ends*/


/*advantage section starts*/
section.advantage-section {
    position: relative;
    padding: 60px 0;
    background: #fff;
}

section.advantage-section .adv-head p {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
}

section.advantage-section .adv-head h2 {
    font-size: 40px;
    color: #17345A;
    font-weight: 500;
    font-family: "Average", serif;
}

section.advantage-section .adv-sb-cont h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

section.advantage-section .adv-sb-cont h3 .fnt-one {
    font-size: 48px;
    color: #d1153d;
    font-weight: 500;
    font-family: "Average", serif;
    display: block;
}
section.advantage-section .adv-sb-cont h3 .fnt-two {
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
}
section.advantage-section .adv-head {
    border-bottom: 2px solid #000;
    padding: 0px 0 30px;
    margin-bottom: 30px;
}

section.advantage-section .adv-sb-cont {
    padding: 20px 15px;
    border-bottom: 1px dashed #000;
}

section.advantage-section .adv-content .col-md-6:nth-child(6) div,
section.advantage-section .adv-content .col-md-6:nth-child(5) div {
    border: 0;
}

section.advantage-section .adv-fac-box {
    position: relative;
    padding: 0 15px 15px;
}
section.advantage-section .adv-fac-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 25px;
    background: #d1153d;
}
section.advantage-section .adv-btn-box a {
    display: block;
    width: 220px;
    margin-top: 10px;
}
section.advantage-section .adv-fac-box p {
    font-size: 16px;
}


/*advantage section ends*/

/*Recognitions section starts*/
section.recognitions-section {
    position: relative;
    padding: 0 0 60px;
}

section.recognitions-section h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #000;
}
section.recognitions-section .reco-hr hr {
    border: 1px solid #000;
}


/*Recognitions section ends*/




 /* Healthcare programs section start */

section.programs-section {
    position: relative;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(209 21 61 / 10%), transparent);
}

section.programs-section .floater-img {
    position: absolute;
    left: 10%;
    width: 25%;
    bottom: 0;
}
section.programs-section .prog-head {
    margin-bottom: 0;
}

section.programs-section .prog-head p span {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
section.programs-section .prog-head p {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 500;
}
section.programs-section .prog-head h2 {
    font-size: 50px;
    margin: 14px 0;
    color: #17345A;
    font-family: "Average", serif;
}
section.programs-section .course-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #17345A;
    margin-top: 15px;
    margin-bottom: 15px;
}
section.programs-section .course-info p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: normal;
        margin-bottom: 12px;
}
section.programs-section div#v-pills-basicsci .carousel-cell {
    width: 33%;
}

section.programs-section .carousel-cell {
    width: 25%;
    padding: 10px;
    height:350px;
}

section.programs-section .content-wrapper .nav .nav-link {
    background:transparent;
    text-align:left;
    color: #17345A;
    border-bottom:1px solid rgba(255, 255, 255, 0.3);
    border-radius:0px;
    margin-top:10px;
    padding-bottom:10px;
    font-size: 16px;
    text-transform: uppercase;
}
section.programs-section .content-wrapper .nav .nav-link span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
section.programs-section .flickity-page-dots .dot{
    background:#000 !important;
}

section.programs-section  .content-wrapper .nav .nav-link.active {
    color:#17345A;
    font-weight:bold;
}
section.programs-section  .content-wrapper .nav .nav-link:focus-visible,
section.programs-section  .content-wrapper .nav .nav-link:focus {
   outline: none;
   box-shadow: none;
}
section.programs-section .course-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    color: #000;
    margin-right: 20px;
    height: 100%;
    box-shadow: 0px 3.54px 132.64px rgb(0 0 0 / 25%);
}




 /* Healthcare programs section end */



section.get-hired-section {
    position: relative;
    padding: 60px 0 0;
    background: linear-gradient(75deg, #17345A, #0B213D);
}

section.get-hired-section .get-contnet h2 {
    font-size: 40px;
    text-align: right;
    color: #fff;
    font-weight: 500;    
    font-family: 'Average';
}

section.get-hired-section .get-contnet h2 span {
    font-size: 20px;
    display: block;
    font-family: 'Inter';
    margin-bottom: 6px;
}
section.get-hired-section .get-list-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
section.get-hired-section .get-list-box ul li {
    width: 25%;
    padding: 10px;
}
section.get-hired-section .get-list-box ul li h3 {
    background: #D1153D;
    color: #fff;
    font-size: 44px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 4px;
}
section.get-hired-section .get-list-box ul li p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    font-weight: 500;
}
section.get-hired-section .get-check-list-box {
    border-top: 2px dashed #ffffff69;
    margin-top: 40px;
    padding-top: 40px;
}
section.get-hired-section .get-check-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

section.get-hired-section .get-check-list-box ul li {
    width: 32%;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    text-indent: -10px;
}
section.get-hired-section .carousel-cell {
    width: 16.66%;
    padding: 20px;
}

section.get-hired-section .get-hired-content-box {
    margin-left: -45%;
    position: relative;
}
section.get-hired-section .get-hired-content-box.mt-4 p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    opacity: 0.6;
}










/*research section starts*/
section.research-section  {
    position: relative;
    padding: 60px 0;
}
.research-head p span {
    font-size: 22px;
    font-weight: 600;
}
.research-head {
    margin-bottom: 60px;
}
.research-head p  {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.research-head h2 {
    font-size: 44px;
    color: #17345A;
    font-family: 'Average';
}

section.research-section .research-sb-cont {
    padding: 20px 15px;
    border-bottom: 1px dashed #000;
}
section.research-section .research-sb-cont h3 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
section.research-section .research-sb-cont h3 .fnt-one {
    font-size: 48px;
    color: #d1153d;
    font-weight: 500;
    font-family: "Average", serif;
    display: block;
}
section.research-section .research-sb-cont h3 .fnt-two {
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
}
section.research-section .research-content .col-md-6:nth-child(3) div, 
section.research-section .research-content .col-md-6:nth-child(4) div {
    border: 0;
}
section.research-section .research-sb-cont p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    opacity: 0.6;
    margin-bottom: 0;
}

/*research section ends*/

/*beyond classroom section starts*/
section.classromm-section {
    position: relative;
    padding: 60px 60px;
}
section.classromm-section > div {
    background: #000;
    padding: 50px;
}
.left-img-one img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border: 1px solid #000;
}

.left-head {
    padding: 20px;
}
.left-head h2 {
    font-size: 46px;
    color: #fff;
    font-family: 'Average';
}
.left-head p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.right-content-box h3 {
    font-size: 22px;
    color: #EE1D4A;
    font-weight: 700;
    margin-bottom: 20px;
}

.right-content-box h4 {
    font-size: 22px;
    color: #EE1D4A;
    font-weight: 700;
    margin-bottom: 20px;
}
.right-content-box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 2px solid #EE1D4A;
    padding-left: 15px;
    margin: 0;
}
.right-content-box p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 17px;
}

/*beyond classroom section ends*/


/*admissions process section starts*/

section.admission-section {
    position: relative;
    padding-bottom: 80px;
}
section.admission-section:after {
    content: "";
    position: absolute;
    left: 0;
    width: 90%;
    right: 0;
    margin: auto;
    height: 2px;
    background: #000;
    bottom: 0;
}

section.admission-section h2 {
    font-size: 48px;
    color: #17345A;
    font-family: 'Average';
    text-align: center;
    margin-bottom: 30px;
}
section.admission-section p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}
section.admission-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}

section.admission-section .step-item {
    position: relative;
    text-align: center;
}
section.admission-section .step-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}
section.admission-section .step-item::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 55%;
  width: 100%;
  border-top: 2px dashed #ccc;
  z-index: 0;
}

section.admission-section .col:last-child .step-item::after {
  display: none;
}





/*admissions process section ends*/




/*join section starts*/

section.join-section {
    position: relative;
    padding: 60px 0 0;
    text-align: center;
}

section.join-section  h2 {
    font-size: 44px;
    color: #17345A;
    font-family: 'Average';
}
section.join-section  p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

/*join section ends*/



/* footer section start  */

footer.footer {
    position: relative;
    background: #fff;
    padding: 60px 0 15px;
}
footer.footer h6 {
    font-size: 18px;
    font-weight: 700;
    color: #D1153D;
    text-align: right;
}
footer.footer .phone-footer {
    display: block;
    font-size: 28px;
    text-align: right;
    color: #000;
    font-weight: 600;
}
footer.footer .mail-footer {
    display: block;
    font-size: 18px;
    text-align: right;
    color: #000;
    font-weight: 600;
}

footer.footer .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #17345A;
    color: #fff;
    font-size: 24px;
    transition: 0.3s;
    margin-right: 15px;
    border: 2px solid #17345A;
    transition: all ease .3s;
}


footer.footer .social-icon:hover {
  background: #fff;
  color: #17345A;
  text-decoration: none;
  border: 2px solid #17345A;
}

footer.footer .footer-rule hr {
    opacity: 1;
    border-width: 4px;
    background: #000;
    border-radius: 15px;
    margin-top: 25px;
}




/* footer section end */







/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #17345A;
    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  */



@media (max-width:1399px) {
section.banner-section .banner-content h2 .fnt-one {
    font-size: 20px;
}
section.banner-section .banner-content h2 .fnt-four {
    width: 125px;
    font-size: 20px;
}
section.banner-section .banner-content h3 {
    font-size: 16px;
}
section.recognitions-section h2 {
    font-size: 24px;
}
section.get-hired-section .get-list-box ul li h3 {
    font-size: 34px;
    padding: 10px 10px;
}
section.get-hired-section .get-list-box ul li p {
    font-size: 14px;
}
section.get-hired-section .get-check-list-box ul li {
    width: 48%;
}
section.get-hired-section .get-hired-content-box.mt-4 p {
    font-size: 14px;
}
.left-head h2 {
    font-size: 36px;
}
footer.footer .social-icon {
    width: 40px;
    height: 40px;
}
footer.footer .footer-rule hr {
    margin-top: 20px;
}
section.admission-section h3 {
    font-size: 14px;
}


}

@media (max-width:1299px) {
    section.recognitions-section h2 {
        font-size: 22px;
    }
    footer.footer .social-icon {
        width: 40px;
        height: 40px;
        margin: 2px;
    }
    .right-content-box h4 {
    font-size: 18px;

    }
    .right-content-box p {
    font-size: 14px;
    }
    .left-img-one img {
    height: 120px;
    }


}

@media (max-width:1199px) {

section.banner-section .banner-con-one {
    padding: 30px 45px 0;
}
section.programs-section .carousel-cell {
    width: 50%;
    padding: 10px;
    height: 260px;
}
section.programs-section .floater-img {
    position: absolute;
    width: 35%;
}
section.programs-section div#v-pills-basicsci .carousel-cell {
    width: 50%;
    height: auto;
}
   .left-img-one img {
        height: 100%;
    }

}

@media (max-width:1099px) {
 section.banner-section .banner-con-two h3 {
    font-size: 36px;
 }
section.banner-section .banner-con-two p {
    font-size: 14px;
}
section.programs-section .flickity-viewport {
    overflow: visible;
}
}
@media (max-width:991.98px) {



}





@media (min-width:320px) and (max-width:767px){




    section.programs-section .carousel-cell {
        width: 100%;
        padding: 10px;
    }

section.programs-section .left-area .content-wrapper {
        padding: 10px 10px 20px 10px;
    }



  section.programs-section .programme-menu {
        text-align: center;
                font-size: 20px;
    }


section.banner-section.px-md-5 {
    padding: 20px;
}


header.header a {
    display: none;
}

section.banner-section .banner-content {
    padding: 15px;
}
section.banner-section .banner-content h1 {
    font-size: 26px;
    margin-top: 0;
    font-family: "Average", serif;
}
section.banner-section .banner-content p {
    font-size: 16px;
}
section.banner-section .banner-content p br {
    display: none;
}
section.banner-section .banner-content h2 .fnt-one {
    display: block;
    padding: 15px 90px 15px 15px;
    font-size: 16px;
}
section.banner-section .banner-content h2 .fnt-four {    
    width: 100px;
    font-size: 16px;
}
section.banner-section .banner-content h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

section.banner-section .banner-con-two .row > div {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
    border-right: 0;
    padding: 14px;
}
section.advantage-section .adv-head p {
    font-size: 18px;

}
section.advantage-section .adv-head h2 {
    font-size: 24px;
}
section.advantage-section .adv-sb-cont h3 .fnt-one {
    font-size: 32px;
}

section.advantage-section .adv-sb-cont h3 .fnt-two {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}
section.advantage-section .adv-fac-box p {
    font-size: 14px;
    margin: 0;
}
section.advantage-section .adv-fac-box {
    position: relative;
    padding: 0 15px 0px;
}
section.programs-section .prog-head p span {
    font-size: 16px;
}
section.programs-section .prog-head h2 {
    font-size: 30px;
}

section.programs-section .content-wrapper .nav .nav-link {
    background: transparent;
    text-align: left;
    color: #17345A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0px;
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
section.programs-section .flickity-viewport {
    overflow: visible;
}
section.programs-section div#v-pills-basicsci .carousel-cell {
    width: 100%;
}

section.programs-section .floater-img {
    display: none;
}
section.get-hired-section .get-contnet h2 {
    font-size: 26px;
    text-align: left;
}
section.get-hired-section .get-list-box ul li {
    width: 50%;
    padding: 10px;
}
section.get-hired-section .get-list-box ul li h3 {
    font-size: 30px;
}
section.get-hired-section .get-list-box ul li p {
    font-size: 12px;
}
section.get-hired-section .get-check-list-box ul li {
    width: 46%;
    padding: 5px 10px;
    font-size: 12px;
    color: #ffffffba;
    font-weight: 500;
    margin-left: 8px;
    text-indent: -8px;
}

section.get-hired-section .carousel-cell {
    width: 33.33%;
    padding: 10px;
}
section.get-hired-section .get-hired-content-box {
    margin-left: 0;
    position: relative;
}
section.get-hired-section .get-hired-content-box.mt-4 p {
    font-size: 14px;
}
.research-head h2 {
    font-size: 34px;

}
.research-head p {
    font-size: 14px;
}
.research-head {
    margin-bottom: 20px;
}
section.research-section .research-sb-cont h3 .fnt-one {
    font-size: 30px;

}

section.research-section .research-sb-cont h3 .fnt-two {
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
}

section.research-section .research-sb-cont {
    padding: 20px 5px;
}
section.research-section .research-sb-cont p {
    font-size: 12px;
    margin-top: 10px;
}
footer.footer * {
    text-align: center !important;
}
footer.footer .logo-footer {
    margin-bottom: 20px;
}

    section.banner-section .banner-con-one {
        padding: 30px 15px 0;
    }
    section.recognitions-section .col {
    flex: 0 0 100%;
}
section.classromm-section {
    position: relative;
    padding: 30px 15px;
}
section.classromm-section > div {
    background: #000;
    padding: 15px;
}
.left-head {
    padding: 20px 0;
}
section.admission-section h2 {
    font-size: 38px;
}
section.admission-section .col {
    flex: 0 0 80%;
    text-align: left;
    margin: auto;
}
section.admission-section .step-icon {
    float: left;
    margin-right: 15px;
}
    section.admission-section h3 {
        text-align: left;
        margin-bottom: 45px !important;
    }

section.admission-section .step-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 12px;
    border-left: 2px dashed #ccc;
    z-index: 0;
    height: 100px;
}
section.join-section h2 {
    font-size: 26px;
}
section.join-section p {
    font-size: 14px;
}

}











/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100% !important;
    padding: 20px 15px;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    /* box-shadow: 0 10px 44px 0px #0000005c; */
    height: auto;
    margin-bottom: 50px;
}
.banner_form_sec h2 {
    font-size: 24px !important;
    text-align: center;
    margin: 10px 0 20px;
}
.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    color: #000 !important;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}



.btn-style-one,
.btn-style-one:hover {
    background: linear-gradient(45deg, #D1153D, #D1153D);
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #D1153D;
    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: #D1153D;
    border: 1px solid #D1153D;
}
.loginwithotpbtn,
.loginwithotpbtn:hover {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    transform: scale(1);
    box-shadow: none !important;
    transition: all ease .3s;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
#loginregister {
    box-shadow: none !important;
}
form#dataFormRegistration {
    display: block !important;
}
/* Form Css Ends */

