@charset "utf-8";

/* CSS Document */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'roboto', sans-serif;
    color: #616161;
    font-size: 14px;
}

body::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #400682;
    border-radius: 10px;
}

html,
body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.fs2 {
    font-size: 1.2em;
}

.fs3 {
    font-size: 1.3em;
}

p {
    font-size: 1.3em;
    word-break: break-word;
    margin: 0;
    /* color: #242424; */
    line-height: initial;
}

li {
    color: #fff;
    padding-bottom: 8px;
    font-size: 1.3em;
    /* list-style: none; */
}

.no_padding {
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.underline {
    border-bottom: 2px solid #17c400;
    width: 250px;
}

.btmline {
    border-bottom: 1px solid #616161;
    width: 100%;
}

.rightLine {
    border-right: 2px solid #616161;
}

.leftLine {
    border-left: 2px solid #242424;
}

.font-white {
    color: #fff;
}

.font-grey {
    color: #414042;
}

.font-blue {
    color: #064B7C;
}

.font-darkblue {
    color: #1B2F6E
}

.font-lightgreen {
    color: #C3E36D;
}

.bg-white {
    background: #fff;
}

.bg-green {
    background: #96be32;
}

.pd {
    padding: 2%;
}

.pd4 {
    padding: 4%;
}

.margin_t3 {
    margin-top: 3%;
}

.margin_r1 {
    margin-right: 1%;
}

.margin_b1 {
    margin-bottom: 3%;
}

.ml-4 {
    margin-left: 15px;
}

.padding_l1 {
    padding-left: 7%;
}

.padding_r1 {
    padding-right: 7%;
}

.padding_l5 {
    padding-left: 5%;
}

.padding_r5 {
    padding-right: 5%;
}

.padding_t2 {
    padding-top: 2%;
}

.padding_tb2 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.padding_t3 {
    padding-top: 3%;
}

.gap {
    height: 18px;
    clear: both;
}

.big-gap {
    height: 6em;
    clear: both;
}

.border_dotted {
    border-right: dotted;
    border-bottom: dotted;
}

.border_right {
    border-right: dotted;
}

.border_bottom {
    border-bottom: dotted;
}

.sec1 {
    width: 57%;
}

.certificate {
    position: relative;
    color: #333333;
}

.rank_chart {
    margin: 0 auto 4%;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert_details {
    margin: 0 auto;
    text-align: center;
}

.cert_details p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.contact {
    color: #fff;
    float: right;
    padding: 2% 5%;
    border-radius: 10px;
    display: flex;
}

.contact a {
    color: #fff;
    text-decoration: none;
}

.contactlogo {}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 2%;
    width: 100%;
}

/* .Toplogo {
    margin-left: 5%;
} */
.Toplogo {
    width: 180px;
    /* text-align: left; */
    padding-right: 2%;
}

.xlrilogo {
    width: 140px;
    padding: 1% 2%;
}

.icon {
    color: #C3E36D;
    margin-right: 1%;
}

.director {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.profDetails {
    width: 80%;
    font-size: 1.2em;
    margin: 0 auto;
}

.prof1 {
    margin-top: 3%;
    display: flex;
    align-items: center;
}

.prof1 img {
    margin: 0 auto;
}

.rounded {
    border-radius: 50%;
}

.bg_header {}

.banner_section {
    height: 500px;
}

.banner {
    background: #98d6d7;
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
    padding: 0% 0;
    background-position: top;
}

.banner img {
    margin: 0 auto;
    text-align: center;
}

.graph {
    background-image: url(../images/graph.png);
    background-position: 72% bottom;
    height: 415px;
    background-repeat: no-repeat;
}

.topGraph {
    height: 115px;
    background-position-x: right;
    background-image: url(../images/topgraph.png);
    background-position: top 100%;
    background-repeat: no-repeat;
}

.structure {
    background-image: url(../images/structure.png);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 157px;
}

.bg_director {
    background-image: url(../images/director.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 568px;
}

.banner_ty {
    background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 1% 0;
}

.banner_head {
    display: flex;
    align-items: center;
}

.banner h1 {}

.banner h2 {
    font-size: 2.5em;
    font-weight: 500;
}

.banner h3 {}

.banner h5 {
    font-size: 1.3em;
    margin-top: 4%;
    color: #414042;
    background: #400682;
    padding: 1%;
    border-radius: 5px;
}

.banner p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
}

.banner_text {
    padding-bottom: 3%;
}

.banner_text h1 {
    font-weight: bold;
}

.banner_text2 h2 {
    font-family: "Roboto Condensed", sans-serif;
}

.banner_text span {
    font-size: 16px;
}

.banner_text2 {
    padding: 2% 0;
}

.banner_text2 h3 {
    font-weight: normal;
    width: 73%;
}

.banner_text2 h2 {}

.banner_text2 span {
    font-size: 0.8em;
    font-weight: normal;
}

.banner-images {
    margin: 10% auto;
    text-align: center;
    width: 500px;
}

.main_container {
    margin: 12% 7% 0;
    width: 70%;
    color: #400682;
}

.subtitle {}

.pro_high {
    width: 100%;
    position: relative;
}

.heading {
    text-transform: uppercase;
    position: relative;
    color: #400682;
    font-weight: 600;
    margin: 1% 0 3%;
}

.pro_high_sec {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.pro_highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}

.highlightCard {
    background: url(../images/high_bg.png) center no-repeat;
    background-size: contain;
    position: relative;
    height: 245px;
    width: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0% 3%;
    margin: 20px;
    text-align: center;
}

.highlightCard p {
    margin-top: 25%;
}

.pro1,
.pro2,
.pro3,
.pro4,
.pro5,
.pro6,
.pro7 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
}

.bg_overview {
    position: relative;
}

.bg_overview h2 {}

.bg_overview p {
    width: 90%;
    color: #333333;
}

.bg_overview img {
    width: 370px;
    text-align: center;
}

.pro_AV {
    width: 100%;
    margin-bottom: 3%;
    position: relative;
}

.pro_AV h2 {
    position: relative;
    text-align: right;
}

.video {
    position: relative;
    max-width: 720px;
    margin: 2% auto;
    border-width: 0px;
}

.cert_sec {
    background: #e7edf2;
    background: url(../images/rank_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 3% 0;
    margin: 0 auto;
    text-align: center;
}


.rank img {
    margin: 2% auto 0;
}

.rankup {
    display: flex;
    flex-direction: row;
    background: #fff;
    flex-wrap: wrap;
    align-items: center;
    height: 200px;
    margin: 30px;
    padding: 1%;
    width: 23%;
    justify-content: center;
    border: 3px solid #400682;
}

.rankup img {
    margin-bottom: 4%;
}

.partner_img {
    margin: 0 auto 3%;
    border: 10px solid #400682;
}

.rank span {}

.cert_sec h2 {}

.rank_chart p {
    color: #333333;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.probox {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 230px;
    width: 100%;
    padding: 7% 5%;
    margin: 30px 0px;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 9px 21px 0px;
    border-radius: 10px;
    border: dashed;
    border-color: #400682;
    text-align: center;
}

.probox img {
    position: absolute;
    top: -23%;
    left: 30%;
    width: 40%;
}

.probox h4 {
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    text-transform: uppercase;
}

.probox p {
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-top: 20%;
}

.outcome_sec {
    margin-bottom: 3%;
}

.outcome_sec h2 {}

.outcome_details {
    width: 95%;
    margin: 5% auto 0;
}

.pro_struc {
    position: relative;
    height: 450px;
}

.pro_struc h2 {
    margin-left: 1%;
    color: #011168;
}

.myslider {
    width: 100%;
}

.myslider .item {
    margin: 10% auto 0%;
    width: 50%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 7px;
    border: dashed;
}

.myslider .item img {
    height: auto;
    width: 100%;
}

.owl-dots .owl-dot {
    margin: 0px 3%;
}

.owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

.owl-dots .owl-dot button:focus {
    outline: none;
}

.owl-dots .owl-dot.active button {
    color: #400682;
}

.pro_struc .owl-carousel .owl-dots {
    background: #400682;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 40px;
    margin: 0 auto;
    padding: 10px 0;
}

.owl-dot {
    width: 40px;
    height: 40px;
    margin-right: 3%;
    color: #129D65;
    border-radius: 50%;
    transition: all 0.4s;
}


.owl-dot.active {
    width: 40px;
    height: 40px;
    color: #129D65;
    background: #fff;
    border-radius: 50%;
    transition: all 0.4s;
}

.speakbox {
    padding: 3%;
    margin: 0 auto;
}

.speakbox h4 {
    color: #400682;
}

.speakbox p {
    line-height: 1.5;
    color: #000;
}

.speakbox img {
    width: 120px !important;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 70px;
}

#curriculum_details .nav-item {
    width: 95%;
    margin: 0 auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #20334B;
}

.nav-pills .nav-link {
    background: #fff;
    color: #333333;
    font-weight: 700;
    border: 0;
    border-radius: 15px;
    padding: 15px 55px;
    width: 100%;
    height: 80px;
    margin-bottom: 3%;
    /* max-width: 90%; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 12px;
}

.pro_struc .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 95%;
    margin: 0 auto;
}

.pro_struc .owl-theme .owl-nav {
    /* position: absolute; */
    /* bottom: -164px; */
    /* float: right; */
    /* width: 100%; */
}

.pro_struc .owl-carousel .owl-nav button.owl-next,
.pro_struc .owl-carousel .owl-nav button.owl-prev,
.pro_struc .owl-carousel button.owl-dot {
    background: 0 0;
    color: #400682;
    border: none;
    padding: 0 !important;
    font-size: 1em;
}

#curriculum_details.owl-carousel .owl-nav button.owl-next,
#curriculum_details.owl-carousel .owl-nav {
    position: absolute;
    right: 30px;
    width: 10%;
}

