/*--------------------------------------------------------------
 * ## GRAVITY FORM
 *--------------------------------------------------------------
 */

.gform_wrapper,
.gform_confirmation_wrapper {
    background: #E7F4F7;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    padding: 50px 0;
}

.gform_confirmation_wrapper {
    margin-bottom: 50px;
    padding: 50px;
}

.gform_wrapper .gform_heading {
    margin-bottom: 25px;
}

.gform_wrapper .gform_title {
    color: var(--body-color);
    font-size: 24px !important;
    text-align: center;
}

.gform_wrapper .gform_fields .gfield {
    padding: 10px 30px 0 !important;
    margin: 0 !important;
    vertical-align: top;
}

.gform_wrapper .gfield.gsection{
    border: none;
    padding: 0 !important;
}

.gform_wrapper .gfield.gsection h2{
    background: var(--main-primary-color);
    color: var(--body-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Open Sans' !important;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px !important;
}

.gform_wrapper .gfield.gsection .gsection_description{
    color: var(--body-color);
    margin: 0;
    padding: 10px 30px !important;
}

.gform_wrapper .gform_fields .gfield label {
    color:  var(--body-color);
    font-size: 14px !important;
    font-weight: 600;
    margin: 7px 0 !important;
    vertical-align: middle;
    width: 100% !important;

}

.gform_wrapper .gform_fields .gfield .ginput_container {
    margin-left: 0 !important;
    margin: 0;
    width: 97.999% !important;
}

.gform_wrapper .gfield .ginput_container input {
    background: #ffffff !important;
    border: 1px solid var(--body-color);
    border-radius: 100px;
    color:  var(--body-color) !important;
    font-family: 'Open Sans';
    font-size: 14px !important;
    font-weight: 400;
    padding: 5px 15px !important;
    vertical-align: middle;
    width: 100% !important;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gform_wrapper .gfield .ginput_container input::placeholder{
    color: var(--body-color) !important;
}

.gform_wrapper .gfield_radio{
    margin: 0 !important;
}


.gform_wrapper .gfield_radio li {
    margin-bottom: 0 !important;
}

.gform_wrapper .gfield .ginput_container .gfield_radio input {
    background: #ffffff;
    cursor: pointer;
    display: inline !important;
    padding: 1px 10px !important;
}

.gform_wrapper .gfield_radio li input[type=radio]:checked:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    left: 7px;
    position: absolute;
    top: 10px;
}

.gform_wrapper .gfield_radio label {
    font-weight: 600 !important;
    padding: 0 15px !important;
}

.gform_wrapper textarea {
    border: 1px solid var(--body-color);
    border-radius: 10px;
    color: var(--body-color) !important;
    width: 100% !important;
}

.gform_wrapper textarea:focus {
    outline: none;
}

.gform_wrapper .ginput_container.ginput_container_select {
    background: #ffffff;
    border-radius: 100px;
    position: relative;
}

.gform_wrapper .ginput_container.ginput_container_select:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gform_wrapper .gfield .ginput_container select {
    background: transparent !important;
    border: 1px solid var(--body-color);
    border-radius: 100px;
    color: var(--body-color) !important;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 0 !important;
    position: relative;
    padding: 8px 15px;
    width: 100% !important;
    z-index: 1;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gform_wrapper .gfield .ginput_container option {
    background: #ffffff !important;
    border: 1px solid var(--body-color) !important;
    color: var(--body-color) !important;
}


.gform_wrapper .gfield .ginput_container select:focus {
    outline: none !important;
}

.gform_wrapper .gfield .ginput_container option:hover,
.gform_wrapper .gfield .ginput_container option:focus{
    background: var(--primary-color) !important;
    color: #ffffff !important;
    outline: none !important;
}

.gform_wrapper .gfield .ginput_container_fileupload input {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    padding: 5px 0 !important;
}

/* Form footer section */

.gform_wrapper .gform_footer {
    margin-left: 0 !important;
    margin-top: 30px !important;
    padding: 15px 30px !important;
    position: relative;
    width: 100% !important;
}

.gform_footer .gform_button {
    background-color: var(--tertiary-color) !important;
    border: 2px solid var(--tertiary-color) !important;
    border-radius: 100px;
    color: #ffffff !important;
    display: block !important;
    font-family: 'Open Sans' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    min-width: 200px;
    padding: 10px 20px !important;
    text-align: center;
}

.gform_footer .gform_button:hover {
    background: #ffffff !important;
    color: var(--tertiary-color) !important;
}

.gform_wrapper .gform_ajax_spinner {
    bottom: -20px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    padding-left: 0 !important;
    position: absolute;
    height: 40px;
}


/* Form validation */


.gform_wrapper div.validation_error {
    border: none !important;
    color: #f2545b !important;
    display: none !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #c87872 !important;
}


.gform_wrapper .gfield_required {
    color: #f2545b;
}


.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0!important !important;
    padding-bottom: 0 !important;
    padding-top: 10px;
    width: 100%
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: var(--body-color);
}

.gform_wrapper .field_description_below .validation_message,
.gform_wrapper .validation_message {
    color: #f2545b;
    font-weight: 600;
    margin: 0 !important;
    padding-top: 0 !important;
}

.gform_wrapper .instruction.validation_message{
    display: none;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #c87872;
}

#page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}


/* Form columns */

.gform-column {
    display: inline-block;
    width: 49.444%;
}

.gform_wrapper .gform-three-column {
    display: inline-block;
    width: 32.7777%;
}

.gform_wrapper .gform_fields .gform-col-2{
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
    width: 99.999% !important;
}

.gform_wrapper .gform_fields .gform-col-2 label{
    width: 100% !important;
}

.gform_wrapper .gform_fields .gform-col-2 .ginput_container{
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.gform_wrapper .gform_fields .gform-col-2 .ginput_container input{
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.gform_wrapper .gform_fields .gform-col-2 .ginput_container span:last-child {
    padding-right: 0 !important;
}


/* Form input section */

.gform_wrapper .gform_fields .gfield.gform-name .ginput_container label,
.gform_wrapper .gform_fields .gfield.gform-address .ginput_container label{
    display: block;
}

#field_2_34 h2,
#field_2_41 label {
    display: none;
}

.gform_wrapper .gform_fields .gform-address  .address_line_1 input{
    margin: 0px !important;
}

.gform_wrapper .gform_fields .gform-address span{
    margin-right: 3px !important;
    padding-top: 9px;
    width: 33%;
}

.gform_wrapper .gform_fields .gform-address label{
    width: 100% !important;
}

.gform_wrapper .gform_fields .gform-address input{
    margin-left: 0 !important;
    margin-top: 0;
    width: 100% !important;
}


.gform_wrapper .gform_fields .gform-signature,
.gform_wrapper .gform_fields .gform-date{
    display: inline-block !important;
    width: 49.333%;
}

.gform_wrapper .gform_fields .gform-signature .ginput_container input {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    padding-left: 0px !important;
}

.gfield.gfield.gform-checkbox .ginput_container {
    display: inline;
}

.gfield.gform-checkbox .ginput_container label {
    display: inline;
}

.gfield .ginput_container input[type=checkbox]{
    display: inline;
    border-radius: 100%;
    height: 23px;
    margin-right: 10px;
    margin-top: 8px;
    padding: 1px 10px !important;
    position: relative;
    width: auto !important;
}

.gfield .ginput_container input[type=checkbox]:checked:before{
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    left: 5px;
    position: absolute;
    top: -1px;
}

.gform_wrapper .gform-divider {
    border-top: 2px solid #3333331c !important;
}


input#choice_9_47_3 {
    margin-top: 0 !important;
    width: auto !important;
}

input#input_9_47_other {
    height: 35px;
    width: 40% !important;
}




