@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body
{
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Open Sans', sans-serif;
}
.btn.selectpicker{
    border-radius: 0;
    outline: none;
    box-shadow: none;
    min-height: 38px;
}
.top-div
{
    margin: 20px 0;
    padding: 0px 8px;
}
.top-div .box_career
{
    max-width: 230px;
    text-align: center;
    border: 2px solid #898989;
    padding: 0;
    float: left;
    margin-right: 0px;
    background: #dfdfdf;
}
.top-div .box_career h4
{
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 8px;
    color: #000;
}
.top-div hr
{
    float: left;
    width: 2%;
    border-color: #20419b;
    border-width: 2px;
    margin: 18px 0;
}
.top_green
{
    border-color: #5cb85c !important;
    background: #5cb85c !important;
}
.top_green h4
{
    color: #fff !important;
}
.qbox 
{
    position: relative;
    top: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}
.qbox-default 
{
    border-color: #20419b;
}
.triangle-field 
{
    padding-left: 0;
}
.badage 
{
    width: 0;
    height: 0;
    border-top: 70px solid #428BCA;
    border-right: 70px solid transparent;
    transform: rotate(180deg);
}
.qbox-default .badage 
{
    border-color: transparent #20419b transparent transparent;
}
.badage-text 
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    right: -56px;
    top: -30px;
    white-space: nowrap;
    z-index: 100;
    transform: rotate(180deg);
    /*-ms-transform: rotate(180deg);*/
}
.qbox-question 
{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    font-weight: bold;
    /* padding-right: 40px; */
    padding-top: 5px;
    /* margin-left: -40px; */
}
.qbox-content 
{
    /* padding: 0px 20px 10px; */
    margin-left: 20px;
}
.radio 
{
    padding-left: 0;
}
.qbox-content .radio label 
{
    font-weight: bold;
}
.qbox:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: rotate scale(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.qbox-success {
    border-color: #5CB85C;
}
.qbox-success .badage {
    border-color: transparent #5CB85C transparent transparent;
}
.qbox-error {
    border-color: #D9534F;
}
.qbox-error .badage {
    border-color: transparent #d9534f transparent transparent;
}
.end_exam_btn
{
    margin: 35px 0;
    border-radius: 0;
    outline: none;
    background: #20419b;
    border-color: #20419b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase;
}
.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-list 
{
    list-style-type: none;
    margin-top: 53px;
    text-align: right;
}
.header-list li
{
    display: inline;
    font-size: 16px;
    padding: 0 10px;
    color: #000;
}
.header-list li a
{
    color: #000;
}
.progress-indicator li.completed, .progress-indicator li {
    color: #20419b;
    font-weight: bold;
}
.progress-indicator>li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #20419b;
    display: block;
}
.flexer-element, .progress-indicator>li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    background-color: #20419b;
    border-color: #20419b;
}
.progress-indicator>li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    display: block;
    margin: 0 auto .5em;
    border-bottom: 1px solid #20419b;
}
.progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbb;
}
.progress-indicator>li .bubble:before {
    left: 0;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    background-color: #20419b;
    border-color: #20419b;
}
.progress-indicator>li .bubble, .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    background-color: #20419b;
    border-color: #20419b;
}
.progress-indicator>li .bubble:after {
    right: 0;
}
.progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #20419b;
}
.meter
{
    background: #f5f5f5;
    padding: 16px 0 0 0;
}
.modal-pricing {
    line-height: 1.5rem;
    padding: 1.4rem 1rem;
    border-radius: 4.5px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    display: flex;
    align-items: center;
    margin: 20px 0;
    position: relative;
    border: 1px solid #ddd;
}
.modal-pricing .col-md-7 p:nth-child(1) {
    opacity: .7;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    margin-left: 0;
    font-weight: 700;
}
.modal-pricing .col-md-7 p:nth-child(3) {
    opacity: .8;
    color: #666;
    margin-top: .45em;
    font-size: 13px;
}
.modal-pricing .col-md-3 button {
    border-radius: 0;
    outline: none;
}
.modal-pricing .col-md-2 p:first-child del {
    font-size: 18px;
}
.modal-pricing .col-md-2 p:first-child span {
    font-size: 12px;
    padding-left: 5px;
    color: green;
    font-weight: 600;
}
.modal-pricing .col-md-2 p:nth-child(2) {
    font-size: 22px;
    color: green;
    text-align: right;
}

/* Abroad Studies */

