/*
Theme Name: Uplift Child
Theme URI: http://uplift.swiftideas.com
Template: uplift
Author: Swift Ideas
Author URI: http://www.swiftideas.com
Description: A Creative Multi-Purpose WordPress Theme, Designed &amp; Developed by Swift Ideas - www.swiftideas.com. Follow us for update notifications: Twitter | Facebook
Tags: translation-ready,threaded-comments,theme-options,sticky-post,post-formats,full-width-template,flexible-header,featured-images,custom-menu,custom-header,custom-colors,custom-background,responsive-layout
Version: 1.4
*/

.studentContainer { float:left; width:100%; margin:20px 0; border-bottom:1px solid #eaeaea; }
.student { float:left; width:100%; padding:20px; /*box-shadow: 0 1px 2px rgba(0,0,0,.1);*/ border-top:1px solid #eaeaea; margin:0; }
.studentimage { float:left; width:80px; height:80px; overflow:hidden; border-radius:50%; margin:0 20px 0 0; position:relative; }
	.studentimage img { width:100%; height:auto; }
.studentdetails { float:left; width:calc(50% - 100px); }
	.studentname { font-size:18px; font-weight:bold; float:left; width:100%; line-height:20px; margin:15px 0 0 0; }
	.studentname a { color:#000; }
	.studentcourse { float:left; width:100%; }
		.studentattendance { font-size:12px; display:inline-block; width:25px; height:25px; background:#eaeaea; border-radius:50%; text-align:center; line-height:25px; color:#CCC; cursor:pointer; transition:all 0.2s ease-in-out; }
		.attendance { font-size:12px; text-transform:uppercase; font-weight:bold; opacity:0; transition:all 0.2s ease-in-out; }
		.studentattendance:hover { background:#f16c20; color:#FFF; }
		.studentattendance:hover + .attendance { opacity:1; }
.studentmeta { float:left; width:50%;  padding:0 0 0 20px; }
	.studentmetaleft { float:left; width:calc(100% - 100px); padding:15px 0; min-height:80px; line-height:24px; }
		.studentmetaleft ul,
		.studentmetaleft li { display:inline; }
		.studentmetaleft li { background:#eaeaea; margin:0 2px 0 0; padding:0 8px; text-transform:uppercase; font-size:11px; border-radius:10px; display:inline-block; }
	.studentcontact { padding-top:15px; float:right; width:100px; }
	.studentcontact a { display:inline-block; font-weight:bold; width:90px; float:right; font-size:11px; margin:0 0 5px; text-transform:uppercase; height:36px;line-height:36px; border-radius:20px; background:#f16c20; border:2px solid #f16c20; text-align:center; color:#FFF;  }
	a.studentphone { background:#FFF; color:#f16c20; }
	.studentcontact a:hover { color:#FFF; background:#000; border-color:#000; }
	.studentphoneMeta { color:#999; }	
	.studentphoneMeta:hover { color:#000; }
	.studenthalf { float:left; width:50%; }
	
.mix { display:none; }

.filtertitle { float:left; width:100%; margin:20px 0; font-weight:bold; font-size:20px; cursor:pointer; }
.filtertitle:hover .filtertoggle { color:#f16c20; }
.filtertoggle { float:right; font-size:16px; font-weight:normal; }
.filtertoggle i { position:relative; top:3px; }

.controls{ display:none; background: #333; padding: 20px; float:left; width:100%; }
.controls h4 { display:inline; color:#FFF; margin:0 10px 0 0; padding:0; width:100px; float:left; }
.fieldsetContainer { float:left; width:calc(100% - 112px); margin:4px 0 0 0; } 
 
fieldset.filterfield { display: inline-block; float:left; width:100%; vertical-align: top; margin: 0 0 20px 0; padding: 10px; border-radius: 6px; }
fieldset.filterfield:last-child { margin-bottom:0; }
.checkbox{ display: inline; position: relative; cursor: pointer; margin-bottom: 12px; float:left; }
.fieldsetCourses .checkbox { width:100%; float:left; }
.checkbox input[type="checkbox"]{ position: absolute; display: block; top: 0; left: 0; height: 100%; width: 100%; cursor: pointer; margin: 0; opacity: 0; z-index: 1; }
.checkbox label{ display: inline-block; vertical-align: top; text-align: left; padding:0 10px 0 25px; color:#FFF; }
.checkbox label:before,
.checkbox label:after{ content: ''; display: block; position: absolute; }
.checkbox label:before{ left: 0; top: 0; width: 18px; height: 18px; margin-right: 10px; background: #ddd; border-radius: 3px; }
.checkbox label:after{ content: ''; position: absolute; top: 4px; left: 4px; width: 10px; height: 10px; border-radius: 2px; background: #f16c20; opacity: 0; pointer-events: none; }
.checkbox input:checked ~ label:after{ opacity: 1; }
.checkbox input:focus ~ label:before{ background: #eee; }
.checkbox:hover label { color:#999; }

.studentunavailable { opacity:.4; background:#f7f7f7; }	
.studentunavailable .studentname { margin-top:5px; }
.studentemployed { background:#000; border-radius:8px; padding:2px 8px 1px; display:inline; text-transform:uppercase; font-weight:bold; font-size:11px; color:#FFF; line-height:11px; }


#jobContainer.npscontainer { background:#FFF; }
#jobContainer.npscontainer .jobContainer { position:relative; background:#FFF; margin:30px auto; padding:25px; border-radius:4px; box-shadow: 0 1px 2px rgba(0,0,0,.5); }
.jobContainer .inner-page-wrap { margin-top:0; }

#jobContainer.npscontainer .jobContainer h2 { float:left; margin:0 0 20px -25px; width:calc(100% + 50px); border-bottom:1px solid #eaeaea; padding:0 25px 15px 25px; }
#jobContainer.npscontainer .jobContainer p { font-size:16px; line-height:26px; margin:0 0 12px; }

#jobContainer.npscontainer strong { width:auto !important; }
	
.npscontainer.workplace ul { list-style:disc; margin:0 0 24px 24px; line-height:30px; }
	
	#studentfaq { float:left; width:100%; }
	.studentfaq { float:left; width:100%; margin:0 0 20px; }
		.studentq { position:relative; float:left; width:100%; background:#f7f7f7; font-weight:bold; font-size:18px; padding:20px; cursor:pointer; box-shadow: 0 0 0px 0 rgba(0,0,0,.25); transition:all 0.2s ease-in-out; }
			.studentqtxt { float:left; width:calc(100% - 40px); }
			.iconfaq { position:absolute; right:20px; top:20px; width:30px; height:30px; border-radius:50%; border:2px solid #666; color:#666; text-align:center; line-height:30px; }
		.studentq:hover, .studentq.qactive { box-shadow: 0 0 5px 0 rgba(0,0,0,.25); }
		.studentq:hover .iconfaq { border-color:#000; color:#000; }
		.studenta { float:left; width:100%; padding:20px; display:none; }
	.studentfaq:last-child { margin-bottom:0; }

.workplacement_wrapper ul { float:left; width:100%; }
.ecocwp { }
.ecocwp label { width:100% !important; }
.ecocwp .ginput_container.ginput_container_text { width:100%; }
.gform_wrapper .top_label li.gfield.gf_left_half.ecocohalf { padding-right:8px !important }
.gform_wrapper .top_label li.gfield.gf_right_half.ecocohalf { padding-left:8px !important;}

	
@media (max-width: 980px) {

	.studentdetails { width:calc(100% - 100px); }
	.studentmeta { width:100%; margin:0; position:relative; }
	.studentmetaleft, .studentcontact { padding:5px 0 0; min-height:auto; }	
	
}

	
@media (max-width: 768px) {

	.npstable td { display:block; width:100%; border-right:none; text-align:left; }
	.gform_wrapper .top_label li.gfield.gf_left_half.ecocohalf { padding-right:0 !important }
	.gform_wrapper .top_label li.gfield.gf_right_half.ecocohalf { padding-left:0 !important;}
	#jobContainer.npscontainer strong { width:auto !important; }
}

@media (max-width: 510px) {

	.nps-article { width:calc(100% - 20px); }
	.studentmetaleft,
	.studenthalf { width:100%; }
	.studentcontact { position:absolute; top:0; right:0; }
	
	.fieldsetContainer { width:100%; }
	.checkbox { margin-bottom:15px; }
	fieldset.filterfield { padding:10px 10px 0; } 

}




/* **************** */

li.menu-item-264 a,
li.menu-item-797 a,
li.menu-item-439 a,
li.menu-item-829 a,
li.menu-item-32 a {
    padding: 0 5px !important;
}


/* No greater than 1199px, no less than 1024px */
@media (max-width: 1199px) and (min-width: 1024px) {
    .full-center .header-4 .float-menu {
        margin-top: 76px;
    }

    .inner-page-wrap {
        margin-top: 89px;
    }
}

/* slider custom css */
.rpl-forms .gform_wrapper ul.gfield_checkbox, .rpl-forms .gform_wrapper ul.gfield_radio {
    margin: 0px 0 !important;
}

.rpl-forms gform_wrapper .chosen-container-single .chosen-single {
    border-radius: 0px !important;
}

.rpl-forms .gform_wrapper .top_label input.medium, .rpl-forms .gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.rpl-forms .gform_wrapper .chosen-container, .gform_wrapper .chosen-container * {
    margin-top: 2px !important;
}

.rpl-forms .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: normal !important;
}

.rpl-forms .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    font-size: 15px !important;
}

.rpl-forms .gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/chosen-sprite.png) 2px 7px no-repeat;
}

/*
h2.slider-form-h2 {
    color: #fff !important;
    font-size: 27px !important;
    text-shadow: 1px 1px 1px #08283a !important;
    font-weight: normal;
    margin: 10px 0 2PX;
}
*/

.slider-form-h2-outer {
    padding: 0 15px;
    margin-bottom: -9px;
}

h2.slider-form-h2 {
    color: #fff !important;
    font-size: 20px !important;
    background: #ff6c0e !important;
    width: 100%;
    padding: 2px 0;
    margin: 0 !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.menu-item-812 a, .menu-item-813 a {
    display: inline !important;
    color: #fff !important;
    background: #ff6c0e !important;
    padding: 8px 13px !important;
    border-radius: 6px !important;
}

.slider-rpl {
    /*margin-top: -100px;*/
}

.slider-rpl.mid-height {

}

.img .img-text {
    color: white;
    text-align: center;
    line-height: 20px;
    padding: 7px 0;
}

.img img {
    border: 2px solid white !important;
}

.slider-rpl .col-xs-12.left-side {
    margin: 20px 0 !important;
}

.img .col-xs-12 {
    margin: 20px 0 !important;
}

.rpl-forms .gform_wrapper label.gfield_label {
    font-size: 1.2em !important;
    font-weight: normal !important;
    padding-top: 5px;
}

.rpl-forms ul {
    line-height: 117% !important;
}

.rpl-forms .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin: 1px 0 1px 1px !IMPORTANT;
    font-weight: normal !important;
    font-size: 12px !important;
}

.slider-rpl .top-left h1 {
    color: #fff !important;
    font-size: 32px !important;
    text-shadow: 1px 1px 1px #08283a !important;
    font-weight: bold !important;
}

.slider-rpl .top-left h2 {
    color: #fff !important;
    font-size: 32px !important;
    text-shadow: 1px 1px 1px #08283a !important;
}

.slider-rpl .link a {
    display: inline-block !important;
    color: #fff !important;
    background: #ff6c0e !important;
    padding: 13px 31px !important;
    border-radius: 6px !important;
    box-shadow: 1px 1px 1px #08283a !important;
}

.slider-rpl .link a:hover {
    color: #08283a !important;
}

.rpl-forms select, .rpl-forms input, .rpl-forms .gform_wrapper .chosen-container-single .chosen-single {
    color: #08283a !important;
    margin-bottom: 0 !important;
    height: 35px !important;
    font-size: 14px !important;
}

.gform_wrapper .chosen-container-single .chosen-single span {
    margin-top: 5px !important;
}

.rpl-forms .gform_wrapper .chosen-container-single .chosen-single {

}

.rpl-forms .gform_wrapper .gfield_required {
    color: #FF6C0E !important;
}

.rpl-forms .gform_wrapper {
    margin: 5px 0 !important;
}

body .rpl-forms .gform_wrapper ul li.gfield {
    margin-top: 0px !IMPORTANT;
    padding-top: 0 !IMPORTANT;
}

.rpl-forms .spb_gravityforms_widget spb_content_element.col-sm-6 {
    width: 100%;
}

.rpl-forms gform_wrapper .top_label input.medium, .rpl-forms .gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.rpl-forms gform_wrapper .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.rpl-forms gform_wrapper .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}

.rpl-forms input#input_13_10, .rpl-forms input#input_13_2, input#input_13_3 {
    width: 100% !important;
}

.rpl-forms gform_wrapper .gform_wrapper .gform_footer input.button {
    font-size: .85em !important;
    width: 100% !important;
}

.rpl-forms .gform_wrapper .gform_footer input[type="submit"] {
    font-size: .85em !important;
    width: 50% !important;
    margin: auto !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    line-height: 12px !important;
}

.rpl-forms .gform_wrapper input[type="submit"] {
    border-radius: 0;
    color: white !important;
}

.rpl-forms .gform_footer input[type=submit] {
    line-height: 18px !important;
}

.rpl-forms .gform_wrapper input[type=submit]:hover {
    background: #FF6C0E !important;
    color: #08283a !important;
}

@media only screen and (min-width: 641px) {
    .rpl-forms .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 767px) {
    .top-black-left {
        margin-bottom: 20px !important;
    }
}

.rpl-forms .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.rpl-forms .gform_wrapper .gform_footer {
    padding: 0px 0 0px !important;
    text-align: center !important;
}

.rpl-forms .gform_wrapper .gform_body {
    width: 100%;
    padding: 15px;
}

.rpl-forms .gform_wrapper form {
    border: 2px solid #FF6C0E;
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.gform_wrapper form {
    border-radius: 6px;
}

.rpl-forms .gform_wrapper .gfield_error .gfield_label {
    color: #FF6C0E !important;
}

.rpl-forms .gform_wrapper .gform_footer {
    padding: 0px 0 0px !important;
    margin: 0 !important;
}

body .rpl-forms .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px !important;
}

.rpl-forms gform_wrapper .gform_wrapper .gform_body {
    padding: 15px;
}

body .rpl-forms .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

body .rpl-forms .gform_wrapper ul li.gfield {
    padding-top: 0 !important;
}

.rpl-forms .spb_content_element.col-sm-12.spb_text_column {
    display: none;
}

@media screen and (max-width: 420px) {
    body .rpl-forms .gform_wrapper ul li.gfield {
        margin-top: 0px !IMPORTANT;
        padding-top: 0 !IMPORTANT;
    }

    .rpl-forms .gform_wrapper .gform_footer input[type="submit"] {
        margin-bottom: 15px !important;
        width: 90% !important;
    }

    .swiper-slide .caption-content h2 {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    h2.slider-form-h2 {
        /* display: none!important;*/
    }

}

@media screen and (max-width: 639px) {
    .rpl-forms .gform_wrapper .gform_footer input.button, .rpl-forms .gform_wrapper .gform_footer input[type=submit] {

    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="image"], .gform_wrapper .gform_footer input[type="submit"] {
        display: block !important;
    }
}

@media screen and (max-width: 1042px) {
    .slider-rpl {
        margin-top: 0px !important;
    }

    .slider-rpl.mid-height {
        margin-top: 0px !important;
    }
}

#footer ul {
    list-style: none !important;
}

.rpl-forms .gform_wrapper .gform_footer,
.rpl-forms .gform_wrapper .gform_footer {
    text-align: center !important;
}

.rpl-forms .gform_wrapper .gform_footer input[type="submit"] {
    width: 50% !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    line-height: 12px !important;
    margin-bottom: 17px !important;
    font-size: 1.2em !important;
}

.rpl-forms ul.tick li {
    font-size: 20px !important;
}

/*end slider custom css*/

#copyright .text-left {
    max-width: 100%;
    width: 100%;
}

#copyright p, #copyright .text-left, #copyright .text-right {
    margin-bottom: 0;
}



.footer-top-widget {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #202020;
}

#copyright {
    background-color: #303030 !important;
    border-top-color: #717171 !important;
}

.simple-social-icons {
    padding-top: 25px;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    background-color: #08283a !important;
}

.footer-top-widget .widget {
    padding-bottom: 0;
}

#footer {
	background: #1C2C3C !important;
}

#footer .widget ul li {
    border-color: transparent !important;
}

#footer h3.spb-heading {
    color: #fff !important;

}

#footer a {
    color: #fff !important;
    font-weight: 100;
}

#footer.footer-divider {
    border-top-color: transparent !important;
}







/***************************************************************************/

a.slider-buttons {
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    padding: 5px 30px;
    margin-bottom: 20px;
    display: block;
}

a.slider-buttons:hover {
    color: #000;
    background-color: #fff;
}

.swift-slider .swift-slider-continue.light {
    display: none;
}

#footer h3.spb-heading {
    width: 100%;
    text-align: center;
}

#footer-widgets {
    text-align: center;
}

/** ================================================= **/
/** ================== LAMB CUSTOM ==================**/
/** ================================================= **/

/** === HEADER === **/
nav.std-menu ul.menu > li {
    margin-left: 0;
}

.menu-item-812 a,
.menu-item-813 a {
    transition: background 200ms !important;
}

.menu-item-812 a:hover,
.menu-item-813 a:hover {
    background: #ea5c01 !important;
}

@media (max-width: 1199px) {

    #header nav {
        font-size: 15px !important;
    }

    #header > .container {
        width: 100% !important;
    }
}

@media (max-width: 1100px) and (min-width: 1024px) {

    #header nav {
        font-size: 14px !important;
    }

    nav ul.menu > li + li {
        margin-left: 24px !important;
    }

    .menu-item-812 a,
    .menu-item-813 a {
        padding: 8px !important;
    }
}

@media (max-width: 1199px) and (min-width: 1101px) {

    nav ul.menu > li + li {
        margin-left: 24px !important;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .full-center .header-4 .float-menu {
        margin-top: 0 !important;
    }
}

@media (min-width: 1200px) {

    #header nav {
        font-size: 16px !important;
    }

    nav ul.menu > li + li {
        margin-left: 24px !important;
    }
}

/** === FOOTER === **/

#footer a {
    padding: 2px 0;
}

#footer .title-wrap {
    margin-bottom: 8px;
}

@media (max-width: 1024px) {

    .footer-top-widget img {
        display: block;
        margin: 0 auto;
        max-width: 140px;
    }

    .footer-top-widget .simple-social-icons {
        margin-bottom: -12px !important;
    }

    .footer-top-widget .simple-social-icons ul {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .footer-top-widget .simple-social-icons ul li {
        float: none;
        display: inline-block;
    }

    #footer a {
        padding: 0;
        font-size: 12px;
    }

    #footer-widgets .widget {
        padding-bottom: 18px;
    }

    #copyright p {
        font-size: 10px;
        line-height: 1.4;
    }
}

/** === FORM === */

.sidebar .widget-heading h4 {
    display: block !important;
    white-space: normal !important;
    margin: 0 !important;
    color: #FF6C0E !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    border: none !important;
    padding: 0 0 20px !important;
    text-transform: none !important;
}

.sidebar .gform_wrapper {
    color: #08283A;
}

.sidebar .gform_wrapper .spb_text_column,
.sidebar .gform_wrapper .spb_content_element {
    margin: 0 !important;
}

.sidebar .gform_wrapper {
    margin: 0 !important;
}

.sidebar .gform_wrapper .partial_entry_warning {
    margin-bottom: 18px !important;
    margin-top: -24px !important;
}

.sidebar .gform_wrapper li {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar .gform_wrapper li + li {
    margin-top: 18px !important;
}

.sidebar .gform_wrapper label.gfield_label {
    display: block !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.sidebar .gform_wrapper .ginput_container {
    margin-top: 4px !important;
}

.sidebar .gform_wrapper .medium {
    width: 100% !important;
}

.sidebar .gform_wrapper input[type="text"],
.sidebar .gform_wrapper select {
    margin: 0 !important;
    height: 40px !important;
    padding: 6px 10px !important;
    color: #777 !important;
}

.sidebar .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 28px 0 0 !important;
    text-align: center;
}

.sidebar .gform_wrapper input[type=submit] {
    height: 40px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 200px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
}

.sidebar .gform_wrapper .gfield_checkbox {
    width: 100% !important;
    margin: 0 !important;
}

.sidebar .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
    position: absolute !important;
    margin: 0 !important;
    top: 3px !important;
}

.sidebar .gform_wrapper .gfield_checkbox li label {
    display: block !important;
    max-width: 100% !important;
    padding-left: 20px;
}

.sidebar .gform_wrapper .gfield_checkbox li + li {
    margin-top: 8px !important;
}

.sidebar .gform_wrapper input[type=submit]:hover {
    background: #da5500 !important;
}

.sidebar .gform_wrapper .gfield {
    position: relative !important;
}

.sidebar .gform_wrapper .gfield_error .gfield_label {
    color: #08283A !important;
}

.sidebar .gform_wrapper .validation_error {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #ff3636 !important;
    padding: 0 !important;
    border: none !important;
}

.sidebar .gform_wrapper .validation_message {
    color: #ff3636 !important;
    top: 100% !important;
    padding: 0 !important;
}

.sidebar .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
    background: transparent;
    border: none !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.sidebar .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.sidebar .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0 !important;
}