.pro_struc .tab-content>.tab-pane ul {
    width: 90%;
    margin: 0 auto;
}

.pro_details {
    width: 80%;
    margin: 0 auto;
}

.pro_details p {
    margin-bottom: 2%;
}

.structure_sec {
    background: #29648F;
    padding: 0;
    border-radius: 27px 27px 0 0;
    height: 380px;
}

.structure_sec h5 {
    background: #400682;
    padding: 4.5%;
    margin: 0;
    border-radius: 25px 25px 0 0;
}

.structure_sec ul {
    padding: 5% 13%;
}

.structure_sec_2 {
    background: #064B7C;
    padding: 0;
    border-radius: 27px 27px 0 0;
    height: 380px;
}

.structure_sec_2 h5 {
    background: #400682;
    padding: 4.5%;
    margin: 0;
    border-radius: 25px 25px 0 0;
}

.structure_sec_2 .stucture_details {
    padding: 5% 10%;
}

.whySection {
    height: 450px;
}

.why_section {
    position: relative;
    margin-bottom: 3%;
    /* margin: 0 auto; */
    text-align: center;
    border-top: 5px solid #E8DEFF;
    border-bottom: 5px solid #E8DEFF;
}

.why_section h2 {}

.why_section .dot-line {
    margin: 0 auto;
    width: 75%;
}