@media only screen and (min-width: 641px){
    .gform_wrapper .gform_fields .gform-address .address_zip{
        padding-right: 0 !important;
    }
}



.gform_wrapper form li ul ol li{
    display: list-item;
    list-style: lower-alpha !important;
    overflow: visible !important;
}

.gform_wrapper form li ul ol ol li{
    list-style: lower-roman !important;
}



.ui-datepicker {
    font-family: 'Open Sans';

}

.ui-datepicker .ui-datepicker-title {
    background: var(--secondary-color) !important;
}


.ui-datepicker .ui-datepicker-calendar {
    background: #e7f5f8;
}

/************************************************************************************************/

/*--------------------------------------------------------------
 * ## Elementor Application process
 *--------------------------------------------------------------
 */

.qc-elementor-location-tab-section > .elementor-container,
.qc-elementor-location-tab-section > .elementor-container > .elementor-row,
.qc-elementor-location-tab-section .bg-img-column,
.qc-elementor-location-tab-section .bg-img-column .elementor-column-wrap,
.qc-elementor-location-tab-section .bg-img-column .elementor-widget-wrap{
    position: relative;
}

.qc-elementor-address-section > .elementor-container,
.qc-elementor-address-section > .elementor-container > .elementor-row,
.qc-elementor-address-section .map-column,
.qc-elementor-address-section .map-column .elementor-column-wrap,
.qc-elementor-address-section .map-column .elementor-widget-wrap{
     position: static;
}