.ab-box
{
    /* border: 1px solid #cacad3; */
    padding: 20px;
    background: #fff;
    /* margin-bottom: 10px; */
    position: relative;
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
}
.ab-box-predictor
{
    margin-top: 30px;
}
.ab-box-predictor > div
{
    width: 100px;
    height: 100px;
    border: 3px solid #1f409b;
    background: #1f409b;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 20px;
    margin: 0 auto;
}
.ab-box-predictor h2
{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    position: relative;
    margin-top: -18px;
    padding: 4px;
    text-align: center;
}
.ab-box-details
{
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}
.ab-box-details .left-area h2
{
    margin: 0;
    font-size: 18px;
    color: #20419b;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.ab-box-details .left-area .dropdown
{
    margin: 12px 0;
}
.ab-box-details .left-area p
{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.ab-box-details .right-area .dropdown
{
    display: inline-block;
}
.ab-box-details .right-area p
{
    display: inline-block;
    font-weight: 600;
    margin-left: 22px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.as-box-p
{
    margin-top: 15px;
    min-height: 118px !important;
}
.as-box-p p 
{
    font-size: 12px !important;
}
.ab-box-btn button
{
    border-radius: 0;
    margin-top: 100px;
    font-size: 16px;
    /*background: #f14045;
    border-color: #f14045;*/
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 15px !important;
}
.ab-box-btn button:focus, .ab-box-btn button:hover
{
    /*background: #f14045;
    border-color: #f14045;*/
    outline: none;
}
.ab-bottom-box
{
    padding: 14px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 1px 2px 1px hsla(0,0%,42.7%,.14);
    background: #f7b604;
    color: #000;
}
.ab-bottom-box p 
{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.count
{
font-size: 16px;
}
.filter{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.filter select, .filter input, .btn.selectpicker {
    min-height: 42px !important;
}
.o-btns{
    margin-top: 15px;
}
.o-btns button{
    vertical-align: inherit;
}
.o-btns select {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 12px;
    display: inline-block;
    width: 230px;
    min-height: 38px !important;
}
.filter .col-md-4
{

}
.filter .col-md-4 select, .filter .col-md-4 input, .filter .col-md-5 input  {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    margin-bottom: 12px;
    min-height: 38px;
}
.intakeRes
{
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    display: none;
}
.application-box
{
    box-shadow: 0.707px 0.707px 3px rgba(0,0,0,0.3);
    background-color: #fbfbfb;
    padding: 12px;
    margin: 20px 0;
}
.application_heading
{
    font-size: 1.8rem;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.application-box .col-md-10 h5
{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #000;
}
.application-box .col-md-10 p
{
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.application-box .col-md-2 button
{
    border-radius: 0;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    letter-spacing: 0.8px;
}
.application-box .col-md-2 button:focus
{
    outline: none;
    box-shadow: none;
}
.application-box .col-md-12 h5
{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #000;
    line-height: 16px;
    margin-bottom: 10px;
    display: block;
}
.application-box .application_dates .info_box_app
{
    border: 1px solid #999;
    padding: 10px 15px;
    background: #fff;
    margin-top: 12px;
    text-align: left;
}
.application-box .application_dates .info_box_app
{
    font-weight: 600;
    color: #008489;
    letter-spacing: 0.4px;
}
.application-box .application_dates .info_box_app span
{
    margin-right: 25px;
    font-weight: 600;
    color: #008489;
    letter-spacing: 0.4px;
}
.show_applications
{
    float: right;
    line-height: 30px;
    font-weight: 600;
    color: #008489;
    cursor: pointer;
}
.show_applications:hover
{
    color: #008489;
}
.application_dates
{
    /*max-height: 188px;
    overflow: hidden;*/
}
.bottom_side_applications a
{
    font-size: 14px;
    color: #008489;
    cursor: pointer;
    display: inline-block;
}
.bottom_side_applications span
{
    color: #ccc;
}
.clear
{
clear: both;
}
.hamburger
{
    display: none;
    margin-top: 46px;
}

.details-ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.details-ul li{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.details-ul li i{
    color: #1f409b;
    margin-right: 7px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.as-box-p {
    margin-top: 15px;
    min-height: 118px !important;
    background: #f6f6f6;
    color: #040404;
    border: 1px dotted #000;
}
.ab-box-details .right-area p {
    display: inline-block;
    font-weight: 600;
    margin-left: 22px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 600px) {
.ab-box-predictor h2
{
text-align: center;
}
.ab-box-details
{
    border: none;
    text-align: center;
    margin-top: 12px;
}
.as-box-p
{
text-align: left;
}
.pd0
{
padding: 0px;
}
.ab-box-btn button
{
    margin-top: 15px;
}
.intake
{
    display: none !important;
}
.intakeRes
{
    display: block !important;
}
.header-list {
    margin-top: 7px;
    text-align: left;
    padding-left: 0;
}
.header-list li {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
}
.top-logo
{
    max-width: 180px !important;
    display: inline !important;
}
.hamburger
{
display: block;
}
.hide-div
{
display: none;
}
.top-div .box_career{
    max-width: 250px;
    float: none;
    margin: 0 auto;
}
.modal-pricing{
    display: block !important;
}

}
/* Style for input value block */
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 85% !important;
  display: inline-block !important;
  height: 15px;
  border-radius: 5px;
  background: #20419b;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: relative;
  z-index: 9;
}
.slider:after {
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
     opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    content:'\A';
    position:absolute;
    top:0; bottom:0;
    left:0; 
    z-index: -9;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 9999999;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.range-p{
    margin: 10px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.r1-range{
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600;
}
.r2-range{
    font-size: 20px;
    margin-left: 10px;
    font-weight: 600;
}