.why_main {
    /* background-color: #400682; */
    display: flex;
    padding: 0% 0% 0;
    /* border-radius: 15px; */
    width: 100%;
    margin: 0% auto 0;
    /* align-items: center; */
    justify-content: center;
    flex-direction: row;
    /* border: 5px solid #40068275; */
}

.why_card {
    height: 270px;
    padding: 0% 0%;
    /* margin-right: 10px; */
    /* border-radius: 15px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 5px solid #E8DEFF;
    /* margin: 0; */
}

.why_card:last-child {
    border: none;
}

.why_card img {
    margin: 15px auto;
    /* width: 60px; */
    /* border-bottom: 5px solid #E8DEFF; */
}

.why_card p {
    /* display:flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* align-content: center; */
    /* flex-direction: row; */
    border-top: 5px solid #E8DEFF;
    padding: 20px 10px;
}

.why_col img {
    width: 50px;
    margin-bottom: 10%;
}

.pro_Card {
    position: relative;
    background: #F2F6F8;
    color: #fff;
    border: none;
    width: 85%;
    height: 220px;
    padding: 7% 10%;
    margin-bottom: 11%;
    border-radius: 15px 15px 0 0;
    text-align: center;
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro_Card img {
    position: absolute;
    top: -35px;
    width: 70px;
    margin-bottom: 10%;
}

.pro_Card p {
    margin-top: 20%;
}

.pro_ben {
    margin-top: 5%;
}

.pro_ben1 {
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selection_sec {
    /* background: url(../images/bg_meet.png) no-repeat; */
    /* position: relative; */
    /* background-size: 100% 100%; */
    height: 650px;
    /* padding: 1% 0; */
}

.selection_sec h2 {
    padding-top: 20px;
}

.selection_sec .owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    float: right;
    width: 100%;
    /* background: 0 0; */
    color: #400682;
    /* border: none; */
    /* padding: 0 !important; */
    font-size: 3em;
    margin: 0;
}

.selection_sec .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 50px;
    width: 4%;
    color: #400682;
    background: #fff;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.selection_sec .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 50px;
    width: 4%;
    color: #400682;
    background: #fff;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.pro_struc .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 95%;
    margin: 0% auto;
    height: 420px;
}

.pro_struc .owl-theme .owl-nav {
    position: absolute;
    top: 37%;
    /* float: right; */
    width: 100%;
    color: #129D65;
    font-size: 6em;
    margin: 0;
}

.pro_struc .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 220px;
    width: 0%;
}

.pro_struc .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 180px;
    width: 0%;
}

.selection_pro h2 {
    margin-left: 5%;
}

.director_sec {
    /* background: #fff; */
    width: 70%;
    height: 400px;
    padding: 1% 3%;
    border-radius: 7px;
    margin: 2% auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-color: #E8DEFF;
    border: dashed;
    /* box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
}

.director_sec h4 {
    margin-bottom: 20px;
    color: #400682;
    font-weight: 700;
}

.director_sec img {
    /* width: 300px; */
    border-radius: 7px;
    margin-right: 5%;
    height: 250px;
}

.dir_details {
    /* width: 80%; */
    margin-right: 0%;
}

.dir_details p {
    color: #000;
    line-height: inherit;
}

.Q_Asection {
    position: relative;
    background: #400682;
    padding-bottom: 5%;
}

.Q_Asection h2 {
    text-transform: uppercase;
}

.Q_Asection .accordion-header {
    color: #fff;
    height: 70px;
    padding: 10px;
}

.Q_Asection span {
    color: #B3B3B3;
    font-size: 1.5em;
    margin-right: 20px;
    float: left;
}

.accordion-header h6 {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.accordion {
    margin: 5% 0 0;
}

.accordion-body {
    color: #fff;
}

.accordion-button::after {
    top: 0;
    right: 0;
    color: #fff;
    padding: 2px 7px;
    border-radius: 7px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /* background: none; */
    /* content: "\2212"; */
    /* background: #400682; */
    color: #fff;
    /* padding: 2px 7px; */
    width: 28px;
    /* height: 28px; */
    /* border-top-right-radius: 7px; */
    /* transform: unset; */
    /* transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease; */
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: transparent;
    border: 0;
    color: #fff;
    border-radius: 0;
    /* border-bottom: 1px solid #333333; */
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.pro_struc .accordion-flush .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    /* height: 70px; */
    padding: 9px 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    /* border-radius: 7px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 12px;
    border-bottom: 2px solid #ccc;
    /* margin-bottom: 4%; */
    /* height: 60px; */
    background: transparent;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 2px solid #ccc;
}

.accordion-button:not(.collapsed) {
    color: #333333;
    background: none;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .125);
    /* border-bottom: 1px solid #333333; */
}

.accordion-flush .accordion-item .accordion-button {
    /* border-radius: 7px; */
    color: #fff;
}

.Q_Asection .accordion-button::after {
    color: #fff !important;
}

.Q_Asection .accordion-button:not(.collapsed)::after {
    color: #fff;
}

td {
    font-weight: 400;
    padding: 7px;
    font-size: 1.3em;
}

.banner_info {
    padding-right: 8%;
}

