@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

*{
	padding: 0px;
	margin: 0px;
    font-family: 'Roboto', sans-serif;	
    /*font-family: 'Open Sans', sans-serif;*/
}
.clear{
	clear: both;
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: none;
}


.navbar-light .navbar-nav .nav-link{
 color: #000;
 font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover{
 color: #004673;
}

.custom_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    /*background: rgba(0, 0, 0, 0.8);*/
    background-color: #fff;
     box-shadow: 0px 1px 5px #27272780;
    -webkit-box-shadow: 0px 1px 5px #27272780;
    -moz-box-shadow: 0px 1px 5px #27272780;
}
.register_as_pro{
    color: #fff;
}

.custom_nav .register_as_pro{
    color: #343a40;
    font-weight: 500;
}
 .modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-twitter:hover, .btn-twitter:focus{
	color: #fff;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.sign_up_section .form-control:focus, .login_section .form-control:focus{
	border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
}
.sign_up_section, .login_section{
	color: #fff;
}
.sign_up_section .card{
	background-color: #1a194d!important;
}
.divider-text span{
	background-color: #1a194d!important;
}


#hero_carousel .carousel-inner{
  height: auto;
  /*padding-top: 76px;*/
}
#hero_carousel .carousel-caption{
  top: 33%;
}
#hero_carousel .carousel-caption h1{
  font-size: 60px;
  color: #fff;
}
#hero_carousel:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}


/* Login screen css start */
		
#signup_modal .user_card, #forgot_password_modal .user_card {
	height: auto;
	width: 400px;
	margin-top: auto;
	margin-bottom: auto;
	background: #fff !important;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	border-radius: 5px;
}
#signup_modal .modal-body .close, #forgot_password_modal .modal-body .close{
    opacity: 1;
    text-shadow: none;
    color: #333;
    position: absolute;
    right: 18px;
    top: 13px;
    z-index: 555;
}

.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: -75px;
	border-radius: 50%;
	background: #60a3bc;
	padding: 10px;
	text-align: center;
}
.brand_logo {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 2px solid white;
}
/*.form_container {
	margin-top: 100px;
}*/
.login_btn {
	width: 100%;
	background: #004673 !important;
	color: white !important;
}
.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
/*.login_container {
	padding: 0 2rem;
}*/
.login_form{
	width: 100%;
}
.input-group-text {
	background: #004673 !important;
	color: white !important;
	border: 0 !important;
	/*border-radius: 0.25rem 0 0 0.25rem !important;*/
}
.login_section .input-group-text {
	background: #004673 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #004673 !important;
}

/* Login screen css end */



/*  Homepage css start */

