html, body {
  height: 100%;
}
body{
    margin: 0px;
}

ul,ol,li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
a,a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
/** Start General Style **/
.bg-white {
  background-color: #ffffff;
  color: #000;
}
/** End General Style **/
.no-padding{
    padding: 0px;  
}
.cultural_ul .fsSingleColumn .fsRowBody ul li{
    list-style-type: disc;
}
.cultural_ul .fsSingleColumn .fsRowBody ul{
    padding-inline-start: 40px;
}
.no-margin{
    margin: 0px;
}
.margin-right0{
    margin-right: 0px;
}
.padding-right0{
    padding-right: 0px;
}
.padding-left0{
    padding-left: 0px;
}
.mleft5{
    margin-left: 5px;
}
.mleft10{
    margin-left: 10px;
}
.mright5{
    margin-right: 5px;
}
.mright10{
    margin-right: 10px;
}
.mright20{
    margin-right: 20px;
}
.mtop0{
    margin-top: 0px !important;
}
.mtop5{
    margin-top: 5px;
}
.mtop10{
    margin-top: 10px;
}
.mtop15{
    margin-top: 15px;
}
.mtop30{
    margin-top: 30px;
}
.mtop80{
    margin-top: 80px;
}
.mtop120{
    margin-top: 120px;
}
.mbottom0{
    margin-bottom:  0px;
}
.mbottom5{
    margin-bottom:  5px;
}
.mbottom10{
    margin-bottom:  10px;
}
.mbottom15{
    margin-bottom:  15px;
}
.mbottom20{
    margin-bottom:  20px;
}
.mbottom30{
    margin-bottom:  30px;
}
.mbottom35{
    margin-bottom:  35px;
}
.ptop40{
    padding-top: 40px;
}
.ptop20{
    padding-top: 20px;
}
.pbottom20{
    padding-bottom: 20px;
}
.pleft10{
    padding-left: 10px;
}
.pleft12{
    padding-left: 12px;
}
.pleft20{
    padding-left: 20px;
}
.pright20{
    padding-right: 20px;
}
.padding5{
    padding: 5px;
}
.padding20{
    padding: 20px;
}
.break_word{
    word-wrap: break-word;
}
.arrival_check_in{
    font-size: 14px;
}
.text_area_resize_none{
    resize: none !important;
}
.arrival-tooltip{
    font-size: 16px;
}
.asterisk{
    font-size: 20px;
    line-height: 20px;
}
.arrival_check_in fieldset legend{
    font-size:17px;   
}
.placeholder {color: #aaa;}
.vertical-margin{
    margin-top: 30px;
    margin-bottom: 15px;
}
.hidden_block{
    display: none;
}
.pointer{
    cursor: pointer;
}
.btn-success{
    background-color: #17CE21;
    border-color:green;
    color:white;
}
.btn-green {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-green:hover, .btn-green:focus {
  color: #fff;
  background-color: #429e42;
  border-color: #309230;
}
.font-size-14{
    font-size: 14px;;   
}
.font-size-16{
    font-size:16px;   
}
.font-11{
    font-size:11px;   
}
.font-13{
    font-size:13px;   
}
.arrvial_check_in_employer_details{
    line-height: 22px;
}
.line-height-20{
    line-height: 20px;
}
.auto-height {
    height: auto;
}
/** Start bootstrap customize **/
.modal-content {
  border-radius: 0;
}
.trouble_presentation{
    width: 610px;
}
/** End bootstrap customize **/
.min-height-300{
    min-height: 300px;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
.cursor-wait{
    cursor: wait;
}
#loading_button{
    display: none;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
/* Header css */
#header{
    background: #1D1D1D;
}
.header-container{    
    height: 163px;
    padding-top: 35px;
}
.small-header-container{    
    height: 58px;
    padding-top: 5px;
}
.participant_row{
    background: #cacaca none repeat scroll 0 0;
    color: #333333;
    padding: 0 32px;
    font-size: 14px;
    height: 36px;
}
.logo{  
    margin-top: -55px;
}
.l_logo{
     background: rgba(0, 0, 0, 0) url("../img/logo.png") no-repeat scroll 0 0;
     height: 168px;
     width: 174px;
}
.l_logo.odc_camp_logo{
     background: rgba(0, 0, 0, 0) url("../img/odc_camp/odc_camp_logo_white_text.png") no-repeat scroll 0 0;
}
.l_logo_new{
     background: rgba(0, 0, 0, 0) url("../img/journey_header_logo.png") no-repeat scroll 0 0;
}
.l_logo_new.odc_camp_logo{
     background: rgba(0, 0, 0, 0) url("../img/odc_camp/odc_camp_logo.png") no-repeat scroll 0 0;
}

.mini_logo{
    margin-top: 60px;
    height: 41px;
    width: 171px;
    background: rgba(0, 0, 0, 0) url("../img/odc_logo.png") no-repeat scroll 0 0;
}
.mini_logo.odc_camp_logo{
    background: rgba(0, 0, 0, 0) url("../img/odc_camp/odc_camp_small_logo.png") no-repeat scroll 0 0;
}
.small-header-container .navbar-nav > li > a {
  padding: 17px 20px 16px;
}
.navbar-nav > li > a {
    color: #a2a2a2;
    font-size: 16px;
    padding: 56px 20px 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.nav > li > a:focus{
  background-color: transparent;
  text-decoration: none;
}
.nav > li > a:hover, .nav > li > a.active{
  background-color: #333333;
  text-decoration: none;
}
.square_login{
    background: #5e5f5f none repeat scroll 0 0;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    margin-top: 3px;
}
.welcome_name{
    margin-right: 20px;
}
.navbar-header .navbar-toggle ,.icon-bar{
    border: 1px solid #5E5F5F;
    color: #5E5F5F;
}
.navbar-collapse.nav-menu{
    padding: 0px;
}
.text-danger {
    color: #ED453F;
    padding-left: 5px;
}
.modal-header {
    background: #585858  none repeat scroll 0 0;
    color: #ffffff;
}
.modal-header .close {
    margin-top: 2px;
    color: white;
}
.send_btn{
    background: #cccccc;
    color: #5e605f;
    border: 1px solid #8E8E8E;
}
.journey_header .journey_header_img{
    position: absolute;
    top:-100px;
    background: url('../img/journey_header_logo.png') no-repeat scroll 0 0;
    height: 168px;
    width: 174px;
}
.journey_header h2{
    color: #cccccc;
    padding-left: 20px;
    text-transform: uppercase;
}
/* Start Section Styles */
#typed-strings{display: none;}
.section-banner{
    height: 500px;
    overflow: hidden;
    border-bottom: 30px solid black;
    z-index: -1;  
    max-width: 100%;
}
#banner_define_your_journey.section-banner{
    border-bottom: 0px solid black;
}
#banner_define_your_journey{
    height: 1000px;
    background-image: url('../img/home.jpg');
    background-size: cover;
    position: relative;
}
#banner_who_we_are{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/who_we_are.jpg') no-repeat;
    background-size: cover;
    transform: scale(1.1);
}
#banner_what_we_do{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/what_we_do.jpg') no-repeat;
    background-size: cover;
    transform: scale(1.1);
}
#banner_is_it_for_me{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/for_me.jpg') no-repeat;
    background-size: cover;
}
#banner_contact_us{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/contact_us.jpg') no-repeat;
    background-size: cover;
}
#banner_start_journey{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/start_journey.jpg') no-repeat;
    background-size: cover;
}
#banner_women_initiative_india{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/women_initiative_india.jpg') no-repeat;
    background-size: cover;
}
/*#before_applying .section-banner{
    height: 50%;
}*/
#banner_before_applying{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/before_applying.jpg') no-repeat;
    background-size: cover;
}
#before_applying .section_title{
    color:#999999;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #666666;
}
#banner_prepare_for_program{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/prepare_for_program.jpg') no-repeat;
    background-size: cover;
}
#banner_your_arrival{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/your_arrival.jpg') no-repeat;
    background-size: cover;
}
#banner_during_your_program{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/during_your_program.jpg') no-repeat;
    background-size: cover;
    transform: scale(1.1);
}
#banner_after_your_program{
    width: 100%;
    height: 100%;
    max-height: 100%;
    background: url('../img/after_your_program.jpg') no-repeat;
    background-size: cover;
    transform: scale(1.1);
}