.grey_line {
    height: 2px;
    width: 40%;
    background: #ccc;
    margin: 6% 0 4% 0;
}

.form_box {
    padding-top: 10%;
}

.form_space {
    padding-top: 3%;
}

.form-group {
    margin-bottom: 10px;
}

/* .form_bottom{
    position: absolute;
    right: 7%;
     top: 40%;} */

.frmwrp {
    background: #ffffff;
    padding: 5% 5%;
    border-radius: 10px;
    width: 80%;
    margin: 30% auto 20%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 9px 21px 0px;
}

.frmwrp h2 {
    text-transform: capitalize;
    text-align: center;
    color: #400682;
    margin: 0% auto 5%;
}

.frmwrp .disclaimer {
    font-size: .8em;
    color: #011168;
    line-height: 1.4;
    display: block;
}

.captcha {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.captcha i {
    color: #400682;
    font-size: 1.5em;
}

#image {
    border: 1px solid #ddd;
    padding: 6px 15px;
    background-image: url(../images/captcha.jpg);
    background-size: cover;
    color: #2a518d;
    font-size: 1.5em;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 0;
    border-radius: 5px;
}

#user-input {
    width: 44%;
}

.content {
    margin-bottom: 3%;
}

.graphDetails {
    width: 70%;
    margin: 19% auto 0;
}

.trade {
    width: 90%;
    margin: auto;
}

.profile_carousel img {
    width: 60% !important;
    margin: 0 auto;
}


.customPrevBtn {
    width: 40px;
    color: #C3E36D;
    height: 26px;
    border-radius: 15px;
    margin: 0 auto;
    position: absolute;
    outline: 0;
    border: 0;
    top: 24%;
    left: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    transition: all 0.3s;
}

.customPrevBtn:hover {
    background: #185c9b;
    color: #fff;
    text-decoration: none;
}

.customNextBtn {
    color: #C3E36D;
    width: 40px;
    height: 26px;
    border-radius: 14px;
    margin: 0 auto;
    position: absolute;
    outline: 0;
    border: 0;
    top: 24%;
    right: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 5em;
    font-weight: 900;
    transition: all 0.3s;
}

.customNextBtn:hover {
    background: #185c9b;
    color: #fff;
    text-decoration: none;
}

.virtual_sec3_wrap {
    position: relative;
    /* padding: 80px 0 50px; */
}

.virtual_sec3_wrap .lhead {
    text-align: center;
    color: #185b9b;
    font-size: 2.3em;
    margin-bottom: 0px;
}

.virtual_sec3_wrap .dhead {
    text-align: center;
    color: #185b9b;
    font-size: 2.3em;
    margin-top: 0;
}

.virtual_sec3_wrap .vsec3-slider {
    text-align: center;
    padding: 30px 20px 10px;
    margin: 8% 2.5%;
    height: 370px;
    min-height: 410px;
    border: 1px solid #000;
}


.virtual_sec3_wrap .vsec3-slider img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50px;
}

.virtual_sec3_wrap .vsec3-slider h3 {
    color: #185b9b;
    font-size: 1.8em;
    letter-spacing: 0px;
    font-weight: 600;
}

.virtual_sec3_wrap .vsec3-slider p {
    font-size: 1.3em;
    margin-top: 9px;
    color: #58595b;
    /* min-height: 70px; */
}

.virtual_sec3_wrap .vsec3-slider-3 {
    background: #dceeff;
    text-align: center;
    border-radius: 9px;
    padding: 30px 20px 10px;
    margin: 8% 2.5%;
}

.virtual_sec3_wrap .vsec3-slider-3 img {
    width: 100px;
    margin: 0 auto;
}

.virtual_sec3_wrap .vsec3-slider-3 h3 {
    color: #185b9b;
    font-size: 1.8em;
    letter-spacing: 0px;
    font-weight: 600;
}

.virtual_sec3_wrap .vsec3-slider-3 p {
    font-size: 1.1em;
    color: #58595b;
}

.profile_info {
    position: relative;
    /* padding: 80px 0 50px; */
}

.profile {
    width: 60%;
    margin: 0 auto;
    font-size: 1.3em;
}

.Chartprev-btn {
    position: absolute;
    outline: 0;
    border: 0;
    top: 57%;
    left: 10.5%;
    z-index: 999;
    font-size: 6em;
    font-weight: 300;
    transition: all 0.3s;
    color: #185b9b;
}

.Chartprev-btn:hover {
    text-decoration: none;
    color: #185b9ba8;
}

.Chartnext-btn {
    position: absolute;
    outline: 0;
    border: 0;
    top: 57%;
    right: 10.5%;
    z-index: 999;
    font-size: 6em;
    font-weight: 300;
    transition: all 0.3s;
    color: #185b9b;
}

.Chartnext-btn:hover {
    text-decoration: none;
    color: #185b9ba8;
}

.vprev-btn {
    position: absolute;
    outline: 0;
    border: 0;
    top: 48%;
    left: 3.5%;
    font-size: 6em;
    font-weight: 300;
    transition: all 0.3s;
    color: #185b9b;
    z-index: 999;
}

.vprev-btn:hover {
    text-decoration: none;
    color: #185b9ba8;
}

.vnext-btn {
    position: absolute;
    outline: 0;
    border: 0;
    top: 48%;
    right: 3.5%;
    font-size: 6em;
    font-weight: 300;
    transition: all 0.3s;
    color: #185b9b;
    z-index: 999;
}

.vnext-btn:hover {
    text-decoration: none;
    color: #185b9ba8;
}

