/* --------- Fonts --------- */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:500);
@import 'https://fonts.googleapis.com/css?family=Oswald:400';
html {
    -webkit-font-smoothing: antialiased;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}
/* --------- general css --------- */

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}
.navbar-brand {
    height: auto;
}
/* --------- Padding, margin css --------- */

.nopaddingright {
    padding-right: 0 !important;
}
.nopaddingleft {
    padding-left: 0 !important;
}
.nopadding {
    padding: 0 !important;
}
.marginauto {
    margin: 0 auto;
}
.mB10 {
    margin-bottom: 10px;
}
.mB15 {
    margin-bottom: 15px;
}
.PB15 {
    padding-bottom: 15px;
}
.MTB10DB {
    margin: 10px 0;
    display: block;
}
.FWB {
    font-weight: normal;
}
.FWB2 {
    font-weight: bold;
}
.heading7 {
    border-bottom: 2px solid #222;
    padding: 3px 0;
    display: inline-block;
}
.list-group {
    padding-left: 0;
    margin-bottom: 0;
}
form label {
    cursor: pointer;
}
.first,
.second,
.third,
.fourth {
    margin-left: 20px;
}
input[type=radio] {
    margin: 0 5px 0px 0;
    vertical-align: middle;
}
.slide_effect {
    ;
    margin-left: 20px;
}
.skill_set label {
    margin-right: 6px;
    vertical-align: middle;
    padding: 0 6px 0 0;
}
.skill_set .row {
    background: #f1f8f8;
    margin-bottom: 1px;
    margin: 0 0 1px 0;
}
.skill_set .row .col-md-4 {
    text-align: right;
}
@media (max-width: 991px) {
    .skill_set .row .col-md-4 {
        text-align: left;
    }
}
button {
    background: #f46333;
    color: #fff;
    border-radius: 2px;
    padding: 6px 16px;
    border: none;
    margin: 10px 0;
    font-size: 12px;
    letter-spacing: 1px;
}
button:focus {
    border: none;
    outline: none;
}
.transition1 {
    transition: all 0.4s cubic-bezier(0.64, -0.01, 0.44, 0.97);
}
@media (min-width: 1200px) {
    .header_social {
        text-align: right;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media (max-width: 1200px) {
    .header_social {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
.header_social i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #337ab7;
    color: #337ab7;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.64, -0.01, 0.44, 0.97);
}
.header_social i:hover {
    background: #fff;
    color: #cf162a;
    border: 2px solid #cf162a;
}
.footer_links ul {
    list-style: none;
    text-transform: uppercase;
    padding: 2px;
}
#footer h4 {
    font-size: 18px;
    color: #435061;
    font-weight: bold;
    color: #fff;
    padding: 13px 0;
    max-width: 100%;
}
footer a {
    color: #fff;
        padding: 10px;
    font-size: 11px;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*footer a:hover,*/
footer a:focus {
    color: #f46333;
    text-decoration: none;
}
.social_media_footer {
    padding: 0;
    margin: 0;
}
.social_media_footer li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.social_media_footer li a {
    width: 37px;
    height: 37px;
  
    text-align: center;
    background: #747f83;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    border-top: 0px solid transparent;
    border-radius: 50%;
    font-size: 14px;
}
.social_media_footer li:nth-child(1) a {
    background: #3b5998;
}
.social_media_footer li:nth-child(2) a {
    background: #00aced;
}
.social_media_footer li:nth-child(3) a {
    background: #bb0000;
}
.social_media_footer li a:hover {
    border-top: 2px solid #fbc973;
}
.fotter_form .form-control {
    border: none;
}
.fotter_form .form-control:focus {
    border: none;
    background: #f8f8f8
}
.fotter_form .form-control input[submit] {}.social_media_footer li .white_bg {
    background: #fff !important;
    color: #000 !important;
}
.error {
    color: red;
}
/* ----- Chat ----- */

#content #cover {
    display: none;
}
div#help {
    border-radius: 6px;
    border-top: 9px solid #ED371E;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
h5.help_heading {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
div#question {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 26px;
}
h5.success_con {
    font-size: 30px;
    display: inline;
    float: left;
    margin-bottom: 10px;
}
p.text_p {
    font-size: 16px;
    float: left;
    display: block;
    text-align: justify;
    text-align: justify;
}
.succ {
    padding-bottom: 15px;
}
h5.success_con:hover {
    border-bottom: 2px solid #EC371E;
}
div#chatt {
    border-top: 8px solid #EC371E;
    height: 700px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div#usrs_pnel {
    height: 611px;
    background-color: #E9E9E9;
    padding-left: 0px;
    padding-right: 0px;
}
img.user-img {
    height: 40px;
    width: 40px;
    float: left;
}
h5.user_on {
    font-size: 16px;
    float: left;
}
img.user-img.img-circle {
    /* padding-right: 3px; */
    
    margin-right: 10px;
}
span.spn_icn {
    text-align: center;
}
div#pnl_pad {
    margin-top: 8px;
    margin-bottom: 8px;
}
span.ow {
    font-size: 10px;
    background-color: #888888;
    padding: 3px;
    border-radius: 7px;
    color: #fff;
}
div#chatt {
    padding-left: 0px;
    padding-right: 0px;
}
div#usr_div {
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px solid #888888;
}
.col-lg-2.icn {
    margin-top: 17px;
}
div#msg_sce {
    padding: 32px;
    height: 500px;
}
p.msg_pra {
    background-color: #E2F3FE;
    padding: 14px;
    border-radius: 6px;
}
div#new_msg {
    margin-bottom: 5px;
}
p.msg_admin {
    background-color: #D2D2D2;
    padding: 14px;
    border-radius: 6px;
}
h5.usernma_admin {
    text-align: right;
}
div#all_msgs {
    padding-left: 0px;
    padding-right: 0px;
}
div#from_div {
    /* border-top: 1px solid #D2D2D2; */
    
    margin-top: 10px;
}
button#send_btn {
    float: left;
    margin-left: 14px;
    padding-top: 23px;
    padding-bottom: 26px;
    font-weight: 600;
}
textarea#comment {
    width: 82%;
    float: left;
}
div#msg_sce {
    overflow: scroll;
}
input#send_btn {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 10px;
    font-weight: 600;
    background-color: #ED371E;
    color: #fff;
}
p.refr {
    margin-top: 22px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.summary {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div#msg_sce {
    overflow-x: hidden;
}
.sub_navbar {
    background: rgba(64, 106, 21, 0.4);
    min-height: 30px;
}
.sub_navbar .navbar-inverse .navbar-collapse,
.sub_navbar .navbar-inverse .navbar-form {}.sub_navbar ul {}.sub_navbar .navbar-inverse,
.sub_navbar .navbar-nav>li>a {
    padding: 5px 20px;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, .4);
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/* --------- Wazards --------- */

.wizard {
    margin: 0 auto;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 67%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 64%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 40%;
    text-align: center;
    font-size: 20px;
    top: 25px;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5cb85c;
}
.wizard li.active span.round-tab i {
    color: #5cb85c;
}
span.round-tab:hover {
    color: #333;
    border-color: #333;
}
.wizard .nav-tabs > li {
    width: 33%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5cb85c;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5cb85c;
}
.wizard .nav-tabs > li a {
    height: 70px;
    margin: 20px auto;
    border-radius: 50%;
    padding: 0;
    border: none;
    text-align: center;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: none;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}
@media( max-width: 585px) {
    .wizard {
        width: 100%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .wizard > div.wizard-inner {
        display: none;
    }
}
label {
    margin: 0;
    letter-spacing: 1px;
    font-size: 90%;
    font-weight: 400;
}
.panel {
    border: 1px solid #97c5df;
    background: none;
    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}
.form-control {
    box-shadow: none;
    border-radius: 0;
    font-size: 90%;
    border: 1px solid #ccc;
    transition: all 0.1s;
    letter-spacing: 1px;
    height: 40px;
}
.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #000;
}
.panel-heading {
    background: #f5fafa;
    color: #353f3f;
}
/* --------- Home Page --------- */

#home h4 {
    background: #963a07;
    color: #fff;
    padding: 8px 10px;
    font-size: 15px;
}
#home #content {
    width: 100%;
}
#home #content #tabs {
    background: #dedede;
}
#home #content #tabs li {
    margin-bottom: -1px;
}
#home #content #tabs li>a {
    border-radius: 0;
}
#home #content #tabs li.active>a {
    background: #f9f9f9;
    border: none;
    border-radius: 0;
}
#BannerCarousel .carousel-caption {
    right: 5%;
    width: 27%;
    left: 65%;
    bottom: initial;
    padding-bottom: 30px;
    color: #000;
    text-shadow: none;
    top: 28%;
}
#BannerCarousel .carousel-caption hgroup {
    background: #fff;
    padding: 10px;
}
#BannerCarousel .carousel .item {
    min-height: 500px;
}
#BannerCarousel .carousel-caption h2 {
    padding: 0;
    margin: 0 0 8px 0;
    font-family: Oswald;
    color: #37474f;
    text-transform: uppercase;
    text-align: right;
}
#BannerCarousel .carousel-caption {
    padding: 5px 10px;
    display: inline-table;
}
#BannerCarousel .carousel-caption h3 {
    margin: 0 0 25px 0;
    text-align: right;
    font-family: Raleway;
    color: white;
}
#BannerCarousel .carousel-caption h3:before {
    width: 50px;
    height: 2px;
    background: #ffec86;
    position: absolute;
    content: '';
    top: 40px;
    right: 10px;
}
#BannerCarousel .carousel-caption h4 {
    font-family: Oswald;
    margin: 0;
    text-transform: uppercase;
    text-align: right;
}
#BannerCarousel .carousel-caption .slider_link {
    float: right;
}
#BannerCarousel .carousel-caption .slider_link a {
    display: inline-block;
    padding: 15px;
    text-align: right;
    background: #fff192;
    color: #000;
}
.navbar-brand {
    padding: 12px 20px 5px 20px;
    width: 245px;
    border-radius: 0 0 4px 4px;
}
@media (max-width: 768px) and (min-width: 320px) {
    #BannerCarousel .carousel-caption {
        width: 70%;
        left: 15%;
    }
    .navbar-brand {
        padding: 12px 0px 5px 0px;
    }
}
/* === Blog Section === */