.section-footer {
  margin-bottom: 20px;
}
.list_icon{
    background: white none repeat scroll 0 0;
    border: 1px solid #8D8D8D;
    margin-right: 20px;
    padding: 9px;
    color: #DBDBDB;
}
.section-content {
  position: relative;
}
.section_list > li {
  line-height: 35px;
  padding: 0 10px;
  margin-bottom: 7px;
}
.section_list a{
    color: #5E605F;
    text-transform: capitalize;
}
.back_to_top .list_icon{
    color: #DAD9D9;
    background: #858585 none repeat scroll 0 0;
}
.section_list a:hover .list_icon{
    background: #F2F2F2 none repeat scroll 0 0;
    color: #B3B3B3;
}
.section_list a .active_tab{
    background: #CCCCCC none repeat scroll 0 0;
    color: #999999;
}
.section_list > li:last-child {
    margin-bottom: 0px;
}
.section-thumb {
  position: absolute;
  top: -70px;
}
.section-thumb > img {
    border: 1px solid #fff;
    width: 265px;
    height: 177px;
}
.bg_section-footer{
    background: #CACACA;
    height: 44px;
}
.footer-logo{
    margin-top: -27px;
}
.faq_row .section_list_detail{
    margin-bottom: 20px;
}
.section_list_detail{
    text-align: justify;
    margin-bottom: 15px;
}
.section-content h4, .section-content h5{
    font-weight: bold;
    text-transform: capitalize;
}
#all_tab_we_are{
    min-height: 200px;
}
#all_tab_before_applying{
    min-height: 200px;
}
.our_affiliates_thumb_img{
    text-align: right;
    margin-top: 10px;
}
.our_affiliates_thumb_img > img{
   height:177px; 
   width:300px;
}
/* End Section Styles */

/* Start Title Styles */
.banner_title .typewrite{
    color: white;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    padding-left: 175px;
    font-size: 29px;
}