.video_wrap {
    padding: 18% 8% 2%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    box-shadow: 0px 0px 7px 0px rgba(117, 113, 117, 1);
}

.note,
#executive_edu ul li {
    font-size: 1.3em;
    color: #7e7f80;
    line-height: initial;
}

#registration input,
select {
    /* background: none; */
    /* border: none; */
    border: 1px solid #E3EDFF;
    color: #000000;
    background-color: #F2F1FF;
    /* font-size: 1.6rem; */
    /* outline: 0; */
    padding: 7px 15px;
    position: relative;
    height: 43px;
    width: 100%;
    box-shadow: none;
    margin-bottom: 1em;
    border-radius: 5px;
}

#registration select {
    background: #E3EDFF;
    border: none;
    border: 1.1px solid #E3EDFF;
    color: grey;
    font-size: 1.6rem;
    outline: 0;
    padding: 7px 10px;
    height: 42px;
    position: relative;
    width: 100%;
    box-shadow: none;
    border-radius: 5px;
}

.contact_btn {
    background: #400682;
    color: #fff;
    font-size: 1.4em;
    padding: 7px 15px;
    text-transform: uppercase;
    margin-bottom: 11px;
    width: 100%;
    margin-top: 0px;
    font-weight: 600;
    border-radius: 5px;
    height: 43px;
}

.submit_btn {
    background: #400682;
    color: #414042;
    font-size: 1.4em;
    padding: 5px;
    margin-bottom: 11px;
    width: 45%;
    margin-top: 0px;
    font-weight: 600;
    border: 1px solid #400682;
}

.enquire_btn {
    background: #400682;
    color: #414042;
    font-size: 1.4em;
    padding: 5px;
    margin-bottom: 11px;
    width: 100%;
    margin-top: 0px;
    font-weight: 600;
    border: 1px solid #400682;
}

.apply_btn {
    background: #400682;
    color: #fff;
    border-radius: 10px;
    /* font-size: 1.3em; */
    padding: 7px;
    margin-bottom: 11px;
    width: 20%;
    margin-top: 0px;
    font-weight: 800;
    border: 1px solid #400682;
    margin: 3% auto;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}

.register_btn {
    background: #400682;
    color: #fff;
    border: 1px solid #400682;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
    cursor: pointer;
    width: 250px;
    font-weight: 700;
    margin: 3% auto;
}

.bottom-link {
    margin: 0px;
    position: relative;
    background: #3187e2;
    font-size: 17px !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
}

.bottom-link:hover {
    background: #fff;
    border: 1px solid #3187e2;
    color: #3187e2 !important;
}

.btngrp {
    color: #000;
    font-size: 1.4em;
    font-weight: 500;
}

.dis {
    font-size: .8em;
    color: #202c73;
    line-height: 1.4;
    display: block;
    text-align: center;
}

.cardInfo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-header {
    padding: 15px;
    border-bottom: none;
}

.modal-content {
    width: 80%;
    margin: auto;
}

.btn-group>.btn.active {
    background: #17c400;
}

.btn:hover {
    background: #fff;
    border: 1px solid #400682;
    color: #400682;
}

.box_shadow {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(117, 113, 117, 1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(117, 113, 117, 1);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0);
}

.bg_highlight {
    background: url(../images/higlights.png) no-repeat;
    /* background-size: cover; */
    margin: 5% 0 5%;
}



.duration {
    background: #dadada;
    padding: 20px;
    font-size: 1.2em;
}

#Directors img {
    margin-top: 20px;
}

.margin_lr {
    margin: 0px 40px;
}

table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 60%;
}

th {
    font-weight: 600;
}

th,
td {
    font-weight: 400;
    padding: 7px;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

.table_fees {
    /* padding: 0 30px 30px; */
}

table.sheet0 tr.row2 {
    height: 15.75pt
}

.pro_table {
    margin: 0px 0px 10px;
    color: #400682;
    width: 100%;
}

.duration .col-xs-2 {
    width: 7%;
}

.vertical_border {
    border-right: 1px solid #FFF;
}

.sticky {
    position: sticky;
    top: 40px;
}

#Directors span {
    font-size: 1.2em;
    color: #7e7f80;
}

.ptitle {
    color: #400682;
    font-weight: 800;
    margin: 0 0px 10px;
    text-transform: uppercase;
}

.title {
    margin-bottom: 1%;
    margin: 0 0px 10px;
}

.footer {
    /* padding: 3% 0; */
    position: relative;
    /* background: #20334B; */
}

.footer_logo {
    padding: 3% 0 1%;
}

.footer p {
    color: #242424;
}

.footer h4 {
    color: #242424;
    font-weight: bold;
}

.footer h5 {
    color: #242424;
    font-weight: 400;
}

.footerTitle {
    margin-bottom: 10px;
}

.wrapper {
    /* background: #00000008; */
}

.mob-rev {
    color: #000;
}