form#state-mode-selector {
    text-align: center;
}





/** === COURSE === */
@media (max-width: 1199px) and (min-width: 1024px) {
    .inner-page-wrap {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .page-heading.fancy-heading .heading-text {
        padding: 40px 15px;
        line-height: 1.3;
    }

    .single-courses .content-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.single-courses header + .container figure.media-wrap {
    margin: 0;
}

#main-container h2.single-course-title {
    display: table;
    margin-bottom: 0 !important;

	}

.single-course-title .title {
    margin-bottom: 1rem;
}

.single-course-title .icon .course-image {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 1rem;
    margin-bottom: 1rem;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}


.single-courses .spb_accordion:last-of-type .spb_accordion_wrapper {
    margin-bottom: 0;
}

.single-courses .spb_accordion_wrapper,
.single-courses .spb_tabs{
    display: none;
}

@media only screen and (max-width: 767px) {

    .single-courses .tab-content {
        padding: 10px;
    }

    .single-courses .tab-content h3 {
        margin-bottom: 6px;
    }

    .single-courses .tab-content .sf-icon {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .single-courses .spb_icon_box > .spb-asset-content .sf-icon-box {
        margin-top: 0;
    }

    .single-courses aside.sidebar {
        margin-top: 10px;
    }
}

/** Courses **/
.single-courses h1,
.single-courses h2,
.single-courses h3,
.single-courses h4,
.single-courses h5,
.single-courses h6 {
    color: #033149;
    margin: 50px auto 15px;
}

.single-courses h1 + h2, .single-courses h1 + h3, .single-courses h1 + h4, .single-courses h1 + h5, .single-courses h1 + h6,
.single-courses h2 + h1, .single-courses h2 + h3, .single-courses h2 + h4, .single-courses h2 + h5, .single-courses h2 + h6,
.single-courses h3 + h1, .single-courses h3 + h2, .single-courses h3 + h4, .single-courses h3 + h5, .single-courses h3 + h6,
.single-courses h4 + h1, .single-courses h4 + h2, .single-courses h4 + h3, .single-courses h4 + h5, .single-courses h4 + h6,
.single-courses h5 + h1, .single-courses h5 + h2, .single-courses h5 + h3, .single-courses h5 + h4, .single-courses h5 + h6,
.single-courses h6 + h1, .single-courses h6 + h2, .single-courses h6 + h3, .single-courses h6 + h4, .single-courses h6 + h6 {
    margin-top: 20px;
}



.single-courses .main-content {
    padding-bottom: 80px;
}

.single-courses .header-banner {
    padding-bottom: 250px;
    width: 100%;
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% center;
}

.single-courses .header-banner .overlay {
    background: rgba(10, 40, 57, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
}

.single-courses h2 {
    font-size: 24px;
}

.single-courses h3 {
    font-size: 20px;
}

.single-courses h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.single-courses #main-container .inner-container-wrap {
    overflow: visible;
}

.single-courses p,
.single-courses h1,
.single-courses h2,
.single-courses h3,
.single-courses h4,
.single-courses h5,
.single-courses h6,
.single-courses li {
    line-height: 1.5em;
}

.course-image {
    width: 135px;
    padding-bottom: 135px;
    margin: -85px auto 0;
    z-index: 1;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#state_selector h1,
#state_selector h2,
#state_selector h3,
#state_selector h4,
#state_selector h5,
#state_selector h6,
#state_selector {
    color: white;
    margin-bottom: 0;
}

#state_selector p,
#state_selector option,
#state_selector select {
    color: #8198a4;
}

#state_selector select {
    width: 560px;
    max-width: 100%;

    background-image: url('images/down-arrow-dark@2x.png');
}

#state_selector {
    position: relative;
    padding: 65px 0 120px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#state_selector .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(3, 49, 73, 0.8);
}

div.states {
    overflow: auto;
}

div.states label {
    display: inline-block;
    background: white;
    color: #033149;

    text-transform: uppercase;
    font-size: 14px;
    padding: 19px 10px;

    text-align: center;
    min-width: 80px;
    margin-right: 12px;
    margin-bottom: 12px;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

@media (max-width: 640px) {
    div.states label {
        min-width: 60px;
    }
}

div.states input {
    display: none;
}

div.states label:hover,
div.states input:checked + label {
    cursor: pointer;
    background-color: #ff6706;
    color: white;
}

.postid-298 .entry-content.col-sm-12 .tab-content {
   /* margin-bottom: 80px; */
}
.postid-298 div#major_tabs .entry-content.col-sm-12  {
   /* padding-bottom: 40px; */
}

/* Course Interest Form */
.course-interest {
    background-color:transparent !important;
    background-image:none !important ;
    padding: 15px 0 50px;
    color: white;
}

.course-interest input[type="submit"] {
    background-color: #033149;
    width: 100%;
    font-weight: normal;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 12px 22px;
}

.course-interest h1,
.course-interest h2,
.course-interest h3,
.course-interest h4,
.course-interest h5,
.course-interest h6 {
    color: white;
}

/* Major Tabs */

#major_tabs .container .module ul,
#minor_tabs .container .module ul{
    /*list-style-type:inherit;
    margin: 0px 1em 0px;*/
}

#major-tabs {
    margin-bottom: 80px;
}

#major_tabs h1,
#major_tabs h2,
#major_tabs h3,
#major_tabs h4,
#major_tabs h5,
#major_tabs h6 {
    margin-bottom: 5px;
    font-weight: 500;
    color: #033149;
}

#major_tabs h2 {
    font-size: 28px;
}

.major-tabs, .minor-tabs {
    display: flex;
    display: -webkit-flex;

    align-items: center;
    justify-content: space-around;

    margin-bottom: 50px;
}

.major-tabs {
    margin-top: -40px;
}

.major-tabs li, .minor-tabs li {
    flex: 1;
    text-align: center;
    background-color: white;
}

.major-tabs li a, .minor-tabs li a {
    display: inline-block;
    font-weight: 500;
    border-bottom: 2px solid #ebebeb;
}

.major-tabs li.active a, .minor-tabs li.active a {
    border-bottom: 2px solid #ff6706;
}

@media screen and (min-width:  769px) {
    .major-tabs li a:hover, .minor-tabs li a:hover {
        background-color: #f9fbfb;
        border-bottom: 2px solid #6a7d88;
    }
}


.major-tabs li.active .icon,
.major-tabs li a:hover .icon{
    opacity: 1;
    background-color: transparent;
}

.major-tabs li a, .minor-tabs li a {
    font-size: 14px;
    color: #0a2839;
    padding: 40px 10px 35px;
    width: 100%;
}

.major-tabs li a .tab-label h3 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-transform: none;
}

#major_tabs h6.tab-heading {
    font-size: 30px;
    font-weight: 500;
    margin: 50px auto 15px;
    text-transform: none;
}

.minor-tabs li {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.minor-tabs li a h4 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-weight: 500;
}

@media( max-width: 768px ) {
    .minor-tabs li a h4 {
        white-space: nowrap;
    }
}

.minor-tabs li:first-of-type {

    border-left: 0;
}

#minor_tabs .tab-content {
    margin-top: 20px;
}

.icon {
    width: 50px;
    height: 48px;
    display: block;
    margin: 0 auto 18px;
    opacity: 0.35;
    background-color: white;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    max-width: 100%;

    transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
}

.active .icon {
    background-color: transparent;
}

.icon.icon-subjects {
    background-image: url('images/subjects.png');
}

.icon.icon-price-payment {
    background-image: url('images/price-payment.png');
}

.icon.icon-dates {
    background-image: url('images/dates.png');
}

.icon.icon-delivery-options {
    background-image: url('images/delivery-options.png');
}

.icon.icon-eligibility {
    background-image: url('images/eligibility.png');
}

.icon.icon-assessment {
    background-image: url('images/assessment.png');
}

.icon.icon-delivered-by {
    background-image: url('images/delivered-by.png');
}

.icon.icon-money-bank {
    background-image: url('images/money-bank.png');
}

.icon.icon-credit-card {
    background-image: url('images/credit-card.png');
}

.icon.icon-wallet {
    background-image: url('images/wallet.png');
}

.tab-breadcrumb {
    margin-bottom: 35px;
}

.tab-breadcrumb li.first {
    background: #ff6706;
    color: white;
    position: relative;
    margin-right: 20px;

    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;

    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
}

.tab-breadcrumb li.first:after {
    display: block;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid #ff6706;
}

.tab-breadcrumb li {
    display: inline-block;
    padding: 7px 8px;
    font-size: 14px;
    color: #6a7d88;
    background-color: #eceef0;
    margin-right: 10px;
    line-height: 1;

    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}



.subjects > li a {
	font-size: 20px;
	color: #033149;
	line-height: 1.2;
	padding: 18px !important;
	padding-left: 50px !important;
	width: 100%;
	display: inline-block;
	background-color: white;
	margin-bottom: 20px;
}
@media (max-width: 640px) {
    .subjects > li a {
        padding: 30px;
        padding-right: 60px;
    }
}
ul.subjects {
    margin: inherit !important;
    list-style-type: none !important;
}
.subjects > li {
	border-bottom: none;
	position: relative;
}

.subjects > li .indicator:after,
.subjects > li .indicator:before {
    display: block;
    content: '';
    background-color: #6a7d88;

    transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;

    position: absolute;
    top: 43px;
    right: 40px;
}

.subjects > li:hover .indicator:after,
.subjects > li:hover .indicator:before {
    background-color: #ff6706;
}

.subjects > li .indicator::after {
	width: 12px;
	height: 2px;
	top: 28px;
	left: 22px;
}

.subjects > li .indicator::before {
	height: 12px;
	width: 2px;
	left: 27px;
	top: 23px;
}

.subjects > li.open .indicator:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.subjects > li:nth-of-type(odd) {
    background-color: #f9fbfb;
}

.courses {
    margin-bottom: 0;
}

.courses li {
    border-top: 1px solid #ebebeb;
    padding: 20px 40px;

    font-size: 14px;
    color: #033149;
}

.courses li span {
    background-color: #eceef0;
    padding: 5px;
    display: inline-block;
    margin-right: 15px;
    min-width: 100px;
    text-align: left;
    font-size: 12px;
   line-height: 24px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


.courses li .description {
    padding: 10px 0;
    display: inline-block;
    font-size: 12px;
}

/** Single Course */
h1.single-course-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;

    padding-bottom: 15px;
    margin-bottom: 50px;
}