.logo_image{
	height: 60px;
}
.header_filled_btn {
	background-color: #004673;
    text-align: center;
    width: 140px;
    height: 38px;
    font-weight: normal;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.header_outline_btn {
    border: 1px solid #004673;
    text-align: center;
    font-weight: bold;
    width: 140px;
    height: 38px;
    color: #004673;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
}
.navbar-light .navbar-toggler-icon {
    /*background-image: none;*/
    line-height: 33px;
}
.navbar-light .navbar-toggler-icon .fa-bars{
    font-size: 25px;
}
.navbar-light .navbar-toggler {
    border-color: #004673;
}
header .navbar-item a {
    color: #f2f2f2;
    text-decoration: none;
}
header .login_signup_btn{
    text-decoration: none;
    cursor: pointer;
}
.border_left_right{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    padding: 4px 18px 9px 18px;
}
.h-auto{
    height: auto;
}
.ht_3{
    line-height: 2.5rem;
}
.border-dark-red{
    border: 1px solid #004673 !important;
}
.font-wt-500{
    font-weight: 500;
}
.custom_nav{
	/*background-color: #f2f2f2;*/
}

.section1{
    /*background-image: url("../images/banner.jpg");*/
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/banner4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 200px 0px;
    min-height: 526px;
}

.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,0.16), 0 0px 3px 0 rgba(0,0,0,0.12);
    box-shadow: 0 0px 2px 0 rgba(0,0,0,0.16), 0 0px 3px 0 rgba(0,0,0,0.12);
    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: .25rem;
}
.testimonial-card .card-up {
    height: 120px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.testimonial-card .card-up.info-color{
    background-color: #ddd;
}
.testimonial-card .avatar {
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 50%;
}
.testimonial-card .avatar img {
    width: 100%;
}
.testimonial-card .card-body {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
}
.dark-grey-text {
    color: #4f4f4f !important;
}

.section_insurance{
    margin: 60px 0px 0px;
    background-color: #f2f2f2;
    padding: 50px 0px;
    border-width: 1px 0px 1px 0px;
    border-color: #bbb;
    border-style: solid;
}

a:hover{
    text-decoration: none;
}
.professional_section{
    padding: 55px 0px 60px;
}
.professional_section .app_border_right{
    border-right: 1px solid #bbb;
}

/* New footer start */

footer {
    background: #004673;
    z-index: 3;
    position: relative;
    /*margin-top: 60px;*/
}
footer ul{
    list-style-type: none;
    margin: 0px;
}
footer ul li{
    float: right;
    margin-left: 35px;
    line-height: 36px;
    opacity: .8;
}
footer ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
footer ul li a:hover{
    color: #fff;
}
footer .footer_row1{
    padding: 40px 0;
}
footer .Footer_row3_col{
    float: left;
}
footer .Footer_row3_col.col3{
    float: right;
}
/*footer .footer_row2{
    padding: 20px 0;
    border-top: 1px solid #424242;
    display: flow-root;
}*/
footer .Footer_row3{
    padding: 20px 0;
    border-top: 1px solid #fff;
    color: #fff;
    opacity: .8;
}
footer .Footer_row3 .col2 .fa{
    font-size: 1.5rem;
}
footer .Footer_row3 .col3 img{
    float: right;
    width: 150px;
}
.fa-ft-circle{
    background-color: #fff;
    color: #004673;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.footer_row1 .fa-instagram, .footer_row1 .fa-twitter{
    font-size: 28px;
    line-height: 34px;
    width: 28px;
    height: 28px;
}
/* New footer end */


/*.modal-body{
    padding: 0px;
}*/
.modal-body .close{
    opacity: 1;
    text-shadow: none;
    color: #333;
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 555;
}
.modal-content{
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 5px;
    outline: 0;
}


/*@media (min-width: 576px){
.modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
}
}*/
.section1 .custom-select:focus {
    border-color: #E2E2E2;
    outline: 0;
    box-shadow: none;
}

.white_text{
	color: #fff;
}

.section3{
	padding: 50px 0px 50px;
}
.card-special {
    padding: 45px 35px;
    border: 0;
    border-radius: 0;
    transition: all .4s ease;
    background-color: #1A194D;
    color: #fff;
    margin-bottom: 20px;
}
.card-special:hover {
    background: #004673;
    color: #fff;
}
.card-special:hover .card-special__icon{
    color: #f2f2f2;
}
.card-special__icon {
    font-size: 24px;
    color: #004673;
    margin-right: 13px;
}
.card-special__title {
    margin: 0;
    font-weight: 400;
    transition: all .4s ease;
}
.card-special .card-body {
    padding: 0;
}
.card-special .card-body p {
    margin-bottom: 0;
}


.find_list_property_section{
    margin: 60px 0px;
    background-color: #f2f2f2;
    padding: 50px 0px;
    border-width: 1px 0px 1px 0px;
    border-color: #bbb;
    border-style: solid;
}
.find_list_property_section .left{
    /*border-right: 1px solid #bbb;*/
}

.modal-body a:hover {
    color: #0056b3;
    text-decoration: none;
}

/*  Homepage css end */



/* Delivery page css start */

.sec_padding{
    padding: 50px 0px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    /*color: #004673;*/
    color: #f2f2f2;
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
    /*color: #004673;*/
    color: #f2f2f2;
}


.card{
    margin-bottom: 30px;
}
.booking_section1 .card, .del_section1 .card {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.booking_section1 .card-header, .del_section1 .card-header{
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
    /*background: #f2f2f2;*/
    background: #004673;
    color: #fff;
    /*box-shadow: 0 2px 3px rgba(0,0,0,0.1);*/
}
.booking_section1 .card-body, .del_section1 .card-body{
    margin-top: -21px;
    margin-bottom: 20px;
    /*border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);*/
    border-left: 1px solid #004673;
    border-right: 1px solid #004673;
    border-bottom: 1px solid #004673;

}
.booking_section1 .card-header, .del_section1 .card-header {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px);
}

.inner_page_sec1{
    padding: 150px 0px;
    min-height: 300px;
}

.innerpage_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*background-color: #333;*/
    background-color: #eee;
    box-shadow: 0px 1px 5px #27272780;
    -webkit-box-shadow: 0px 1px 5px #27272780;
    -moz-box-shadow: 0px 1px 5px #27272780;
}