.logo_text {
    margin: 3% auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_text span {
    font-size: 2.3em;
    padding-right: 5%;
    color: #242424;
    font-weight: 600;
}

.vclogo {
    width: 200px;
    padding-left: 5%;
}

.chartdetails {

    margin-top: 2%;
}

.chartdetails object {
    width: 60%;
}

/*
.blink {
    position: absolute;
    top: 0%;
    right: 49%;
    width: 300px;
    height: 74px;
    padding: 9px;
    text-align: center;
}

.blink span {
    font-size: 20px;
    font-family: cursive;
    color: #023085;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}*/


.blink {
    position: absolute;
    bottom: 0%;
    top: 87%;
    width: 300px;
    height: 74px;
    color: #fff;
    /* background-color: #69ebff; */
    background-color: #c3ff00;
    /* border: 2px solid #400682; */
    padding: 9px;
    border-radius: 7px;
    text-align: center;
    /* line-height: 50px; */
    /* font-size: 0.7em; */
    box-shadow: rgb(10 71 222) 0px 5px 25px;
}

.blink span {
    font-size: 20px;
    font-weight: 600;
    font-family: sans-serif;
    color: #01286d;
    animation: blink 1s linear infinite;
}

.blink h4 {
    /* font-size: 20px; */
    font-weight: 600;
    font-family: sans-serif;
    color: #01286d;
    animation: blink 1s linear infinite;
}

.footer_line {
    border-bottom: 15px solid #400682;
}

/* .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  } */




@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/


/*table css end*/
/* media queries  */
@media screen and (min-width:768px) {
    body {
        /* background: #f3f4f4; */
        font-size: 12px;
    }

    .pro_struc .accordion-flush .accordion-item .accordion-header {
        height: 60px;
    }

    .title2 img {
        float: unset;
        padding: 4% 0;
    }

    .remo-info-title {
        font-size: 2em
    }
}

/*    */
/********************************************************************************/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    body {
        /* background: #f3f4f4; */
        font-size: 15px;
    }

    p {
        font-size: 14px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 13px;
    }

    .big-gap {
        height: 3em;
    }

    .Toplogo {
        width: 120px;
    }

    .xlrilogo {
        width: 100px;
    }

    .banner_text2 {
        /* color: #fff; */
    }

    .contact {
        margin-right: 10px;
    }

    .contactlogo {
        width: 70%;
        background: #3e0680;
        border-radius: 50%;
        padding: 10px;
        /* margin-right: 130px; */
    }

    .banner-images {
        width: 360px;
        padding: 0;
    }

    .banner_text {
        width: 100%;
        /* padding-right: 5%; */
    }

    .main_container {
        width: 100%;
        padding: 50px 0 0;
        /* background: #400682; */
        margin: 0;
    }

    .banner_head {
        display: block;
    }

    .banner_text h1 {
        width: 100%;
        /* font-size: 2.1em; */
        /* margin-left: 2%; */
    }

    .banner_text h2 {
        width: 100%;
        font-size: 1.6em;
        padding: 3% 10% 3% 5%;
    }

    .banner_text h3 {
        margin-left: 5%;
        /* text-align: center; */
    }

    .certificate {
        height: auto;
    }

    .certificate img {
        width: 100%;
    }

    .rankup {
        flex-direction: row;
        width: 30%;
        height: 230px;
        margin: 3% auto;
        text-align: center;
    }

    .rankup img {
        /* width: 30%; */
        /* margin: 0 auto; */
    }

    .rank_chart p {
        /* text-align: center; */
        /* width: 60%; */
        /* margin-left: 3%; */
    }

    .cert_details {
        margin: 3% 0;
    }

    #curriculum_details .nav-item {
        width: 100%;
    }

    .nav-pills .nav-link {
        padding: 15px;
    }

    #curriculum_details.owl-carousel .owl-nav button.owl-next,
    #curriculum_details.owl-carousel .owl-nav {
        right: 50px;
        left: 50px;
    }

    .pro_struc .owl-theme .owl-nav {
        /* bottom: -310%; */
        /* float: none; */
        /* right: 0; */
    }

    .outcome_sec h2,
    .why_section h2 {
        text-align: center;
    }

    .outcome_sec h2::before,
    .why_section h2::before {
        display: none;
    }

    .why_main {
        flex-direction: column;
        width: 90%;
    }

    .why_card {
        width: 100%;
        flex-direction: row;
        height: 90px;
        margin-bottom: 0%;
        text-align: left;
        border: none;
    }

    .why_card img {
        width: 40px
    }

    .why_card p {
        margin-left: 10px;
        border: none;
        padding: 10px;
    }

    .director_sec {
        flex-direction: column;
        height: auto;
        width: 80%;
    }

    .director_sec img {
        width: 230px !important;
        margin: 5% auto;
        height: auto;
    }

    .bg_header {}

    #registration input,
    select {
        margin-bottom: 1em;
    }

    .pro_highlight {
        /* display: block; */
        width: 100%;
        /* margin: 0; */
        /* padding: 0; */
    }

    .Q_Asection h2 {
        height: 70px;
    }

    .accordion-body p {
        margin-top: 3%;
    }

    .cert_sec {
        background-size: cover;
    }

    .pro_struc {
        height: 400px;
    }

    .whySection {
        height: 650px;
    }

    .pro_struc .owl-carousel .owl-dots {
        top: 10px;
    }

    .rank_chart {
        position: unset;
        /* display: block; */
        width: 100%;
    }

    .myslider .item {
        margin: 40% auto;
        width: 80%;
    }

    .owl-dots .owl-dot {
        margin: 1%;
    }

    .pro_struc .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .pro_struc .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .why_section {
        border: none;
    }

    .duration .col-xs-2 {
        width: 16%;
    }

    .vertical_border {
        border-right: 1px solid #fff0;
        padding-left: 10px;
    }

    .mg-t {
        margin-top: 20px;
    }

    .mg-tp {
        margin-top: -20px;
    }

    table {
        font-size: smaller;
        width: 100%;
    }

    .sec1 {
        width: 92%;
        margin: 4%;
    }

    .banner {
        /* background: url(../images/Mobile.jpg) no-repeat top; */
        /* background-size: cover; */
        /* height: 760px; */
        background-position: top;
        /* background: #400682; */
    }

    .pro_high_sec {
        margin-top: 20px;
        flex-direction: column;
    }

    .highlightCard {
        width: 180px;
        padding: 0% 0;
        height: 200px;
        margin-bottom: 0%;
        /* background-size: contain; */
        margin: 0 auto 5%;
    }

    .pro1,
    .pro2,
    .pro3,
    .pro4,
    .pro5,
    .pro6,
    .pro7 {
        width: 40%;
        left: -5px;
        top: -10px;
    }

    .highlightCard img {
        /* width: 30%; */
    }

    .highlightCard p {
        font-size: 1em;
        width: 75%;
        margin-top: 5%;
    }


    .bg_overview img {
        float: unset;
        margin: 5% auto;
    }

    .pro_AV h2 {
        text-align: center;
    }


    .selection_sec {
        height: auto;
        padding-bottom: 5%;
        background-size: cover;
    }

    .selection_sec .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .selection_sec .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .bg_overview p {
        font-size: 1em;
    }

    .banner_text2 h3,
    .banner_text2 h2 {
        /* width: 90%; */
    }

    .banner_text2 span {
        font-size: 0.5em;
    }

    .banner_text2 h2 {
        font-size: 2em;
    }

    .frmwrp {
        /* padding: 5%; */
        width: 90%;
        margin: 15% auto;
    }

    .frmwrp h3 {
        text-align: center;
    }

    .pro_high h2 {
        text-align: center;
    }

    .highlight_row {
        margin: 0 auto;
    }

    .highlight_row2 {
        position: unset;
        overflow: unset;
        width: 90%;
        margin: 0 auto;
    }

    .pro_details {
        width: 90%;
    }

    li {
        font-size: 14px;
    }

    .structure_sec {
        margin-bottom: 7%;
    }

    .pro_benefit h2 {
        text-align: center;
    }

    .pro_Card {
        margin: 10% auto;
    }

    .pro_ben1 {
        display: block;
    }

    .outcome_details {
        /* width: 100%; */
        /* display: flex; */
        margin-top: 15%;
    }

    .probox {
        /* width: 50%; */
        height: 220px;
        margin: 0 auto 35%;
        /* padding: 5%; */
        /* border-bottom: dotted !important; */
    }

    .probox img {
        /* width: 40px; */
        /* object-fit: contain; */
        top: -40px;
    }

    .outcome_sec {
        margin: 0
    }

    .border_bottom,
    .border_dotted,
    .border_right {
        border: none;
    }

    .selection_pro h2 {
        text-align: center;
    }

    .selection_1 {
        width: 100%;
    }

    .selection_2 {
        width: 90%;
    }

    .selection_3 {
        width: 80%;
    }

    .panel-default>.panel-heading a {
        font-size: 0.8em;
    }

    .apply_btn {
        width: 70%;
    }

    .logo_text span {
        font-size: 1.5em;
    }

    .vclogo {
        width: 140px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 760px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    body {
        background: #f3f4f4;
        font-size: 15px;
    }
}

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    body {
        background: #fff;
    }
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    body {
        background: #fff;
    }
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    body {
        background: #fff;
    }
}