#blog h2 {
    margin: 15px 0;
    font-size: 24px;
    color: #435061;
}
#blog .figure-caption {
    padding: 5px;
    transition: all 0.2s ease-in-out;
}
#blog .figure-caption a {
    font-family: Lora;
    font-size: 18px;
    text-align: center;
    color: #435061;
    display: block;
    text-align: center;
    padding: 8px 0px 5px 0px;
}
#blog .figure-caption a:hover {
    text-decoration: none;
    color: #000;
}
#blog .figure img {
    margin: 0 auto;
}
#blog .figure-caption:hover {
    background: #f8f8f8;
}
#events h4,
#vendors h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
}
#vendors h4 {
    font-size: 24px;
    font-family: Raleway;
}
#carousel123 .item div {
    border: 1px solid #ccc;
    margin-right: -1px;
}
/* --------- Doctor profile Page --------- */

.profile_skills .progress {
    border-radius: 1px;
    height: 6px;
}
.profile_social {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.profile_social i {
    color: #13b7d3;
    border-color: #13b7d3;
}
.profile_skills h5 {
    margin-bottom: 2px;
    margin-top: 0;
}
.hos_profile_particlular hr.info {
    margin-bottom: 2px;
    margin-top: 0;
}
.tab_blocks {
    background: #fff;
    margin: 15px 0 0 0;
    font-family: Raleway;
    padding: 10px 0;
}
.tab_blocks h3 {
    color: #e91034;
    font-family: Raleway;
    font-size: 16px;
    margin: 5px 0 8px 0;
}
.tab_blocks .city_state,
.tab_blocks .per_day_price,
.blog_date {
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}
.tab_blocks a{color: #fd0e0e;}
.tab_blocks i {
    font-size: 15px;
    margin-right: 5px;
}
.myjobs_blocks {
    background: #fff;
    margin: 15px 0 0 -1px;
    height: 250px;
    border: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.myjobs_blocks h4 {
    color: #e91034;
    font-family: Raleway;
    font-size: 16px;
    margin: 8px 0;
}
.myjobs_blocks .city_state,
.myjobs_blocks .per_day_price,
.blog_date {
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
}
.myjobs_blocks i {
    font-size: 15px;
    margin-right: 5px;
}
.block_action_btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.block_action_btn .open,
.block_action_btn:hover {
    background: #f1f1f1;
}
.block_action_icon {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    margin: 0 !important;
    font-size: 13px !important;
}
.block_action_btn .reset_btn {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    padding: 4px 10px;
    border-bottom: 1px solid #ccc;
}
.block_action_btn .dropdown-menu-right {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #f9f9f9;
    border: 1px solid #ccc;
    right: -1px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .045);
    border-bottom: none;
    min-width: 100px;
}
.H75 {
    height: 75px;
    overflow: hidden;
}
.bid_applied {
    margin-bottom: 15px;
}
.search_relief_job {
    font-family: Raleway;
    letter-spacing: 1px;
    margin: 25px 0;
}
.search_relief_job h1 {
    font-size: 24px;
}
.MTB20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.job_desc_detail {
    background: #f5f5f1;
    margin-top: 5px;
    padding: 20px;
    margin-bottom: 15px;
    clear: both;
}
.job_hr {
    margin-top: 30px;
}
.used_equipment_block {
    min-height: 250px;
    height: auto;
}
.panel {
    border: none;
    box-shadow: none;
}
.panel-heading {
    display: none;
}
.right_side_bar {
    margin: 10px;
    background-color: #fff;
    border: none;
}
.sidebar-nav {
    background: #f0eee8;
    padding-bottom: 1px;
    margin: 20px 0;
}
.sidebar-navbar-collapse {
    padding: 0;
}
.sidebar-navbar-collapse .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.sidebar-nav .heading_bg {
    line-height: 35px;
    height: 35px;
    padding: 10px;
}
.sidebar-navbar-collapse ul li {
    width: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
    .sidebar-navbar-collapse .navbar-nav {
        // margin: 0;    }}
		@media (min-width: 320px) and (max-width:991px){.right_side_bar_section{clear:both;}}
		
		textarea {   resize: none;}/* header  css  */.text-muted {  color: #777777;}.text-primary {  color: #fed136;}.img-centered {  margin: 0 auto;}.bg-light-gray {  background-color: #eeeeee;}.bg-darkest-gray {  background-color: #222222;}.btn-primary .badge {  color: #fed136;  background-color: white;}.btn-xl {  color: #fd0e0e;  background-color: #fff;  border-color: #fff;  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  border-radius: 30px;	margin-right:10px;  padding: 12px 40px;}.btn-xl:hover,.btn-xl:focus,.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {  color: white;  background-color: #fd0e0e;  border-color: #fd0e0e;}.btn-xl:active,.btn-xl.active,.open .dropdown-toggle.btn-xl {  background-image: none;}.btn-xl .badge {  color: #fed136;  background-color: white;}.navbar-custom {  background-color: #222222;  border-color: transparent;}.navbar-custom .navbar-brand {  color: #fed136;  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;}.navbar-custom .navbar-brand:hover,.navbar-custom .navbar-brand:focus,.navbar-custom .navbar-brand:active,.navbar-custom .navbar-brand.active {  color: #fec503;}.navbar-custom .navbar-collapse {  border-color: rgba(255, 255, 255, 0.02);}.navbar-custom .navbar-toggle {  background-color: #fed136;  border-color: #fed136;  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  text-transform: uppercase;  color: white;  font-size: 12px;  border:none;}.navbar-custom .navbar-toggle:hover,.navbar-custom .navbar-toggle:focus {  background-color: #fed136;}.navbar-custom .nav li a {  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  text-transform: uppercase;  font-weight: 400;  letter-spacing: 1px;  color: white;}.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus {  color: #fd0e0e;  outline: none;}.navbar-custom .navbar-nav > .active > a {  border-radius: 0;  color: white;  background-color: #fed136;}.navbar-custom .navbar-nav > .active > a:hover,.navbar-custom .navbar-nav > .active > a:focus {  color: white;  background-color: #fec503;}
		@media (min-width: 768px) {  .navbar-custom {    background-color: transparent;    padding: 25px 0;    -webkit-transition: padding 0.3s;    -moz-transition: padding 0.3s;    transition: padding 0.3s;    border: none;  //  background-image:url('../../home_assets/img/header_img/banner1.jpg');    background-size: cover;  }  .navbar-custom .navbar-brand {    font-size: 2em;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    transition: all 0.3s;  }  .navbar-custom .navbar-nav > .active > a {    border-radius: 3px;  }}
		.navbar-custom-outershell {  background-color: #222222;  border-color: transparent;}.navbar-custom-outershell .navbar-brand {  color: #fed136;  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;}.navbar-custom-outershell .navbar-brand:hover,.navbar-custom-outershell .navbar-brand:focus,.navbar-custom-outershell .navbar-brand:active,.navbar-custom-outershell .navbar-brand.active {  color: #fec503;}.navbar-custom-outershell .navbar-collapse {  border-color: rgba(255, 255, 255, 0.02);}.navbar-custom-outershell .navbar-toggle {  background-color: #fed136;  border-color: #fed136;  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  text-transform: uppercase;  color: white;  font-size: 12px;}.navbar-custom-outershell .navbar-toggle:hover,.navbar-custom-outershell .navbar-toggle:focus {  background-color: #fed136;}.navbar-custom-outershell .nav li a {  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  text-transform: uppercase;  font-weight: 400;  letter-spacing: 1px;  color: white;}.navbar-custom-outershell .nav li a:hover,.navbar-custom-outershell .nav li a:focus {  color: #fd0e0e;  outline: none;}.navbar-custom-outershell .navbar-nav > .active > a {  border-radius: 0;  color: white;  background-color: #fed136;}.navbar-custom-outershell .navbar-nav > .active > a:hover,.navbar-custom-outershell .navbar-nav > .active > a:focus {  color: white;  background-color: #fec503;}
		@media (min-width: 768px) {  .navbar-custom-outershell {    background-color: transparent;    padding: 0px 0 0px 0 ;    -webkit-transition: padding 0.3s;    -moz-transition: padding 0.3s;    transition: padding 0.3s;    border: none;    background-image:url('../../home_assets/img/header_img/banner1.jpg');    background-size: cover;  }  .navbar-custom-outershell .navbar-brand {    font-size: 2em;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    transition: all 0.3s;  }  .navbar-custom-outershell .navbar-nav > .active > a {    border-radius: 3px;  }}
		@media (min-width: 768px) {  .navbar-custom-outershell.affix {    background-color: #222222;    padding: 10px 0;  }  .navbar-custom-outershell.affix .navbar-brand {    font-size: 1.5em;  }}
		
		@media (min-width: 768px) {  .navbar-custom.affix {    background: rgba(0,0,0,0.8); padding: 10px 0;  }  .navbar-custom.affix .navbar-brand {    font-size: 1.5em;  }}
		header {  background-repeat: no-repeat;  background-attachment: scroll;  background-position: top center;  -webkit-background-size: cover;  -moz-background-size: cover; 
		background-size: cover;  -o-background-size: cover;  text-align: center;  color: white;header .intro-text .intro-lead-in {  font-family: "Raleway", Helvetica, Arial, sans-serif;    font-size: 22px;  line-height: 22px;  margin-bottom: 25px;}header .intro-text .intro-heading {  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;  text-transform: uppercase;  font-weight: 700;  font-size: 50px;  line-height: 50px;  margin-bottom: 25px;}
		
		@media (min-width: 768px) { header .intro-text .intro-lead-in {    font-family: "Raleway", Helvetica, Arial, sans-serif; //   font-style: italic;    font-size: 40px;    line-height: 40px;    margin-bottom: 25px;  }  header .intro-text .intro-heading {    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;    text-transform: uppercase;    font-weight: 700;    font-size: 75px;    line-height: 75px;    margin-bottom: 50px;  }}
		
		
		
		html,body {    height: 100%;}
		.carousel-inner {     margin-bottom: 11px;}
		/* Background images are set within the HTML using inline CSS, not here */
		.fill {    width: 100%;    height: 100%;    background-position: top center;    -webkit-background-size: contain;    -moz-background-size: contain;    background-size: contain;    -o-background-size: contain;	background-position: top center;}
		.navbar-custom .nav li a{font-size: 12px;text-transform: none;font-weight: 300;}
		.navbar-custom-outershell .nav li a{font-size: 12px;text-transform: none;font-weight: 300; }
		
		
		@media (min-width: 800px){
		
		.header_custom_setting{width: 100%; text-align: center; margin-top: 130px;}
		.navbar-custom.affix .logo_setting {padding: 4px;}
		.navbar-custom.affix .logo_setting img{height: 55px;}	
		.navbar-custom.affix .second_nav{background: none;}
		.navbar-custom.affix  .top_social_nav{margin-top: -48px; margin-right: 180px !important;}
		.navbar-custom-outershell.affix .logo_setting {padding: 4px;}
		.navbar-custom-outershell.affix .logo_setting img{height: 55px;}	
		.navbar-custom-outershell.affix .second_nav{background: none;}
		.first_nav{float: none; text-align: center;margin-top: -48px;}
		.second_nav{min-width: 100%; }
		.second_nav li{ float: none;display: inline-block;}
		.second_nav li a{padding-left: 12px; padding-right: 12px;}
		
		.top_social_nav{margin-top: -150px;}
		.top_social_nav li a{    	padding: 0;    margin: 0 5px;    width: 38px;    height: 38px;    line-height: 40px;    background: #fff;    color: #000 !important;    border-radius: 50%;	border:2px solid transparent;text-align: center;}}
		
		.top_social_nav li a:hover, .top_social_nav li a:focus{border:2px solid #fff;}.top_social_nav li a:hover i, .top_social_nav li a:focus i{color:#fff;}.top_social_nav li a i{font-size:18px;}
		
		
		@media (max-width:786px){.top_social_nav{margin-top: 11px;}.top_social_nav li{display: inline-block; }	.top_social_nav li a:hover{border:none; color:#fd0e0e;}	}
		
		
@media (max-width:1199px) and (min-width:801px)  {
.fill {background-size: cover;}
.first_nav{margin-top: -49px;}
.navbar-custom.affix  .first_nav{margin-top: -3px;}
.navbar-custom.affix  .top_social_nav{margin-right: 10px !important;margin-top: 0;}
.navbar-custom.affix  .second_nav li a{padding: 10px 12px;}


}
		
		 .navbar-fixed-top .navbar-collapse{max-height: 450px;}	.logo_setting{width:100%;}.logo_setting img{margin:auto; transition:all 0.3s ease-in-out;}.navbar-custom .navbar-collapse{    background: url(../img/header_img/border-bg.png) no-repeat; background-size: 100%;}.navbar-custom-outershell .navbar-collapse{    background: url(../img/header_img/border-bg.png) no-repeat; background-size: 100%;}.header_custom_setting .nav {    background: url(../img/header_img/border-bg.png) bottom center no-repeat;	background-size: 100%;}.right_menu{       background: none !important;    margin-right: 0 !important;    }.navbar-custom.affix .header_custom_setting{margin-top:0; background: none;}.navbar-custom-outershell.affix .header_custom_setting{margin-top:0; background: none;}.intro-text h4{	font-weight: normal;    text-transform: none;    display: block;    width: 700px;    margin: 30px auto 40px auto;    font-family: Raleway;    letter-spacing: 1px;	}
		
		
		@media (max-width:786px) and (min-width:320px)  {.fill {background-size: cover;}	.logo_setting{width: auto;padding: 8px;}.logo_setting img{height: 40px;}.header_custom_setting{}.first_nav{float: none; margin: 0;}.second_nav{min-width: 100%; }}
		
		.dropdown-menu>li>a{    color:#333 !important;}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a {        color: #fff !important;}    }
		
		#inner-pages{        min-height: 250px;}.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{    background-color: transparent;    color: #fd0e0e;}
        .carousel-indicators {
            bottom: 5px;
        }
        
        .multi-level li {
            
            width:100% !important;
            max-width: 100% !important;
            
        }
        
        .dropdown-menu li{
           width:100% !important;
            max-width: 100% !important;
        }
	@media (max-width:1199px) and (min-width:768px){
  .img-responsive{
	  
	  height:64px !important
  }
  .top_social_nav{
	  
	  margin-top:-90px ;
  }
  #bs-example-navbar-collapse-1{
	  
	  margin-top:99px;
  }
}




















.pricingTable {
    padding-bottom: 30px;
    margin: 0 15px;
    background:#f8f8f8;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

.pricingTable.blue .pricingTable-header, .pricingTable.blue .pricingTable-signup {
    background: #15b8f3;
}

.pricingTable .pricingTable-header {
    padding: 20px 15px 45px;
    background: #66ce04;
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative;
}
.pricingTable .pricingTable-header:before {
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
    background: repeating-radial-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.2) 20%);
    transition: all 0.5s ease 0s;
}
.pricingTable .title {
    display: block;
    font-size: 22px;
    color: #fff;
    margin: 0 0 20px 0;
    transition: all 0.3s ease 0s;
    font-weight: bold;
    margin-top: 25px;
}

.pricingTable .price-value {
    display: block;
    font-size: 25px;
    color: #000;
    margin: 0 0 20px 0;
    transition: all 0.3s ease 0s;
    font-weight: bold;
}

.pricingTable .pricing-content {
    padding: 30px 25px 0;
    margin: 0;
    list-style: none;
}

.pricingTable .pricing-content li {
    font-size: 14px;
    color: #56575a;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    position: relative;
    margin: 10px 0;
}
.pricingTable.blue .pricing-content li i {
    color: #15b8f3;
}

.pricingTable .pricing-content li i {
    color: #66ce04;
}


.pricingTable .pricingTable-signup {
    display: block;
    padding: 18px 0;
    margin: 50px 25px 0 25px;
    border-radius: 4px;
    background: #66ce04;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable.blue .pricingTable-header, .pricingTable.blue .pricingTable-signup {
    background: #15b8f3;
}


.pricingTable:hover {
    box-shadow: 0 0 10px rgba(171, 171, 171, 0.3) inset, 0 0 20px -5px rgba(0,0,0,0.1);
}

.pricingTable:hover .pricingTable-header:before {
    right: 50%;
}

.home_content{
    margin: 50px 0;    
}

#about_us .home_content .panel-default{
    background: #f4f4f4;
}


.right_side_bar_section{
    margin-top: 30px;    
}

.home_content .tab_blocks .col-md-12 p{
    white-space: pre-wrap;
}

 
@media (max-width: 991px){
   button#footer_submit {
    margin-top: 90px;
} 
}

