@charset "utf-8";
.form-flex .form_field input,
.form-flex .form_field select {
    color: #696767;
    border: 1px solid #d0d0d0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 0 0 20px;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    font-family: Montserrat, sans-serif;
}
.flt {
    float: left;
}
.flr {
    float: right;
}
.clr {
    clear: both;
}
.banner {
    background: url(../images/fashion-business-lg.jpg) top center/cover no-repeat;
    overflow-x: hidden;
    position: relative;
}
.contact-no {
    text-align: right;
    padding-top: 10px;
    display: none;
}
.form_inner h2 span {
    font-size: 26px;
    font-weight: bold;
}
.contact-no a img {
    padding-right: 10px;
}
.contact-no a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.banner-caption {
    padding: 300px 30px 20px;
    color: #fff;
    font-size: 33px;
    position: absolute;
    bottom: 0px;
}
.icon-text a{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.disclaimer{
    font-size:12px;
    text-indent: 10px;
   
}
/*****banner caption******/
.banner-caption p{
    font-size:15px;
    font-weight: 800;
    }
    .banner-caption img{
        width:5%;
        float:left;
        margin-right:9px;
    
    }
    .icon-text{
     /*background-color: rgba(0, 0, 0, 0.5);*/
      width: 100%;
      margin-top:1%;
    }
    .icon-text p{
       padding:10px 0px;
       margin:0px;
    }
    
    /****************/
.banner-caption h2 {
    font-size: 32px;
    font-weight: 900;
    margin: 0;
    color: #fff;
    background-color: rgba(239, 70, 55, 0.8);
    display: inline-block;
    padding: 0 10px;
}
.enq-form {
    background: #fff;
    padding: 30px;
}
ul.offering-listing {
    column-count: 2;
}
.form_inner h2 {
    color: #7d7d7d;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
}
.form-flex .form_field {
    width: 100%;
    padding-top: 10px !important;
    padding-right: 0 !important;
}
.form-flex .form_field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: url(../images/arrow.svg) top 18px right no-repeat;
}
.form_field_submit,
.opt-tag-line,
.t-c {
    padding-top: 20px;
}
.form_field_submit input {
    background: url(../images/submit-arrow.svg) center right 20px no-repeat #ef4637;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    max-width: 200px;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: 0.7s;
}
.ab h3,
.ab p {
    margin: 0;
    color: #ef4536;
}
.form_field_submit input:hover {
    transition: 0.7s;
    background: url(../images/submit-arrow.svg) center right 10px no-repeat #000;
}
.thanks {
    font-size: 20px;
    line-height: 28px;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #7d7d7d;
    border-radius: 4px;
}
.tc {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #ef4637;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ab,
.ab-right,
.tabbing-item ul li {
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
}
.tc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.tc input:checked ~ .checkmark {
    border: 1px solid #7d7d7d;
    border-radius: 4px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ab h3,
.collapse.show,
.form_inner .option .option-layer-first .layer-first-child:hover .option-layer-second,
.tc input:checked ~ .checkmark:after {
    display: block;
}
.tc .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #7d7d7d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ab,
.ab-right {
    min-height: 229px;
    align-items: center;
    display: flex;
}
.ab h3 {
    font-size: 65px;
    font-weight: 700;
}
.ab p {
    font-size: 18px;
}
.ab-top {
    background: url(../images/ab1.svg) top right no-repeat #f4f4f4;
    display: flex;
}
.ab-bottom {
    background: url(../images/ab2.svg) top right no-repeat #212121;
}
.ab-right {
    background: #ef4637;
    min-height: 400px;
    display: flex;
}
.ab-top-inner {
    width: 100%;
    margin-left: -15%;
}
.ab-right-inner {
    width: 100%;
    text-align: left;
    padding: 0 50px;
    box-sizing: border-box;
}
.ab-right-top:first-child {
    padding-bottom: 40px;
}
.ab-right-top h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.ab-right-top p {
    color: #fff;
    font-size: 15px;
}
.section-heading {
    color: #ef4536;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
}
.courses,
.form_inner .option .option-layer-first .layer-first-child:hover,
.industry-partnership .grey-bg {
    background: #f4f4f4;
}
.courses .row {
    flex-direction: row-reverse;
}
.color-red {
    background: #ef4637;
    padding-top: 50px;
    padding-bottom: 50px;
}
.course-overview .course-overview-text p,
.courses .section-heading {
    color: #fff;
}
.cs-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
}
.cs-inner-new {
    width: 100%;
    max-width: 300px;
}
.tabbing-item ul li {
    background: url(../images/tab-bg.svg) top center/100% 100% no-repeat;
    list-style: none;
    max-width: 310px;
    margin-left: -15px;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
}
.tabbing-item ul li.active {
    background: #f4f4f4;
    color: #ef4536;
}
.tabContener {
    padding: 115px 20px;
    box-sizing: border-box;
}
.tab-content-inner {
    padding-bottom: 30px;
}
.tab-content-inner h4 {
    font-size: 28px;
    color: #ef4536;
    line-height: 25px;
    padding-bottom: 10px;
}
.tab-content-inner p {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}
.global-alliances .drak-bg,
.recruiters .drak-bg {
    background: #212121;
}
.industry-partnership-headaing,
.recruiters-headaing {
    padding: 15px;
}
.global-alliances-headaing {
    background: #212121;
    padding: 15px;
}
.global-alliances-headaing h3,
.recruiters-headaing h3 {
    color: #ffff;
    text-align: right;
    font-size: 40px;
    font-weight: 700;
}
.global-alliances-logo,
.industry-partnership-logo,
.recruiters-logo {
    padding: 50px 0;
}
.global-alliances-logo ul,
.industry-partnership-logo ul,
.recruiters-logo ul {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.global-alliances-logo ul li {
    width: 15%;
    list-style-type: none;
    padding: 16px 10px 8px;
}
.recruiters-logo ul li {
    width: 20%;
    list-style-type: none;
    padding: 16px 10px 8px;
}
.global-alliances-logo ul li img,
.industry-partnership-logo ul li img,
.recruiters-logo ul li img {
    max-width: 100%;
}
.industry-partnership .danger-bg {
    background: #e73c2f;
    color: #fff;
    border: 1px solid #f4f4f4;
}
.industry-partnership-headaing h3 {
    color: #ffff;
    font-size: 40px;
    font-weight: 700;
}
.industry-partnership-logo {
    padding: 85px 0;
}
.industry-partnership-logo ul li {
    width: 15%;
    list-style-type: none;
    padding: 0;
}
.get-connected {
    background: url(../images/bg.svg) center center/cover no-repeat;
    padding: 50px 20px 0;
    position: relative;
}
.get-connected .card {
    /*background: url(../images/Red-box.svg) bottom center/100% no-repeat; */
    border-radius: 0;
    padding: 20px 30px 40px;
    min-height: 420px;
    opacity: 0.8;
    z-index: 2;
    background-image: linear-gradient(to right top, #eb4335, #ea4335, #e94335, #e84234, #e74234, #e24133, #de3f32, #d93e31, #cf3b2f, #c6382c, #bc362a, #b33328);
}
#resend_submit,
.redirection-btn {
    background: url(../images/submit-arrow.svg) center right 20px no-repeat #7d7d7d;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: 0.7s;
}
.get-connected .section-heading {
    margin-bottom: 20px;
}
.get-connected .card .card-img {
    padding: 41px 0 0;
}
.get-connected .card .card-img img {
    margin-bottom: 20px; /*opacity:.5;*/
    width: 100%;
    max-width: 150px;
}
.get-connected .card .card-text p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: Montserrat;
    font-weight: 800;
}
.get-connected .card .card-text p:last-child {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}
.get-connected .girl-img {
    position: absolute;
    bottom: 0;
    left: 31%;
    transform: translate(-50%, 0);
    z-index: 3;
}
.get-connected .term-condition a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.get-connected .girl-img img {
    max-width: 120px;
    width: 100%;
}
.get-connected .camera {
    position: absolute;
    right: 10%;
    z-index: 1;
    bottom: 130px;
}
.get-connected .camera img {
    max-width: 180px;
    width: 100%;
}
.get-connected .term-condition {
    padding-top: 30px;
}
.opt-tag-line .icon {
    width: 20%;
}
.opt-tag-line .text {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}
.course-overview .course-relate-image img,
.course-relate-image,
.form-flex .form_field.width-100 {
    width: 100%;
}
.redirection-btn:hover {
    transition: 0.7s;
    background: url(../images/submit-arrow.svg) center right 10px no-repeat #ef4637;
    text-decoration: none;
    color: #fff;
}
.redirection-btn {
    color: #fff;
    max-width: 250px;
    display: block;
}
.ribbon,
.topbg {
    background: #000;
}
.course-overview {
    padding-left: 30px;
}
.pad-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}
.course-overview .dark-bg {
    background: #212121;
    height: auto;
}
.course-overview .course-overview-text {
    width: 80%;
    color: #fff;
}
.course-overview .padding0 {
    padding-left: 0;
    padding-right: 0;
}
.course-detials {
    padding: 0 15px;
}
.course-detials p {
    margin-bottom: 5px;
    color: #000;
}
.course-detials p strong {
    color: #d92b1b;
    margin-bottom: 15px;
}
.bg-f4f4f4 {
    color: #f4f4f4;
}
.term-condition a,
.term-condition p {
    font-size: 10px;
}
#resend_submit {
    color: #fff;
    max-width: 200px;
    margin-left: 15px;
}
.ribbon {
    color: #fff !important;
    font-size: 17px !important;
    padding: 7px;
    font-weight: 700;
    text-align: center !important;
}
.scrollbar {
    float: left;
    width: 102%;
    height: 364px;
    color: #fff;
    overflow-y: scroll;
    text-align: justify;
    padding: 16px;
}
#style-11::-webkit-scrollbar {
    width: 3px;
}
#style-11::-webkit-scrollbar-track {
    border-radius: 10px;
}
#style-11::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: red;
}
#style-11::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
#style-11::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22add4, #1e98ba);
}
.topbg {
    padding: 10px 0;
}
.banner-caption span {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 0 0 13px;
}
.banner-caption br,
.collapse {
    display: none;
}
ul.caption-lsit {
    margin-left: 26px;
    margin-bottom: 1px;
}
ul.caption-lsit li {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
}
.offering-listing {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}
.tab-content-inner ul li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 5px 0;
    list-style: none;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 9%;
}
.course-overview .course-overview-text h5,
.course-overview .scrollbar h5 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.course-overview .hedaing h2 {
    font-size: 35px;
    font-weight: 900;
    padding: 30px 0;
    color: #000;
}
.pp-head {
    padding: 17.25px 18px !important;
    font-size: 19px !important;
}
.sub-cap {
    font-size: 19px;
    font-weight: 700;
}
.mid-crd.mb-2 {
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
    .pp-head {
        padding: 13px 18px !important;
        font-size: 13px !important;
    }
    .global-alliances-headaing h3 br,
    .industry-partnership-headaing h3 br,
    .recruiters-headaing h3 br {
        display: none;
    }
    ul.offering-listing {
        column-count: 1 !important;
    }
    .form_inner h2 span {
        font-size: 23px;
    }
    .banner-caption {
        font-size: 19px;
        padding: 30px 0 20px;
        margin-top: 55px;
    }
    .global-alliances .drak-bg {
        margin-top: 7px;
    }
    .global-alliances .drak-bg,
    .industry-partnership .danger-bg,
    .recruiters .drak-bg {
        justify-content: center !important;
    }
    .industry-partnership .row {
        flex-wrap: wrap-reverse !important;
    }
    .industry-partnership-logo ul li img {
        max-width: 100px;
    }
    .tabbing-item ul {
        display: flex;
        align-items: center;
        padding: 20px 0 0;
        margin: 0;
    }
    .tabbing-item ul li {
        font-size: 13px;
        width: 33.33%;
        margin-left: -2px;
        padding: 20px;
    }
    .enq-form {
        background: #fff;
        padding: 30px 20px 30px 30px;
        margin-left: 0;
    }
    .form-flex {
        display: block;
        width: 100%;
    }
    .ab-right-inner {
        padding: 0;
    }
    .section-heading {
        font-size: 26px;
        line-height: 37px;
    }
    .tabContener {
        padding: 30px 0;
    }
    .tab-content-inner ul li {
        width: 100%;
        margin-left: 0;
    }
    .color-red {
        padding-bottom: 0;
    }
    .recruiters-logo p {
        margin-top: 0;
    }
    /**banner text**/
.banner-caption p{
	font-size:14px;
	text-align: left;
}
.banner-caption img{
	width:15%;

}
.icon-text{
	float:left;
}
.icon-text p{
	padding:0px;
	line-height: 23px;
}
	/****/
}
@media only screen and (min-width: 320px) and (max-width: 440px) {
    .ab-top {
        background-size: 109%;
    }
    .ab-bottom {
        background-size: 114%;
    }
    .ab,
    .ab-right {
        min-height: 0 !important;
        padding: 41px;
    }
    ul.caption-lsit li {
        font-size: 15px;
        text-align: left;
        line-height: 21px;
    }
}
@media only screen and (min-width: 441px) and (max-width: 575px) {
    .ab,
    .ab-right {
        padding: 48px;
    }
    .ab-top {
        background-size: 92%;
    }
    .ab-bottom {
        background-size: 90%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ab,
    .ab-right {
        padding: 48px !important;
        min-height: 0 !important;
    }
    .ab-top {
        background-size: 83%;
    }
    .ab-bottom {
        background-size: 85%;
    }
}
@media only screen and (max-width: 991px) {
    .ribbon {
        background: #000;
        color: #fff !important;
        font-size: 14px !important;
        padding: 7px;
        font-weight: 700;
        text-align: center;
    }
    .global-alliances-headaing h3,
    .industry-partnership-headaing h3,
    .recruiters-headaing h3 {
        font-size: 23px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-caption,
    .banner-caption h2,
    .form_inner h2 {
        font-size: 20px;
    }
    .enq-form {
        padding: 20px 0;
    }
    .recruiters-logo p {
        margin-top: 0;
    }
    .tab-content-inner ul li {
        width: 100% !important;
    }
}
@media screen and (max-width: 991px) {
    .get-connected .card {
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .get-connected .card .card-img {
        padding: 20px 0 0;
    }
    .get-connected .card-img {
        width: 30%;
    }
    .get-connected .card-text {
        width: 70%;
    }
    .get-connected .girl-img {
        left: 23%;
    }
}
@media screen and (max-width: 767px) {
    .get-connected .card .card-img {
        padding: 20px 20px 0 0;
    }
}
@media only screen and (max-width: 1180px) {
    .global-alliances-headaing h3,
    .industry-partnership-headaing h3,
    .recruiters-headaing h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1024px) {
    .global-alliances-headaing h3,
    .industry-partnership-headaing h3,
    .recruiters-headaing h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .form_inner h2 {
        font-size: 21px;
    }
    .global-alliances-headaing h3,
    .industry-partnership-headaing h3,
    .recruiters-headaing h3 {
        margin-bottom: 0;
    }
    .global-alliances-headaing h3 {
        text-align: center;
        font-size: 18px !important;
    }
    .global-alliances-logo {
        padding: 10px;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-caption,
    .banner-caption h2,
    .form_inner h2 {
        font-size: 20px;
    }
    .global-alliances-logo img {
        width: 100%;
    }
    .section-heading {
        font-size: 25px;
        line-height: 37px;
        text-align: center;
    }
    .ab-bottom,
    .ab-top {
        width: 49.6%;
        display: inline-block;
    }
    .industry-partnership-headaing h3 {
        font-size: 23px;
        font-weight: 700;
    }
    .recruiters-headaing h3 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .banner-caption,
    .get-connected .card,
    .get-connected .section-heading,
    .section-heading {
        text-align: center;
    }
    .global-alliances-headaing h3 br,
    .industry-partnership-headaing h3 br,
    .recruiters-headaing h3 br {
        display: none;
    }
    .global-alliances .drak-bg,
    .industry-partnership .danger-bg,
    .recruiters .drak-bg {
        justify-content: center !important;
    }
    .global-alliances-logo img {
        height: 45px !important;
    }
    .industry-partnership .row {
        flex-wrap: wrap-reverse !important;
    }
    .industry-partnership-logo ul li img {
        max-width: 100px;
    }
    .tabbing-item ul {
        display: flex;
        align-items: center;
        padding: 20px 0 0;
        margin: 0;
        display: flex;
        justify-content: center;
    }
    .tabbing-item ul li {
        font-size: 13px;
        width: 33.33%;
        margin-left: -2px;
        padding: 20px;
    }
    .enq-form {
        background: #fff;
        padding: 30px 20px 30px 30px;
        margin-left: 0;
    }
    .industry-partnership-logo {
        padding: 54px 0;
    }
    .form-flex {
        display: block;
        width: 100%;
    }
    .form-flex .form_field {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }
    .ab-right-inner {
        padding: 0;
    }
    .section-heading {
        font-size: 29px;
        line-height: 37px;
    }
    .tabContener {
        padding: 30px 0;
    }
    .tab-content-inner ul li {
        margin-right: 0 !important;
        width: 100%;
        margin-left: 0;
    }
    .color-red {
        background: #ef4637;
        padding-top: 15px;
    }
    .scrollbar {
        color: #fff;
    }
    .form_field_submit {
        text-align: center !important;
    }
    .cs-inner-new {
        max-width: inherit !important;
    }
    .get-connected .card .card-img img {
        max-width: 132px !important;
    }
}
@media only screen and (max-width: 600px) {
    .banner-caption {
        font-size: 35px;
    }
    .banner-caption br {
        display: none;
    }
    .ab-right-top h3,
    .tab-content-inner h4 {
        font-size: 25px;
    }
    .tab-content-inner p {
        font-size: 15px;
    }
    .tab-content-inner ul li {
        font-size: 14px;
    }
    .ab h3 {
        font-size: 35px;
    }
    .tab-content-inner h4 {
        padding-bottom: 0;
    }
    .tabbing-item ul li {
        padding: 20px !important;
    }
}
@media only screen and (max-width: 575px) {
    #resend_submit,
    .form_field_submit input {
        max-width: 100%;
    }
    .contact-no,
    .logo {
        text-align: center;
    }
    .banner-caption {
        font-size: 27px;
        padding: 80px 0 20px;
    }
    #resend_submit {
        margin-top: 20px;
        margin-left: 0;
    }
    .text br {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .tab-content-inner ul li {
        font-size: 14px !important;
    }
}
@media (min-width: 992px) and (max-width: 1250px) {
    .global-alliances-headaing h3,
    .recruiters-headaing h3 {
        font-size: 38px !important;
    }
}
.pos-relative {
    position: relative;
}
.form_inner .option {
    display: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    width: 100%;
}
.form_inner .option .option-layer-first {
    list-style-type: none;
    margin-bottom: 0;
    background: #fff;
    width: calc(100% - 20px);
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.form_inner .option .option-layer-first .layer-first-child {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.form_inner .option .option-layer-second {
    list-style-type: none;
    display: none;
    position: absolute;
    width: calc(300% - 20px);
    left: calc(100% + 1px);
    bottom: -1px;
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    max-height: 62vh;
    min-height: 62vh;
    overflow-y: scroll;
}
.form_inner .option .option-layer-second .layer-second-child {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.form_inner .option .option-layer-second .layer-second-child:hover {
    background: #fff;
}
@media only screen and (max-width: 911px) {
    .form_inner .option .option-layer-first {
        width: 100%;
    }
    .form_inner .option .option-layer-second {
        width: calc(100%);
        left: calc(0%);
        top: 42px;
        z-index: 10;
        background: #fff;
        margin-bottom: 30px;
    }
    .get-connected .card .card-text p:last-child {
        font-size: 10px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1450px) {
    .get-connected .card {
        max-width: 400px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .get-connected .girl-img {
        left: 32%;
    }
    .get-connected .card {
        min-height: 458px;
    }
    .get-connected {
        padding: 50px 0 0;
    }
    .get-connected .term-condition {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1023px) {
    .get-connected .card {
        min-height: auto;
    }
}
@media screen and (max-width: 991px) {
    .get-connected .card {
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .get-connected .card .card-img {
        padding: 20px 0 0;
    }
    .get-connected .card-img {
        width: 30%;
    }
    .get-connected .card-text {
        width: 70%;
    }
    .get-connected .girl-img {
        left: 23%;
    }
    .course-overview .hedaing h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .get-connected .card .card-img {
        padding: 20px 20px 0 0;
    }
    .course-overview .course-overview-text {
        width: 90%;
        padding: 15px 0;
    }
}
@media screen and (max-width: 576px) {
    .get-connected .card .card-text p:last-child {
        font-size: 10px;
        line-height: 20px;
    }
    .get-connected .card .card-img {
        padding: 5px 20px 0 0;
    }
    .get-connected .card .card-text p {
        font-size: 20px;
        line-height: 24px;
    }
    .get-connected .girl-img {
        bottom: 40px;
    }
    .get-connected .girl-img img {
        max-width: 100px;
    }
}
@media screen and (max-width: 425px) {
    .get-connected .card .card-img {
        padding: 30px 0 0;
        width: 100%;
    }
    .get-connected .card-text {
        width: 100%;
    }
    .get-connected .card {
        flex-direction: column;
    }
    .get-connected .girl-img {
        left: unset;
        right: -15%;
        bottom: 20px;
        display: none;
    }
    .get-connected .girl-img img {
        max-width: 150px;
    }
    .get-connected .term-condition a {
        position: relative;
        z-index: 3;
    }
}
@media only screen and (max-width: 767px) {
    .global-alliances-headaing h3 br,
    .industry-partnership-headaing h3 br,
    .recruiters-headaing h3 br {
        display: none;
    }
    .global-alliances .drak-bg,
    .industry-partnership .danger-bg,
    .recruiters .drak-bg {
        justify-content: center !important;
    }
    .industry-partnership .row {
        flex-wrap: wrap-reverse !important;
    }
    .industry-partnership-logo ul li img {
        max-width: 100px;
    }
    .tabbing-item ul {
        display: flex;
        align-items: center;
        padding: 20px 0 0;
        margin: 0;
    }
    .tabbing-item ul li {
        font-size: 13px;
        width: 33.33%;
        margin-left: -2px;
        padding: 20px;
    }
    .enq-form {
        background: #fff;
        padding: 30px 20px 30px 30px;
        margin-left: 0;
    }
    .form-flex .form_field {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }
    .ab-right-inner {
        padding: 0;
    }
    .section-heading {
        font-size: 30px;
        line-height: 37px;
    }
    .tabContener {
        padding: 30px 0;
    }
    .tab-content-inner ul li {
        width: 100%;
        margin-left: 0;
    }
    .color-red {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
    .banner-caption {
        font-size: 28px;
        padding-left: 20px;
        padding-right: 10px;
        /* background-color: rgba(19, 19, 19, 0.32); */
    }
    .banner-caption br {
        display: none;
    }
    .ab-right-top h3,
    .tab-content-inner h4 {
        font-size: 25px;
    }
    .tab-content-inner p,
    .tab-content-inner ul li {
        font-size: 15px;
    }
    .ab h3 {
        font-size: 35px;
    }
    .tab-content-inner h4 {
        padding-bottom: 0;
    }
    .tabbing-item ul li {
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-no,
    .logo {
        text-align: center;
    }
    .contact-no {
        padding-bottom: 50px;
    }
    .banner-caption {
        font-size: 22px;
        padding: 40px 0 20px;
        /* background-color: rgba(19, 19, 19, 0.32); */
    }
}
@media only screen and (max-width: 1180px) {
    .global-alliances-headaing h3,
    .industry-partnership-headaing h3,
    .recruiters-headaing h3 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 1024px) {
    .global-alliances-headaing h3,
    .industry-partnership-headaing h3,
    .recruiters-headaing h3 {
        font-size: 30px;
    }
    .course-overview {
        padding-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .form_inner h2 {
        font-size: 21px;
    }
    .global-alliances-headaing h3,
    .industry-partnership-headaing h3,
    .recruiters-headaing h3 {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-caption br {
        display: inherit;
    }
    ul.caption-lsit {
        margin-left: 14px;
    }
    .global-alliances-headaing h3 br,
    .industry-partnership-headaing h3 br,
    .recruiters-headaing h3 br {
        display: none;
    }
    .banner {
        height: 300px;
    }
    .banner-caption h2 {
        font-size: 18px;
    }
    .banner-caption {
        font-size: 19px;
        padding: 30px 0 20px;
        line-height: 30px;
    }
    .global-alliances .drak-bg,
    .industry-partnership .danger-bg,
    .recruiters .drak-bg {
        justify-content: center !important;
    }
    .industry-partnership .row {
        flex-wrap: wrap-reverse !important;
    }
    .industry-partnership-logo ul li img {
        max-width: 100px;
    }
    .tabbing-item ul {
        display: flex;
        align-items: center;
        padding: 20px 0 0;
        margin: 0;
    }
    .tabbing-item ul li {
        font-size: 13px;
        width: 33.33%;
        margin-left: -2px;
        padding: 20px;
    }
    .enq-form {
        background: #fff;
        padding: 30px 20px 30px 30px;
        margin-left: 0;
    }
    .form-flex .form_field {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }
    .ab-right-inner {
        padding: 0;
    }
    .section-heading {
        font-size: 30px;
        line-height: 37px;
    }
    .tabContener {
        padding: 30px 0;
    }
    .tab-content-inner ul li {
        width: 100%;
        margin-left: 0;
    }
    .color-red {
        padding-bottom: 0;
    }
    .recruiters-logo p {
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
    .banner-caption {
        font-size: 28px;
        padding-left: 20px;
        padding-right: 10px;
    }
    .banner-caption br {
        display: none;
    }
    .ab-right-top h3,
    .tab-content-inner h4 {
        font-size: 25px;
    }
    .tab-content-inner p,
    .tab-content-inner ul li {
        font-size: 15px;
    }
    .ab h3 {
        font-size: 35px;
    }
    .tab-content-inner h4 {
        padding-bottom: 0;
    }
    .tabbing-item ul li {
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-no,
    .logo {
        text-align: center;
    }
    .banner-caption {
        font-size: 19px;
        padding: 30px 0 20px;
    }
}
@media only screen and (max-width: 480px) {
    .pp-head {
        padding: 3.25px 18px !important;
        font-size: 11px !important;
        line-height: 14px;
    }
    .banner-caption h2 {
        font-size: 18px;
    }
    .global-alliances-logo ul li,
    .industry-partnership-logo ul li,
    .recruiters-logo ul li {
        width: 33%;
        padding: 16px 0 8px;
    }
    .course-overview .hedaing h2 {
        font-size: 25px;
    }
    .opt-tag-line .icon {
        width: 30%;
    }
    .opt-tag-line .text {
        width: 100%;
    }
}
.tab-content-inner ul li ul {
    margin-top: 5px;
}
.box-border {
    border: 1px solid #fff;
    padding: 20px !important;
    min-height: 152px;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
.box-border p {
    margin-bottom: 0 !important;
    display: table-cell;
    vertical-align: middle;
}
.box-border p strong {
    font-size: 18px;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}
.tab-content-inner ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
    display: block;
}
.tab-content-inner ul li a.collapsed::after {
    background: url(../images/plus-icon.svg) right top no-repeat;
}
.tab-content-inner ul li a::after {
    content: "";
    background: url(../images/less-icon.svg) right top no-repeat;
    width: 25px;
    height: 11px;
    position: absolute;
    top: 6px;
    right: auto;
}
.tab-content-inner ul li ul li {
    width: 100%;
    list-style: circle;
    font-size: 15px;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 0;
    border: none;
}
.tab-content-inner ul li ul li::after {
    content: "";
    content: "" !important;
    position: absolute !important;
    left: 5px !important;
    background: #000 !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    top: 9px !important;
}
.tabbing-item ul {
    padding: 20px 0 0px;
}
.offering-listing li {
    color: #000;
    padding: 0;
    margin: 0 0 5px;
    list-style-position: inside;
    font-size: 14px;
    list-style-type: square;
}
.eligibility.detials {
    margin-bottom: 40px;
}
.box-bdr {
    border: 1px solid #ddd;
}
.scroll-to-top,
.scroll-to-top:hover {
    color: #111;
    background: #fff;
    border: 1px solid;
    text-decoration: none;
}
.recruiters-logo p {
    margin-bottom: 0;
    margin-top: 40px;
}
.recruiters-logo p strong {
    color: #ef4637;
}
.scroll-to-top {
    font-size: 16px;
    padding: 5px;
    text-align: center;
    position: fixed;
    top: 40%;
    right: -49px;
    display: none;
    width: 124px;
    height: 38px;
    z-index: 9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transform: rotate(-90deg);
    font-weight: 600;
}
.scroll-to-top i,
.scroll-to-top:hover i {
    color: #111;
}
.ab-college a {
    color: #ef4536;
}
.ab-college a:hover,
.ab-college a:visited {
    text-decoration: none;
    color: #000;
}
.ab-bottom1,
.ab-bottom1 h3,
.ab-bottom1 p {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.ab-college a:hover h3,
.ab-college a:hover p {
    color: #ffff;
}