h1.single-course-title small {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

h1.single-course-title:after {
    display: block;
    content: '';
    background-color: #ff6706;
    width: 25px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/** Price Payment */
@media (min-width: 992px) {
    .flex-row, .price-breakdown {
        display: flex;
        display: -webkit-flex;
    }
}

.price-breakdown {
    flex-direction: column;
}

.price-breakdown h2,
.payment-options h2 {
    width: 100%;
}

.payment-options {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: stretch;

    flex-wrap: wrap;
}

.show-mobile {
    display: none;
}

@media (max-width: 991px) {
    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}

.price-container {
    width: 100%;
}

.payment-options .price-container {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc( (100% - 41px) / 3 );
}

@media (max-width: 767px) {

    .payment-options .price-container {
        display: block;
        margin-right: 0;
        width: 100%;
    }

    .price-container .content {
        width: calc( 100% - 80px );
        margin-left: auto;
    }

    .price-container .icon {
        float: left;
        margin-right: 30px;
    }
}

.price-container {
    flex-direction: column;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 14px;

    flex: 1 auto;

    color: #033149;
    border: 1px solid #ebebeb;
    background-color: #f9fbfb;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    text-align: center;
}

@media (max-width: 991px) {
    .price-container {
        margin-bottom: 0;
    }

    .note {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .price-container {
        flex: 1 1 auto;
        text-align: left;
    }

    body .price-container .total-cost:before,
    body ul.prices:before {
        right: initial;
    }

    .price-container {
        margin-bottom: 20px;
    }

    .note {
        margin-top: 0;
    }
}

.note {
    color: #6a7d88;
}

.note strong {
    color: #033149;
}

.price-container .inner {
    padding: 50px 30px;
    width: 100%;
}

.price-container h1,
.price-container h2,
.price-container h3,
.price-container h4,
.price-container h5,
.price-container h6 {
    width: 100%;
    margin-top: 0;
}

.price-container .icon {
    opacity: 1;
    background-color: #f9fbfb;
}

.price-container p {
    margin-bottom: 15px;
}

.price-container .total-cost {
    color: #6a7d88;
    font-weight: bold;
    position: relative;
    padding-top: 15px;
}

.price-container .total-cost:before,
ul.prices:before {
    display: block;
    content: '';
    background-color: #ff6706;
    width: 25px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.payment-options .price-container:last-of-type {
    margin-right: 0;
}

.price-breakdown .subtitle {
    margin-bottom: 0;
    color: #ff6706;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.price-breakdown .price {
    color: #033149;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
}

.module-price-payment .clarification {
    color: #6a7d88;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}

.module {
    margin-bottom: 80px;
}

ul.prices {
    position: relative;
    margin-top: 5px;
    padding-top: 25px;
    list-style-type: none !important;
}

ul.prices li {
    font-size: 20px;
}

.wpcf7 .wpcf7-select {
    height: 52px;
}

.btn-primary {
    background: #ff6706;
    color: white;
    font-size: 16px;
    display: inline-block;
    max-width: 100%;
    line-height: 1;
    margin: 0 auto;

    padding: 15px 35px;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #03314d;
	color: white !important;
	text-decoration: none;
}

.btn-sm {
    padding: 12px 14px !important;
    font-size: 14px !important;
}

.brochure-preview {
    text-align: center;
}

.brochure-preview img, .brochure-preview p {
    margin-bottom: 25px;
}

.course-interest .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
.course-interest .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
.course-interest .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
.course-interest .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
.course-interest .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
.course-interest .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
.course-interest .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,
.course-interest .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
    padding: 5px 20px !important;
    min-height: 56px;
    margin: 0;
    border: 1px solid white;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.course-interest .gform_wrapper .gfield_checkbox li label,
.course-interest .gform_wrapper .gfield_radio li label {
    font-size: 12px;
}

.course-interest .gform_wrapper .gfield_checkbox li input,
.course-interest .gform_wrapper .gfield_checkbox li input[type=checkbox],
.course-interest .gform_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top;
    margin-right: 6px;
}

.course-interest .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.course-interest .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal;
}

/*.course-interest .wpcf7 input.wpcf7-submit[type="submit"],
.course-interest .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #202020 !important;
    width: 100%;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}*/

.course-interest .heading,
.course-interest h1,
.course-interest h2,
.course-interest h3,
.course-interest h4,
.course-interest h5,
.course-interest h6 {
    margin-top: 30px;
    font-size: 30px;
}

.course-interest {
    font-size: 16px;
}

.course-interest .gform_wrapper #gform_27 .gform_footer {
    margin: 0;
    padding: 0;
    float: right;
    max-width: calc(100% * 1/3);
    position: relative;
    top: 23px;
}

.course-interest .gform_wrapper .top_label li.gfield.gf_left_half,
.course-interest .gform_wrapper .top_label li.gfield.gf_right_half {
    padding: 0;
}

@media (min-width: 641px ) {
    .course-interest .gform_wrapper .top_label li.gfield.gf_left_half {
        padding-right: 10px;
    }

    .course-interest .gform_wrapper .top_label li.gfield.gf_right_half {
        padding-left: 10px;
    }
}

.course-interest #input_27_7 {
    padding-top: 10px;
}

.course-interest #field_27_7 {
    width: calc(100% * 2/3);
    margin-top: 40px;
}



@media (max-width: 640px) {
    .course-interest {
        padding: 60px 10px;
        text-align: center;
    }

    .course-interest .heading,
    .course-interest h1,
    .course-interest h2,
    .course-interest h3,
    .course-interest h4,
    .course-interest h5,
    .course-interest h6 {
        margin-top: 0;
    }

    .course-interest .gform_wrapper .top_label li.gfield.gf_left_half,
    .course-interest .gform_wrapper .top_label li.gfield.gf_right_half {
        padding-top: 10px;
    }

    .course-interest #field_27_7 {
        width: 100%;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .course-interest .gform_wrapper .gform_footer {
        max-width: 100%;
        position: static;
    }

    .course-interest .gform_wrapper .gfield_checkbox li label,
    .course-interest .gform_wrapper .gfield_radio li label {
        font-size: 14px;
    }
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.major-tabs, ul.minor-tabs {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 1170px;
    padding: 0 30px;
}

#minor_tabs {
    background-color: white;
    padding: 0 0 10px;
}

ul.major-tabs li, ul.minor-tabs li {
    flex: 1;
}

ul.major-tabs {
    margin-top: -40px;
}

@media (max-width: 768px) {
    ul.major-tabs .icon {
        display: none;
    }

    ul.major-tabs, ul.minor-tabs {
        overflow-y: scroll;
        -webkit-justify-content: end;
        justify-content: end;
        padding: 0;
    }

    ul.major-tabs li, ul.minor-tabs li {
        min-width: 185px;
    }
}

.brochure-content {
    margin-bottom: 80px;
}
.html5gallery-elem-1 a div {
  display: none!important;
}

.menu .sf-std-menu .sub-menu a {
	padding: 10px 0 !important;
	color: #1c2c3c !important;
	font-weight: 700;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select, .ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container textarea, .ginput_container select, .mymail-form input[type="text"], .mymail-form input[type="email"], .mymail-form textarea, .mymail-form select, input[type="date"], input[type="tel"], input.input-text, input[type="number"], .select2-container .select2-choice {
  
  border-color: #cccccc!important;
  }
  
  .spb_gmaps_widget.fullscreen-map.spb_content_element.col-sm-12.brisbane.spb-full-width-element.fw-row-adjusted {
  left: 0 !important;
  width: 100% !important;
}
.spb_gmaps_widget.fullscreen-map.spb_content_element.col-sm-12.perth.spb-full-width-element.fw-row-adjusted {
  left: 0 !important;
  width: 100% !important;
}
 .menu-item-1944 a {
  background: #ff6c0e none repeat scroll 0 0 !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  display: inline !important;
  padding: 8px 13px !important;
}
.swiper-wrapper {
  opacity: 1 !important;
}





/*********************** new CSS ********************/

.aux-item .menu-item {
	float: left;
	list-style: none;
	margin-right: 10px;
}
.header-4 .header-right {
	height: auto !important;
	width: 60% !important;
}
.full-center .header-4 .header-right {
	top: 10px;
}
.full-center #main-navigation ul.menu > li > a{
	height: auto !important;
	line-height: 80px !important;
	color: #000 !important;
}
.header-wrap[class*="page-header-naked"] {
	position: relative;
	top: 0;
	width: 100%;
	background: transparent;
	border-bottom: 0;
}
 .full-center .float-menu {
	height: auto !important;
}
.aux-item a {
	color: #000 !important;
}
.swift-slider-pagination {
	text-align: right;
	right: 60px;
}
a.sf-button.grey {
	border-color: #777;
	background-color: #777;
	color: #fff;
	width: 100%;
	padding: 16px 30px;
}




/*********************** Top Header & Banner New CSS ********************/

header#header .header-right .aux-item.aux-search, header#header .header-right .aux-item.aux-contact {border: 2px solid #102131 !important;height: 40px !important;width: 40px !important;border-radius: 100%;text-align: center;padding: 5px 0 !important;color: #112233;margin:0px 1px 0 0;}
.header-search-link-alt.search-open::after {display: none;}
#header-sticky-wrapper.sticky-wrapper.is-sticky.default-state header {display: inline-block;height: auto !important;}


ul.menu .menu-search.parent ul.header-search-wrap.sub-menu{display: block !important;}


.header-right nav.std-menu ul.sub-menu > li {}
.full-center #header .aux-item nav.std-menu ul.menu > li.menu-search > a {margin-top: 3px;}


/*.header-search-wrap input[type="text"] {border: 0;background: transparent;padding: 4px 34px 4px 16px;width: 100%;margin: 0;height: 39px;font-size: 12px;font-weight: normal;line-height: 20px;vertical-align: top;border: 2px solid #102131 !important;border-radius: 110px;margin-top: -4px;}
*/

.header-search-wrap input[type="text"] {
	border: 0;
	background: transparent;
	padding: 0 37px 0 0px !important;
	width: 30px;
	margin: 0;
	height: 39px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: top;
	border: 2px solid #102131 !important;
	border-radius: 110px;
	margin-top: -4px;
	float: right;
	-webkit-transition: width .4s ; /* For Safari 3.1 to 6.0 */
    transition: width .4s;
	cursor: pointer;
}


.header-search-wrap input[type="text"]:focus {
	width: 152px;
	padding: 8px 28px 8px 10px !important;
	cursor: pointer;
	border: 2px solid #f16c20 !important;
}


/*******Search Bar New Efects********/

.header-right ul.menu > li.menu-search .header-search-wrap {
	right: -7px !important;
	top: 0px !important;
	opacity:1 !important;
}
nav.std-menu ul.sub-menu.header-search-wrap {
	background-color:transparent !important;
	box-shadow: none !important;
}

.full-center .header-4 .header-right {
	right: 0px !important;
}
.is-sticky .header-search-wrap {
	margin-top: 0px !important;
}



