/* ----------------------------------------------------------------
	Custom CSS
	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/*
.home-start-btn{
	font-size: 22px
}
*/
.tp-caption{
	text-align: center !important;
}
.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
/*    min-width: 200px;*/
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: right;
}
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: right !important;
}
#signup-form,#signin-form{
	margin-bottom: 0
}
/*
#slider #main-start-form{
	line-height: 50px !important;
	transition: all 0.4s ease-in-out !important;
	padding: 0px 60px !important;
    font-size: 26px !important;
}
*/
/*
#slider #main-start-form:hover{
	background-color: #53cb35 !important;
	transform: scale(1.05);
	opacity: 1
}
*/
.submitBtn{
	line-height: 50px !important;
	transition: all 0.4s ease-in-out !important;
	padding: 0px 60px !important;
    font-size: 26px !important;
}
.submitBtn:hover{
	background-color: #53cb35 !important;
	transform: scale(1.05);
	opacity: 1
}
#header.sticky-header #header-wrap {
    right: 0;
    left: auto;
    box-shadow: 0px 0px 5px black;
}
.process-steps {
    margin: 0 0 40px;
    list-style: none;
    padding-top: 40px;
	display: flex;
}
.process-steps li.active a, .process-steps li.ui-tabs-active a {
    background-color: #063757 !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #063757 !important;
}
.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    font-weight: 700;
    color: #063757;
}
.process-steps li.complete a, .process-steps li.ui-tabs-active a {
    background-color: #28a745 !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #28a745 !important;
}
.process-steps li.complete h5, .process-steps li.ui-tabs-active h5 {
    font-weight: 700;
    color: #28a745;
}
.ui-datepicker-inline{
	width: 100% !important;
}
#date-picker{
	margin-bottom: 20px
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #063757 none;
    color: white;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .4em;
    text-align: center;
    text-decoration: none;
}
.card-header {
    /* padding: 0.75rem 1.25rem; */
    margin-bottom: 0;
    color: black;
    font-size: 24px;
    background-color: #0637572e;
    text-align: center;
    padding: 0
}
.siteLink{
    padding: 0;
    background-color: #063757;
    
}
.card-header h1{
    margin-bottom: 0;
    color: white
}
.text-black{
	color: #444 !important
}
.text-white{
	color: white !important
}
.list-group-item{
	cursor: pointer;
	color: #444;
    transition: all 0.2s;
    height: 75px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #063757;
    border-color: #063757;
}
.list-group-item.active h4{
	color: #fff
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #0b0b0b;
    background: #003f826b;
    font-weight: normal;
    color: #fff;
}
#datepicker_wraper{
	margin-bottom: 10px
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0px 2px 5px #00000014;
	margin-bottom: 20px
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}
.card-body{
	background-color: #f4f4f4;
}
small, .small {
    font-size: 80%;
    font-weight: 500;
}
.mb-calander{
	margin-bottom: 15px
}
#plan_chosen_amount,#visa_amount,#plan_amount,#total_amount,#num_of_requests_total,#plan_chosen_label, #total_payment, .payment_row{
	font-size: 24px
}
h2{
	font-size: 36px
}
.request_num{
	font-size: 20px;
	margin-bottom: 5px;
}
.stage{
	margin-bottom: 10px;
	font-size: 26px
}
label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "openSans";
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #222;
    margin-bottom: 6px;
    cursor: pointer;
}
.button.button-reveal.button-xlarge {
    padding: 0 60px !important;
    font-size: 30px !important;
    line-height: 1.9!important;
    color: white;
    font-weight: 700 !important;
}
#pay_btn {
    color: white !important;
}
.next_level_btn{
	color: white !important
}
body:not(.device-touch) .button.button-reveal i, body:not(.device-touch) .button.button-reveal span {
    -webkit-transition: left 0.3s ease, right 0.3s ease !important;
    -o-transition: left 0.3s ease, right 0.3s ease !important;
    transition: left 0.3s ease, right 0.3s ease !important;
}
.checkbox-style-1-label, .radio-style-1-label, .checkbox-style-2-label, .radio-style-2-label, .checkbox-style-3-label, .radio-style-3-label {
    position: relative;
    font-size: 12px;
}
.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {
    content: '';
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-left: 10px;
    line-height: 1;
    text-align: center;
}
.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: #063757;
    color: #FFF;
}
.plan_number{
	float: left
}
.tool-tip{
	background-color: #ff00008c;
    color: white;
    font-size: 12px;
    padding: 0px 6px;
    border-radius: 22px;
}
.inline-checkbox{
	display: inline-flex;
	padding-top: 8px
}
.inline-checkbox .form-check-label {
	padding-right: 0;
	padding-left: 1.5rem;
}
.hidden-elem{
	display: none
}
.checkbox-style-1-label, .radio-style-1-label, .checkbox-style-2-label, .radio-style-2-label, .checkbox-style-3-label, .radio-style-3-label {
    position: relative;
    font-size: 16px;
    display: inline-flex;
    top: -5px;
	line-height: 1.4;
}
.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    content: "\e116";
    font-family: 'lined-icons';
    background: #063757;
    color: #FFF;
    font-size: 12px;
}
@media (max-width: 575.98px){
	.container, #header.full-header .container, .container-fullwidth {
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width:1000px){
	.form-header{
		text-align: center !important
	}
	.form-header h2{
		font-size: 14px;
		text-align: center !important;
	}
}
.invalid-feedback {
    display: inline;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.travel_title h4{
	margin-bottom: 0
}
.travel_title{
	margin-bottom: 8px
}
.date_inputs input, .time_inputs input{
	margin-bottom: 4px;
}
input{
	transition: all 0.5s
}
@media (max-width:450px){
	.button.button-reveal.button-large {
		padding: 0 10px;
	}
}
.user_request p{
	margin-bottom: 8px
}
.account_page h1{
	margin-top: 20px
}
.user_request {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.user_request:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: translateY(-2px);
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    display: block;
    background: transparent;
    padding: 0;
    border-bottom: 2px solid #063757;
}
.user_request .fancy-title {
    position: relative;
    margin-bottom: 20px;
}

.menu-pill{
	display: inline !important;
	position: relative;
    top: -1px;
}
.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
    border: none !important;
    background-color: transparent !important;
    color: #28a745;
    border-radius: 0;
}
.content-wrap{
	padding-bottom: 40px
}
.page-padding{
	padding-top: 30px;
	padding-bottom: 30px
}
@media (max-width: 767.98px){
	#copyrights .col_half:last-child {
		 display: inline; 
	}
	.copyrights-menu{
		width: 100%;
		text-align: center
	}
}
.dark .copyright-links a {
    color: rgba(255, 255, 255, 0.5);
    border-bottom-color: rgba(255,255,255,0.25);
}
.copyrights-menu{
    margin-top: 30px;
    margin-bottom: 20px;
}
.copyrights-menu a {
    font-size: 15px;
    margin: 0 4px;
    border-bottom: 0 !important;
}
@media (max-width:480px){
	.copyrights-menu a {
		font-size: 14px;
		margin: 0 8px;
		border-bottom: 0 !important;
	}
}
.thanks-text{
	font-weight: 700
}
.feature-box h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}
.fbox-border.fbox-effect .fbox-icon i:hover, .fbox-border.fbox-effect:hover .fbox-icon i {
    color: #FFF;
    box-shadow: 0 0 20px 10px #33333361;
}
.feature-box.fbox-border .fbox-icon {
    border: 1px solid #063757;
    border-radius: 50%;
}
.feature-box.fbox-border .fbox-icon i, .feature-box.fbox-border .fbox-icon img {
    border: none;
    background-color: transparent !important;
    color: #063757;
}
.feature-box.fbox-center p {
    font-size: 14px;
    margin-top: 15px;
    color: black;
}
.dark #header:not(.transparent-header), #header.dark:not(.transparent-header) {
    background-color: #063757 !important;
    border-bottom: 1px solid #063757 !important;
}
@media (max-width:992px){
	.feature-box{
		margin-bottom: 20px
	}
}
@media (max-width: 480px){
	.revo-slider-desc-text{
		z-index: 3;
		font-size: 23px;
		text-shadow: black -1px 2px 5px;
		color: white;
		max-width: 349px;
		white-space: normal;
		visibility: inherit;
		transition: none 0s ease 0s;
		text-align: center;
		line-height: 25px;
		border-width: 0px;
		margin: 0px;
		margin-top: -20px;
		padding: 0px;
		letter-spacing: 0px;
		font-weight: 400;
		min-height: 0px;
		min-width: 349px;
		max-height: none;
		opacity: 1;
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform-origin: 50% 50% 0px;
	}
}
.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), .dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark), .dark #header.transparent-header.floating-header .container, .dark #header.transparent-header.floating-header.sticky-header .container, #header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark), #header.dark.transparent-header.floating-header .container, #header.dark.transparent-header.floating-header.sticky-header .container, .dark .responsive-sticky-header #header-wrap, .responsive-sticky-header.dark #header-wrap {
    background-color: #063757;
	z-index: 99999;
}
@media (max-width: 767.98px){
	.process-steps li:first-child {
		margin-top: 20px;
	}
	.process-steps li {
		float: none;
		width: 25% !important;
	}
}
#copyrights {
    padding: 10px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
    /* padding-top: 20px */
}
.disclaimer{
    padding-bottom: 10px;
    color: #CCC;
    font-size: 16px;
}
.disclaimer_top{
    color: black;
    font-size: 16px;
    font-weight: 700
}
.footer-logo {
    display: block;
    margin-bottom: 10px;
}
.black-text{
	opacity: 1;
	color: black
}
.home-entry-text{
	padding: 40px 0;
    font-size: 20px;
}
.home-entry-text .heading-block{
	margin-bottom: 20px
}
@media (max-width:1200px) and (min-width: 992px){
	.inline-checkbox{
		padding-right: 0;
		margin-right: -20px
	}
}
.border_top{
	border-top: 1px solid rgba(0,0,0,0.4);
	margin-top: 8px
}
#testi{
	margin-top: 20px
}
#testi .heading-block{
	margin-bottom: 20px
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #063757 !important;
  color: #FFF !important;
  text-decoration: none; }