table th{
    font-weight: 500 !important;
}
label{
    font-weight: 500;
}


.font_wt_md{
    font-weight: 500;
}
.filled_btn {
    background-color: #004673;
    padding: 6px 16px;
    color: #fff;
}
.filled_btn:hover {
    color: #f2f2f2 !important;
}
.divider_hr{
    width: 100%;
    background-color: #004673;
    height: 1px;
}

.del_section1 h2, .booking_section1 h2, .slab_section1 h2{
    color: #004673;
    font-family: 'Oswald', sans-serif;
}
h1{
    color: #004673;
    font-family: 'Oswald', sans-serif;
}

.red-border{
    border: 1px solid #004673;
}
.custom-input {
    position: relative;
}
.custom-input.icon-left .form-control-icon {
    right: auto;
    left: 12px;
}
.custom-input .form-control-icon {
    position: absolute;
    top: 8px;
    right: 17px;
    height: 20px;
    width: 20px;
}
.custom-input.icon-left .form-control {
    /*padding: 0.5rem 0.875rem 0.5rem 2.8rem;*/
    padding-left: 40px;
}
.dashboard_search_ip:focus{
    border: 1px solid #004673;
}

.info_circle{
    color: #283890 !important;
    background: #ccc;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
}

/* Delivery page css end */


/* manage account css start */

.account_form{
    display: flex;
}
.account_edit_box{
    position: relative;
}
.account_edit{
    position: absolute;
    right: 0px;
    top: -18px;
    width: 35px;
    height: 35px;
    background-color: #004673;
    color: #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}


.element {
    /*background: #f2f2f2;*/
    width: 100%;
    height: auto;
    /*padding: 20px 20px;*/
    margin-bottom: 20px;
}
.my_profile_box{
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 0px;
}
.about_me_ht{
    height: 300px;
    overflow: auto;
}
.tbl_title_bg {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.home_header_ht{
    height: 76px;
}
.dashboard_header_ht{
    height: 50px;
}

/* booking page css*/

.right_border{
    /*border-right: 2px solid #004673;*/
    border-right: 1px solid rgba(0,0,0,.125);
}
.top_border{
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 15px;
    margin-top: 20px;
}
.accordian_title{
    /*color: #004673;*/
    text-align: center;
}
/* booking page css*/

/* track report css*/

.track_btn{
    padding: 8px 40px;
    color: #fff;
    font-size: 18px;
}
.track_btn:hover{
    color: #fff;
}
.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-step .btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    line-height: 1.428571429;
}
.current_track{
    background-color: #004673;
    border-color: #004673;
}
/* track report css*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

/* multiple select dropdown */

#selectedDBXP fieldset {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
#choicelist {
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 200px;
    overflow: auto;
    display: none;
    position: absolute;
    z-index: 999;
    top: 34px;
    background: #f2f2f2;
    padding: 5px 0px;
}
#selectedDBXP {
    border: 1px solid #d6d6d6;
    width: 100%;
    min-width: 200px;
    max-width: 500px;
    border-radius: .25em;
    height: 34px;
    background-color: #fff;
    position: absolute;
    text-align: left;
    padding-left: 40px;
}
#choicelist > div {
    padding: 5px 0px 5px 10px;
}
#choicelist label {
    margin-bottom: 0px;
    font-weight: 400;
}
#selectedDBXP .fa-chevron-down {
    position: absolute;
    right: 1em;
    top: 0.9em;
    color: #a8a8a8;
    transition: transform .2s ease-out, color .2s ease-out;
    font-size: 0.85em;
}
#selectedDBXP .fa-chevron-down--open {
  transform: rotate(-180deg) translate(0, 2px);
  color: #a8a8a8;
}