header#header .header-right .aux-item.aux-search {border: 0px solid transparent !important; margin:0 6px 0 0;}
.header-right .std-menu {float: none;text-align: center;margin: 0 auto;}
.aux-item.text {padding: 0px;}.phone-no-text {margin: 0 auto;display: inline;}
.phone-no-text li {display: inline-block;width: auto;}
li.button_one .menu-item-text, li.button_two .menu-item-text {border: 2px solid #102131;border-radius: 30px;padding: 8px 27px;font-size: 15px;color:#1a2a3b;font-weight: 600;}
li.button_one .menu-item-text{margin:0 1px 0 0;}
li.button_two .menu-item-text {border: 2px solid #f16c20;}
.full-center #main-navigation ul.menu > li > a {color: #0e1e2f !important;font-weight: 500;}
.full-center nav.float-alt-menu ul.menu > li > a, .full-center #header nav.std-menu ul.menu > li > a {padding: 0 1px;}
.col-md-6.home_form {background-color: #efefef;opacity: 1 !important;padding: 33px;border: 1px solid #fff;border-radius: 20px;width: 41%;float: right;box-shadow: 0 3px 10px #0006;}
#gform_fields_36.gform_fields.top_label.form_sublabel_below.description_below input {border-radius: 52px !important;padding: 6px 16px !important;width: 100%;margin: 0 auto 12px;height: 50px;font-size: 22px !important;color: black;font-weight: 500;border:none;}
#gform_fields_36 label {display: none;}
.home_form h2 {margin: 0 auto;font-size: 26px;color: #102132;font-weight: 700;}
body .gform_wrapper ul li.gfield {margin-top: 0px;padding-top: 0;padding: 0px !important;}
#gform_36 ::-moz-placeholder {color: #000 !important;font-size: 18px;font-weight: 500;opacity: 1;}
#gform_36 div.ginput_complex.ginput_container.gf_name_has_2 span {width: 100%;padding: 0px;}
#gform_36 .gform_wrapper ul li.gfield {margin-top: 0px;padding-top: 0;width: 100% !important;}
#gform_36 .top_label div.ginput_container {margin-top: 0px;width: 100% !important;}
#gform_36 .gfield.field_sublabel_below {margin: 0px !important;}
#gform_36 .top_label input.medium, #gform_36 .top_label select.medium {width: 100%;height: 50px;border-radius: 100px;color: black;font-size: 21px !important;font-weight: 400;border: none;}
#gform_36 textarea.medium {height: 110px !important;width: 100% !important;border-radius: 20px !important;border: none !important;padding: 12px 15px;}
#gform_36 .gform_footer {padding: 0px !important;margin: 0 auto !important;clear: both !important;width: 100% !important;text-align: center;}
/*#gform_36 .gform_footer.top_label input {margin: 0 auto !important;background-color: #1c2c3c !important;border-radius: 100px;padding: 12px 43px;font-size: 20px !important;}*/

.col-md-6.credibility_history {display: inline-block;float: left;padding: 170px 0 0 0;}
.col-md-6.credibility_history h1 {font-size: 44px;line-height: 52px;margin: 50px auto;text-align: left;}
.col-md-6.credibility_history a.slider-buttons {color: #fff;text-align: center;border: none;padding: 10px 40px;margin-bottom: 20px;display: block;width: auto;background-color: white;border-radius: 50px;color: #162637;display: inline-block;float: left;font-size: 18px;text-transform: uppercase;font-weight: 600;}
.swift-slider .swift-slider-pagination {opacity: 1!important;}
.swift-slider:hover .swift-slider-pagination {opacity: 1!important;}
.swift-slider-pagination {opacity: 1 !important;}
.swift-slider .swift-slider-pagination .dot {margin: 2px 3px;}
.swift-slider-pagination .dot::after {background-color: #1b2b3b !important;border:1px solid #192939 !important;}
.swift-slider-pagination .dot span {border: 1px solid #0f2033 !important;background-color:transparent!important;}
.sf-icon-down-arrow {color: #0d283a;}
input, textarea {color: black !important;}
input[type="submit"]:hover, button[type="submit"]:hover, .wpcf7 input.wpcf7-submit[type="submit"]:hover, .gform_wrapper input[type="submit"]:hover, .mymail-form input[type="submit"]:hover {background: #08283A !important;	color: white !important;}
nav.std-menu ul.sub-menu > li {width: 100% !important;}


/*****Footer New*****/

.textwidget.custom-html-widget {display: inline-block;height: 100%;float: left;width: 100%;}
#footer ul {list-style: none !important;width: 100%;display: inline-block;}
ul.phone-no-text.footer li {display: inline-block;margin: 0 auto;background-color: #efefef;padding: 10px;}
ul.phone-no-text.footer li.button_one .menu-item-text, ul.phone-no-text.footer li.button_two .menu-item-text {border: none;border-radius: 0;padding: 0;font-size: 15px;color: #1a2a3b;font-weight: 500;}
footer#footer ul.phone-no-text.footer li {display: inline-block;margin: 0 auto;background-color: #efefef;padding: 10px;border:none !important;display: inline-block !important;width: 100%;border-radius: 70px;margin: 0px auto 10px;color:#213141;}
footer#footer ul.phone-no-text.footer li.button_two {background-color: #f16c20;}
#footer a {color:#0b1d2e;}
footer#footer .spb-heading {width: 100%;text-align: left !important;}
footer#footer .menu-footer-1-container {width: 100%;display: inline-block;}
footer#footer ul.menu li {border-color: transparent !important;border-bottom: 2px solid #fff !important;font-weight: 900 !important;text-align: left !important;padding: 7px 0;}footer#footer ul.menu li a {color: #666;font-weight: 700;text-align: left;width: 100% !important;}
footer#footer ul.menu li ul {margin: 0 auto;padding: 0 0px 0 16px;border-top: 2px solid #fff;}
footer#footer ul.menu li ul li:last-child {border-bottom: none !important;}




/*****Login Page*****/

.inner-container-wrap.inner-page-wrap.has-left-sidebar.has-one-sidebar.row.clearfix {margin: 40px auto 0;}
.dig-container.dig_ma-box.dark .login h2 {font-weight: 700;font-size: 37px;color: #6f6f6f;}
.dig-container.dig_ma-box.dark .login p {display: inline-block;margin: 20px auto 0;width: 100%;font-size: 16px;line-height: 26px;color:#707070;}
.dig-container.dig_ma-box.dark form {width: 340px;margin: 40px auto 0;text-align: center;}
.dig_clg_bx {position: relative;top: 50px !important;}
.dig-container.dig_ma-box.dark .minput {margin: 16px 0;border-radius: 100px;border: 2px solid #9c9c9c !important;}
.dig-container.dig_ma-box.dark .minput input {padding: 10px 20px !important;height: 53px;}
.dig-container.dig_ma-box.dark .minput .bgdark {display: none;}
.lighte.bgdark.button {background-color: #ededed !important;margin: 0 auto 20px !important;width: auto;padding: 10px 45px;font-size: 17px;border-radius: 100px;margin: 20px auto;display: inline;text-align: center;}
.forgotpasswordaContainer {display: none;}
.dig_ma-box .logforb {padding-top: 5px;text-align: center;margin: 0 auto;}
#dig_login_va_otp{float: none !important;text-align: center;margin: 0 auto !important;display: inline-block !important;line-height: normal !important;padding: 10px 30px;}
.digloginpage {position: static;float: none;width: 100%;left: 0px;}
.minput.dig-mailsecond {margin: 16px 0 !important;}#dig-mobmail:focus {padding: 10px 10px 10px 22px !important;}
.dig_clg_bx.minput .input-text.countrycode.logincountrycode.dark.not-empty {margin: 0px !important;padding: 0px !important;border-radius: none !important;}
.dig_ma-box .countrycodecontainer {display: none;position: absolute;top: 0px;z-index: 10;left: 0;width: 50px;}
.dig_clg_bx .minput label {padding: 19px 20px 23px;width: 100%;text-align: left;top: 0px;}
.dig-container.dig_ma-box.dark .minput label {padding: 11px 18px !important;width: 100%;text-align: left;height: 56px !important;}
.dig-container.dig_ma-box.dark {}
.dig-container.dig_ma-box.dark.dig-min-het {}
.dig-container.dig_ma-box.dark #dig-mobmail:focus {padding: 10px 10px 10px 50px !important;}
.dig-container.dig_ma-box.dark .minput input {padding: 10px 20px 10px 50px !important;height: 53px;}
.dig-container.dig_ma-box.dark .countrycodecontainer.logincountrycodecontainer {display: none;position: absolute;top: -1px;z-index: 10;left: 0;width: 47px;}
.dig-container.dig_ma-box.dark .countrycodecontainer input {height: 23px !important;margin-top: 16px !important;padding: 0 !important;border-right: 0px !important;}
.dig-container.dig_ma-box.dark .input-text.countrycode.logincountrycode.dark.not-empty {padding: 0px !important;margin-top: 16px !important;border-right: 0px !important;text-align: right;width: 100% !important;}
.dig_ma-box .dig_opt_mult_lab, .dig_ma-box .dig_opt_mult ~ label, .dig_ma-box select ~ label, .dig_ma-box textarea:focus ~ label, .dig_ma-box input:focus ~ label, .dig_ma-box .not-empty ~ label, .minput input[type="date"] ~ label {font-size: 14px !important;top: -15px !important;}
a:focus {outline:none !important;outline: 0px auto -webkit-focus-ring-color !important;	outline-offset: 0px !important; box-shadow:0 0 0 0px #5b9dd900,0 0 2px 1px rgba(30, 140, 190, 0) !important;}
input[type="submit"]:hover, button[type="submit"]:hover, .wpcf7 input.wpcf7-submit[type="submit"]:hover, .gform_wrapper input[type="submit"]:hover, .mymail-form input[type="submit"]:hover {color: #1a392d !important;}



/************Home Page Three Box************/

.spb-row.three_boxes {padding: 0px !important;}.spb-row.three_boxes .spb_content_element.col-sm-12.spb_text_column h2 {font-size: 52px;margin: 30px auto 0;font-weight: 700;color: #1f2f3e;min-height: 73px;}
.spb-row.three_boxes .spb-column-container.col-sm-4 {border-right: 1px solid #142535 !important;padding: 70px 15px 0px 15px !important;height: 100% !important;min-height: 300px !important;}
.spb-row.three_boxes .spb-asset-content p {font-size: 19px;line-height: 24px;color: #0f2031;font-weight: 600;}
.spb-row.three_boxes .spb-asset-content a {color: #0f2031;text-decoration: underline;}



/************Home Page What Qualification Level Are You After?************/

.row.fw-row.dynamic-header-change.fw-row-adjusted .spb-row {padding: 50px 0px;margin-bottom: 0px !important;}
/*.row.fw-row.dynamic-header-change.fw-row-adjusted strong {font-size: 42px !important;}*/
.row.fw-row.dynamic-header-change.fw-row-adjusted strong span {font-size: 17px;margin: 0 0 0 30px;text-decoration: underline;}
.row.fw-row.dynamic-header-change.fw-row-adjusted .gform_wrapper .top_label input.medium, .row.fw-row.dynamic-header-change.fw-row-adjusted .gform_wrapper .top_label select.medium {width: 100%;border: 2px solid #172839 !important;height: 53px;border-radius: 80px;background-color: #fbd2bb;font-size: 22px !important;color: #222;padding: 10px 20px !important;font-weight: 700;}



/************Student Community************/

.spb-row.all-social-media {background-color: #efefef!important;padding: 80px 0;}
.spb-row.all-social-media .spb-column-container.col-sm-4.social_box {background-color: white;padding: 0;margin-right: 48px;width: 30%;border-radius: 20px;box-shadow: 0 5px 7px #0000001a;margin-bottom: 80px;}
.spb-row.all-social-media .spb-column-container.col-sm-4.social_box:last-child {margin-right: 0px !important;}
.spb-column-container.col-sm-4.social_box .sf-headline.text-left.rotate-1 {margin: 0px auto;padding: 17px 0px 17px 49px;border-bottom: 2px solid #000;margin-bottom: 40px;}
.spb-row.all-social-media .spb_content_element.col-sm-12.spb_text_column {width: 100%;text-align: center;margin: 0 auto;}
.spb-row.all-social-media #cff.cff-default-styles {width: 95%;margin: 0 auto;float: none;display: inline-block;text-align: left;}
.bottom-designe {padding: 11px 0;background-color: #f8f8f8;text-align: center;margin: 0 auto;width: 100%;border-radius: 0 0 20px 20px;}
.bottom-designe a{color: #011325;text-align: center;margin: 0 auto;font-size: 19px;font-weight: 600;}
.blog-details-inner h3 {font-size: 41px;line-height: 30px;}



/************Example Title************/

.spb-row.reasons-to-study-with-everthought{}
.spb-row.reasons-to-study-with-everthought span.sf-words-wrapper {width: 100% !important;text-align: center;margin: 0 auto;}
.spb-row.reasons-to-study-with-everthought .is-visible {font-size: 35px;font-weight: 900;width: 100% !important;text-align: center;}
.spb-row.reasons-to-study-with-everthought .image-caption p {font-size: 17px !important;font-weight: 500 !important;line-height: 22px;}
.spb-row.reasons-to-study-with-everthought a.sf-button.sf-button-rounded {background-color: #f16c20 ;color: #1c2c3c ;font-size: 20px;text-transform: uppercase;margin-bottom: 60px;}


/************ Courses Page************/
.sidebar ul.menu li.current_page_item a, .menu-footer-2-container .sub-menu li.current-menu-item a {color: #f16c20 !important;}
.single-courses .sidebar h3 {color: #000 !important;}
.page-heading-breadcrumbs #breadcrumbs {font-size: 15px;}
#courses-inner-page {width: 100%;display: inline-block;}
#courses-inner-page .gform_heading {width: 30% !important;float: left;display: inline-block;margin: 23px 0 0 0 !important;}
#courses-inner-page .gform_body {width: 70% !important;display: inline-block;float: right;}
#courses-inner-page .gform_wrapper .top_label input.medium, #courses-inner-page .gform_wrapper .top_label select.medium {background-color:#FFF;}
#courses-inner-page .spb-row {padding: 0px;}
select {background-image: url("https://ecoc.edu.au/wp-content/uploads/2018/06/down-arrow@2x-black.png") !important ;background-size: 12px;}
#all-courses-box .uber-grid-filters {width: 100%;text-align: right !important;}
#all-courses-box .uber-grid-filters .uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized div a {border-radius: 40px !important;border: 2px solid #000 !important;font-size: 17px !important;margin-bottom: 40px;color: black !important;}
#all-courses-box .uber-grid-filters .uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized div a.active{background-color:#f36c2a !important;}
#all-courses-box #uber-grid-wrapper-259 div.uber-grid-filters > div.active a, #all-courses-box #uber-grid-wrapper-259 div.uber-grid-filters > div.active a:visited {background-color: #f36c2a !important;}
.fil-header {margin: 0px;width: 30%;text-align: left;position: relative;top: 40px;}
#all-courses-box .spb_content_element.clearfix .spb_content_element.col-sm-12.spb_text_column .uber-grid-filters a {color: #000 !important;border: 2px solid #000;border-radius: 100px !important;font-weight: 500 !important;font-family: Roboto !important;}
#all-courses-box .uber-grid-cells-wrapper {width: 100%;margin-top: 50px !important;}
table.sf-table th {padding: 5px;}
table.standard_bordered th, table.standard_bordered td, table.striped_bordered th, table.striped_bordered td, table.standard_bordered tr, table.striped_bordered tr {border-left: 1px solid #707070 !important;}
table.standard_bordered, table.striped_bordered {border: 1px solid #707070 !important;}
table.standard_bordered tr, table.striped_bordered tr {border-top: 1px solid #707070 !important;}
.page-heading {background-color: #fff !important;border-bottom-color: #e3e3e3 !important;}
/*table.striped_minimal tr:nth-of-type(2n), table.striped_bordered tr:nth-of-type(2n) {background-color: #fff !important;}*/
table.striped_minimal tr:fist-child , table.striped_bordered tr:fist-child {background-color: #f7f7f7 !important;}

table.sf-table td {
	padding: 0px 6px;
	font-weight: 400 !important;
	color:#122539 !important;
	font-family:Roboto !important;
}

 tbody tr:first-child {
	background-color: #f36c29 !important;
	line-height: 18px;
	color:#122539 !important;
}
tbody tr:last-child {	background-color: #bebebe !important;}

tbody tr, table.striped_minimal tr:nth-of-type(2n), table.striped_bordered tr:nth-of-type(2n) {background-color:#f1f1f1}

tbody tr:nth-last-child(2){background-color: #d9d9d9 !important;}


table.sf-table th, table.standard_bordered tr, table.striped_bordered tr{ color:#122539 !important;}

body, p, nav.std-menu ul.sub-menu, ul.mega-sub-menu, blockquote.blockquote1, blockquote.blockquote1 p {line-height: 16px;}
.sf-table.striped_bordered tbody td p, .sf-table.striped_bordered tbody tr p {line-height: 17px;}
.inner-page-wrap.has-no-sidebar.clearfix {margin-bottom: 0px;}
.row.fw-row.dynamic-header-change.fw-row-adjusted .spb-row {padding: 0px 0 40px 0;}
.gs_testimonial_container .cycle-pager a.cycle-pager-active {background-color: #e6e6e6;border: 2px solid #909090;}
.gs_testimonial_container .cycle-pager a {border: 2px solid #909090;}
a.unsure {width: 100%;display: inline-block;text-align: center;padding: 50px 0 0;color: #000;text-decoration: underline;font-size: 17px;font-weight: 600;}
.j-one #gform_38 {border-bottom: 1px solid #0003;display: inline-block;width: 100%;padding-bottom: 50px;border-radius: 0px;}




/*********************** All Courses *********************/

.uber-grid-cell-outer.uber-grid-animated {}.uber-grid-cell.r1c1.io.uber-grid-animated.uber-grid-has-link {width: 100% !important;height: 300px;}
.uber-grid-cell-image img {width: 100% !important;left: 0px !important;}
.uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized .uber-grid-cell-wrapper {height: 350px !important;}
.uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized div.uber-grid-cell-image {width: 100% !important;height: 70% !important;}
.uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized .uber-grid-cell-title {padding: 0px !important;}
.uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized .uber-grid-cell-title small {text-align: left !important;padding-bottom: 4px;background-color: #ffffff1a;padding: 13px 13px 10px 13px;margin: 0 auto;}
.uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized .uber-grid-cell-title strong {text-align: left !important;min-height: 68px;height: 100%;font-size: 20px !important;line-height: 22px;margin-top: 8px;padding: 0px 12px;}
div.uber-grid div.uber-grid-cell.it .uber-grid-cell-title-wrapper, div.uber-grid div.uber-grid-cell.ib .uber-grid-cell-title-wrapper {height: 110px !important;width: 100% !important;text-align: left !important;}
div.uber-grid div.uber-grid-cell.it .uber-grid-cell-title-wrapper::after {display: none !important;}
.filter-select-options {font-size: 22px;font-weight: 700;text-align: left;float: left;width: 100%;}
span.text-left-side-setting {margin-top: 15px !important;display: inline-block;}
.filter-select-options br {display: none;}
.filter-select-options .intake_table, .filter-select-options select {width: 50%;float: right;border-radius: 100px;border: 2px solid #0d283a !important;color: #0d283a !important;}
.boder-spacing-equl {margin-top: 50px !important;}


/************ Courses Single Page************/

.sidebar .widget_categories ul > li a, .sidebar .widget_archive ul > li a, .sidebar .widget_nav_menu ul > li a, .sidebar .widget_meta ul > li a, .sidebar .widget_recent_entries ul > li, .widget_product_categories ul > li a, .widget_layered_nav ul > li a, .widget_display_replies ul > li a, .widget_display_forums ul > li a, .widget_display_topics ul > li a {color: #303030;font-weight: 700;}
.major-tabs.sidebar.menu {margin: 0px;}
.sidebar ul.menu{color: #000 !important;font-weight: 700 !important;}
.sidebar ul.menu li {border-top: none !important;opacity: 1;}
.sidebar ul.menu li a {border-bottom: 1px solid #000 !important;color: #000 !important;min-height: 100%;text-align: left;padding: 10px 0;font-weight: 700 !important;}
.sidebar ul.menu li:first-child a{border-top: 1px solid #000 !important;}
.sidebar ul.menu li ul.sub-menu li a{border-top: 0px !important;}
.sidebar ul.menu li ul.sub-menu li:first-child a{border-top: 0px !important;}
.sidebar ul.menu li.active a, .sidebar ul.menu li.active a h3 {color: #f36c2a!important;}
.gs_testimonial_container {background-color: #f4f4f4;padding: 62px 10px;text-align: center;margin: 0 auto;width: 100%;}
.gs_testimonial_container .cycle-pager {background-color: #f4f4f4 !important;}
.content-wrap.col-sm-12 h1.single-course-title {margin: 0px auto;line-height: 42px;text-align: left;}
#state_selector .overlay {background-color: #fff;}
.single-courses h2 {font-size: 31px;margin-top: 0px;font-weight: 800;color: #033149 !important;line-height: 33px;text-align: left;margin: 0 auto 40px !important;}
.spb_divider.thin {border-bottom-style: solid !important;border: 1px solid #0006 !important;}
form#state-mode-selector h2 {font-size: 17px;width: 50%;display: inline-block;float: left;text-align: left;margin: 0 auto !important;line-height: 55px;}
select.modes {width: 48% !important;float: right;}
select.states {width: 100% !important;}
#state_selector select {max-width: 100%;width: 50% !important;float: left;border-radius: 72px;border: 2px solid #000 !important;height: 55px;}
#state_selector div.states {overflow: unset;}
#state-mode-selector input {margin: 30px 0 !important;border-radius: 40px !important;padding: 10px 30px !important;color: #1a2a31;}
/*#state-mode-selector input:hover {background-color: #ff6c0e !important;}
*/
#interested {display: inline-block;padding: 0px 15px 50px;}
#interested p{color: #000;}
#gform_34 .gfield, #gform_35 .gfield {float: left !important;margin-right: 0px !important;width: 100% !important;clear: none !important;}
.gfield_label {width: 50% !important;line-height: 59px !important;float: left;color: #000!important;}
.ginput_container.ginput_container_text {width: 50%;float: left;}
#gform_wrapper_34 .gform_wrapper .top_label input.medium, ul#gform_wrapper_34 li input {width: 96% !important;margin: 0px;text-align: left;float: right;border: 2px solid #000 !important;border-radius: 70px;}
ul#gform_fields_34 li input {width: 100% !important;margin: 0px !important;text-align: left !important;float: right !important;border: 2px solid #000 !important;border-radius: 70px!important ;padding: 15px;}.ginput_container.ginput_container_email, .ginput_container.ginput_container_phone {width: 50%;float: right;}
/*.gform_footer.top_label {padding: 0px !important;margin: 0 !important;width: auto !important;float: left !important;}*/
.gform_footer.top_label input#gform_submit_button_34 {background-color: #f16c20 !important;border-radius: 70px;color: #1a2a3a;font-weight: 600;}
#state_selector h2 a {border-bottom: 3px solid;}
.col-sm-8.push-right #state_selector {padding: 0px 0 120px;}
.col-sm-12.title_text {background-color: #f8f8f8;padding: 60px 15px 0px;margin-bottom: 40px;}
#custom_html-5 .spb-row.reasons-to-study-with-everthought {margin: 0px !important;text-align: left !important;background-color: transparent !important;padding: 0px !important }#custom_html-5 .spb-row.reasons-to-study-with-everthought .spb_content_element.clearfix {padding: 0 15px !important;}
#custom_html-5 .spb-row.reasons-to-study-with-everthought .is-visible {font-size: 35px;font-weight: 900;width: 100% !important;text-align: left;margin-bottom: 40px;color: #033149 ;}
#custom_html-5 .sf-headline.text-center.rotate-1 {margin: 0px;}
#state_selector p, #state_selector option, #state_selector select {color: #033149 !important;}
h1.single-course-title::after{display:none !important;}
.sf-button.accent {border-radius: 80px;color: #0e1e5e;}


/************ study-in-australia ************/

.sidebar.left-sidebar.col-sm-4 .sidebar-widget-wrap.sticky-widget {	background-color: transparent;}


/************ Courses Single Page form Fill Next Steps************/

span.cir-boder {border: 2px solid #000;padding: 20px;width: 60px;height: 60px;border-radius: 140px;float: none;margin: 0 auto;display: inline-block;font-weight: 700;}
ul.major-tabs, ul.minor-tabs {padding: 0 15px;}
ul.major-tabs li, ul.minor-tabs li {opacity: .5;background-color: transparent;}
.major-tabs li a, .major-tabs li a {font-size: 14px;color: #0a2839;min-height: 130px;margin: 0 auto !important;}
.major-tabs li a, .major-tabs li a {font-size: 14px;color: #0a2839;min-height: 130px;margin: 0 auto !important;}
ul.major-tabs li.active, ul.minor-tabs li.active {opacity: 1;}
.major-tabs li.active a, .minor-tabs li.active a {border-bottom: none;opacity: 1;border: none !important;}
.major-tabs li a, .major-tabs li a {font-size: 14px;color: #0a2839;min-height: 117px;margin: 0 auto !important;padding: 2px;border: none !important;}
.major-tabs li a:hover, .minor-tabs li a:hover {background-color: transparent !important;}
#major_tabs h6.tab-heading {font-size: 30px;font-weight: 500;margin: 30px auto;text-transform: none;border-bottom: 2px solid #033149;}
.module.module-course-listing ul.ait13, ul.ait14, .post-1759.page.type-page.status-publish.hentry .spb_content_element ul {display: inline-block;width: 100%;}
.module.module-course-listing ul.ait13 li, ul.ait14 li, .post-1759.page.type-page.status-publish.hentry .spb_content_element ul li {padding: 10px 0px 0 30px;font-weight: 700;color: black;position: relative;list-style: none;}
.module.module-course-listing ul.ait13 li::before, ul.ait14 li::before, .post-1759.page.type-page.status-publish.hentry .spb_content_element ul li::before {width: 26px;height: 20px;content: "";position: absolute;left: 0px;background-image: url("https://ecoc.edu.au/wp-content/uploads/2018/06/li-arrow.png") !important;background-repeat: no-repeat;background-size: 19px;background-position: center left;}
#state_selector .overlay {display: none !important;}
.col-sm-8.push-right #state_selector #major_tabs {padding: 40px 0 0;background-color: #f9f9f9;}
.col-sm-8.push-right #state_selector #major_tabs .entry-content.col-sm-12 {background-color: #f9f9f9;display: inline-block;float: left;}
.tab-breadcrumb p {margin-bottom: 28px;display: inline-block;float: left;width: 100%;padding: 0 15px;font-size: 29px !important;font-weight: 700;}
#CPC50308-id_if\ , #CPC30211-id_if\ {display: none;}
.col-sm-8.push-right .btn-group a {border-radius: 70px;width: auto !important;float: left;margin: 30px auto 0 !important;margin-right: 10px !important;font-weight: 700;color: black;}.ui-accordion .ui-accordion-content {padding: 1em 2.2em;border-top: 0;overflow: auto;height: auto !important;}
.module.module-default p {width: 100% !important;padding: 30px 10px;background-color: white;text-align: center;margin: 10px 5px 0;}
.price-container .inner {padding: 36px 0px;width: 100%;}
.module.module-course-listing h3 {margin: 30px 0 20px !important;}
.tab-content .fade .price-container {flex-direction: column;margin-right: 0;margin-top: 0px;margin-bottom: 50px;font-size: 14px;flex: 1 auto;color: #033149;border: none;background-color: #fff;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;text-align: center;margin: 0 auto 30px;}

/************ Courses Single Page Accordion Steps************/

#accordion {}
.page-id-321 .heading-text .entry-title {color: #333 !important;}
.ui-accordion .ui-accordion-header {background-color: #fff;font-size: 20px !important;border: none !important;color: #033149 !important;line-height: 1.2;margin: 10px 0 !important;padding: 0px !important;}
#accordion.ui-accordion.ui-widget.ui-helper-reset #ui-id-1 li a {background-color: #f8f8f8;color: #033149;}
#accordion.ui-accordion.ui-widget.ui-helper-reset #ui-id-1.subjects > li:nth-of-type(2n+1) {background-color: #fff !important;}
#accordion.ui-accordion.ui-widget.ui-helper-reset #ui-id-1 li.open .module {margin-bottom: 20px;padding: 0 22px;}
#accordion.ui-accordion.ui-widget.ui-helper-reset #ui-id-1 li.open .module.module-default p {width: 100% !important;padding: 0px 0px;background-color: white;text-align: left;margin: 6px 0;}
#accordion.ui-accordion.ui-widget.ui-helper-reset #ui-id-1 li.open div {width: 100% !important;display: inline-block;}
ul.subjects li .courses li {padding: 0px;list-style: none;border: none;}
ul.subjects li .courses li span {background-color: transparent;font-size: 14px;padding: 0 0 10px 20px;}
.row.flex-row.top-bg-image-show {padding: 80px 0 0 0;position: relative;}
.price-container.new-designe-apply-two {margin-bottom: 0px !important;}
.row.flex-row.top-bg-image-show::before {background-image: url("https://ecoc.edu.au/wp-content/uploads/2018/06/boder-background-im.png");background-repeat: no-repeat;width: 100%;position: absolute;height: 80px;top: 0px;text-align: center;margin: 0 auto;left: 0px;right: 0px;background-position: center center;background-size: 420px;}
li.open .module.module-default ul li {font-size: 15px;padding: 0px;}
.module.module-course-listing ul li {color: black !important;list-style: none;}
.row.flex-row.top-bg-image-show .price-container .inner {padding: 26px 10px;width: 100%;}
.row.flex-row.top-bg-image-show .price-container .inner p.total-cost {font-weight: 400 !important;}
.price-container .total-cost::before, ul.prices::before {display:none;}
.module.module-default.gh {margin: 0px;}
.module.module-default p:first-child {width: 100% !important;}
.module.module-default p {width: 31.2% !important;float: left;}
#accordion.ui-accordion.ui-widget.ui-helper-reset #ui-id-1 li {width: 100% !important;float: none !important;}



/************ Why Everthought Page************/

#wonderplugincarousel-1 .amazingcarousel-list-container {	padding: 16px 0;	margin-bottom: 50px !important;}
#wonderplugincarousel-1 .amazingcarousel-bullet-wrapper {	margin: 26px auto 0 !important;}
.spb_content_element.col-sm-12.intake-timetables-two.spb_text_column {	margin: 0px !important;}




/************ Visas Page************/

.visas h1.heading, facilities-locations-two {font-size: 40px !important;margin: 0 auto 20px !important;}
ul.amazingcarousel-list {background-color: #f4f4f4 !important;}
#wonderplugincarousel-2 blockquote {font-family:Roboto !important;width: 60% !important;margin: 20px auto 10px !important;font-size: 17px !important;font-weight: 300 !important;line-height: 22px!important;font-style: normal !important;}
#wonderplugincarousel-2 .amazingcarousel-prev {left: 3%!important;}
#wonderplugincarousel-2 .amazingcarousel-next {right: 3%!important;}




/************ Top Banner Setting ************/

#contact-slideout {width: 100% !important;text-align: left;}
#contact-slideout .row.fw-row.dynamic-header-change.fw-row-adjusted {width: 100% !important;left: 0px !important;}
#contact-slideout .spb_content_element.clearfix {padding: 0px !important;width: 100% !important;}




/************Scholarships Page ************/

#how-to-apply-for-a-scholarship {padding: 50px 30px;background-color: #f8f8f8;}
.apply-for-a-scholarship .gform_wrapper .top_label .gfield_label {width: 150px !important;}
.apply-for-a-scholarship input {width: 100% !important;border: 2px solid #000 !important;border-radius: 110px !important;padding: 15px !important;}
.apply-for-a-scholarship .ginput_container {float: left !important;width: 50% !important;}
.spb-row.apply-for-a-scholarship #gform_submit_button_5 {padding: 10px 50px !important;margin: 50px auto 30px !important;border: none !important;}



/************ Agent List Page ************/

.our-list-of-agents .user-list-wrap {margin: 40px auto 0;text-align: center;}

.our-list-of-agents .author-block {display: inline-block;width: 30%;margin: 10px 0;text-align: center;border: 1px solid #0003;padding: 22px;margin: 0 20px 20px 0;height: 100%;min-height: 199px;float: left;}
.our-list-of-agents .author-block h2 {margin: 20px 0 0;width: 100% !important;text-align: center;}



/************ Perth Campus************/

#gform_wrapper_40 ul#gform_fields_40 {}
#gform_wrapper_40 ul#gform_fields_40 label.gfield_label {width: 132px !important;color: black !important;height: auto !important;font-size: 12px !important;font-weight: 900 !important;position: static !important;float: left !important;}
#gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_text, #gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_email {width: 50%;float: left;margin: 0px auto !important;}
#gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_textarea {width: 50%;float: left;}
#gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_text input, #gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_email input {width: 100% !important;margin: 0 auto;border: 2px solid #000 !important;border-radius: 100px;padding: 10px 20px !important;color: #000 !important;background-color: transparent !important; font-size: 15px !important;}
#gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_textarea textarea {width: 100% !important;margin: 0 auto;border: 2px solid #000 !important;border-radius: 20px;padding: 10px 20px !important;color: #000 !important;}
#gform_wrapper_40 ul#gform_fields_40 .gform_footer.top_label {width: 100% !important;display: inline-block !important;margin: 20px auto !important;float: left !important;}
.gform_footer.top_label #gform_submit_button_40{width: auto;padding: 10px 50px;margin: 0 auto;border-radius: 60px;}
.tab-content ul li {color: black;}
.page-shadow #container{-webkit-box-shadow:0 0 0px rgba(0, 0, 0, .3)!important;-moz-box-shadow: 0 0 0px rgba(0, 0, 0, .3)!important;box-shadow: 0 0 0 0 !important;}

.row.noticeboard .col-md-12:last-child {margin-right: 0px !important;}
.row.noticeboard .col-md-6, .row.noticeboard .col-md-3 {border: 2px solid #0006;margin: 0 27px 27px 0;width: 31%;min-height: 200px;height: 100%;padding: 10px;box-shadow: 0;text-align: center;border-radius: 6px;}
.row.noticeboard .col-md-3 hr{display:none;}
.row.noticeboard .col-md-6 a, .row.noticeboard .col-md-12 a.first_col {background-color: #fff;padding: 10px 34px;border-radius: 100px;color: #1a2a31;font-weight: 600;font-size: 15px;margin: 10px 0 0;display: inline-block;border: 2px solid #1a2a3b;}
.row.noticeboard .col-md-12:first-child a.first_col{background-color: #f16c20;border: 2px solid #f16c20;}
.page-id-2434 .row.noticeboard .col-md-12 a.first_col:first-child, .page-id-2434 .row.noticeboard .col-md-12 a.first_col:first-child {background-color: #f16c20!important;border: 2px solid #f16c20;}

.page-id-2453 .row.noticeboard .col-md-12 a.first_col:first-child, .page-id-2453 .row.noticeboard .col-md-12 a.first_col:first-child {background-color: #f16c20!important;border: 2px solid #f16c20;}
.row.noticeboard .col-md-12 a.active{background-color: #f16c20!important;border: 2px solid #f16c20;}
.row.noticeboard .col-md-12 a:hover, .row.noticeboard .col-md-12 a:hover {background-color: #f16c20;}


/************ Courses button right************/	
#gform_41 .gform_footer.top_label {
	float: right !important;
}
#state-mode-selector input {
	float: right !important;
}
/************ Reasons to study with Everthought ************/	
.spb-row.reasons-to-study-with-everthought b.is-visible{
	margin-bottom:50px;	
}
#footer-widgets .textwidget a {
	text-transform: uppercase;
}
/****************Changes in Form**********************************/

.pum-container.pum-responsive.pum-responsive-medium {
    width: calc(100% - 45%) !important;
    padding: 60px 75px !important;
}
.pum-theme-1712 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    padding: 4px !important;
    background-color: red !important;
	line-height: 24px;
}

div#popmake-1716 button.pum-close.popmake-close {
 right: -14px !important;
 top: -12px !important;
 border: 2px solid #fff;
 font-size: 19px;
 font-weight: 600;
 padding: 0px 0 0 1px !important;
	
}

.mobmenu_content li a {
    padding: 10px 20px !important;
}
.page-id-959 section#three_boxes.row.fw-row.dynamic-header-change.fw-row-adjusted strong {
    font-size: 38px !important;
}
.page-id-257 .spb-column-container.col-sm-4 .spb_button.spb_content_element.col-sm-12.down_button {
    text-align: center !important;
}

#gform_5 .gform_footer.top_label, #gform_40 .gform_footer.top_label {
    width: 425px !important;
}
form#gform_40 .gform_footer.top_label {
    width: 463px !important;
}
ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li:hover{
    border: 2px solid #f16c20  !important;
}
ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a:hover, li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active a {
    color: #f16c20 !important;
}
ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active{
	border: 2px solid #f16c20  !important;
}
ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-active {
    border: 2px solid #f16c20 !important;
}
ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-active a{
	color:#f16c20;
}
.page-id-2002  ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li.ui-state-active  a{
   color:#f16c20 !important;
}
.postid-298 .entry-content.col-sm-12 .module.module-course-listing {
    margin-bottom: 0px !important;
}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    margin-right: 77px !important;
}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li:last-child {
    margin-right: 0px !important;
}
.page-id-1759 .inner-container-wrap .container {
 width: 90%;
}

.cff-wrapper, #sb_instagram, .youtube_channel.responsive {
 min-height: 513px !important;
 height: 100% !important;
}
.col-sm-8.push-right #state_selector #major_tabs .entry-content.col-sm-12 {
 padding-bottom: 20px;
}
.col-sm-8.push-right .btn-group a#CPC50308-id_an\  {
 display: block !important;
}
.postid-385 form#gform_35 select#input_35_16, .postid-385 form#gform_35 select#input_35_14 {
    color: #000;
	font-weight:600;
}

footer#footer ul.phone-no-text.footer li.button_two {
 display: none !important;
}
input#choice_35_15_0, input#choice_35_15_1 {
 margin: 0px !important;
}


#pum-1716 .popmake-content .gform_wrapper .top_label .gfield_label {
 margin-top: 0px;
margin-bottom: 8px;
}


#pum-1716 #field_35_15 .gfield_label, #pum-1716 #field_35_18 .gfield_label {
 margin: 6px 0 0 0 !important;
}

.page-id-2074 .login .heading {

    margin-bottom: 12px;
}
.page-id-2291 form#gform_40 .gform_footer.top_label {
    width: 510px !important;
}
form#gform_40 .gform_footer.top_label {
    width: 510px !important;
}
#field_37_4 .ginput_container.ginput_container_number {
	width: 100%;
	float: right;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	margin:0 0 !important;
}

.home .swift-slider, .home #container .swift-slider-outer, .home  #container .swiper-slide, .home .swift-slider.swiper-container.swift-slider-parallax {
    height: 690px !important;
}
.swiper-slide .caption-content {
    top: 50% !important;
}
.uber-grid-cells-wrapper .uber-grid-cell-outer.uber-grid-animated {
 width: 33%;
}
.uber-grid-cells-wrapper .uber-grid-cell {
 margin-bottom: 20px !important;
}
.spb-column-container.col-sm-4.right_button .spb-asset-content {
 text-align: right;
}
.page-id-2209 .spb_content_element.col-sm-12.spb_text_column .spb-asset-content p {
    margin: 0px 0px !important;
}
.page-id-2209 section#pathways .spb_content_element.col-sm-12.spb_text_column {
    margin: 8px 0 !important;
}
.spb-row.which-qualification::before, .reasons-to-study-with-everthought::before {
 background-image: url("https://ecoc.edu.au/wp-content/uploads/2018/08/banner-bg-pattran.png");
 background-position: center center;
 background-size: 40%;
 background-repeat: no-repeat;
 opacity: 1 !important;
 content: ".";
 position: absolute;
 left: 0px;
 right: 0px;
 top: 0px;
 bottom: 0px;
 color: transparent;
 background-size: cover;
}


#banner_form { float:left; width:100%; height:890px; background:#efefef; position:relative; }
#banner-everthought,
.et-banner { float:left; width:100%; height:890px; position:relative; }
.etslide { position:relative; width:100%; height:100%; }
.ettext { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 1070px;
    text-align: left;
    z-index: 3;

}
.ettext h2 { color:#FFF; text-transform:uppercase; margin:0 0 12px; padding:0; font-size:40px; font-weight:900; }
.ettext p { color:#f16c20; font-size:22px; line-height:30px; }
.etimage {
    float: left;
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
    height: 890px;
    overflow: hidden;
    background: #333;
}
.bannerimageinner { position: absolute;  top: -50%;  left: -50%;  width: 200%;  height: 200%; }
.bannerimageinner img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; min-width: 50%; min-height: 50%; max-width:4000px; }	

.etbuttons { float:left; width:100%; margin:20px 0 0; padding:0; }
.etbuttons .etbutton { float:left; padding:10px 25px; background:#FFF; border-radius:30px; font-weight:400; font-size:18px; line-height:22px; color:#000; margin:0 10px 10px 0; }
.etbuttons .etbutton:hover { background:#f16c20; }
.etbuttons .etbutton.orange { background:#f16c20; }
.etbuttons .etbutton.orange:hover { background:#FFF; }

.et-banner .slick-dots { position:absolute; bottom:30px; left:30px; display:inline; margin:0; padding:0; list-style:none; height:30px; width:calc(100% - 60px); }
.et-banner .slick-dots li { float:left; }
.et-banner .slick-dots li button { border-radius: 50%; border: none; font-size: 0; width: 20px; height: 20px; background: #FFF; margin: 0 5px; }
.et-banner .slick-dots li.slick-active button { background:#f16c20; }
.et-banner .slick-dots li button:hover { opacity:.5; }

#form-everthought { position:absolute; top:30px; right:30px; width:650px; z-index:1; background:#efefef; padding:30px; border-radius:20px; box-shadow:0 0px 7px rgba(0,0,0,.5); }
#form-everthought h3 { float:left; width:100%; text-align:center; font-size:25px; color:#102132; }

#form-everthought input::placeholder,
#form-everthought select::placeholder,
#form-everthought textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCC !important;
  opacity: 1; /* Firefox */
}

#form-everthought input:-ms-input-placeholder,
#form-everthought select:-ms-input-placeholder,
#form-everthought textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CCC !important;
}

#form-everthought input::-ms-input-placeholder,
#form-everthought select::-ms-input-placeholder,
#form-everthought textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCC !important;
}

#testimonialcontainer {  margin:50px auto 20px; width:1157px; position:relative; padding:0; clear:left; }
.group:after { content: ""; display: table; clear: both; }
#testimonialcontainer h2 { float:left; width:100%; text-align:center; font-size:30px; margin:0 0 30px; font-weight:bold; }
#testimonailslider { float:left; width:1157px; display:flex; flex-wrap:wrap; position:relative; z-index:1; }
	.testimonialslide { padding:30px; text-align:center; }
	.testimonial-content { margin:0 auto; max-width:400px; position:relative }
	.testimonial-text { font-size:16px; font-style:italic; line-height:28px; }
	.testimonial-name { font-weight:bold; float:left; width:100%; text-align:center; float:left; margin:20px 0 0 0; }
	#testimonailslider .slide { height:100%; padding:30px 0; }
	
	.testtop { position:absolute; top:30px; left:calc(50% - 290px); font:300px Helvetica, Sans-Serif; font-style:italic; color:#efefef; z-index:0; }
	.testbottom { position:absolute; bottom:-120px; right:calc(50% - 215px); font:300px Helvetica, Sans-Serif; font-style:italic; color:#efefef; z-index:0; }
	
	.testimonail-prev { transition:all .4s ease-in-out; position:absolute; top:-20px; left:calc(50% - 35px); background:#f16c20; color:#FFF; height:30px; width:30px; text-align:center; border-radius:15px; line-height:32px; cursor:pointer; box-shadow:0 0px 2px #CCC; z-index:9; }
	.testimonail-next { transition:all .4s ease-in-out; position:absolute; top:-20px; left:calc(50% + 5px); background:#f16c20; color:#FFF; height:30px; width:30px; text-align:center; border-radius:15px; line-height:32px; cursor:pointer; box-shadow:0 0px 2px #CCC; z-index:9; }
 	.testimonail-prev:hover,
	.testimonail-next:hover { background:#000; box-shadow:0 0px 7px #000; }


 	
 
/****************************************/
/****************************************/
/* RESPOND RESPOND RESPOND */
/****************************************/
/****************************************/


@media screen and (max-width:1600px) {
#banner_form,
#banner-everthought,
.et-banner,
.et-banner .slick-slide { height:840px !important; }	
}

@media screen and (max-width:1460px) {
#banner_form,
#banner-everthought,
.et-banner,
.et-banner .slick-slide { height:720px !important; }	
#form-everthought { width:450px; }
#testimonialcontainer { width:80%; }
#testimonailslider { width:100%; }

}

@media screen and (max-width:1080px) {
.ettext { width:calc(100% - 600px); left: 30px; transform: translate(0,-50%); -webkit-transform: translate(0%,-50%); */ }
}

@media screen and (max-width: 980px) {

#banner_form { height:auto !important; }
	#banner-everthought,
	.et-banner,
	.et-banner .slick-slide,
	.etimage { height:70vh !important; }
	
	#form-everthought { float:left; position:relative; top:auto; right:auto; width:calc(100% - 60px); margin:30px; }
	
	.ettext { width:calc(100% - 60px); text-align:center; }
	.etbuttons,
	.etbuttons .etbutton { text-align:center; }
	.etbuttons .etbutton { float:none; display:inline-block; margin-top:20px; }
	
	.ecoc_reason { width:calc(100% / 2); }
}

@media screen and (max-width: 768px) {
	
	#reasontostudy_title { margin-top:80px !important; }
	#reasontostudy_title h2 { font-size:30px !important; }
	.ecoc_reason_text_left a h3 { padding:10px; font-size:16px; }
	.ecoc_reason_text { width:calc(100% - 40px); }
	.ecoc_reason_text p { font-size:12px; line-height:20px; }
	.ecoc_reason_btnrow_half a { padding: 10px 0; }
	.ecoc_reason_btnrow_half a, .ecoc_reason_btnrow_half a.btn { font-size:12px; }	
	
}

@media screen and (max-width: 660px) {
	
	.ecoc_reason { width:100%; }
	
}

@media screen and (max-width: 510px) {
	
	.ettext h2 { font-size:24px; line-height:26px; }
	.ettext p { font-size:16px; line-height:24px; }
	
	#banner-everthought,
	.et-banner,
	.et-banner .slick-slide,
	.etimage { height:60vh !important; }
	
	#testimonialcontainer { width:95%; }
	.testimonial-content { max-width:100%; }
	.testtop { left:calc(50% - 235px); }
	.testbottom { right:calc(50% - 160px); }
	
	#reasontostudy_title h2 { font-size:20px !important; }
	#reasontostudy_title h2:after { bottom:-20px;  }
}

@media screen and (max-width: 360px) {

	
	#banner-everthought,
	.et-banner,
	.et-banner .slick-slide,
	.etimage { height:90vh !important; }
	.etbuttons .etbutton { font-size:14px; padding:8px 20px; margin-top:0; }
	#form-everthought { padding:20px 10px; margin:10px; width:calc(100% - 20px); }
	
}

/****************************************/
@media(max-width:1400px){
.postid-385 #popmake-1716.pum-container.popmake {
   width: calc(100% - 45%) !important;
   top:100px !important;
}

}

/****************************************/
@media(max-width:1920px){
	
.postid-385 #popmake-1716 {
 width: calc(100% - 57%) !important;
 padding: 26px 24px !important;
}

}



/* #All MObile Devices Styles
================================================== */


@media (max-width : 767px) {
	
	
/************ Home Page CSS************/
.swiper-slide .caption-content {display: none;}
.spb-row.three_boxes .spb-column-container.col-sm-4 {border-right: none !important;padding: 38px 0px 0px 0px !important;height: 100% !important;min-height: auto !important;}
.box_image img {width: 80px !important;}
.spb-row.three_boxes .spb_content_element.col-sm-12.spb_text_column h2 {font-size: 40px;}
.spb_text_column, .spb_content_element {margin-bottom: 0px;}
h1 {text-align: center;margin: 0 auto !important;width: 100% !important;}
.row.fw-row.dynamic-header-change.fw-row-adjusted strong {font-size: 18px !important;margin: 0 auto !important;text-align: center !important;width: 100% !important;}.gform_wrapper form {max-width:100%;margin: 0 auto;width:90%;}
.row.fw-row.dynamic-header-change.fw-row-adjusted strong span {margin: 0 auto;width: 100% !important;display:inline-block !important;text-align: center !important;font-size: 15px;}
.row.fw-row.dynamic-header-change.fw-row-adjusted .gform_wrapper .top_label input.medium, .row.fw-row.dynamic-header-change.fw-row-adjusted .gform_wrapper .top_label select.medium {width: 100%;height: 45px;border-radius: 80px;font-size: 17px !important;padding: 4px 15px !important;margin: 0 auto !important;}
.sf-words-wrapper {width: 100% !important;text-align: center !important;padding: 12px 0 0;}
.spb-row.all-social-media .spb-column-container.col-sm-4.social_box, .spb-row.all-social-media .spb-column-container.col-sm-4.social_box:last-child {width: 87%;margin: 0 auto 50px !important;}
.spb-column-container.col-sm-4.social_box .sf-headline.text-left.rotate-1 {padding: 0px;margin-bottom: 10px !important;line-height: 30px;}
.all-social-media .sf-words-wrapper {line-height: 20px;}
.sf-headline.rotate-1 b.is-visible {word-break: break-all !important;font-size: 18px;}
.reasons-to-study-with-everthought .spb-column-container.col-sm-4 {width: 33% !important;float: left;min-height: auto;padding: 0px !important;text-align: center center;}
.spb-row.reasons-to-study-with-everthought .image-caption p {font-size: 14px !important;font-weight: 500 !important;line-height: 17px;text-transform: capitalize;}
.spb-row.reasons-to-study-with-everthought a.sf-button.sf-button-rounded {font-size: 15px;margin-bottom: 10px;padding: 12px 30px;}
.container {padding-left: 10px !important;padding-right: 10px !important;}
#three_boxes .row, .reasons-to-study-with-everthought .row, .row {margin: 0 auto;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {padding-left: 10px;	padding-right: 10px;}
.home-testi .box-image {
	float: left;
	width: 100% !important;
	margin-right: 30px;
}
.home-testi .box-title {
	width: 100%;
	margin-top: 20px !important;
	float: left;
}
/************ Courses Page CSS************/

.page-heading-standard .page-heading {	padding: 6px 0;}
h1, .impact-text, .impact-text > p, .impact-text-large, .impact-text-large > p, h3.countdown-subject, .swiper-slide .caption-content > h2, #jckqv h1, .spb_tweets_slider_widget .tweet-text, .modal-header h3 {	font-size: 22px !important;}
.fil-header {width: 100%;position: static;}
#all-courses-box .uber-grid-filters {width: 100%;text-align: left !important;}
div.uber-grid-filters > div, div.uber-grid-pagination > div {margin: 0 0 0 0 !important;}
#all-courses-box .spb_content_element.clearfix .spb_content_element.col-sm-12.spb_text_column .uber-grid-filters a {padding: 7px 11px !important;font-size: 12px;margin: 12px 12px 0 0 !important;float: left !important;}
.uber-grid-cell-outer.uber-grid-animated {width: 100%;}
.uber-grid-cell {width: 100% !important;}
.uber-grid-cell-outer.uber-grid-animated .uber-grid-cell .uber-grid-cell-wrapper {width: 100% !important;height: 100px !important;}
h2, .blog-item .quote-excerpt, .spb-row-expand-text, .filter-select-options {font-size: 18px !important;}
.filter-select-options .intake_table, .filter-select-options select {width: 80%;float: left;margin: 15px 0 0 0;padding: 6px 10px !important;height: 42px;}
.spb_content_element.col-sm-12.responsive-table.spb_text_column, table.sf-table, table{width: 100% !important;display: inline-block !important;height: 300px !important;overflow: scroll;overflow-y: scroll !important;border: 1px solid #b1b1b1;padding: 10px;}
table.sf-table td {padding: 5px;}
.spb_text_column > .spb-asset-content {padding: 0px !important;}
.boder-spacing-equl {margin-top: 20px !important;margin-bottom: 15px !important;}
.single-courses .header-banner {padding-bottom: 90px;margin-bottom: 20px;}
.sidebar {padding-bottom: 0px;}
.content-wrap.col-sm-12 h1.single-course-title {margin: 0px auto;line-height: 21px;text-align: left;padding: 0px !important;font-size: 16px !important;width: 100% !important;}.spb_content_element.col-sm-12.spb_text_column {padding: 0px !important;}
.single-courses .main-content {padding-bottom:10px; margin-top: 10px;}
.col-sm-12.title_text {padding: 0px 7px 0px;margin-bottom: 18px;}
.single-courses h2 {font-size: 18px !important;margin-top: 0px;font-weight: 800;color: #033149 !important;line-height: 24px;text-align: left;margin: 0 auto 30px !important;}form#state-mode-selector h2 {width: 100%;margin: 0 auto !important;line-height: 36px;font-size: 18px !important;}
#state_selector select {max-width: 100%;width: 100% !important;height: 43px;padding: 10px !important;margin: 10px 0 40px;}
#state-mode-selector {text-align: center;}
#state-mode-selector input {margin: 0px auto 30px !important;border-radius: 40px !important;padding: 10px 30px !important;color: #1a2a31;float: none !important;text-align: center;}
.course-interest {text-align: justify;}
#interested {display: inline-block;padding: 0px 0px 50px;}
#gform_34 .gform_wrapper form {max-width: 100%;margin: 0 auto;width: 100%;}
.gfield_label {width: 100% !important;font-weight: 900 !important;}
.ginput_container.ginput_container_text, .ginput_container.ginput_container_email, .ginput_container.ginput_container_phone {width: 100%;float: left;margin: 0 auto !important;}#gform_34 .gfield input, #gform_35 .gfield input {height: 43px !important;padding: 4px 10px;}
#gform_34 .gfield select, #gform_35 .gfield select {height: 43px !important;min-height: 43px;padding: 4px 10px!important;margin-bottom: 0px;}
.gform_footer.top_label {width: 100% !important;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {font-size: 1em;width: 100%;margin: 30px 0 16px;width: auto !important;padding: 9px 40px;}
.col-sm-8.push-right #state_selector {padding: 0px 0 20px;}
#gform_wrapper_34 #gform_34 .gfield input, #gform_35 .gfield input, #gform_wrapper_34 #gform_34 .gfield select, #gform_wrapper_34 #gform_35 .gfield select {height: 43px !important;min-height: 43px;}.gform_footer.top_label input#gform_submit_button_34 {margin-top: 30px;}#custom_html-5 .spb-row.reasons-to-study-with-everthought .is-visible {font-size: 20px;margin-bottom: 0px;}
.int_form #gform_wrapper_34.gform_wrapper form {width: 100%;}
.tab-breadcrumb p {margin-bottom: 0px;padding: 0 15px;font-size: 19px !important;}
.col-sm-8.push-right #state_selector #major_tabs {background-color: #f9f9f9;}
ul.major-tabs li, ul.minor-tabs li {min-width: 48% !important;width: 100% !important;}
.inner-container-wrap ul.major-tabs, ul.minor-tabs {overflow-y: inherit;overflow-x: scroll;text-align: center;margin: 0 auto;}
ul.mobile-navigation i {font-size: 23px !important;}
ul.mobile-navigation {position: absolute !important;top: 46px !important;}
#major_tabs ul.mobile-navigation i::before {top: 63px !important;}
.mobile-navigation:before, .mobile-navigation:after{background-color: #f9f9f900 !important;background: transparent !important;}
#major_tabs h6.tab-heading {font-size: 23px;margin: 0px auto 15px;}
.row.flex-row.top-bg-image-show {padding: 0px 0 0 0;position: relative;}
.price-container .content {width: 100% !important;}
#minor_tabs {margin-top: 0px !important;}
.subjects > li a {font-size: 17px;line-height: 1.4;}
.module.module-default p {width: 100% !important;}
.col-sm-8.push-right #state_selector #major_tabs .entry-content.col-sm-12 {width: 100%;padding-bottom: 0px;}
.tab-breadcrumb {display: inline-block;}
table {width: 100%;}.dig_clg_bx.col-sm-8.push-right.clearfix, .dig-container.dig_ma-box.dark.dig-min-het {width: 100% !important;padding: 0px;}
.dig_ma-box .digloginpage, .dig_ma-box .forgot, .dig_ma-box .register {width: 100%;left: 0px;}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {margin: 0 auto !important;margin-right: 29px !important;width: 40px !important;height: 40px !important;}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a {float: left;text-decoration: none;padding:8px 0px !important;color: black;font-size: 17px;font-weight: 700;text-align: center;width: 100%;}
.row.fw-row.dynamic-header-change .spb-row {padding: 10px !important;}
strong, .row.fw-row.dynamic-header-change.fw-row-adjusted strong {width: 100%;text-align: left !important;display: inline-block;}
.amazingcarousel-list-container, .amazingcarousel-list-wrapper {width: 100% !important;}
.clearfix.post-2257.page.type-page.status-publish.hentry .spb-column-container.col-sm-6 {width: 100%;margin-bottom: 40px;}
#how-to-apply-for-a-scholarship {padding: 0px;background-color: #f8f8f8;}
ul#gform_fields_5 li {display: inline-block;width: 100% !important;margin: 0 auto;}
.apply-for-a-scholarship .ginput_container {float: left !important;width: 100% !important;}
.spb_content_element.spb_image.noframe.col-sm-12.thumbnail-default.square-corners {width: 200px;margin: 0 auto 10px;}
.dig-container.dig_ma-box.dark form {width: 100%;}
.dig_clg_bx, .logocontainer, .dig-container {margin-bottom: 0px !important;}
.lighte.bgdark.button.dig-signup-otp.registerbutton:hover {color: #4b2222 !important;}
.our-list-of-agents .author-block {width: 120px;padding: 7px;margin: 0 10px 10px 0;height: 100%;min-height: 166px;float: left;}
.gform_wrapper form li, .gform_wrapper li {margin-left: 0 !important;list-style: none !important;overflow: visible;	width: 100% !important;	display: inline-block;	margin: 0 auto !important;}
#gform_wrapper_40 ul#gform_fields_40 label.gfield_label, #gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_text, #gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_email, #gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_textarea {	width: 100% !important;}
#gform_wrapper_40 ul#gform_fields_40 .ginput_container.ginput_container_textarea textarea {	border-radius: 10px !important;}
.row.noticeboard .col-md-6, .row.noticeboard .col-md-3 {margin: 0 0px 27px 0;	width: 100%; min-height: auto; padding: 20px 10px;}
.row.noticeboard {margin-top: 50px;}
.row.noticeboard .col-md-6 a, .row.noticeboard .col-md-3 a{display:inherit;}
.mobmenu-push-wrap, body.mob-menu-slideout-over {padding-top: 0px !important;}
.mob-menu-header-holder {
 position: absolute !important;
 top: 0px !important;
 right: 0px !important;
 background-color:transparent !important;
}
.mobmenur-container {
 top: 28px !important;
}
.mobmenu_content li a {
    padding: 10px 20px !important;
}
.spb-asset-content strong, .row.fw-row.dynamic-header-change.fw-row-adjusted strong {
   
    line-height: 25px;
}
.clearfix section#three_boxes.row.fw-row.dynamic-header-change.fw-row-adjusted strong{
	font-size:23px !important;
	text-align:center !important;
	margin-top:10px !important;
}
.spb-row.reasons-to-study-with-everthought b.is-visible{
     margin-bottom:0px !important;
}
.row .spb-row-no-cols-wrapper.spb-row-multi-col.clearfix {
	margin-bottom:0px !important;
}
.spb_content_element.col-sm-12.spb_text_column .filter-select-options {
    text-align: center;
    float: none;
}
.spb_content_element.col-sm-12.spb_text_column .filter-select-options .intake_table, .filter-select-options select {
    float: none;
    margin: 15px 0px 15px 0;
}
section#down_row .spb_content_element.clearfix .spb-asset-content a.sf-button.standard.accent.default {
    text-align: center;
}
.spb_content_element.clearfix .spb_button.spb_content_element.col-sm-12.intake_reset.down_button {
    margin-top: 20px;
}
.textwidget.custom-html-widget .gs_testimonial_container {
    padding: 30px 10px;
}
#custom_html-5 .spb-row.reasons-to-study-with-everthought .is-visible{
font-size: 16px;
}
.spb_content_element.clearfix .spb_button.spb_content_element.col-sm-12 {
    margin-top: 15px;
}
.spb-row-no-cols-wrapper.spb-row-multi-col.clearfix .spb-asset-content p{
	margin-bottom:15px;
}
.popmake-content .gform_wrapper .top_label .gfield_label {
   display: inline-block !important;
   float: none;
}
#gform_34 .gfield, #gform_35 .gfield {
    float: left !important;
    margin-right: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
}
.pum-theme-1712 .pum-container, .pum-theme-enterprise-blue .pum-container {
    padding: 28px 0px !important;
}
.pum-content.popmake-content .ginput_container.ginput_container_select {
    width: 100%;}
#gform_34 .medium.gfield_select, #gform_35 .medium.gfield_select {
    width: 100%;
    height: 46px !important;
}
.module.module-course-listing h3 {
    margin: 0px 0px 10px !important;
}
.Subjects .module.module-course-listing p {
    margin:10px 0px;
}
.Subjects .module.module-course-listing ul{
	  margin-bottom: 15px;
}
.module.module-course-listing ul.ait13 {
    margin-bottom: 5px;
}
.module.module-course-listing ul.subjects li a{
	margin-bottom: 0px;
}
.single-courses .tab-content {
    padding: 0px 0px;
}
.col-sm-8.push-right .btn-group a {
    margin: 7px auto 0 !important;
}
div#minor_tabs .subjects > li a{
	    margin-bottom: 10px;
}
#gform_35 #input_35_15 {
    margin: 0px 0px !important;
}
#gform_35 #input_35_18 {
    margin: 5px 0 0 0 !important;
}
.popmake-content input[type="checkbox"] {
    margin: -9px 10px 0 0 !important
}
.popmake-content .gform_wrapper .top_label .gfield_label {
    margin-top: 12px;
}
.gfield_label {
    line-height: 40px !important;
}
section#custom_html-6 {
    padding-bottom: 9px;
}
.textwidget.custom-html-widget .gs_testimonial_container {
    padding: 5px 10px;
}
.gs_testimonial_container {
    padding: 10px 10px !important;
}

.spb-column-inner {
    padding-top: 6px !important;
    padding-bottom: 0px !important;
}
.spb-asset-content p {
    margin-bottom: 20px !important;
}
.spb_divider.thin.spb_content_element {
    margin-bottom: 30px !important;
}
.spb_content_element.col-sm-12.spb_text_column .spb-asset-content p{
	margin-bottom:10px !important;
}
.divider-wrap.col-sm-12 .spb_divider.thin.spb_content_element {
    margin-bottom: 10px !important;
}
.spb-asset-content p {
    text-align: justify;
}
.page-id-2209 .spb-asset-content h2{
	padding:0 0 !important;
}
.page-content.hfeed.clearfix p {
    text-align: justify;
    margin-top: 10px;
}
.gform_wrapper .gform_footer{
	    padding: 0px 0 0px !important;
}
.gform_footer.top_label #gform_submit_button_41, .gform_footer.top_label #gform_submit_button_42, .gform_footer.top_label #gform_submit_button_37 {
    float: none !important;
}
#loginform-wplfta #wp-submit:hover, #gform_42 input#gform_submit_button_42, #loginform-wplfta-student #wp-submit:hover {
    color: #fff !important;
}
.gform_footer.top_label #gform_submit_button_37, #gform_42 input#gform_submit_button_42 {
    border-radius: 30px !important;
}
#loginform-wplfta #wp-submit:hover, #gform_42 input#gform_submit_button_42 {
    color: #fff !important;
}
.gform_footer.top_label #gform_submit_button_37, #gform_42 input#gform_submit_button_42 {
    border-radius: 30px !important;
}
.gform_footer.top_label input#gform_submit_button_42 {
    float: none !important;
}
.wp-caption img {
    margin: 4px 0 !important;
}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li:last-child
{
  margin-right:0px !important;
}
.page-id-2266 .spb-row-no-cols-wrapper.clearfix .spb_content_element.col-sm-12.spb_text_column {
    margin-bottom: 0px !important;
}
.spb_divider.standard.spb_content_element {
    margin-bottom: 15px !important;
}
.ginput_container.ginput_container_number {
    width: 100% !important;
}
.page-content.hfeed.clearfix #loginform-wplfta, #loginform-wplfta-student {
    width: 75% !important;
    margin: 0 auto 80px;
}
.clearfix.post-2074 .login p {
    text-align: center !important;
}
.clearfix.post-2074.page.type-page.status-publish.hentry strong {
    font-size: 23px !important;
    text-align: center !important;
}
.spb-asset-content p.bottom-designe {
    text-align: center !important;
}
.postid-385 #popmake-1716.pum-container.popmake {
 width: 90% !important;
 padding: 20px 0px !important;
}
.uber-grid-cells-wrapper .uber-grid-cell-outer.uber-grid-animated {
 width: 100%;
}
.page-id-524 .spb_content_element.clearfix .spb_button.spb_content_element.col-sm-12 {
 margin-top: 15px;
 padding: 0px !important;
}
.page-id-524 .spb-row > .spb_content_element {
 padding: 0px !important;
}
.page-id-257 .spb_button.spb_content_element.col-sm-12.down_button a.sf-button.standard.accent.default {
    text-align: center !important;
}
.cff-wrapper, #sb_instagram, .youtube_channel.responsive {
    min-height: auto !important;
    height: 100% !important;
}
.page-id-257 .spb_content_element.clearfix .spb-asset-content a.sf-button.standard.accent.default {
    font-size: 13px !important;
    padding: 6px 12px !important;
}
.page-id-257 .spb-column-container.col-sm-4.right_button .spb-asset-content {
    text-align: center !important;
}
.page-id-2002 #gform_5 .gform_footer.top_label, #gform_40 .gform_footer.top_label {
    width: 450px !important;
}
.page-id-2291 form#gform_40 .gform_footer.top_label {
    width: 471px !important;
}
.page-id-2289 form#gform_40 .gform_footer.top_label {
    width: 475px !important;
}
.page-id-2298 .spb-asset-content a.sf-button.standard.accent.default {
    font-size: 13px !important;
    padding: 10px 18px !important;
}

.page-id-959 .row .spb-row-no-cols-wrapper.spb-row-multi-col.clearfix .spb_text_column {
    margin-bottom: 0px;
}
.page-id-959 .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
.page-id-2179 .gform_footer.top_label input#gform_submit_button_42 {
    float: right !important;
	margin-top: 2px !important;
}
.page-id-2179 #gform_37 .gform_footer.top_label, #gform_42 .gform_footer.top_label {
    margin-top: 0px !important;
}
.postid-357 .pum-container.pum-responsive.pum-responsive-medium{
    width: 87% !important;
    padding: 13px 10px !important;
    top: 45px !important;
	margin: 0 auto !important;
    text-align: center !important;
    float: none !important;
    left: 0px !important;
    right: 0px !important;
}
.postid-377 .module {
    margin-bottom: 20px;
}

}



@media (max-width : 767px) and (orientation: landscape) {
/************ Home Page CSS************/
footer#footer ul.phone-no-text.footer li {padding: 10px;border: none !important;width: auto;margin: 0px auto 10px;margin-right: 10px;min-width: 130px;}
.spb-row.three_boxes .spb-column-container.col-sm-4 {border-right: none !important;padding: 30px 12px !important;height: 100% !important;min-height: auto !important;width: 33%;float: left;}.gform_wrapper form {width: 70%;}

/************ Courses Page CSS************/
.uber-grid-cell-outer.uber-grid-animated {width: 49% !important;float: left !important;}
.single-courses .header-banner {padding-bottom: 160px;}
.gfield_label {width: 50% !important;font-weight: 900 !important;}
.module.module-default p {width: 47% !important;}
ul.major-tabs li, ul.minor-tabs li {min-width: 25% !important;width: 100% !important;}
#mobile-logo.has-img {max-width: 230px;}
#major_tabs ul.mobile-navigation i::before {top: 35px !important;}
.row.noticeboard .col-md-6 a, .row.noticeboard .col-md-3 a {display: inline;}
.col-sm-8.push-right .btn-group a {
    margin-right: 10px !important;
}
#custom_html-5 .spb-row.reasons-to-study-with-everthought .is-visible {
    font-size: 19px;
}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    margin: 0 auto !important;
    margin-right: 67px !important;
}
div#fragment-1 div#attachment_1930 {
    width: 45% !important;
    float: left !important;
}
div#attachment_1907 {
    width: 45% !important;
    float: left;
}
div#attachment_483 {
    width: 46% !important;
    float: left;
}
.page-id-959 .clearfix .spb-column-container.col-sm-4.social_box {
    width: 100% !important;
}
.page-id-257 .spb-column-container.col-sm-4 .spb_button.spb_content_element.col-sm-12.down_button{
	text-align:center;
}
.filter-select-options .intake_table, .filter-select-options select {
    width: 50% !important;
}
.spb_content_element.clearfix .spb_button.spb_content_element.col-sm-12.intake_reset.down_button {
    margin-top: 0 !important;
}
.page-id-524 .row.fw-row.dynamic-header-change.fw-row-adjusted .spb-column-container.col-sm-4 {
    width: 33% !important;
    float: left;
	padding: 0px 3px;
}
.page-id-524 .spb-asset-content a.sf-button.standard.accent.default{
	font-size:12px !important;
	padding: 9px 14px !important;
    line-height: 14px;
}
.page-id-524 .spb_content_element.spb_image.noframe.col-sm-12.thumbnail-default.square-corners {
    width: 165px;
    margin: 0 auto 10px;
}
.page-content.hfeed.clearfix #loginform-wplfta, #loginform-wplfta-student {
    width: 70% !important;
    margin: 0 auto 80px;
}
.page-id-524 .spb_content_element.clearfix {
    padding: 0px 10px !important;
}
.page-id-257 .spb-column-container.col-sm-4.right_button .spb-asset-content {
    text-align: center !important;
}
.page-id-257 .spb_content_element.clearfix .spb-asset-content a.sf-button.standard.accent.default {
    font-size: 13px !important;
    padding: 11px 21px !important;
}
.page-id-2002 .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    width: 46% !important;
	float: left !important;
}
.page-id-2002 #gform_5 .gform_footer.top_label, #gform_40 .gform_footer.top_label {
    width: 458px !important;
}
.page-id-2291 form#gform_40 .gform_footer.top_label {
    width: 427px !important;
}
.page-id-2289 form#gform_40 .gform_footer.top_label {
    width: 430px !important;
}


}




/* #iPads (Portrait and Landscape) Styles
================================================== */
/*  ----------- */
@media (min-width : 768px) and (max-width : 1024px) {
	
/************ Home Page CSS************/	
.swiper-slide .caption-content {display: none;}
#mobile-logo.has-img {max-width: 220px;}.swiper-slide .caption-content {padding-right: 0;width: 100% !important;min-width: 100% !important;}
.spb_text_column > .spb-asset-content {display: inline-block;width: 100%;text-align: center; }
h1 {text-align: center;margin: 0 auto !important;width: 100% !important;}
.sf-words-wrapper {width: 100% !important;text-align: center !important;padding: 12px 0;}
.spb-column-container.col-sm-4.social_box .sf-headline.text-left.rotate-1 {padding: 0px;}
.spb-row.all-social-media .spb-column-container.col-sm-4.social_box {padding: 0;margin-right: 6px;width: 32%;}

/************ Courses Page CSS************/
.page-heading {padding: 15px 0;}
.uber-grid-cell-outer.uber-grid-animated {width: 50%;float: left !important;}
.uber-grid-cell {width: 100% !important;}
.uber-grid-cell-outer.uber-grid-animated .uber-grid-cell .uber-grid-cell-wrapper {width: 100% !important;height: 100px !important;}
.single-courses .header-banner {margin-bottom: 60px;}
.col-sm-8.push-right #state_selector {padding: 0px 0 20px;}
h1.single-course-title, .single-courses h2 {font-size: 23px;text-align:left;padding-bottom: 5px;margin-bottom: 50px;line-height: 28px !important;}.col-sm-8.push-right.clearfix .spb_text_column > .spb-asset-content {text-align: left;}
form#state-mode-selector h2 {width: 100%;}.states {display: inline-block !important;width: 100% !important;}
#state-mode-selector input {margin: 10px auto 40px !important;float: left;width: auto;display: inline-table;}
span.text-left-side-setting {font-size: 16px;font-weight:200;}
.tab-breadcrumb p {margin-bottom: 0px;float: left;width: 100%;font-size: 20px !important;}
#minor_tabs {margin-top: 0px !important;}.module.module-default p {width: 30.2% !important;}
table.standard_bordered, table.striped_bordered, table.sf-table {border: 1px solid #707070 !important;overflow-x: scroll !important;verflow: scroll !important;}
table {width: 100%;}
aside.sidebar.left-sidebar {padding: 0 !important;margin-top: 30px;}
.dig-container.dig_ma-box.dark .login h2 {font-size: 24px;}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {margin: 0 auto !important;margin-right: 24px !important;width: 50px !important;height: 50px !important;}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li a {float: left;text-decoration: none;padding:14px 0px !important;color: black;font-size: 17px;font-weight: 700;text-align: center;width: 100%;}strong {width: 100%;text-align: left !important;display: inline-block;}
.visas h1.heading, facilities-locations-two {font-size: 27px !important;margin: 26px auto 0px !important;}
.row.fw-row.dynamic-header-change.fw-row-adjusted strong {font-size: 27px !important;}
.inner-page-wrap.has-left-sidebar.has-one-sidebar.row.clearfix .spb_button.spb_content_element.col-sm-4 {width: 100%;}
a.sf-button {padding: 11px;}
.clearfix.post-2257.page.type-page.status-publish.hentry .spb-column-container.col-sm-6 {width: 100%;margin-bottom: 40px;}
.row.noticeboard {margin-top: 45px;}
.row.noticeboard .col-md-6, .row.noticeboard .col-md-3 {margin: 0 0 27px 0;	width: 94%;	min-height: 100px;	height: 100%;	padding: 7px;}
.mob-menu-header-holder {
	background-color:unset !important;
	top: -108% !important;
}
.all-social-media .social_box h1.sf-headline.text-left.rotate-1 {
	font-size: 28px;
	padding-left: 10px !important;
	margin-bottom: 10px !important;
}
.social_box:nth-child(2) .bottom-designe {
	padding-top:10px;
}
.page-id-959 section#three_boxes.row.fw-row.dynamic-header-change.fw-row-adjusted strong {
    font-size: 32px !important;
}
.row.fw-row.dynamic-header-change.fw-row-adjusted strong span {
    margin: 0 0 0 6px;
}
.page-id-959 .row .spb-row-no-cols-wrapper.spb-row-multi-col.clearfix .spb_text_column {
    margin-bottom: 0px !important;
}
.page-id-959 .spb-row.reasons-to-study-with-everthought {
    margin-top: 10px !important;
}
#custom_html-5 .spb-row.reasons-to-study-with-everthought .is-visible{
	font-size:24px;
	margin-bottom:0px !important;
}
.spb-row.reasons-to-study-with-everthought b.is-visible{
	margin-bottom:25px !important;
}
.mobmenu-push-wrap, body.mob-menu-slideout-over {
    padding-top: 0px !important;
}
.states {
    text-align: left !important;
}
.spb-asset-content p {
    margin-bottom: 0px !important;
}
.spb_text_column {
    margin-bottom: 0px !important;
}
#gform_41 ul li, #gform_37 ul li, #gform_42 ul li, #gform_5 ul li, #gform_40 ul li {
 border-top: none;
 border-bottom: none;
 display: inline-block;
 width: 100%;
}
li#field_42_4, li#field_42_3 {
    width: 49% !important;
    float: left !important;
    margin: 0 auto;
}
li#field_42_3 {
    float: right !important;
}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li:last-child{
	margin-right:0px !important;
}
.spb_button.spb_content_element.col-sm-12 .spb-asset-content a.sf-button.standard.accent.default{
	padding: 8px 14px !important;
}
section.row.fw-row.dynamic-header-change.fw-row-adjusted strong {
    font-size: 22px !important;
}
div#attachment_1907 {
    width: 44% !important;
    float: left !important;
    margin: 4px 10px !important;
}
div#attachment_483 {
    width: 45% !important;
    float: left;
   
}
#gform_5 .gform_footer.top_label{
    width: 360px !important;
}
li#field_37_8 {
    width: 50% !important;
    float: left;
}
li#field_37_3 {
    width: 50% !important;
    float: left;
}
li#field_37_4 {
    width: 100% !important;
    float: left !important;
}
.clearfix.post-2074.page.type-page.status-publish.hentry strong {
    font-size: 26px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
}
form#gform_40 ul#gform_fields_40 li .ginput_container.ginput_container_text, form#gform_40 ul#gform_fields_40 li .ginput_container.ginput_container_email,  form#gform_40 ul#gform_fields_40 li .ginput_container.ginput_container_textarea{
    width: 60% !important;
}

li#field_37_4 {
    width: 50% !important;
}
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    margin-right: 24px !important;
}
.mobmenur-container {
    top: 118px !important ;
    margin-right: 10px;
}
#gform_submit_button_36, .text, .button_two span {
 font-weight: 600 !important;
 font-size: 13px !important;
 line-height: 15px;
}
.page-id-524 .spb-row .spb_content_element.clearfix {
    margin: 0 auto !important;
    width: 100%;
	 padding-left: 261px;
    padding-right: 15px;
}
.page-id-524 .spb-column-container.col-sm-4 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.cff-wrapper, #sb_instagram, .youtube_channel.responsive {
 min-height: auto !important;
 height: 100% !important;
}
.page-id-257 .spb_button.spb_content_element.col-sm-12.down_button a.sf-button.standard.accent.default {
    text-align: center;
}
.page-id-2209 .spb_button.spb_content_element.col-sm-12 .spb-asset-content a.sf-button.standard.accent.default {
    margin-top: 8px !important;
}
.page-id-2245 div#attachment_1930 {
    width: 48% !important;
	margin:0 0!important;
}
.page-id-1759 .spb_button.spb_content_element.col-sm-4 {
    margin-top: 10px !important;
}

.page-id-2002 #fragment-1 .spb-row .spb_content_element.clearfix{
	width:100% !important;
}
.page-id-2002 #fragment-1 .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
	width: 45% !important;
	float: left !important;
}
.page-id-2002 .spb_content_element.clearfix {
    width: 100% !important;
}
.page-id-2002 .spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    margin-right: 31px !important;
}
.page-id-2002 #gform_5 .gform_footer.top_label, #gform_40 .gform_footer.top_label {
    width: 382px !important;
}
.page-id-2291 form#gform_40 .gform_footer.top_label {
    width: 367px !important;
}
.page-id-2289 form#gform_40 .gform_footer.top_label {
    width: 387px !important;
}
.page-id-170 .spb-row .spb_content_element.clearfix {
    width: 100%;
}
.page-id-524 .spb-asset-content a.sf-button.standard.accent.default span.text {
    font-size: 12px !important;
}
.uber-grid.uber-grid-effect-none.uber-grid-mobile-hover.uber-grid-initialized div.uber-grid-cell-image {
    width: 100% !important;
    height: 60% !important;
}
.pum-container.pum-responsive.pum-responsive-medium {
 width: calc(100% - 25%) !important;
 padding: 60px 75px !important;
 top: 9% !important;
}
.page-id-2289 .spb_content_element.col-sm-12.spb_text_column {
    width: 100% !important;
    padding: 0 0 !important;
}
#state-mode-selector .states input {
	display: none !important;
	text-align: center !important;
	margin: 0 auto;
	float: none;
}
.states {
    text-align: center !important;
}
.page-id-257 .spb_content_element.col-sm-12.responsive-table.spb_text_column {
    margin-bottom: 10px !important;
}
.page-id-2266 .spb-asset-content {
    text-align: center !important;
}
.page-id-2266 .spb-asset-content .heading strong {
    text-align: center !important;
}

}




@media (min-width : 768px) and (max-width : 1024px) and (orientation: landscape){
	
/************ Home Page CSS************/	
.swiper-slide .caption-content {display:block !important;}
#mobile-logo.has-img {max-width: 220px;}
.swiper-slide .caption-content {padding-right: 0;	width: 100% !important;	min-width: 100% !important;}

/************ Courses Page CSS************/
.uber-grid-cell-outer.uber-grid-animated {width: 33%;float: left !important;}
a.sf-button {padding: 12px 16px;}
.clearfix.post-2257.page.type-page.status-publish.hentry .spb-column-container.col-sm-6 {width: 50%;}
.social_box:nth-child(2) .bottom-designe {
	padding-top: 74px;
}
.mobmenur-container {
    top: 105px !important;
    margin-right: 10px;
}
.page-id-524 .spb-asset-content {
    width: 94%;
}
/*******HOME PAGE****/
.cff-wrapper, #sb_instagram, .youtube_channel.responsive {
    min-height: 556px !important;
    height: 100% !important;
} 
.page-id-959 .social_box:nth-child(2) .bottom-designe {
    padding-top: 10px;
}
.page-id-959 .col-md-6.credibility_history h1 {
    font-size: 33px;
    line-height: 43px;
}
.page-id-959 .col-md-6.credibility_history a.slider-buttons {
    padding: 10px 29px;
    margin-top:15px;
    font-size: 17px;
   
}
.page-id-959.col-md-6.credibility_history {
    padding: 210px 0 0 0;
}
.page-id-959 .spb_text_column {
    margin-bottom: -3px !important;
}
.page-id-959 section#three_boxes.row.fw-row.dynamic-header-change.fw-row-adjusted strong {
    font-size: 29px !important;
}
#mobile-logo img {
    max-width: 94%;
}  
.spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    margin-right: 56px !important;
}  
.page-id-2002 .spb_content_element.col-sm-12.spb_text_column ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all li {
    margin-right: 60px !important;
}
.page-id-2002 #gform_5 .gform_footer.top_label, #gform_40 .gform_footer.top_label {
    width: 458px !important;
}
.page-id-2291 form#gform_40 .gform_footer.top_label {
    width: 430px !important;
}
.page-id-2289 form#gform_40 .gform_footer.top_label {
    width: 463px !important;
}

}


/*
Slider fix sitewide
 */
.cycle-slideshow,
.cycle-slideshow .cycle-slide,
.cycle-slideshow .cycle-slide,
.cycle-carousel-wrap{
    width: 100% !important;
}

.gs_style1 .box-content, .gs_style1 .box-title, .gs_style1 .box-companyinfo, .gs_style1 .box-desiginfo, .gs_style1 .star-rating{
    margin: 0 !important;
}
.gs_style1 .box-content p, .gs_style6 .box-content p, .gs_style7 .box-content p, .gs_style8 .box-content p, .gs_style9 .box-content p{
    background: transparent;
    font-weight:normal !important;
    font-size:14px;
    line-height:17px;
    text-align: center;
}
.gs_style1 .box-content::after{
    display: none;
}

.box-content p {
    margin: 0 !important;
    font-weight: 400 !important;
    font-family:"Noto Sans", sans-serif;
    font-size:12px;
    color:#333;
    line-height:17px;
    margin-bottom:10px;
}


h3.box-title{
    font-size: 16px !important;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-title{
    font-size: 16px !important;
    font-weight: bold  !important;
    text-align: center  !important;
}