/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    body {
        background: #fff;
        font-size: 10px;
    }

    .contact {
        width: 100%;
        padding: 2%;
        background: #400682;
    }

    .contactlogo {
        width: auto;
    }

    .banner {
        height: auto;
    }

    .banner_text {
        width: 100%
    }

    .outcome_sec h2,
    .why_section h2,
    .selection_sec h2 {
        text-align: center;
    }

    .pro_struc .accordion-flush .accordion-item .accordion-header {
        height: 60px;
    }

    .Q_Asection h2 {
        height: 80px;
    }

    #curriculum_details.owl-carousel .owl-nav button.owl-next,
    #curriculum_details.owl-carousel .owl-nav {
        position: absolute;
        right: 30px;
        width: 20%;
    }

    .panel_wrap {
        margin-bottom: 0;
    }

    .frmwrp {
        /* margin-top: 15%; */
        width: 90%;
        padding: 5%;
    }

    .certificate {
        height: auto;
    }

    .certificate img {
        /* width: 180px; */
        float: none;
    }

    .rank_chart {
        width: 95%
    }

    .rankup img {
        width: 100px
    }

    .banner-images {
        width: 450px;
    }

    #curriculum_details .nav-item {
        width: 100%;
    }

    .nav-pills .nav-link {
        padding: 10px;
    }

    .why_main {
        width: 100%;
    }

    .why_card {
        height: 330px;
    }

    .director_sec {
        height: auto;
        flex-direction: column;
    }

    .director_sec img {
        width: 220px;
        object-fit: contain;
    }

    .pro_high_sec {
        width: 95%;
    }

    .outcome_details {
        width: 100%;
    }

    .probox {
        height: 270px;
        justify-content: flex-start;
    }

    .probox img {
        width: 50px;
        top: -30px;
    }

    .probox p {
        letter-spacing: normal;
        margin-top: 30%;
    }

    .pro_struc .owl-carousel .owl-dots {
        top: 10px;
    }

    .myslider .item {
        margin: 15% auto 0%;
    }

    .highlightCard {
        /* margin-bottom: 7%; */
        height: 190px;
        margin: 10px;
        width: 150px;
    }

    .pro1,
    .pro2,
    .pro3,
    .pro4,
    .pro5,
    .pro6,
    .pro7 {
        width: 50px;
        top: 10px;
        left: 0px;
    }

    .pro_struc .owl-carousel .owl-nav button.owl-prev {
        left: 110px;
        top: 20px;
    }

    .pro_struc .owl-carousel .owl-nav button.owl-next {
        right: 110px;
        top: 20px;
    }

    .pro_struc {
        height: 370px;
    }

    .pro_struc .owl-carousel .owl-stage-outer {
        height: auto
    }

    .bg_director {
        height: auto;
        padding-bottom: 10%;
    }

    .prof1 {
        text-align: center;
        display: block;
    }

    .rightLine {
        border: none;
        text-align: center;
    }

    .graph {
        height: 305px;
    }

    .graphDetails {

        margin: 5% auto 0;
    }

    .submit_btn {
        margin-left: 10%;
        width: 55%;
    }

    .virtual_sec3_wrap .vsec3-slider p {
        font-size: 1.3em;
    }

    .apply_btn {
        margin-bottom: 7%;
        width: 45%;
    }

    .selection_sec,
    .footer {
        height: auto;
        background-size: cover;
    }

    .banner_ty {
        height: auto;
    }

    .video_wrap {
        padding: 5% 5%;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    body {
        font-size: 10px;
        background: #fff;
    }

    .contact {
        width: 100%;
        background: #400682;
    }

    .blink {
        top: 95%;
    }

    .banner {
        height: auto;
    }

    .banner_text {
        width: 100%;
    }

    .banner_text h1 {
        /* width: 85%; */
    }

    .main_container {
        width: 100%;
    }

    .rankup img {
        width: 60%;
    }

    .rank_chart p {
        width: 80%;
    }

    .certificate {
        height: 850px;
    }

    .probox {
        height: 220px;
    }

    .probox p {
        margin-top: 25%;
    }

    .director_sec img {
        margin: auto 10px;
        height: 130px;
    }

    .dir_details {
        margin: 0;
    }

    .subtitle {
        text-align: center;
    }

    .outcome_sec h2,
    .why_section h2 {
        text-align: center;
    }

    .panel_wrap {
        margin-bottom: 0%;
    }

    .why_main {
        /* width: 95%; */
    }

    .why_card {
        height: 300px;
    }

    .director_sec {
        height: auto;
        width: 75%;
    }

    .rightLine {
        border: none;
    }

    .frmwrp {
        width: 90%;
    }

    #registration input,
    select {

        margin-bottom: 1.3em;
    }

    .pro_high h2 {
        text-align: center;
    }

    .highlightCard {
        /* margin-bottom: 7%; */
        /* margin: 0 auto 7%; */
        height: 160px;
        width: 160px;
        margin: 10px;
    }

    .pro1,
    .pro2,
    .pro3,
    .pro4,
    .pro5,
    .pro6,
    .pro7 {
        width: 50px;
    }

    .rankup {
        width: 100%;
        margin: 10px;
    }

    .outcome_details {
        width: 100%;
    }

    .probox img {
        top: -35px;
    }

    .bg_overview {
        padding-bottom: 5%;
    }

    .pro_struc .owl-carousel .owl-dots {
        top: 10px;
    }

    .myslider .item {
        margin: 15% auto;
    }

    .pro_struc .owl-carousel .owl-nav button.owl-prev {
        left: 110px;
        top: -15px
    }

    .pro_struc .owl-carousel .owl-nav button.owl-next {
        right: 110px;
        top: -15px;
    }

    .selection_sec {
        height: 550px;
    }

    .pro_AV h2 {
        text-align: center;
    }

    .pro_benefit h2 {
        text-align: center;
    }

    .apply_btn {
        width: 50%;
    }

    .banner_ty {
        height: auto;
    }
}