.owl-carousel .owl-stage-outer{
	padding-right: 1px
}
.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #063757;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    background: transparent;
    border: none;
}
.icon-angle-left{
	text-align: center!important
}
.ptor_ul{
	margin-right: 15px;
    margin-bottom: 10px;
}
#ptor_select{
	    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ptor_wraper p{
	margin-bottom: 10px
}
.ptor_renew_wraper, .ptor_age_wraper, .ptor_error{
	display: none;
}
.disabled_div{
	pointer-events: none;
    opacity: 0.4;
}
#ptor_select_cand{
	float: none !important;
	max-width: 300px;
    margin: 0 auto;
}
@media (max-width:576px){
	.ui-datepicker-inline{
		display: inline-grid !important;
	}
	.ui-datepicker-multi-2 .ui-datepicker-group{
		width: 100%
	}
	#ptor_select{
	    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
	#ptor_select_cand{
	float: none !important;
	max-width: 100%;
    margin: 0 auto;
}
}
@media (max-width:992px){
	#ptor_renew_wraper,#ptor_age_wraper{
		margin-top: 20px
	}
	#ptor_select_cand{
		margin-bottom: 10px
	}
}
.owl-carousel .owl-nav [class*=owl-]{
	left: 0
}
.tp-caption{
	text-shadow: black -2px 0px 12px !important
}
.menu-btns{
	transition: all 0.2s ease-in-out;
}
.menu-li:hover .menu-btns{
	transform: translateY(-2px);
}
#copyrights .tright a{
	margin-right: 5px;
	margin-left: 5px;
}
#copyrights .tright a:last-child {
    margin-right: 5px;
}
#signup-form .form-group{
	margin-bottom: 0.5rem
}
.testi-content p {
    margin-bottom: 0;
    font-family: opensans;
    font-style: italic;
    font-size: 16px;
	padding-right: 5px
}
.testimonial {
    position: relative;
    padding: 24px;
    color: white;
    background-color: #0637579e;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#red-header{
    padding: 10px;
    background: #c40001; /* Old browsers */
    background: -moz-linear-gradient(top, #c40001 0%, #a00000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c40001 0%,#a00000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c40001 0%,#a00000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40001', endColorstr='#a00000',GradientType=0 ); /* IE6-9 */
    ;
}
#top-header-text{
    font-size: 22px;
    color: white;
    font-family: serif;
}
#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 15px 20px 5px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "openSans";
    -webkit-transition: margin 0.4s ease, padding 0.4s ease;
    -o-transition: margin 0.4s ease, padding 0.4s ease;
    transition: margin 0.4s ease, padding 0.4s ease;
}
#header.full-header #primary-menu > ul {
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    /* border-left: 1px solid #EEE; */
    border-right: 0;
    width: 100%;
}
@media (max-width:1200px){
	#top-header-text{
	    font-size: 30px;
}
}
@media (max-width:992px){
	#top-header-text{
	    font-size: 20px;
}
}
@media (max-width:460px){
    .button.button-reveal.button-xlarge {
        padding: 0 60px !important;
        font-size: 20px !important;
        line-height: 2.7!important;
        color: white;
        font-weight: 700 !important;
    }
}
#forgot-pass-page{
	margin-top: 30px
}
.grey-bb {
    border-bottom: 1px solid lightgray;
}
.icon-chevron-down{
	line-height: 2
}
#rev_slider_k_fullwidth{
	max-height: 500px !important;
	height: 500px !important
}
.tp-fullwidth-forcer{
	max-height: 500px !important
}
.steps-wraper{
	width: 100%
}
/* ########################################### */
@media (min-width:991px){
    #logo{
        display: none
    }
}
.small-text{
    font-size: 12px
}
.list-group-item:hover{
    background-color: #0637570d
}
.main-text p{
    margin-bottom: 15px;
    font-size: 18px
}
.form-header{
    display: none
}
#header{
    display: none
}