/* multiple select dropdown */


/* profile upload image  */

.profile_img_box{
    position: relative;
}
.profile_img_box .image-upload input[type=file]
{
    display: none !important;
}
.profile_img_box .fa-upload 
{
    position: absolute;
    bottom: 0px;
    right: 60px;
    margin-right: 0px;
    font-size: 13px;
    color: #fff;
    background: #004673;
    padding: 5px;
    border-radius: 4px;
}
.profile_img_box .image-upload {
    height: 0px;
}
.profile_img_box img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #dfdfdf;
    border: 1px solid #ccc;
}

/* profile upload image  */

/* Registration page css */

.registration_section .card{
    box-shadow: none !important;
    border: 1px solid #004673;
}
.font-wt-400{
    font-weight: 400;
}
.registration_btn{
    padding: .375rem 1.75rem;
    background-color: #004673;
    color: #fff;
}
.registration_section .card-header{
    color: #f2f2f2;
    background-color: #004673;
}

/* Registration page css end*/

.custom_inner_header{
    /*background-color: #eee;*/
    box-shadow: 0px 1px 5px #27272780 !important;
    -webkit-box-shadow: 0px 1px 5px #27272780 !important;
    -moz-box-shadow: 0px 1px 5px #27272780 !important;
}


/* Responsive css start */
/*
#navbarCollapse.collapse.show {
    display: block;
    border-top: 1px solid #ccc;
    margin: 10px 0px;
    padding-top: 10px;
    display: inline-flex;
}
#navbarCollapse.collapse.show .navbar-nav{
    display: inline-flex;
}    
*/

.dashboard_section1 .delivery_boy_img{
    height: 200px;
}
.dashboard_section1 .hello_box{
    padding-top: 50px;
    display: inline-block;
}
.fontsize_mobile{
    font-size: 1.15rem;
}
.mobile_block{
    display: none;
}
/*.mobile_none.navbar-brand{
    margin-left: 45%;
}*/


.skyblue_title{
    /*color: #007AC2;*/
    color: #004673;
}
.btn_filled{
    width: 240px;
    height: 31px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #004673;
    text-align: center;
}
.section_4{
    background-color: #F6F6F6;
}
.sec4_content_box{
    color: #004673;
}
.sec4_content_box img{
   height: 64px;
}
.font_size_12{
    font-size: 12px;
}