@media screen and (device-width: 1180px) and (device-height: 820px) {
    .main_container {
        width: 100%;
    }

    .selection_sec {
        height: auto;
    }

    .frmwrp,
    .banner_text {
        width: 80%;
    }

    .pro_high_sec {
        width: 100%;
    }

    .outcome_sec h2::before {
        width: 63%
    }

    .highlightCard {
        width: 200px;
    }

    .pro1,
    .pro2,
    .pro3,
    .pro4,
    .pro5,
    .pro6,
    .pro7 {
        width: 70px;
        top: 10px;
    }

    .probox {
        height: 310px;
        justify-content: flex-start;
        margin: 50px auto;
    }

    .probox p {
        margin-top: 40%;
    }

    .why_main {
        width: 95%;
    }

    .why_card {
        height: 330px;
    }

    .director_sec {
        height: auto
    }


    .apply_btn {
        width: 40%;
    }

    .rightLine {
        border-right: 2px solid #616161;
    }
}

@media screen and (device-width: 820px) and (device-height: 1180px) {
    .main_container {
        width: 100%;
    }
}

@media screen and (device-width: 1024px) and (device-height: 768px) {
    .rightLine {
        border-right: 2px solid #616161;
    }

    .selection_sec {
        height: auto;
    }
}

@media screen and (device-width: 768px) and (device-height: 1024px) {
    .main_container {
        width: 100%;
    }
}

@media screen and (device-width: 1024px) and (device-height: 1366px) {
    .probox img {
        width: 50px;
        top: -30px;
        left: 75px
    }

    .rightLine {
        border-right: 2px solid #616161;
    }

    .main_container {
        width: 100%;
    }
}