.list-group-item h4{
    margin-bottom: 0
}
.list-group-item p{
    font-size: 12px
}
#paymentBox{
    height: 358px;
}
.accordion {
    text-align: right
}
#body_text h4{
    margin-bottom: 0
}
.return_home {
    color: white;
    position: absolute;
    top: 15px;
    left: 25px;
}
.return_home:hover{
    color:lightgrey
}
#body_text p{
    margin-bottom: 20px
}
.return_home i{
    font-size: 14px
}
.contact_info p{
    margin-bottom: 30px !important
}
.req{
    color: #ff0000d9
}
#start-captcha div{
    margin: 0 auto
}
.disabled_btn{
    opacity: 0.5;
    cursor: not-allowed;
}
.home-bottom{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #171717;
    color: #AAA;
}

@media (max-width: 767px){
    .return_home {
        color: white;
        position: absolute;
        top: 20px;
        left: 25px;
        font-size: 12px;
    }
    .return_home i{
        font-size: 8px
    }
}
.contact_info i{
    margin-top:-6px
}
.header-text{
    background-color: gray;
    padding: 0px 0;
    font-size: 20px;
    line-height: 2;
}
.header-text p{
    margin-bottom: 0
}
#body_text h3{
    margin-bottom: 10px !important
}
.widget_links ul li a{
    font-size: 18px;
    font-weight: 500;
    line-height: 1 !important;
}