.qc-elementor-address-section .map-column .elementor-widget-google_maps{
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.elementor-apply-section .elementor-widget-wrap {
    counter-reset: list;
}

.elementor-apply-section .elementor-apply-list {
    display: flex;
    margin-bottom: 60px;
    min-height: 122px;
    position: relative;
}

.elementor-apply-section .elementor-apply-list .elementor-widget-container {
    width: 100%;
}

.elementor-apply-list .elementor-image-box-img{
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding-left: 55px;
    position: relative;
    width: 160px !important;
}

.elementor-apply-list .elementor-image-box-img img {
    align-self: flex-start;
    display: flex;
    left: 0px;
    margin: 0;
    max-width: 98px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.elementor-apply-list .elementor-image-box-img:before {
    color: #ffffff;
    counter-increment: list;
    content: counter(list);
    font-family: 'Open Sans';
    font-size: 90px;
    font-weight: 700;
    left: -5px;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-text-stroke: 3px var(--primary-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.elementor-apply-list .elementor-image-box-img:after {
    background: url(../img/half-ellipse.png) no-repeat scroll center/cover;
    content: '';
    display: none;
    height: 127px;
    left: 10px;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 114px;
    z-index: 1;
}


.elementor-apply-list .elementor-image-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    position: relative;
    width: 75%;
}

.elementor-apply-section .elementor-apply-list-rt .elementor-image-box-img {
    margin-left: auto !important;
}

.elementor-apply-section .elementor-apply-list-rt .elementor-image-box-content {
    margin: 0;
}

.apply-list .list-icon {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding-left: 55px;
    position: relative;
    width: 160px;
}

.apply-list .list-icon img {
    align-self: flex-start;
    display: flex;
    left: 0px;
    margin: 0;
    max-width: 98px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.apply-list .list-icon:before {
    font-size: 90px;
    left: -5px;
}

.apply-list .list-icon:after {
    display: none;
}

.apply-list .content {
    justify-content: unset;
}



/* elementor image box */

.elementor-icon-section .elementor-column .elementor-image-box-wrapper .elementor-image-box-img{
    min-height: 112px;
    width: 100% !important;
}

.elementor-icon-section .elementor-column .elementor-image-box-wrapper .elementor-image-box-img img {
    max-width: 100px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}


.elementor-icon-section .elementor-column:hover .elementor-image-box-wrapper .elementor-image-box-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.elementor-image-box-wrapper .elementor-image-box-content ul {
    margin: 10px 0;
}

.elementor-image-box-wrapper .elementor-image-box-content ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.elementor-image-box-wrapper .elementor-image-box-content ul li:before {
    color: var(--secondary-color);
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0;
    position: absolute;
}




/*--------------------------------------------------------------
 * ## Carousel Photo Gallery
 *--------------------------------------------------------------
 */

.bwg_thumbnail.bwg_container.bwg_carousel {
    z-index: 5 !important;
}

.bwg_thumbnail.bwg_container.bwg_carousel .bwg_carousel-caption0{
    opacity: 1 !important;
}

.bwg_thumbnail.bwg_container.bwg_carousel .bwg_carousel_title_text_0 {
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
}

.bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-left0 {
    left: -50px !important;
}

.bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-right0 {
    right: -10px !important;
}

.bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-left0 span,
.bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-right0 span{
    background: transparent !important;
    color: var(--secondary-color) !important;
    font-size: 40px !important;
    opacity: 1 !important;
}


/*--------------------------------------------------------------
 * ## ELementor
 *--------------------------------------------------------------
 */

.elementor-chart-section .child-box:before, .elementor-chart-section .child-box:after {
    color: var(--body-color);
    font-size: 20px;
}

.elementor-chart-section .child-box:after {
    border-bottom: var(--divider-border-width) var(--divider-border-style) var(--body-color);
}

.elementor-widget-text-editor .elementor-text-editor .btn-tertiary {
    padding: 0px 15px;
    border-radius: 20px;
    text-align: center;
}

.culture-flip-box .elementor-widget {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
 * ## RPL
 *--------------------------------------------------------------
 */

.elementor-chart-section .elementor-column .elementor-column-wrap .child-box .elementor-widget-container{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}


.elementor-chart-section .elementor-column .elementor-column-wrap .child-box:hover .elementor-widget-container{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.location-flipbox .tp-flipbox__content > .tp-flipbox__title-front,
.location-flipbox .tp-flipbox__content > .tp-flipbox__desc-front,
.location-flipbox .tp-flipbox__content > .tp-flipbox__title-back,
.location-flipbox .tp-flipbox__content > .tp-flipbox__desc-back{
    display: none;
}


/********************************************************************************************************/

/*---------------------------*\
   Article and Event page
\*---------------------------*/

.news-wrap h2,
.connect-section h2 {
    color: var(--body-color);
    font-weight: 600 !important;
    margin-bottom: 50px;
    text-align: center;
}

.news-options .radiobox-wrap label:before {
    border: 1px solid var(--body-color);
    box-shadow: none;
    border-radius: 0;
    height: 18px;
    top: 4px;
    width: 18px;

}

.news-options .radiobox-wrap input[type="radio"]:checked + label:before{
     background: transparent !important;
     border-color: var(--body-color);
}

.news-options .radiobox-wrap label:after {
    content: '\f00c';
    background-color: transparent;
    color: var(--body-color);
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 1px;
    left: 3px;
}

.article-section .news-article-result-wrapper figure,
.event-section  figure {
    margin-bottom: 0px;
}

.event-section {
    background: var(--secondary-bg-color);
    padding: 30px 0 0;
    width: 100%;
}

.event-section:before{
    display: none;
}

.event-sec {
    padding: 0;
    width: 100%;
}

.event-section .btn,
.connect-section .btn{
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 230px;
}

.connect-section {
    background: var(--tertiary-bg-color);
}

.ff-stream{
    z-index: 5;
}

.page-navigation .page-item .page-link {
    background: #d1ecf2;
    border-color: transparent;
    border-radius: 100%;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 12px;
    height: 25px;
    opacity: 1 !important;
    padding: 4px 8px;
    width: 25px;
}

.page-navigation .page-item .page-link.next,
.page-navigation .page-item .page-link.previous {
    box-shadow: none;
}

.page-navigation .page-item .page-link:hover {
    background: #17a0ba;
}

.article-section .post-date:before,
.event-section .date li:before
 {
    display: none;
}

/********************************************************************************************************/

/*---------------------------*\
   Article and Event single
\*---------------------------*/


.single .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 800px !important;
    margin: 0 auto;
}

.single .elementor-section-wrap > section{
    padding-top: 0;l
}

.single .page-title-sec h1{
    font-weight: 300 !important;
}

.single .elementor-text-editor h2 {
    padding: 15px 0;
}

.single .single-section aside {
    background: var(--secondary-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 40px 0;
    padding: 30px 20px;
}

.single .single-section a {
    color: var(--body-color);
    font-weight: 600;
}

.single .single-section a:hover {
    color: var(--secondary-color);
}

.single .single-section a:before{
    content: '\f0c1';
    display: none;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    margin: 0 5px;
}

.single .single-section li a:after{
    display: none;
}

.single .elementor-image .wp-caption {
    border: none;
    border-bottom: 2px solid #eaeaea;
    max-width: 100%;
    padding: 0;
}

.single .elementor-image .wp-caption img {
    max-width: 100%;
}

.single .elementor-image .wp-caption-text {
    margin: 30px 0 10px;
}

.single blockquote {
    background: var(--secondary-color);
    border: none;
    color: #ffffff;
    font-weight: 300;
    margin: 40px 0;
    padding: 50px 50px 50px 150px;
    position: relative;
}

.single blockquote:before {
    content: '\F10D';
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    font-weight: 900;
    left: 50px;
    position: absolute;
    top: 65px;
    vertical-align: middle;
}

.single .elementor-text-editor .mejs-container a:before {
    display: none;
}

.tag-sec {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
}

.tag-sec a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
}


/*---------------------------*\
  Calendar Section
\*---------------------------*/

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
    font-family: 'Open Sans' !important;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    background-color: var(--secondary-color);
}

.tribe-common .tribe-common-svgicon--featured,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
    background-image: none;
    color: var(--secondary-color);
    font-style: normal;
    position: relative;
}

.tribe-common .tribe-common-svgicon--featured:before{
    content: '\f02e';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: -10px;
}

.tribe-common .tribe-events-calendar-list__event-datetime-featured-icon:before {
    position: relative;
    top: 0;
}

.tribe-common .tribe-events-calendar-list__event-datetime-featured-text {
    color: var(--secondary-color) !important;
}


.tribe-events .tribe-events-calendar-month__mobile-events-icon--featured:before {
    content: '\f02e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/********************************************************************************************************/
/********************************************************************************************************/

/*---------------------------*\
   Responsive
\*---------------------------*/

/*  Targeted for iPad Landspace i.e 1024px starting from 1350px */

@media(max-width: 1300px){

    /* Course Detail */

    .career-outcomes-wrap {
        padding-top: 40px;
    }


    /* Article and Event page */

    .news-options .radiobox-wrap label:after {
        top: 2px;
    }

    .news-pagination.page-navigation {
        padding: 10px 0 0;
    }

    .event-section {
        padding: 30px 0 0;
    }


    /***********************************/

    .apply-list .list-icon img,
    .elementor-apply-list .elementor-image-box-img img {
        max-width: 90px;
    }

    .elementor-apply-list .elementor-image-box-img:after {
        left: 20px;
    }

    .bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-left0 {
        left: -35px !important;
    }

    .bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-right0 {
        right: 0px !important;
    }

    .gap-col {
        display: none;
    }

    .location-flipbox .tp-flipbox__icon-front,
    .location-flipbox .tp-flipbox__icon-back {
        margin: 0px -30px;
    }

    .location-flipbox .tp-flipbox__holder{
        min-height: 250px !important;
    }

    .qc-elementor-location-tab-section .bg-img-column .elementor-widget-heading {
        display: none;
    }

    .qc-elementor-location-tab-section .tab-column .elementor-column-wrap {
        padding: 60px 20px !important;
    }

    .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
        padding: 14px 55px;
    }


}



/* Targeted for iPad Potrait i.e 768px starting from 1023px */
@media(max-width: 1023px){

    /* Course Detail */

    .course-general-sec .gform_wrapper .gform_fields .gfield:not(:first-child) {
        padding: 15px 30px 0 !important;
    }

    .course-general-sec .gform_wrapper .gform_footer {
        padding: 15px 30px;
    }

    .course-general-sec .gform_wrapper .gform_footer .gform_button {
        font-size: 15px !important;
        line-height: 1.2 !important;
        min-width: auto;
        width: 100%;
    }

    .course-details-section .btn-selection-sec h1 {
        font-size: 26px;
    }

    .course-details-section .btn-selection-sec .tab-btn {
        padding: 10px 20px;
    }

    .related-course-sec {
        padding: 50px 0px;
    }

    .related.course-swiper-sec {
        padding: 0;
    }


    /* cAMPUS loCATION sECTION */


    .qc-elementor-location-tab-section {
        padding: 50px 0 0 !important;
    }

    .qc-elementor-location-tab-section .tab-column {
        order: 2;
        padding-top: 360px;
        width: 100%;
    }

    .qc-elementor-location-tab-section .tab-column.single-address {
        padding-top: 0;
    }

    .qc-elementor-location-tab-section .tab-column .elementor-column-wrap {
        padding: 40px 30px !important;
    }

    .qc-elementor-location-tab-section .bg-img-column {
        order: 1;
        width: 100%;
    }

    .qc-elementor-location-tab-section .bg-img-column iframe {
        height: 400px;
    }

    .qc-elementor-location-tab-section .bg-img1,
    .qc-elementor-location-tab-section .bg-img2,
    .qc-elementor-location-tab-section .bg-img3 {
        top: 60px;
    }

    .qc-elementor-location-tab-section .bg-img-column iframe,
    .qc-elementor-location-tab-section .bg-img1 iframe,
    .qc-elementor-location-tab-section .bg-img2 iframe,
    .qc-elementor-location-tab-section .bg-img3 iframe{
        height: 350px !important;
    }

    .qc-elementor-location-tab-section .bg-img-column .elementor-widget-heading {
        display: block;
    }

    .qc-elementor-location-tab-section .tab-column .elementor-widget-heading {
        display: none;
    }


    /* Article and Event page */

    .article-section{
        padding: 20px 0 50px;
    }

    .event-section{
        padding: 30px 0 0;
    }

    .connect-section {
        padding: 50px 0;
    }

    .single .inner-content {
        padding: 0 30px;
    }

    .post-navigation .nav-links .post-title,
    .event-pagination .post-title {
        font-size: 14px;
        line-height: 20px;
    }


    /***************************/

    .elementor-accordion .elementor-accordion-item {
        margin-bottom: 30px;
    }

    .bwg_thumbnail.bwg_container.bwg_carousel .bwg_carousel_title_text_0 {
        display: none !important;
    }

    .bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-left0 span,
    .bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-right0 span {
        font-size: 30px !important;
    }

    .bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-left0 {
        left: -35px !important;
    }

    .bwg_thumbnail.bwg_container.bwg_carousel #bwg_carousel-right0 {
        right: 0px !important;
    }

    .apply-list .list-icon img {
        left: 0;
        max-width: 80px;
    }

    .apply-list .list-icon:before {
        font-size: 75px;
        left: 0;
    }

    .elementor-apply-list .elementor-image-box-img img {
        max-width: 80px;
        width: auto;
    }

    .elementor-apply-list .elementor-image-box-img:before {
        font-size: 75px;
        left: 0;
    }

}


/* Targeted for mobile */

@media (max-width: 767px){


    /* Apply section */

    .apply-list{
        margin: 20px 0;
    }

    .apply-list li {
        margin-bottom: 30px;
        min-height: auto;
    }

    .apply-list .list-icon {
        height: 60px;
        padding-left: 40px;
        width: 140px !important;
    }

    .apply-list li:nth-of-type(even) .list-icon {
        margin-left: 0;
        order: 0;
    }

    .apply-list .list-icon img {
        left: 0;
        max-width: 50px;
        padding: 0;
    }

    .apply-list .list-icon:before {
        font-size: 50px;
        left: 0;
        -webkit-text-stroke: 2px var(--primary-color);
    }

    .apply-list .list-icon:after {
        height: 85px;
        left: 18px;
        top: 0px;
        width: 77px;
    }

    .apply-list .content {
        justify-content: unset;
        margin-left: 20px;
        width: 100%;
    }

    .apply-list li:nth-of-type(even) .content {
        margin-left: 20px;
    }

    .course-apply-wrap .course-apply-btn {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 280px;
    }

    .elementor-apply-section .elementor-column-wrap {
        padding: 0 !important;
    }

    .elementor-apply-section .elementor-apply-list .elementor-image-box-wrapper {
        display: flex;
        flex-direction: row;
    }

    .elementor-apply-section .elementor-apply-list {
        margin-bottom: 30px;
    }

    .elementor-apply-list .elementor-image-box-img {
        height: 60px;
        padding-left: 40px;
        width: 140px !important;
    }

    .elementor-apply-list .elementor-image-box-img img {
        max-width: 50px;
        left: 0;
        padding: 0;
    }

    .elementor-apply-list .elementor-image-box-img:before {
        font-size: 50px;
        left: 0;
        -webkit-text-stroke: 2px var(--primary-color);
    }

    .elementor-apply-list .elementor-image-box-img:after {
        height: 85px;
        left: 25px;
        top: 20px;
        width: 77px;
    }

    .elementor-apply-list .elementor-image-box-content {
        margin-left: 10px;
        justify-content: unset;
        text-align: left;
        width: 100%;
    }

    .elementor-apply-section .elementor-apply-list-rt .elementor-image-box-content{
        margin-left: 10px;
    }


    .elementor-apply-list .elementor-image-box-content .elementor-image-box-title {
        font-size: 14px;
    }

    .elementor-apply-list .elementor-image-box-content .elementor-image-box-description {
        font-size: 12px;
    }


    /* Course Detail */

    .course-details-section {
        padding: 0;
    }

    .course-general-sec{
        padding: 40px 0;
    }

    .career-outcomes-wrap {
        padding: 30px 0 0;
    }

    .single .print-share-wrap{
        display: none !important;
    }

    .course-details-section .btn-selection-sec h1 {
        padding-bottom: 20px;
        text-align: center;
    }

    .course-details-section .btn-selection-sec .btn-wrap {
        max-width: initial;
        text-align: left;
    }

    .course-details-section .btn-selection-sec .btn-wrap li {
        display: block;
        margin-bottom: 20px;
        width: 100%;
    }

    .course-details-section .btn-selection-sec .tab-btn {
        padding: 10px 20px !important;
    }

    .course-info-wrap {
        padding: 30px 0 0;
    }

    .course-info-wrap .title-desc-wrap {
        text-align: left;
    }

    .course-info-wrap .bottom-desc-wrap{
        margin: 30px 0;
    }

    .icon-block .icon-figure img {
        width: 70px;
    }


    /* cAMPUS loCATION sECTION */

    .qc-elementor-location-tab-section .tab-column .elementor-tab-title.elementor-active{
        border-bottom: none !important;
        margin-bottom: 0;
    }

    .qc-elementor-location-tab-section .tab-column .elementor-tab-title {
        border-bottom: none !important;
        display: block;
        margin-bottom: 20px;
    }

    .qc-elementor-location-tab-section .tab-column .elementor-tab-title:not(.elementor-active) a:after {
        background: var(--body-color);
        opacity: 0.1;
    }

    .qc-elementor-location-tab-section .tab-column .elementor-tab-content .btn {
        margin-right: 8px;
        margin-top: 20px;
    }

    .qc-elementor-location-tab-section .tab-column .elementor-tab-content .btn + .btn {
        margin-left: 0px;
        margin-right: 0;
    }

    /* ACADEMIC CALENDAR */
    .tribe-events-page-template .tribe-events-view .tribe-events-before-html {
        padding-bottom: 0;
    }

    .tribe-events .tribe-events-header__messages {
        margin-bottom: 30px;
    }

    .tribe-events .tribe-events-c-events-bar {
        background-color: transparent;
    }


    .tribe-events .tribe-events-calendar-month__day--current {
        border-bottom: 3px solid var(--secondary-color) !important;
    }

    .tribe-events .tribe-events-calendar-month__day-cell--selected {
        background-color: transparent !important;
        color: var(--secondary-color) !important;
    }

    .tribe-events .tribe-events-calendar-month__day-cell--selected h3{
        color: var(--secondary-color) !important;
    }

    .tribe-events-page-template .tribe-events-view .tribe-events-calendar-month__day {
        border-color: var(--secondary-color);
        border-radius: 0 !important;
        border-style: solid;
        border-width: 0 1px 1px 0;
        vertical-align: middle;
    }

    .tribe-events-page-template .tribe-events-view .tribe-events-calendar-month__body {
        border-left: 1px solid var(--secondary-color);
        border-top: 1px solid var(--secondary-color);
    }

    .tribe-events .tribe-events-c-ical {
        display: none;
    }

    .tribe-events-calendar-month-mobile-events .tribe-events-c-nav {
        border: none;
        padding: 20px !important;
    }

    .tribe-events .tribe-events-c-events-bar__search-filters-container {
        padding: 25px;
    }

    .tribe-events .tribe-events-c-events-bar__search-button:before,
    .tribe-events .tribe-events-c-view-selector__button--active:before {
        display: none;
    }


    .tribe-events-page-template .tribe-events-view .tribe-events-c-events-bar__search {
        background: transparent;
    }

    .tribe-events .tribe-events-c-events-bar__search-form {
        border-radius: 0;
    }

    .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
        border: 2px solid var(--secondary-color);
        border-radius: 20px;
        padding: 10px 20px;
    }

    .tribe-common .tribe-common-c-btn {
        background: var(--secondary-color);
        border-radius: 20px;
        margin-top: 10px;
    }

    .tribe-common .tribe-common-h3 .tribe-events-c-top-bar__datepicker-mobile {
        color: var(--secondary-color);
        font-family: 'Open Sans';
        font-weight: 700;
    }

    .tribe-events .tribe-events-c-top-bar__datepicker-button:after {
        margin-top: -20px;
    }

    .tribe-events .tribe-events-calendar-month-mobile-events__mobile-day--show {
        padding: 20px;
    }

    .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text,
    .tribe-common .tribe-common-h7 {
        color: var(--secondary-color) !important;
        font-family: 'Open Sans' !important;
        font-size: 16px;
        font-weight: 700;
    }


    .tribe-common .tribe-common-svgicon--featured:before {
        top: -5px;
    }

    p.tribe-events-promo.tribe-common-b1.tribe-events-c-promo {
        display: none;
    }

    .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
        padding: 15px 0;
    }

    .tribe-events-calendar-month-mobile-events__mobile-event-details {
        padding: 10px 0 0 !important;
    }

    .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event--featured {
        padding: 0;
    }

    .tribe-event-date-start,
    .tribe-event-date-end {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 700;
        opacity: 1;
    }

    .tribe-events-calendar-month-mobile-events__mobile-event-datetime time {
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 700;
        opacity: 1;
    }

    .tribe-events .tribe-events-header--has-event-search .tribe-events-c-top-bar__datepicker-container {
        width: 100%;
    }

    .tribe-events .datepicker .datepicker-days {
        display: block !important;
        padding: 10px;
    }




    /* Article and Event page */

    .news-wrap h2,
    .connect-section h2 {
        margin-bottom: 30px;
    }

    .news-options .radiobox-wrap label:before {
        top: 0;
    }

    .news-options .radiobox-wrap label:after {
        top: 0px;
    }

    .news-options{
        padding-bottom: 30px;
    }

    .news-options .option-set-checkbox .radiobox-wrap {
        display: block;
        padding-bottom: 10px;
        margin: 0;
    }

    .news-options .option-set-checkbox {
        column-count: 2;
        text-align: left;
    }

    .related-sec .col-md-4 {
        margin-bottom: 40px;
    }

    .single .elementor-section {
        padding: 30px 0 0;
    }

    .single-section,
    .related-sec {
        padding: 50px 0;
    }

    .post-navigation .nav-links .post-title,
    .event-pagination .post-title {
        font-size: 14px;
        line-height: 20px;
    }

    .tag-sec a {
        padding-left: 15px;
    }



    /*********************************************************/

    .elementor-flipbox-section .tp-flipbox__holder {
        transform: none !important;
    }

    .elementor-flipbox-section .location-flipbox .tp-flipbox__icon-front,
    .elementor-flipbox-section .location-flipbox .tp-flipbox__icon-back {
        margin: 0px -50px;
    }

    .elementor-flipbox-section .location-flipbox .elementor-widget-text-editor .elementor-text-editor p {
        display: none;
    }

    .domestic-block .elementor-widget-wrap > div:not(.elementor-widget-image) {
        padding: 0 20px;
    }

    .domestic-block .elementor-widget-wrap .elementor-widget-image {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }

    .domestic-block .elementor-widget-wrap .elementor-widget-image img {
        max-width: 200px;
    }

    .elementor-chart-section .child-box{
        min-height: 170px;
    }

    .elementor-chart-section .stages-section .child-box:first-child{
        min-height: 360px;
    }

    .elementor-chart-section .stages-section .child-box:nth-child(2){
        min-height: 320px;
    }

    .culture-flip-box  .tp-flipbox__holder {
        height: 260px !important;
    }

    .error-404 .page-header h1,
    .search-no-results  .page-header h1 {
        font-size: 30px;
    }

    .gform_wrapper .gform-column,
    .gform_wrapper .gform-three-column,
    .gform_wrapper .gform_fields .gform-signature,
    .gform_wrapper .gform_fields .gform-date,
    .gform_wrapper .gform_fields .gform-address span {
        width: 100%;
    }


}