/* code for animated blinking cursor */
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
#banner_define_your_journey .banner_title h2 {
/*    white-space: nowrap; */
    letter-spacing: .15em; 
    position: absolute;
    top: 500px;
}
.section_title{
    color: #fff;
    position: absolute;
    right: 380px;
    text-transform: uppercase;
    top: -75px; 
}
.section_title > h1 {
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.exchange_program_title{top: -68px;}
.exchange_program_title > h1 {font-size: 42px;}
/* End Title Styles */

.journey_box .box-img > img {
    width: 100%;
    height: 155px;
}
.journey_box{
    background: #ECEEED;
    padding: 15px;
    color: #707271;
    margin-bottom: 10px;
    min-height: 440px;
}
.journey_box h3{
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}
.align_center{
    text-align: center;
}
.m_0 p{
    margin-top:0px !important;
    margin-bottom:0px;
}
.align_right{
    text-align: right;
}
.img_right{
    width: 100%;
    height: 300px;
}
.service_list_type {
  padding-left: 30px;
}
.service_list_type > li{
    list-style-type: lower-roman;
}
.font-bold{
    font-weight: 300;
}
.font-normal{
    font-weight: normal;
}
.f-w-200{
    font-weight: 200;
}
.no-resize{
    resize: none;
}
.list_type_circle{
    padding-left: 30px;
}
.list_type_circle li{
    list-style-type: disc;
    padding-left: 5px;
}
.list_type_square{
    padding-left: 30px;
}
.list_type_square li{
    list-style-type: square;
    padding-left: 5px;
}
.program_fees_table .borderless {
  border: 0px !important;
}
.program_fees_table tr, .budget_table tr, .insurance_table tr {
  font-size: 14px;
}
.faq tr {
  font-size: 14px;
}
/*.border_btm{border-bottom: 1px solid black;}*/
.contact_box{
    border: 1px solid black;
    color: #333333;
    padding: 25px;
    background: #F7F9F8;
}
.inline_block{
    display: inline-block;
}
.display_block{
    display: block;
}
.contact_box > h3{
    margin: 0px 0px 10px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}
.contact_box > div {
  font-size: 16px;
}
.apply_btn{
    background: #f7f9f8 none repeat scroll 0 0;
    border: 1px solid #848685;
    border-radius: 0;
    color: #353736;
    font-size: 25px;
    padding: 20px 50px;
    letter-spacing: 0.08em;
}
.lets_start {
  border-top: 1px solid #cccccc;
}
.lets_start_box{
    width: 20%;
    background: #F7F9F8;
    height: 510px;
    margin-bottom: 5px;
}
.lets_start_box_img img{
    height: 155px;
    width: 100%;
    border-left: 1px solid white;
}
.lets_start_box_content.border_none, .lets_start_box_img.border_none img{
    border-left: none;
}
.lets_start_box_content{
    padding: 0px 10px 13px;
    color: #747675;
    border-left:  1px solid #BDBFBE;
    margin-top: 15px;
    height: 325px;
}
.lets_start_box_content h4{
    margin: 0px 0px 3px;
    color: #3F3F3F;
    font-size: 15px;
}
.lets_start_box_content p{
    font-size: 12px;
    text-align: left;
}
.lets_start_menu_list li a{
    color: #4E4D4D;
    margin-bottom: 5px;
    font-size: 12px;
}
.urgent_support{
    border: 3px solid #656565;
    background: #1D1D1D;
    padding: 5px;
    text-align: center;
    color: #D05045;
    font-weight: bold;
    cursor: default;
}
.urgent_support > p{
    margin: 0px;
}

#footer{
    background-image: url('../img/footer_img.jpg');
    background-size: cover;
    height: 680px;
    padding-top: 250px;
    position: relative;
}
.footer_content{  
    background-color: #1D1D1D;
    color: #cccccc;
    padding: 25px 0px 0px;
}
.footer-main-menu{
    margin-bottom: 20px;
}
.footer-main-menu h5{
    text-transform: uppercase;
    letter-spacing: 0.08em;  
    font-size: 13px;
}
.footer-main-menu .footer_list a{
    color: #cccccc;   
    letter-spacing: 0.04em;
    font-size: 12px;
}
.footer-main-menu .footer_list a:hover{
    color: #ffffff;    
}
.footer_urgent_support{
    background: #1d1d1d none repeat scroll 0 0;
    border: 1px solid #656565;
    cursor: default;
    text-align: center;
    padding: 3px 10px;
    position: fixed; 
    right: 170px; 
    bottom: 20px; 
    width: 200px;
    height: 40px;
    opacity:0.3;
    cursor: pointer;
    color: #d05045;
}
.footer_urgent_support:hover{opacity:0.8 !important;}
.social-icons a{
    background: #9a9b9d none repeat scroll 0 0;
    border-radius: 24px;
    color: white;
    font-size: 23px;
    padding: 3px 5px;
}
.social-icons .list-inline > li {
  padding-right: 7px;
  padding-left: 0px;
}
.footer_sub_menu h5{
    color: #484646;
    letter-spacing: 0.04em;
}
.footer_sub_menu a{
    color: #484646;
    font-size: 12px;
    letter-spacing: 0.02em; 
}
.footer_sub_menu a:hover{
    color: #999999;
}
.list_style_square{
    padding-left: 10px;
}
.list_style_square li {
    list-style-type: square;
    padding-left: 10px;
    color: #727272;
}
.footer-btm-border{
    border-bottom: 10px solid #585858;
}
.footer_logo{
    background: #ffffff;
    padding: 20px 0;
}