/* New CSS  */
.steps_icon{
    background-color: #004673;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.divider_blue{
    border-top: 2px solid #004673;
    /*border-top: 2px solid #007AC2;*/
}
.what_virtual_image{
    /*background-image: url(../images/virtual_training-image2.jpg);*/
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/virtual_training_image2.png');
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.why_virtual_image{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/why_VTM.png');
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.box_image_wrapper{
   background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/training1.jpg');
    height: 200px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important; 
}
.box_image_2{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/training2.jpg'); 
}
.box_image_3{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/training3.jpg'); 
}
.box_image_4{
    background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)), url('../images/training4.jpg'); 
}
.box_wrapper{
    width: 85%;
}
.box_image_wrapper_bg1, .box_image_wrapper_bg2{
    position: relative;
    margin-bottom: 25px;
}
.box_image_wrapper_bg1:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #007AC2;
    position: absolute; 
    z-index: -1;
    top: 5%;
    left: 5%;  
}
.box_image_wrapper_bg2:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #004673;
    position: absolute; 
    z-index: -1;
    top: 5%;
    left: 5%;  
}
.what_wrapper{
    background-color: #007AC2;
    height: 100%;
    padding: 50px;
    color: #fff;
}
.title_border{
    position: relative;
}
.title_border:before{
    content: "";
    width: 51px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0%;
    top: 125%;
}
.title_border:after {
    content: "";
    width: 103px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0%;
    bottom: 1px;
    top: 130%;
}
.title_border_blue:before, .title_border_blue:after{
    background: #004673;
}
.title_border_blue_center:before{
    width: 100px;
    height: 3px;
    position: absolute;
    left: 30%;   
}
.title_border_blue_center:after{
    width: 190px;
    height: 1px;
    position: absolute;
    left: 12%;   
}
.small-image{
    height: 80px;
}
.text-image-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.how-icons{
    height: 50px;
}
.step_title{
    line-height: 25px;
}
.body-content-ht{
    min-height: calc(100vh - 324px);
}
.font-oswald{
    color: #004673;
    font-family: 'Oswald', sans-serif;
}
.privacy-policy-ul ul{
    padding-left: 18px;
}

.Footer_row3 a{
    color: #fff !important;
    text-decoration: none;
}


ul.banner-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
}
ul.banner-list li:not(:last-child){
    margin-right: 25px;
}
ul.banner-list li:before{
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f111";
    font-size: 35px;
    line-height: 32px;
    position: relative;
    top: -6px;
    /* left: -5px; */
    color: #fff;
}



@media (min-width: 1024px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .8rem;
        padding-right: .8rem;
    }
}
@media only screen and (max-width: 1024px){
    .right_border{
        border-right: 0px;
    }
    #hero_carousel img{
        height: 350px;
    }
    #hero_carousel .carousel-caption {
        color: #fff;
        top: 20%;
    }
    #hero_carousel .carousel-caption{
        position: absolute;
        right: 10%;
        bottom: 20px;
        left: 10%;
    }
}
@media only screen and (max-width: 768px){
        #hero_carousel .carousel-caption h1 {
        font-size: 45px;
        color: #fff;
    }
}
@media only screen and (max-width: 767px){
    .navbar-collapse{
        margin-top: 10px;
    }
     .what_virtual_image{
        height: 300px;
    }
    .why_virtual_image{
        height: 300px;
    }
}
@media only screen and (min-width: 768px){
    .mobile-app-wrapper{
        display: table;
        width: 100%;
    }
    .mobile-app-text{
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

@media only screen and (max-width: 414px){
    #hero_carousel img{
        height: 380px;
    }
    #hero_carousel .carousel-caption h1{
        font-size: 33px;
    }
    ul.banner-list li:before {
        display: inline-block;
        font-family: "FontAwesome";
        content: "\f111";
        font-size: 18px;
        line-height: 32px;
    }
    #hero_carousel .carousel-caption {
        color: #fff;
        top: 28%;
    }
    .carousel-caption {
        position: absolute;
        right: 10%;
        bottom: 20px;
        left: 10%;
    }
    ul.banner-list li:not(:last-child) {
        margin-right: 20px;
    }
    .mobile_none{
        display: none;
    }
    .mobile_block{
        display: block;
    }

    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: 1.20rem;
    }
    h5 {
        font-size: 1.15rem;
    }
    header .navbar-text{
        display: block;
    }

    .professional_section .app_border_right{
        border-right: 0px solid #bbb;
    }

    .dashboard_section1 .delivery_boy_img{
        height: 150px;
    }
    .dashboard_section1 .hello_box{
        padding-top: 0px;
        display: inline-block;
        max-width: 260px;
    }
    #new_address .modal-dialog, #edit_address .modal-dialog{
        width: auto !important;
    }
    .footer_row1 img{
        height: 60px;
    }
    footer ul li {
        float: right;
        margin-left: 20px;
        line-height: 36px;
        opacity: .8;
    }
    footer .Footer_row3_col.col3 {
        float: none;
    }
    footer .Footer_row3_col {
        float: none;
    }

}

/* New CSS  */