.footer_img img{
    border: 4px solid #45AED6;
    display: inline-block;
    width: 100px;
}
.overlay_white {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 9 !important;
}
.overlay_loader {
    font-size: 20px;
    left: 40%;
    position: absolute;
    top: 45%;
}
.next_section{
    background: url('../img/arrow_down_40x.png') no-repeat #1D1D1D;
    background-position: center;
    text-align: center;
    cursor: pointer;
    color: white;
    height: 60px;
}
.scrollTop { position: fixed; cursor: pointer; right: 40px; bottom: 20px; opacity:0.8; display: none; background-color: #ffffff; border-radius: 50%; }
.scrollTop:hover { opacity:1; }

.checkin_form label{
    font-weight: 600;
    color: #585C59;
    font-size: 15px;
}
.housing_note{
    font-weight: 600;
    font-size: 15px;
}
.checkin_form input[type="radio"]{
    margin-right: 5px;
}
.checkin_form fieldset > legend{
    color: #0C738F;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dotted #8c8b8b;
}
.tooltip_width .tooltip-inner{
    max-width: 450px;
}
.contact_methods img{
    width: 20px;
    height: 20px;
}
.page_top_heading{
    padding: 40px 0 20px;
}
.page_title{
    color: 138DAE;
}
.page_title h6{
    color: #707271;
}

/* Start ocd-orienation css */
.step_list{
    background: #ECEEED;
    color: #5E605F;
    padding: 15px 30px;
    border-radius: 25px 0;
    border: 1px solid #E4E4E4;
    margin-top: 5px;
    box-shadow: 5px 8px 5px #D6D6D6;
     -moz-box-shadow:  5px 8px 5px #D6D6D6;
    -webkit-box-shadow: 5px 8px 5px #D6D6D6;
}
.step_list .section_list a .active_tab {
  background: rgb(220, 220, 220) none repeat scroll 0 0;
  color: rgb(169, 169, 169);
}
.step_list .section_list a:hover .active_tab {
  background: rgb(220, 220, 220) none repeat scroll 0 0;
  color: #454545;
}
.step_list .section_list > li {
  line-height: 38px;
  margin-bottom: 7px;
}
.step_list .list_icon {
  padding: 7px;
}
.step_list li{
    line-height: 2;
}
.orientation_presentation{
    padding-top: 20px;
}
.orientation_quiz{
    padding: 20px 0 30px;
}
.presentation{
    margin: 0px auto;
}
/* End odc-orienation css */

/* Start Evaluation Pages css */

.evalution_form label{
    font-weight: 600;
    color: #585C59;
    font-size: 14px;
}
label.cand_phase_inputs{
    font-size: 13px;
    font-weight: lighter;
    padding-left: 0px;
}
label.cand_phase_inputs input{
    width: 20px;
    margin-top: 2px;
}
.iradio_minimal-grey, .iradio_flat{
  margin-right: 10px !important;
}

/* End Evaluation Pages css */

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.label-danger,
.label-info,
.label-waring,
.label-primary,
.label-success,
.modal-primary,
.modal-warning,
.modal-info,
.modal-success,
.modal-danger {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #585858 !important;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.label-danger,
.modal-danger {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.label-waring,
.modal-warning {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.label-success,
.modal-success {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info  {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* Text colors */
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}

/* Base styles (Callout) */
.bs-callout {
  margin: 20px 0;
  padding: 20px 20px 20px 20px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
/* Base styles (Callout) */

/* PARTICIPANT EVALUATION FORM */
.btn.btn-file > input[type="file"]{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    overflow: hidden;
}
.doc_row{
    margin-top: 10px;
}
.doc_row:first-of-type{
    padding-left: 0px;   
}

.attachment{
    width: 100%;
}
/* PARTICIPANT EVALUATION FORM */


/* DATE RANGE PICKER */ 
.daterangepicker .calendar {
    max-width: 300px !important;
}
/* DATE RANGE PICKER */ 

/* For SUPERVISOR EVALUATION */
.more-less {
    float: right;
    color: #212121;
}
.doc_row{
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.doc_row:first-of-type{
    padding-left: 12px;
}
.i_confirm_participant{font-size: 14px;}
.i_confirm_btn{letter-spacing: 1px;background-color: #5cb85c;border-color: #4cae4c;}
.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 8px 14px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}
/* For SUPERVISOR EVALUATION */


/* For PARTITION EVALUATION IMAGE */
.participant_image{position: relative;max-width: 250px}
.cancel-doc{top:0;position: absolute;right: 0;font-weight: 900;}
.cancel-doc3{position: absolute;right: 0;font-weight: 900;}
.cancel-doc:hover{background-color: red;color: #FFF;border: 1px solid red;}
/* For PARTITION EVALUATION IMAGE */

/* Start css for International Exchange Programs Page */
.tabular_desc .nav-tabs {border: 1px solid #777;}
.tabular_desc li a, .tabular_desc li a:hover, .tabular_desc li a.active {
    border-radius: unset;
    font-weight: bold;
    margin-right: 0px;
}
.tabular_desc .nav-tabs > li{margin-bottom: 0px;border-right: 1px solid #777; width: 20%; }
.tabular_desc .nav-tabs > li:hover{background: #CCCCCC;}
.tabular_desc .nav-tabs > li:last-of-type{border-right: 0px solid #777;/*width: 20%;*/}
.tabular_desc li a{color: #5E605F;border: none;white-space: nowrap; text-align: center;}
.tabular_desc li a:hover, .tabular_desc li a.active{color: #000;border: none; background: #CCCCCC;}
.tabular_desc .nav-tabs > li.active > a, .tabular_desc .nav-tabs > li.active > a:focus, .tabular_desc .nav-tabs > li.active > a:hover {
    border: none;
    color: #000;
    background: #CCCCCC;
} 
.t_exchange_program .text_exchage_prm.paddingleft10{padding-left: 10px;}

.odc_popup_overlay_popup_loader{
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.50);
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    cursor: wait;
    display: none;
}
.odc_popup_overlay_popup_loader .loader i{
    font-size:24px;
}
.odc_popup_overlay_popup_loader .loader{
    line-height: 16; 
    font-size: 16px; 
    vertical-align: middle;
}
.bg-red .close{ opacity: 0.4; }
/* End css for International Exchange Programs Page */


/* Phone number with disabled extension no. */
.input-group-addon-phone-ext{
    background: #FFFFFF;
    padding: 6px 2px 6px 12px;
}
.input-group-addon-input{
    border-left: none;
}
/* Phone number with disabled extension no. */

.bs-callout-warning.custom_warning{
    border-color: #FF9A00;
}
.bs-callout-warning.custom_warning h4{
    color: #FF7600;
}
.monthly_value_as_label_cur{
    color:#152b4f;
}
.monthly_value_as_label{
    color:#F00;
}
.red-que{
    color:#F00 !important;
}

.monthly_label_as_label{
    font-weight: 100;
}
.inline-legend{
    float: left;
    display: block;
    margin-right: 10px;
    width: auto;
}
.letter-spacing-5{
    letter-spacing: 5px;
}
.footer-bottom .footer_address > p{  display: inline; }
.footer-bottom .footer_address span{ color: #cccccc !important; }
.footer-bottom .footer_address p strong > strong, .privacy_address_info p strong > strong {
    font-weight: normal !important;
}
.line_height2{ line-height: 2; }
.footer-bottom .footer_address a { color: #CCCCCC !important; }
.footer-bottom-popup{
    border-top: 5px solid #ffa500;
    box-shadow: 0 10px 10px 10px #000000;
    padding: 20px 0px;
    line-height: 2;
    background: #ffffff;
    position: fixed;
    -webkit-animation: mymove 3s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 3s;
    animation-fill-mode: forwards;
}
.footer-bottom-popup.down{
    -webkit-animation: mymovedown 3s;
   -webkit-animation-fill-mode: forwards;
    animation: mymovedown 3s;
    animation-fill-mode: forwards;
}

.sub_que_s_main_div_1{
    margin-left: 5%;
}
.sub_que_s_main_div_2{
    margin-left: 10%;
}
.sub_que_s_main_div_3{
    margin-left: 15%;
}
.sub_que_div{
    margin-left: 5%;
    position: relative;
}
.mci_que_note{
    color: #F00;
}
@-webkit-keyframes mymovedown { from {bottom: 0px;} to {bottom: -350px; } }
@keyframes mymovedown { from {bottom: 0px;} to {bottom: -350px; } }
@-webkit-keyframes mymove { from {bottom: -200px;} to {bottom: 0px;} }
@keyframes mymove { from {bottom: -200px;} to {bottom: 0px;} }

.bg_white[readonly]{
    background: #ffffff !important;
}

.list_style_circle li {
    list-style: disc;
    padding-left: 10px;
}
.privacy_notice_info .list_style_circle li{
    margin-bottom: 10px;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1em 1em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    border-bottom: none !important;
    border: none !important;
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.block_border{
    border: 1px solid #F00;
    padding: 15px 10px 8px 10px;
    float: left;
    display: block;
    position: relative;
    width: 100%;
    border-radius: 4px;
}
.extend_mi_form fieldset{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.extend_mi_form .control-label{
    padding-right: 0;
}
.extend_mi_form legend{
    color: #0C738F;
    padding: 4px;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #E5E5E5;
}
.extend_mi_form .mi_grace_radio{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
}
.required-label-after:after{
    color: red;
    content: "*";
    font-style: italic;
}
.gi_radio{
    margin-top: -2px;
}
.gi_opt{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 1.7rem;
}
.gi_label{
    cursor: pointer;
    padding: 0 0 0 2px;
    color: #555; font-weight: 500
}
.gi_price{
    font-weight: 600;
}

.StripeElement {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color:
    #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.StripeElement--focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.grace_links a{
    color: blue;
    font-size: 2rem;
}
.grace_links a .fa{
    color: #000;
    font-size: 2.4rem;
}
.grace_links a:hover, .grace_links a:focus{
    text-decoration: underline;
}

.odc-custom-checkbox, .odc-custom-radio {
    opacity: 0;
    position: absolute;   
}

.odc-custom-checkbox, .odc-custom-checkbox-label, .odc-custom-radio, .odc-custom-radio-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.odc-custom-checkbox-label, .odc-custom-radio-label { position: relative; }

.odc-custom-checkbox + .odc-custom-checkbox-label-half-right-margin:before,
.odc-custom-radio + .odc-custom-radio-label-half-right-margin:before {
    margin-right: 6px !important;
    vertical-align: top !important;
}
.odc-custom-checkbox + .odc-custom-checkbox-label-no-right-margin:before,
.odc-custom-radio + .odc-custom-radio-label-no-right-margin:before {
    vertical-align: top !important;
    margin-right: 1px !important;
}

.odc-custom-checkbox + .odc-custom-checkbox-label:before, .odc-custom-radio + .odc-custom-radio-label:before {
    content: '';
    background: #FFFFFF;
    border: 1px solid #000000;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
}
.odc-custom-checkbox:checked + .odc-custom-checkbox-label:before { background: #000; box-shadow: inset 0px 0px 0px 2px #fff; }
.odc-custom-radio + .odc-custom-radio-label:before { border-radius: 50%; }
.odc-custom-radio:checked + .odc-custom-radio-label:before { background: #000000;box-shadow: inset 0px 0px 0px 2px #FFF;}
.odc-custom-radio:checked + .odc-custom-radio-label { color: #000 }
.odc-custom-checkbox:focus + .odc-custom-checkbox-label, .odc-custom-radio:focus + .odc-custom-radio-label { outline: none }

.odc-custom-checkbox-label-no-right-margin, .odc-custom-radio-label-no-right-margin,
.odc-custom-checkbox-label-half-right-margin, .odc-custom-radio-label-half-right-margin
{
    margin-top: 3px;
    margin-right: 8px;
}
.testimonial .avatar img {
/*    max-width: 250px !important;*/
} 
.testimonial .avatar img{
    max-width: 200px;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.z-depth-1{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
} 
.headline i {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #138DAE;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #138DAE;
    font-size: 42px;
    line-height: 80px;
    text-align: center;
}
.colorblue {
    font-size: 36px;
    color: #03C1D9;
    font-weight: 600;
}
.rslides {
    margin: 0 auto 40px;
}
.rslides {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs {
    list-style: none;
    padding: 0; 
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 800px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
} 
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
} 
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
} 
.rslides_tabs li:first-child {
    margin-left: 0;
} 
.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}
#women-slider-pager a {
    display: inline-block;
}

#women-slider-pager img {
    float: left;
} 
#women-slider-pager .rslides_here a {
    background: transparent;
    box-shadow: 0 0 0 2px #666;
} 
#women-slider-pager a {
    padding: 0;
}
.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
} 
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("themes/themes.gif") no-repeat left top;
    margin-top: -45px;
}
.callbacks_nav:active {
    opacity: 1.0;
} 
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.rslides li{z-index: 0 !important;}

/*Start Responsive*/ 
@media (max-width: 991px){
    .women_india{margin-top: 122px !important;}
    .a_center{text-align: center;}
    .img_right{height: auto;}
    .l_logo{ width: 110px;background-size: 110px 105px; margin-left:  10px; height: 105px;}
    .header-container { height: 122px; }
    .navbar-nav > li > a {font-size: 12px; padding: 15px 15px 15px;}
    .mini_logo { margin-top: 58px;background-size: 110px 39px; height: 41px;}
    .nav-menu{margin-top: 0px !important;}
    .small-header-container{height: 58px !important;}
    .page_top{ margin-top: 120px; }
    .section_title { top: -58px;}
    .section_title > h1 { font-size: 30px;}
    .exchange_program_title{top: -52px !important;}
    .exchange_program_title > h1 {font-size: 25px !important;}
    .journey_header .journey_header_img{background-size: 110px 110px;height: 150px;top: -59px;width: 133px;}
    .journey_header h2 {font-size: 28px;padding-left: 15px;margin-top: 10px;}
    .our_affiliates_thumb_img { text-align: center; }
}
@media only screen and (min-width: 320px) and (max-width:480px){
    .sub_que_div{ margin-left: 11%;padding-left: 28px}
    .sub_que_s_main_div_1{ margin-left: 8%;}
    .sub_que_s_main_div_2{ margin-left: 14%;}
    .sub_que_s_main_div_3{ margin-left: 20%;}
    .section_title {  right: 10px;  top: -29px;}
    .section_title > h1 {font-size: 15px;}
    .exchange_program_title{top: -24px !important;}
    .exchange_program_title > h1 {font-size: 9px !important;}
    .section-thumb > img {  width: 100px; height:90px; }
    .section-thumb { top: -40px;}
    .footer-btm {height: 20px;}
    .lets_start{padding: 10px;}
    .lets_start_box{ width: 100%; height: 480px;margin-bottom: 15px;}
    .lets_start h2{padding-left: 5px; font-size: 23px;}
    .lets_start_box_content{padding: 0px 20px 13px;}
    .lets_start_box_content, .lets_start_box_img{ border-left: none;}
    .journey_box h3 { font-size: 15px;}
    .section_list a {font-size: 14px;}
    .section_list_detail {line-height: 24px;}
    .custom_nav{background: #1D1D1D; margin: 0px;}
    .small-header-container .navbar-header{height: 50px;}
    .banner_title .typewrite { padding-left: 120px; font-size: 12px;}
    .section-banner { border-bottom: 15px solid black; height: 170px;}
    .next_section { height: 45px; }
    .footer_urgent_support { bottom: 10px; right: 15px; height: 35px; width: 180px;}
    .footer_urgent_support h6{font-size:12px; margin: 7px 0px; }
    .scrollTop { bottom: 60px; right: 20px;}
    .mtop120{margin-top: 80px;}
    .apply_btn { font-size: 20px; padding: 10px 30px;}
    .footer_sub_menu{padding: 0px 10px;}
    .footer_box{margin-bottom: 10px;}
    .journey_header .journey_header_img {background-size: 90px 90px;height: 90px;top: -50px;width: 90px;}
    .journey_header h2 {font-size: 17px; margin-top: 10px;  padding-left: 45px;}
    .vertical-margin{margin-top: 20px;}
    .our_affiliates_thumb_img > img { height: 150px; width: 270px; }
    .tabular_desc .nav-tabs{border:none; margin-top: 10px;}
    .tabular_desc .nav-tabs > li {width: auto;border-style: solid;border-width: 1px;border-color: #777; margin: 1px; }
    .tabular_desc .nav-tabs > li:nth-child(3), .tabular_desc .nav-tabs > li:last-of-type{border-right: 1px solid #777;} 
    .tabular_desc li a{white-space: unset; padding: 5px 8px !important; text-align: center; font-size: 11px;}
    #banner_define_your_journey .banner_title h2 { top:170px;letter-spacing:0.08em;}
    #banner_define_your_journey { height: 310px;background-size: 100% 100%;}
    #banner_who_we_are,
    #banner_what_we_do,
    #banner_is_it_for_me,
    #banner_contact_us,
    #banner_start_journey,
    #banner_before_applying,
    #banner_prepare_for_program, 
    #banner_your_arrival,
    #banner_during_your_program,
    #banner_after_your_program{ background-size: 100% 100%;height: 200px; }    
    #footer { background-size: 100% 100%;height: 447px;  padding-top: 110px; }
    h1{ font-size: 20px;text-align: justify;}
    .f_popup_content {
	height: 200px;
	overflow-y: auto;
	font-size: 14px;
	padding-right: 10px;
    }
    .xs-ftr_popup{ padding-bottom: 50px; }
    .xs-ftr_popup .f_popup_buttons button { font-size: 13px; }
    .footer_img img{ min-width: 50px; margin-bottom: 15px; }
    .footer_img {width: 32%; }
    .footer_content{ padding: 25px 0px 80px; }
    .t_exchange_program .text_exchage_prm { padding-left: 30px;	width: 88%; }  
    .t_exchange_program .text_exchage_prm.paddingleft10{padding-left: 30px;}
    .xs_btn { width: 100%; }    
    .welcome_name{ margin-right: 0px;right: 15px;position: fixed; }
    .doc_title { width: 90%; }
}
@media only screen and (min-width: 320px) and (max-width:480px) and (orientation : landscape){
    .section_title {  right: 25px; top: -31px;}
    .section_title > h1 {font-size: 18px;}
    .exchange_program_title{top: -28px !important;}
    .exchange_program_title > h1 {font-size: 15px !important;}
    .lets_start_box{ width: 50%; height: 500px;margin-bottom: 15px;}
    .banner_title .typewrite { font-size: 13px;}
    .tabular_desc .nav-tabs > li:last-of-type {width: auto;border-right: 1px solid #777;}
    .tabular_desc .nav-tabs > li:nth-child(3){border-right:none; }
    .tabular_desc .nav-tabs > li:nth-child(4), .tabular_desc .nav-tabs > li:nth-child(5){ border-top: 1px solid #777;}
    .tabular_desc li a{white-space: unset; /*height: 7% !important;*/padding: 5px 8px !important; text-align: center;}
    .t_exchange_program .text_exchage_prm { padding-left: 35px;	width: 88%;}
    #banner_define_your_journey .banner_title h2 { top:170px;} 
    .f_popup_content {height: 120px; }
}
@media (min-width: 481px) and (max-width:767px){   
    .sub_que_div{ margin-left: 11%;}
    .sub_que_s_main_div_1{ margin-left: 8%;}
    .sub_que_s_main_div_2{ margin-left: 14%;}
    .sub_que_s_main_div_3{ margin-left: 20%;}
    .section_title {  right: 20px;  top: -39px;}
    .section_title > h1 {font-size: 25px;}
    .exchange_program_title{top: -27px !important;}
    .exchange_program_title > h1 {font-size: 13px !important;}
    .section-thumb > img { height: 130px; width: 170px;}
    .section-thumb { top: -60px;} 
    .section-banner{height: 250px; border-bottom: 15px solid black;}  
    .footer-btm { height: 0px;}
    .custom_nav{background: #1D1D1D; margin: 0px;}
    .small-header-container .navbar-header{height: 50px;}
    .lets_start_box{ width: 50%;}
    .lets_start{padding: 0px 10px;}
     h1{ font-size: 20px;}
    .banner_title .typewrite { padding-left: 120px; font-size: 17px;}
    .footer_urgent_support { bottom: 20px; height: 37px; right: 15px; width: 185px;}
    .scrollTop { bottom: 65px; right: 20px;}
    .footer_box{min-width: 220px !important; margin-bottom: 10px;}
    .footer-main-menu h5 { font-weight: bold;}
    .footer-main-menu, .footer_sub_menu{padding: 0px 10px;}
    .footer_sub_menu .footer_box { width: 50%;}
    .journey_header h2 {font-size: 22px;margin-top: 10px;padding-left: 50px;}
    .footer_content{ padding: 25px 0px 80px; }
    .tabular_desc li{min-height: 60px;}
    .tabular_desc li a{white-space: unset; /*height: 9% !important;padding: 10px;*/  text-align: center;}
    .t_exchange_program .text_exchage_prm{ padding-left: 25px;}
    .t_exchange_program .text_exchage_prm.paddingleft10{padding-left: 25px;}
    #banner_define_your_journey { height: 500px;background-size: 130% 100%;} 
    #footer {background-size: 130% 100%;  height: 500px;  padding-top: 150px;}
    #prepare_for_program .section_title > h1 {font-size: 28px;}
    #banner_define_your_journey .banner_title h2 { top:250px; letter-spacing:0.10em;}
    #banner_who_we_are,
    #banner_what_we_do,
    #banner_is_it_for_me,
    #banner_contact_us,
    #banner_start_journey,
    #banner_before_applying,
    #banner_prepare_for_program, 
    #banner_your_arrival,
    #banner_during_your_program,
    #banner_after_your_program{ background-size: 100% 100%;}  
}
@media (min-width: 481px) and (max-width:767px) and (orientation : landscape){
    .section_title {  right: 20px;  top: -45px;}
    .section_title > h1 {font-size: 30px;}
    .exchange_program_title{top: -35px !important;}
    .exchange_program_title > h1 {font-size: 16px !important;}
    .lets_start_box{ width: 33%;}
    .banner_title .typewrite { font-size: 20px;}
    .journey_header h2 {padding-left: 30px;}
    .f_popup_content { height: 100px; overflow-y: auto; padding-right: 10px;
    }
    /*.t_exchange_program .text_exchage_prm{ padding-left: 10px;}*/
}
@media (min-width: 768px) and (max-width:1024px){
    .sub_que_div{ margin-left: 7%;}
    .list_icon {margin-right: 8px;}
    .journey_box h3 { font-size: 15px;}
    .section_title {right: 24px;}  
    .exchange_program_title{top: -49px !important;}
    .exchange_program_title > h1 {font-size: 21px !important;}
    .footer-btm { height: 70px;}
    .footer-btm { height: 0px;}
    .lets_start_box{ height:  570px;}
    .lets_start_box_content{ height:  440px;}
     h1{font-size: 30px;}
    .section-banner{height: 340px;}
    .section-thumb > img { height: 165px; width: 230px;}
    .lets_start_box_img img { height: 110px;}   
     h1{ font-size: 28px;}
    .banner_title .typewrite { padding-left: 120px; font-size: 23px;} 
    .footer_urgent_support { right: 110px;bottom: 25px;}
    .social-icons{margin-top: 0px;}
    .our_affiliates_thumb_img > img { height: 150px; width: 270px; }
    .tabular_desc li{min-height: 60px;}
    .tabular_desc li a{white-space: unset; /*height: 6%;*/ text-align: center; padding: 10px;}
    #footer {background-size: 130% 100%;  height: 500px;  padding-top: 150px;}
    #banner_define_your_journey .banner_title h2 {top:300px;letter-spacing:0.13em;}
    #banner_define_your_journey { height: 600px; font-size: 15px; background-size: 100% 100%;}
    #banner_who_we_are,
    #banner_what_we_do,
    #banner_is_it_for_me,
    #banner_contact_us,
    #banner_start_journey,
    #banner_before_applying,
    #banner_prepare_for_program, 
    #banner_your_arrival,
    #banner_during_your_program,
    #banner_after_your_program {background-size: 100% 100%;} 
    .t_exchange_program .text_exchage_prm.paddingleft10{padding-left: 20px;}
}
@media (min-width: 768px) and (max-width:1024px) and (orientation : landscape){
    .section_title {right: 40px !important;}
    .exchange_program_title{top: -55px !important;}
    .exchange_program_title > h1 {font-size: 22px !important;}
    .section-banner{height: 400px;}
    .lets_start_box { height: 490px;}
    .lets_start_box_content { height: 340px;}
    .banner_title .typewrite { padding-left: 175px; font-size: 25px;} 
    .tabular_desc li a{white-space: unset; height: 8% !important;text-align: center; padding: 10px;}
    #banner_define_your_journey .banner_title h2 {top:350px;}
    #banner_define_your_journey { height: 700px; background-size: 100% 100%;}  

}
@media (width: 600px){
    .banner_title .typewrite { padding-left: 120px; font-size: 22px;} 
    .exchange_program_title{top: -31px !important;}
    .exchange_program_title > h1 {font-size: 18px !important;}
     #banner_define_your_journey .banner_title h2 {top:310px;letter-spacing:0.10em;}
     #banner_define_your_journey { height: 580px; background-size: 100% 100%;}
     .footer_box{display: inline-flex;margin-bottom: 20px;}
     .footer_sub_menu .footer_box{display: inline-flex;margin-bottom: 20px; width:auto;}
     .social-icons{margin-top: 0px;}
     .footer-main-menu, .footer_sub_menu{padding: 0px 10px;}
     .lets_start_box { height: 455px;margin-bottom: 10px;}
    .lets_start_box_content { height: 270px;}
}
@media (width: 800px) and (orientation : landscape){
    .banner_title .typewrite { padding-left: 120px; font-size: 22px;} 
    .lets_start_box { height: 540px;}
    .exchange_program_title{top: -50px !important;}
    .exchange_program_title > h1 {font-size: 22px !important;}
    .lets_start_box_content { height: 395px;}
    .tabular_desc li a{white-space: unset; /*height: 18% !important;*/text-align: center; padding: 10px;}
     #banner_define_your_journey .banner_title h2 {top:310px;letter-spacing:0.12em;}
     #banner_define_your_journey { height: 600px; background-size: 100% 100%;}     
}
@media (min-width: 992px) and (max-width: 1366px){
    .section_title {right: 40px;  top: -67px;}
    .section_title > h1 {font-size: 40px;}
    .exchange_program_title{top: -57px !important;}
    .exchange_program_title > h1 {font-size: 30px !important;}
    .section-banner{height: 380px;}
    .footer_urgent_support{bottom: 25px;right: 100px;}
    .next_section { height: 55px;}
    .section-thumb > img { height: 155px; width: 240px;}
    .journey_header .journey_header_img{background-size: 135px 130px;height: 150px;width: 135px;top: -70px;}
    .journey_header h2 {padding-left: 0px;font-size: 28px;}
    .tabular_desc li a{white-space: unset; /*height: 5%;*/ padding: 10px;text-align: center;}
    #banner_who_we_are,
    #banner_what_we_do,
    #banner_is_it_for_me,
    #banner_contact_us,
    #banner_start_journey,
    #banner_before_applying,
    #banner_prepare_for_program, 
    #banner_your_arrival,
    #banner_during_your_program,
    #banner_after_your_program {background-size: 100% 100%;}
}
@media (min-width: 1365px){
    .custom-modal-lg{ width: 955px;}
    .exchange_program_title{top: -57px !important;}
    .exchange_program_title > h1 {font-size: 30px !important;}
}
@media (min-width: 768px){
    .no-padding-md{
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
    }
}
@media (min-width: 1820px){
    .exchange_program_title{top: -68px !important;}
    .exchange_program_title > h1 {font-size: 42px !important;}
} 

@media (max-width: 600px){
    .trouble_presentation{width: auto;}
    .tabular_desc li a{white-space: unset; /*height: 7%;*/padding: 5px; text-align: center;}
    .font_xs { font-size: 15px; padding: 0px; }
    .font_xs a{ font-size: 12px; }
} 
/*End Responsive*/
@media(max-width : 1199px){
.width-100{ width:100% !important;}}
@media(max-width : 530px){
.padding_custom{
    padding: 0px 8px;
}}
@media(max-width : 346px){
#us_embassy_date_confirm_button{
    text-align: center;
}
.custom_margin{
    margin-top: 5px;
}
}
@media(max-width : 383px){
.arrival_footer{
    padding: 10px 2px;
}
.arrival_reset{
   float: left !important;
}
.arrival_check_submit, .arrival_reset{
    margin-right: 0px;
}}
@media(max-width : 370px){
.denied_submit{
    white-space: unset;
    margin-bottom: 5px;
}}
@media(min-width : 371px) and (max-width : 469px){.denied_submit{margin-bottom: 5px;}}
@media(max-width : 352px){
.final_footer{
    padding: 10px 0px;
    text-align: center;
}
.final_left{
    margin-left:0px;
}}

@media(min-width: 768px){
    .connected_ev_div{
        border: 1px solid #A1A1A1;
        padding: 15px 2px 8px 2px;
        float: left;
        display: block;
        position: relative;
        width: 100%;
        border-radius: 4px;
    }
    .testimonial .avatar img{max-width: 100%;}
}

@media (max-width: 767px){
    .inline-form-control{
        float: left;
        width: 49%;
    }
    .mleft-1pr{
        margin-left: 2%;
    }
    .connected_ev_div .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 5px;
    }
}

.women_india_paragraph{
    display: block;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.women_india_paragraph p{
    width: 100%;
    font-size: 2.0rem;
    color: #333;
    margin-top: 10px;
    line-height: 30px;
}
