/* width */
::-webkit-scrollbar {
  width: 10px;
}
/*remove header and footer*/
@media print {
    @page { margin: 2em; }
    body { margin: 24cm; }
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ccc;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f0f0f0;
  border-radius: 5px;
}


/* This class for the book service sticky button in the view services page
this button will be displayed in mobile view and will be stick to the bottom of the page */
#change_repeated_date{
    margin-left: 10px;
}
#confirmation_popup_id .modal-footer{
    padding-bottom:0px !important;
}

#content_modal_popup{
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.sticky-button {
    float: left !important;
    position: fixed !important;
    z-index: 99999;
    bottom: 0 !important;
    left:0 !important;
    background-color: #f0f0f0;
    padding: 15px;
    font-size: 20px;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0 6px rgba(0, 0, 0, 0.6);


}
.sticky-button-show{
    display:block;
}
.sticky-button-hide{
    display:none;
}
#menu_logo img {

    padding-top:5px;
    max-height: 40px;
}
.edit-pin-font-size{
    font-size: 18px !important;
}
.sticky-button .btn{
    float: right !important;
    letter-spacing: 1px;
}

.standard_cost_sticky{
    float: left;
    font-size: 17px;
    margin-top: 8px;
}

.modal.in .modal-dialog{
    /* overflow: hidden;*/
}
.large_service_image:hover{
    opacity:0.8;
}
.custom-fields-selections{
    font-size: 12px !important;
}
/*@author Omar ***/
/* confirm fieldworker selection */
.custom-option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.custom-option-input:hover {
    background: #9faab7;
}
.custom-option-input:checked {
    background: #40e0d0;
}
.custom-option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}
.custom-option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.custom-option-input.checkbox {
    border-radius: 50%;
}
.custom-option-input.checkbox::after {
    border-radius: 50%;
}
.custom-option-label{
    color: #9faab7;
    font-family: 'Roboto', sans-serif;
}



.forms-ibox .ibox-title{
    display: none !important;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: auto;
}

.material-switch > label::before {
    background: #cacfd3;
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: #2e4050;
    left: 20px;
}
.img-profile{
    height: 120px; width: 120px;
}
@media only screen and (max-width: 600px) {
    #language_block{
        float:left;
        margin-left: 15px;
    }
    #choose-fieldworker-div{
        margin-top: 90% !important;
    }
    .img-profile{
        height: 100px !important;
        width: 100px !important;
    }
}
/**** @author Yosor
Like facebooks users/contractors block **/

#service_contractor{
    float: left;
    width:300px;
    border:1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 11px;

}
#service_contractor ul{
    padding:10px 5px;
}
#service_contractor li{
    width:50px;
    height: 50px;
    border-radius:50%;
    background: #ccc;
    float: left;
    margin-left: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    border: 1px #f0f0f0 solid;
    cursor: pointer
}
#service_contractor li img{
    width:100%;
}
#service_contractor li:hover{
    opacity: 0.6;
}
#service_contractor p{
    width: 90%;
    margin-left: 4.5%;
    float: left;
    text-align: left;
    font-size: 13px;
}

#contractors-modal .modal-content{
    width:50%;
    margin:auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;

}
#block-footer{
    width:100%;
    float: left;
    border-top:1px #ccc solid;
    font-size: 13px;
    text-align: left;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom:5px;
}
#block-footer a{
    color:#03a9f4 !important;

}
#service_contractor a{
    color:#03a9f4 !important;
}
#filter_contractor{
    float: left;
    width:96%;
    margin-left: 2%;
}
#modal-contractors{
    width:100%;
}
#modal-contractors li{
    padding:10px;
    width: 100%;
    height: 80px;
}

.close-modal i{
    font-size: 13px !important;
    color:#ccc !important;
}
#modal-contractors li:hover{
    background: #f0f0f0;
}
#modal-contractors li:hover .username{
    color:#02abf7 !important
}
.book_contractor{
    float: right;
    margin-top: 15px;
}
.modal-avatar{
    width:60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border:1px #ccc solid;
}
.modal-avatar img{
    width: 100%;
}

#modal-contractors .username{
    color: #222 !important;
    float: left;
    font-weight: bold;
    padding-top: 20px;
    margin-left: 20px;
}
#contractors-modal .modal-header{
    border-bottom:1px #ccc solid !important;

}
#contractors-modal .modal-title{
    text-align: left !important;
    font-size: 14px !important;

}
/***** @author Yosor
Like facebooks faqs box
*********/
#service_faqs{
    float: left;
    width:300px;
    border:1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 11px;
}
#service_faqs h3{
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    padding:10px;
    margin-bottom: 0px;
    margin-top:0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#333

}
#service_faqs .panel-title:before{
    content:"\f0da";
    font-family: 'FontAwesome';
}

#service_faqs .panel-title{
    text-align: left !important;
    font-size: 13px;
    line-height: 1.5;
    width:100%;
    color:#03a9f4;
}
#service_faqs .panel{
    float: left;
    width:94%;
    margin-left: 3%;
    margin-bottom: 7px;
    box-shadow:none !important;
    -webkit-box-shadow: none !important;
}
#service_faqs .panel-heading {
    padding:10px !important;
    border-bottom:0px;
    background-color:#f9f9f9;
}

#service_faqs .panel-collapse .panel-body{
    text-align: left;
    font-size: 13px;

}

#learn_more{
    float: right;
    margin-right: 4px;
    margin-top:2px;
    font-weight: normal;
    font-size: 12px;
}

.my-modal-body{
    max-height: 1000px !important;
}


/********** Gallery tab in contractors profile  *****/

#gallery h3{
    margin-bottom: 20px;

}
#photos_block, #video_block{
    min-height: 200px;
}
.video{
    width:100%;

}

/************* About tab in contractors profile *****/
#details-username{
    font-weight: bold;
}
#details-address{
    font-size: 14px;
    text-transform:uppercase
}
#details-joined{
    font-size: 14px;
    margin-bottom: 20px;
}
#promotion_box{
    width:100%;
    overflow: hidden;
    float: left;
    padding:20px;
    font-size:32px
}
#promotion_box p:first-child{
    margin-top:50px;
}
#promotion_box p{
    margin: 0px;
    width:100%;
    line-height: 1.5;
    max-height: 260px;
    overflow: hidden;



}
.video{
    margin-top:20px;
    width:96%;
    float:left;
    margin-left:2%;

}

#language_bar{
    /*width:100px;*/
    position: absolute;
    left: 10%;
    z-index: 9999999;
    margin-top: 34px;
}


#language_bar select {
    color: rgb(255, 255, 255);
}

.left-position {
    left: -265%;
}
.language-select{
    /*background:none !important;*/
    /*color: #fff;*/
    /*padding: 6px 4px !important;*/
}
.language-select option{
    /*margin: 40px;*/
    /*background: rgba(0, 0, 0, 0.3);*/
    /*color: #fff;*/
}
.navbar-inverse{
    z-index: 9000;
    display: none;
}
.navbar-toggle{
    float: left;
    margin-left: 10px;
}

.navbar-inverse li{
    height:40px;
}
.small_block h5{
    font-weight: bold;
    margin-left: 10px;
    color: #428bca !important;
}
.promotion_content{
    float: left;
    width:50%;
    padding:15px 20px;


}
.promotion_content h1 , .promotion_content img{
    display: block;
}

.promotion_img{
    width:50%;
    float: right;
    text-align: right;
    max-height: 500px;
    overflow: hidden;

}

.promotion_img img{
    float: right;
    width: 100%;
    min-width: 25%;


}

.long_text {
    height: 100px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background:none !important;
    border:1px #02a3eb solid !important;
   /* padding:15px !important; */

}
.ui-state-active{
    /** add the color black to a dropdown in the customer portal  home page **/
    color: black !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background:none !important;
    border:1px #02a3eb solid !important;
    margin-bottom: 10px !important;
    padding:15px !important;
    font-size: 14px !important;
    font-weight: bold !important;


}
.ui-icon, .ui-widget-content .ui-icon{
    background: none !important;
    width:0px !Important;
    height:0px !important;
    padding:0px !important;
    margin:0px !important;
}
.ui-widget-content{
    border:0px !important;
    padding:0px !important;
}
.main-faq-category{
    border:0px !Important;
    color:#222 !important;
    padding:0px !important;
    font-size: 20px !important;
    margin-bottom:20px !important;
}
.service-image-popup{
    display: none;
}

.join_btn{
    background: none !important;
    border:2px #fff solid !important;
    padding:10px 20px 10px 20px ;
    text-align: center;
    font-size: 16px;
    margin-top:4px;

}
.sign_up_btn{
    padding:8px 15px 8px 15px;
    border-radius: 3px;
}
.login_btn{
    padding:8px 18px 8px 18px;
    border-radius: 3px;
}


.total_services .block span{
    float:left !important;

}
.mobile_view{
    display: none;
}
.move-my-position{
    position: absolute;
    right: 0px;
    margin-top:-5%;
}
.cost{
    float: right !important;
    font-weight: bold;
    color:#02abf7;
    margin-right: 20px;
    font-size: 14px;
}
.float_me{
    float:left;
    width:100%;
    margin-top:20px;
}

.float_me div{
    padding:0px !important;
}
.float_me button{
    width:96%;
    margin: auto;

}
.attribute_text{
    padding: 0 !important;
    text-align: right;
}
#shopping_content{
    width:350px;
    padding:0;
    margin:0;
    position: absolute;
    z-index: 9900 !important;
}
#addSecondaryContact{
    margin-bottom: 20px;
}
#addSecondaryContact i{
    width:36px;
    height:36px;
    border:1px #ccc solid;
    text-align: center;
    padding-top:10px;
}

#addSecondaryContact span{
    font-size: 16px;
    margin-top:8px;
    margin-right: 3px;
    color:#333;
}

#addSecondaryContact a{
    font-size: 16px;
    color:#333;
}
#billBayer{
    margin-bottom: 10px;
}
#billBayer i{
    width:36px;
    height:36px;
    border:1px #ccc solid;
    text-align: center;
    padding-top:10px;
}

#billBayer span{
    font-size: 16px;
    margin-top:8px;
    margin-right: 3px;
    color:#333;
}

#billBayer a{
    font-size: 16px;
    color:#333;
}

#shopping_content h2{
    width:350px;
    text-align: center;
    font-size: 20px;
}
#shopping_content ul{
    width:338px;
    float: left;
    margin-left: 2%;
    list-style: none;
    padding:0px !important;

}
#shopping_content .btn{
    margin-top: 20px;
}
#shopping_content ul li{
    /*border:1px #ccc solid;*/
    padding:5px;


}

.empty_basket{
    width:100% !important;
    margin:0px !important;
    padding:0px !important;
    text-align: center;

}

.categories_select{
    display: none;
}
#loading{
    width:100%;
    height: 100%;
    background:#fff;
    position: absolute;
    background: #fff url('../img/loading.png') center no-repeat;
    z-index: 99999999;
    background-size:10%
}
.scroll-down,.scroll-top{
    color:#fff !important;
    font-size: 23px;
}
.service_li{
    border:1px #ccc solid;
    border-radius: 2px;
    margin-bottom: 7px;
    padding:7px;
    height: 90px;
}
.service_li:hover{
    background: #f0f0f0;
}

.service_li h4{
    font-weight: 700;
    width:60%;
    float: left;
    padding-top:20px;
    margin-left: 10px;
}

.service_li .delete_service{
    float: right;
    width:20px;
    margin:0px;
}
.service_li p {
    color:#333;
    float: left;
    width:100%;
}
.service_links{
    width:30%;
    float:right;
    padding-top:30px;


}
.service_links a{
    float: right;
    padding:0px 10px 0px 10px;
    color:#222 !important;


}

#top-thin-banner{
    width:100%;
    height: 4px;
    background:#5a7391;
}
.box-footer{
    width: 98%;
    margin-left: 1%;
    float: left;
    padding-bottom: 0px;
    padding-top: 20px
}
#footer{
    margin-top:30px;
    padding-bottom: 20px;
}
#footer_logo img{
    width: 100px;
}
#footer .buttons div{
    float: left;
    /*width:50%;*/

}
#footer .buttons img{
    width:100%;

}

#footer .fa {
    padding: 10px;
    font-size: 20px !important;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    background: #cccccc;
    color:#fff;

}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}
#social_networks{
    float: left !important;
}
#social_networks ul{
    list-style: none
}
#social_networks ul li{
    float: left;
    margin-right: 4px;
}
/* Set a specific color for each brand */

/* Facebook */
#social_networks .fa-facebook:hover {
    background: #3B5998;
    color: white;

}

/* Twitter */
#social_networks  .fa-twitter:hover {
    background: #55ACEE;
    color: white;
}
#social_networks  .fa-youtube:hover{
    background: #ff0000;
    color: white;

}
#social_networks  .fa-instagram:hover{
    background: #125688;
    color:white;
}
#copyRights{
    text-align: center
}
#copyRights p{
    float: left;
    margin-top:10px;
    font-size:12px;
    color:#666;
}
p.inner_copy{
    width:90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-top:20px;
}
.summary {
    color: #222;
    font-size: 14px;
    line-height: 35px;

}
#calendar h3{
    font-size: 13px;
    color:#999;
}

#shopping_cart{
    position: fixed;
    right:0px;
    width:45px;
    height: 45px;
    text-align: center;
    background:#333;
    top:200px;
    padding:4px;
    font-size: 15px;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    padding-top:7px;
    z-index: 11000;


}
#shopping_cart a{
    color:#fff;
}

#shopping_content{
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #f0f0f0; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    text-align:left;
    border-left: 1px #ccc solid;
    z-index: 12000 !important;


}
#shopping_content ul {
    margin-bottom:-7px !important;
}



#shopping_content table{
    color:#fff;
}

#shopping_content .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color:#333;
}

.service_price{
    float: right;
    color:#f00;
    font-weight: bold;
}
.service_price.large{
    font-size: 20px;
}

.show_hide{
    display:none;
}
.overlay-bg{
    width:100%;
    height: 100%;
    background: url('../img/overlay.png') repeat;
    position: fixed;
    z-index: 100
}

a, a:hover {
    text-decoration: none !important;
}

.topnav{
    z-index: 199 !important;
}
#header_links{
    float: right;
    position: relative;
    right: -1%;
    z-index: 9999 !important;
    margin-top: -60px;
}

#header_links li{
    width:auto;

}
.header_call_us_container {
    position: relative;
    z-index: 999;
    float: right !important;
    width: 14% !important;
    margin-top: -3.5%;
    margin-right: 18%;
    padding: 5px;
}
.dropdown  .dropdown-menu{
    top: 40px !important;
    left: 20px !important;
    width: 100% !important;
}
.dropdown-menu li {
    width: 100% !important;
    border-bottom: 1px #f0f0f0 solid;
    padding: 0px !important;
    text-align: left;
    letter-spacing: 1px;
}
.dropdown-menu li a{
    float:left;
    width:100%;
}
.dropdown-menu > li > a {
    padding: 7px 20px !important;
    color:#222 !important
}
.dropdown-menu > li > a:hover{
    color:#2a74ad !important
}


.modal-body{
    height:max-content;
    overflow: visible !important;
    width: 100%;
    max-height: max-content !important;
}
.modal,.modal-header, .modal-title,.modal-footer{
    z-index: 10000 !important;
    overflow: visible;

}
.modal-header .close{
    z-index: 3010 !important;
    position: absolute;
    right: 15px;

}
.popover{
    position: absolute !important;
    width:auto !important;
    z-index: 99999999999999999999999 !important;
    height:max-content;
    font-weight: normal;
    font-size:14px;
    font-family: Helvetica,sans-serif;
    min-width: 300px !important;
    max-width: 400px !important;
    overflow: visible;

}

.slider{
    width: 100%; /*Same as width of the large image*/
    position: relative;
    float:left;

    height: fit-content;
    /*Instead of height we will use padding*/
    padding-top: 420px; /*That helps bring the labels down*/

}


.services_img_slider{
    float: left;
    width:100%;
    height: fit-content;
}
#big_image{
    width:100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 2px;
}
#big_image img{
    width:100%;

}
#services_thumbs{
    position: relative;
    width:101%;

}
#services_thumbs ul{
    float:left;

}
#services_thumbs li{
    width:108px !important;
    height: 85px;
    padding:1px;
    overflow: hidden;
    display: inline;
    border:3px #ccc solid;
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    border-radius: 2px;


}
#services_thumbs li img{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;


}

/*Last thing remaining is to add transitions*/
.slider>img{
    width:100%;
    position: absolute;
    left: 0; top: 0;
    transition: all 0.5s;
}

.slider input[name='slide_switch'] {
    display: none;
}

.slider label {
    /*Lets add some spacing for the thumbnails*/
    margin: 18px 0 0 18px;
    border: 3px solid #999;

    float: left;
    cursor: pointer;
    transition: all 0.5s;

    /*Default style = low opacity*/
    opacity: 0.6;
}

.slider label img{
    display: block;
    height: 80px;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
    border-color: #666;
    opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
    opacity: 0;
    transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
    opacity: 1;
    transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*We are done :)*/
#header_links ul{

}
#header_links ul li{
    float: left;
    display:inline;
    /*padding:0px 12px;*/
    /* for new menu */padding: 0 5px;

}
#header_links ul li:hover a {
    color:#02abf7;

}
#header_links ul li a {
    color :rgb(3, 169, 244);
}
#header_links ul li i{
    margin-right: 10px;
}
#inner_header #header_links{
    margin-top: 20px;
    margin-bottom: 15px;

}
#inner_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.dropdown-toggle{
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    float: left;
    width: 100%;
    height: 30px;
}
#inner_header .btn-info{
    width:16px;
    padding:2px;
    font-size: 12px;
}
#inner_header .search_address{
    margin-top:26px !important;
}
#bottom_line{
    width:100%;
    background: #02abf7;
    height: 4%;
    position: relative;
    bottom: 0;
    color:#b2e6fd;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 4px;
    letter-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
    left:0;
    right:0;
    float: left;
    /*z-index: 1040 !important;*/
}
#upper_line{
    width:100%;
    background: #02abf7;
    height: 4%;
    position: relative;
    bottom: 0;
    color:#fff;
    font-size: 16px;
    padding-top:9px;
    padding-bottom: 4px;
    letter-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
    left:0;
    right:0;
    float: left;
    z-index: 1040 !important;
}
/*.call-icon-position {*/
/*    position: absolute;*/
/*    right: 90vh;*/
/*    top: 11px;*/
/*    font-size: 18px;*/
/*}*/
#middle-content{
    width:100%;
    min-height: 300px;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 180px;
    text-align: center;
    padding-bottom: 40px;
    z-index: 1030;
}
#middle-content #logo{
    margin-top: 20px;
    background-size: cover;
}

#middle-content #logo img{

}


.login-content {
    margin-bottom:30px;
}
.login-content .col-md-6 {
    margin-top: 20px;
}
.login-content  .btn-success{
    border-radius: 5px;
}
.login-content #welcome_text{
    color:#666;
}
.login-content .col-sm-1 i{
    font-size: 20px;
    margin-top:8px;
    opacity: 0.4
}
.register_block{
    width:30% !important;
}
.gm-style-iw {
    position: unset!important;
    height: fit-content !important;
    width: fit-content!important;
    max-width: fit-content!important;
    max-height: fit-content !important;
}
.register_block h3{
    margin-bottom:20px;
}

.breadcrumb{
    width:100%;
    margin-bottom: 4%!important;
    border-radius: 2px;

}

#logo{
    text-align: center;
    float:left;
    margin-left: 10%;
    width:80%;
    min-height: 110px;
    height: 100%;
    margin-bottom:20px;
    background-size: 300px auto !important;
}

#middle-content h2{
    text-align: center;
    color:#fff;
    margin-bottom: 22px;
    margin:0px;
    margin-bottom: 22px;
    float: left;
    width:100%;
    font-family: 'Roboto', sans-serif !important;

}
#middle-content h4{
    color:#fff;
    text-align: center;
    padding-bottom: 27px;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    line-height: 1.5;
    margin:auto;


}
.search_address{
    border:0;
    box-shadow: 0 0 0 0
}
.search_address .btn{
    padding:7px 10px;
    font-size: 20px;
    /*margin-left:-152px !important;*/
    /*margin-left:-55px !important;*/
    margin-top: -1px;

}
.search_address .main-search-btn{
    margin-left:-122px !important;
}
#inner_header .btn{
    border:1px #fff solid !important;
    font-size: 11px;
    margin-top: 1px;
    margin-left: -5px;
    padding-bottom:4px !important;

}
input[type="text"]:focus{
    border:1px #ccc solid !important;
}

.slick-slider{
    height: 190px !important;
}

.slick-prev,.slick-next{
    font-family: 'FontAwesome';
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    top:55px;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    color:#0cb7ee;
    background:transparent;
}
.slick-frame {
    visibility: hidden;
}
.slick-frame.slick-initialized {
    visibility: visible;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #0cb7ee;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    font-size: 15px;

    opacity: .75;
    color: #0cb7ee;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f104';
}


.address_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666 !important;
    opacity: 1; /* Firefox */
}

.address_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666 !important;;
}



.search_address .btn:hover  i  {
    -webkit-animation:spin 0.5s linear infinite;
    -moz-animation:spin 0.5s linear infinite;
    animation:spin 0.5s linear infinite;

}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.address_search{
    width: 960px;
    /*height: 70px;*/
    border-radius: 5px;
    border: 0;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
    padding: 8px !important;

}
.address_search:focus{
    border-color:#333 !important;
}
.search_address .btn{
    /*border-top-left-radius:0px;*/
    /*border-bottom-left-radius: 0px;*/
    padding: 10px;
    margin-top: -2px

}


#inner_header{
    width:100%;
    max-height: 110px;
}

.custom-header{
    background-color: transparent !important;
    border-color: transparent !important;
}

.custom-container {
    min-height: 100%;
    padding-bottom: 200px;
    position: relative;
}

.custom-footer{
    position: absolute;
    bottom: 0;
    height: 150px !important;
    left: 0;
    right: 0;
    background-color: white;
    padding-top: 20px;
}

#footer{
    float: left;
    width:100%;
    border-top:1px #eee solid;
    padding-top:14px;
}
.services_block .alert{
    float:left;
    width:100%;
}
.no-bg{
    background-image: none !important;
    background:#fff;
}
.login-bg{
    background-size: cover
}

.login-bg #middle-content{
    width:50%;
    min-height: 200px !important;
    padding:50px;
    background: rgba(255,255,255,0.7);
}
#middle-content.register_block{
    padding-top:30px;
    margin: auto!important;
}
.icontainer{
    width:1100px;
    margin: auto;
}

*{
}
#inner_logo{
    float:left;
    margin-top:4px;
    /*margin-top:10px;*/
    width:300px;
    height: 70px;
}
#inner_logo:hover{
    opacity:0.7
}
#inner_logo img{
    width:300px;
}
#main_inner_logo{
    margin-top:10px;
    height: 70px;
}
#main_inner_logo:hover{
    opacity:0.7
}
#main_inner_logo img{
    width:300px;
}

#inner_header .address_search{
    border:0 !important;
    margin-left:20px;
    width:225px !important;
    height: 18px;
    font-size: 11px;
    color:#ccc;

}

#inner_header .address_search:focus{
    width:220px;
}
.main-content{
    margin-top:116px;
}
.bread_crumb li.active{
    background:none !important;
    color:#666 !important;
}
.categories_list{
    background: #f0f0f0;
    padding:0px !important;
    margin-bottom: 10px !important;

}
.categories_list ul{
    width:100%;
    float: left;
    background: none !important;

}
.list-group-item{
    float: left;
    background:  none !important;
    width:100% !important;
    padding:10px 20px;

}
.list-group li a.book_contractor{
    color:#fff !important;
}
.cat_title{
    background:#666;
    color:#fff;
}
.categories_list ul a{
    color:#555;
}
.categories_list ul li{
    min-height: 50px;

    border-bottom:1px #fff solid !important;
    border-top:1px #dcdcdc solid !important;

}
.categories_list ul li:hover{
    background: #ccc !important;
    border-top:1px #bbb solid !important;
}
.categories_list ul li:hover a{
    color:#333 !important;
}

.categories_list ul li.current{
    background: #ccc !important;

}

.current_cat{
    border-left: 4px #0099cc solid;
}
.categories_list h4{
    font-weight: 600;
    font-size: 16px;
    float: left;
    width:100%;
    padding:13px 10px;
    margin-top:0px;
    margin-bottom: 0px;
    display: block;

}
.categories_list h4 a{
    color:#333 !important;
}

.large_block{
    float: left;

}
.date_and_location{
    float: left;
    margin-bottom: 20px;
}
.block_desc{
    width: 99%;
    margin:auto;
    color:#999;
    display: block;
    clear:both;
    margin-top: 20px;

}
img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

.large_button{
    width:200px;
    text-align: center;
    background: #ce600f;
    padding:10px 20px;
    margin-top:20px !important;
    border-radius:2px;
    height: 50px;
}
a.large_button{
    color:#FFF !important;
}

.small_block h4{
    font-weight: bold;
    margin-left: 10px;

}
.small_block h4 a{
    color:#434343;
}
.small_block p{
    color:#828282;
    margin-left: 10px;

}

.small_block img{
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 1;

}
.small_block .default{
    width:100%;
    height: 90%;
}

.small_block img:hover{
    opacity: 0.6;
}
.large_block  h1{
    margin-left: 20px;
    color:#343434;
    /*    font-family: 'Lato', sans-serif;*/
    font-weight: bold;
}
.book_now{
    background:#ff9300;
    width:25%;
    text-align: center;
    position: absolute;
    right:15px;
    height: 55px;
    padding-top: 3px;
}
.larger{
    display: block;
    font-size: 17px;
    font-weight: bold;

}
.book_now a {
    color:#fff;
    margin: auto;

}
.book_now:hover a{
    color:#fff;
}

.book_date{
    background:#111;
    width:30%;
    text-align: center;
    position: absolute;
    right:16px;
    height: 55px;
    padding-top: 3px;
}
.book_date a:hover{
    color:#fff;
}
.block_img{
    width: 99%;
    margin: auto;
    background: #f0f0f0;
    height: 140px;
    overflow: hidden;
}

.block_img img{
    width:100%;

}
.block_img .book_now{
    display: none;
}
.block_img:hover .book_now{
    display: block;
}

.small_block{
    margin-bottom: 20px;

}
.small_block .date ,.small_block .location{
    display: block;
    float: left;
    text-align: left !important;
    margin:0;
    margin-top:3px;

}
#branded_apps{
    padding-top:40px;
}
#branded_apps .text{
    color:#555;
    font-size: 50px;
    float: left;
    width:45%;
    font-weight:bold;
    font-family: 'Lato', sans-serif;
    max-height: 330px;
    overflow: hidden;

}
#branded_apps .buttons{
    float:left;
    width:45%;
    margin-top: 20px;
}
#branded_apps .buttons div:hover{
    cursor: pointer;
    opacity: 0.7;
}
#branded_apps .buttons div{
    float: left;
    margin-right: 20px;
}
#branded_apps .img{
    max-width:50%;
    overflow: hidden;
    float: right;
    text-align: center
}
#branded_apps .img img{
    max-width: 100%;
}
#work_with_us{
    width:100%;
    display: block;
    margin-top:40px;
    margin-bottom: 30px;
    min-height: 400px;
    overflow: hidden;

}
.work_content ,.work_img{
    width:50%;
    float: left;
    height:fit-content;
}

.work_content {
    background:#0099cc;
    color:#fff;
    padding:40px;
}
.work_content h1, .work_content h2 {
    margin-bottom: 20px !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;

}
.work_content h3 ,.work_content h4 ,.work_content h5 , .work_content h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;

}
.work_img img{
    width:100%;
}
.service p{
    font-size:13px;
    text-align:justify
}
::selection{
    background: #02abf7;
    color:#fff
}
::-moz-selection{
    background: #02abf7;
    color:#fff;
}

.modal-body strong:not(.reg) {
     font-weight: bold !important;
    margin: 20px auto !important;
    display: block !important;
}
#myModal .modal-footer{
    border-top:0px !important;
}
.main-box{
    float: left;
    width:100%;
    /*margin-left: 2%;*/
}
.delete-contact a i{
    width:36px;
    height:36px;
    float: right;
    text-align: center;
    padding-top:10px;
    border:1px #ccc solid;
    margin-right: 35px;
}
.additional{
    width:100%;
    float:left;
    margin-bottom: 0px !important;
    margin-left: 15px;

}
.additional{
    font-size: 16px !important;
}
.next-step span{
    float: right;
    color:#000;
    font-size: 16px;
    margin-top:15px;
    margin-right: 15px;
}

.next-step i{
    color:#fff;
    width:48px;
    height:48px;
    border:1px #ccc solid;
    font-size: 16px;
    padding-top:15px;
    float: right;
    margin-right: 17px;
    background:#03a9f4;
    border-radius:2px;
}
.prev-step span {
    float: left;
    color:#000;
    font-size: 16px;
    margin-top:15px;
    margin-left: 15px;

}
.prev-step i{
    color:#666;
    width:48px;
    height:48px;
    border:1px #ccc solid;
    font-size: 16px;
    padding-top:15px;
    float: left;
    margin-left: 17px;
    border-radius:2px;

}

.box ul {
    list-style: none;
}
.box .service-name{
    width:100%;
    text-align: center;
    font-weight:800;
    float: left;
    font-size:18px;
    margin-bottom: 20px;


}
.quote_price{
    width:100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-top: -20px;
}
.qoute_t{
    width:100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top:-20px !important;
}

.services_attributes_with_background .control-label{

    font-family: ralewaybold,Arial,Helvetica,sans-serif !important;
    font-size: 16px;
    font-weight: bold !important;
}
.modal-title{
    font-size: 22px !important;
    font-weight: 400;
}
.slider_container {
    list-style: none;
    margin-top:30px !important;

}

.slick-track {
    height: 200px;
    width:inherit;
    overflow: hidden;
    float: left;
}
.slider_container .slick-slide{
    margin:3px !important;
    width:112px !important;
}
.slider_container .slick-slide:hover .option-text{
    color:#02abf7;
}
.slider_container .slick-slide:hover img{
    opacity:0.8;
}
.selected-value{
    font-weight: bold;
}
.selected-value .option-text{
    color:#02abf7;
    font-weight: bold;
}
.next-button{
    width:100%;
    float: right;
    text-align: right;
    margin-top:10px;
    margin-bottom: 10px
}
.next-button a {
    font-size: 13px;
}
.modal-header{
    border:0px !important;
}
.modal-header strong{
    text-align: center;
    width:100%;
    float: left;
    font-size: 25px;
    margin-bottom: 10px;
}
a.close, a.closePopup{

    opacity:1;
    color:#02abf7 ;
    float: right;
}

.modal-title{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#title{
    background-color:#5bc0de !important;
    border-color:#46b8da;
    font-size: 13px !important;
    padding:4px !important;
}
#shape1{
    background: #02abf7;
    color:#fff;
    width: 140px;
    height: 90px;
    text-align: center;
    margin: auto

}

#shape2{
    background:#02abf7;
    width:100px;
    height:200px;
    float: left;
}
#shapes{
    margin:auto;
    float: left
}
#shapes strong{
    margin:auto;
    text-align: center
}
#shape3{
    background:#02abf7;
    width:100px;
    height: 120px;
    float: left;
    border-left: 1px #f0f0f0 solid
}
#shape1 h1,#shape2 h1,#shape3 h1{
    margin: 0 !important;
        margin-top:10px;
    color:#fff;
    text-align: center;

}
#shape1 h7,#shape2 h7,#shape3 h7{
    color:#fff;
    text-align: center !important;
    width:90%;
    float: left;
    margin-left: 5%;
    font-size: 12px;
}

.login-logo{
    margin-top:20px;
    width:80%;
    float: left;
    margin-left: 10%;
    margin-bottom: 10px;
}

.req{
    color:#f00;

}
.service_img{
    width:100%;
    margin:auto;
    text-align: center


}

.services_block{
    width:100%;
    float:left;
    padding-bottom: 20px;
}
.services_block h2{
    width:98%;
    margin-left:1%;

}
.services_block small{
    float: left;
}
a.service_name{
    font-weight: bold;
    margin-top: 10px;
}
.services_block li img{
    width:100%;
    height: 100%;
    margin: auto;
}

.get_quote{
    width:300px;
    float:left;
    margin-bottom: 10px !important;
}

.description{
    text-align: justify;
    margin-top:20px;
    font-size: 14px;
    color:#000;
}


.modal-content{
    border-radius: 0px !important;
    border:0px !important;
}
.button-group{
    align-items: center
}


.input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color:#03a9f4;
    padding: 1rem;
    font-size: 30px;
    height: 30px;
    border:0;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.circle {
    display: none;

}
#Quote-details{
    float: left;
    width:100%;
    display: block

}
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-100%);
    }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1) translateY(-100%);
    }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1) translateY(-100%);
    }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1) translateY(-100%);
    }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -transform: scale(1.1) translateY(-100%);
    }
    100% { opacity: 0 }
}
.service-box{
    width:100%;
    float: left;
    font-family: 'Calibri', sans-serif;
}
.service-box strong{
    float: left;
    text-align: left !important;
    width:100%;
    font-weight:normal;
    color:#999;
    margin:3px !important;
}

.total-details{
    padding:0px;
    margin:0px;
    float:left;
    width:100%;
}

.booking_buttons{
    float:left;
}
.attribute_content, .floor-name{
    width:98%;
    float: left;
    margin-left: 1% !important;
    border-bottom: 1px #ccc solid;
    font-size: 12px;
    border-bottom:1px #e1e1e1 solid;
    color:#111;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.service_box span strong{
    font-size: 14px !important;
}
.onoffswitch {
    position: relative;
    width: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #777;
    border-radius: 3px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 16px;
    padding: 0;
    line-height: 16px;
    font-size: 10px;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 7px;
    background-color: #777;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "No";
    padding-right: 7px;
    background-color: #FFFFFF;
    color: #919191;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 0px;
    background: #FFFFFF;
    border: 2px solid #777;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.delete_service{
    width:90%;
    float: left;
    margin:20px;


}
.gray{
    color:#999;
    font-size: 16px;
    width:80%;
    float: left;
    margin-left: 4%
}
.selected_service.delete_service{
    float: right;
    padding-top: 5px;
    width:20px;
    margin:0px;
}
.total-amount-details{
    padding:0px !important;
    margin:0px !important;
    float:left;
    width:100%;
}

.total-amount-details .detail{
    width:100%;
    float: right;
    margin-bottom: 10px;

}
.total-amount-details .detail .grey{
    margin-top:10px;
}
#total_value b{
    float:right;
    font-weight: bold;
    padding-top:10px;
}
#sub_total_value, #gst_value,#discount{
    float: right;
    text-align: right;

}
.total-amount-details .detail div , .total-amount-details .detail span {
    margin:0px;
    padding:0px !important;
}
/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}
.col-md-3{
    padding:0 0 0 15px;
}



.profile-usertitle {
    text-align: center;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-usermenu {
    padding:0px !important;
}

.profile-usermenu ul li {
    width:100%;
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1 !important;
    background-color: #f6f9fb !important;
    border-left: 2px solid #5b9bd1  !important;
    margin-left: -2px;
}

/* order Content */
.order-content {
    width: 100%;
    padding: 20px;
    background: #F6F9FB;
    display: none;
}
.form_main {
    width: 100%;
}
.form_main h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}
.heading {
    border-bottom: 1px solid #A9A59F;
    padding-bottom: 9px;
    position: relative;
}
.heading strong {
    border-bottom: 1px #02abf7 solid;
    padding-bottom: 8px;
}
.heading .btn{
    float: right;
    margin-top: -10px;
    margin-left: -20px;
}
.form {
    border-radius: 7px;
    padding: 6px;
}
.tab-content{
    margin-top: 10px;
}
.remove_add {
    cursor: pointer;
    color:#02a3eb !important;
    margin-left: 5px;
    margin-top: 3px;
}

.light li{
    margin-bottom: 10px;
}

.dropdown-menu li a{
    color:#222 !important ;
    overflow: hidden

}

.dropdown .avatar{
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    background: #ccc;
    margin-right: 10px;
    margin-top: -10px;
}
.gray-text{
    width:100%;
    text-align: right;
}
.gray-text i{
    color:#666;
    margin-left: 16px;
    margin-right: 10px;
}
.delete-contact{
    font-size:13px;
}
.delete-contact a{
    color:#666;
}
.blue-bg{
    background:#03a9f4 !important;
    color:#fff  !important;
}
#Residential,#Commercial{
    cursor: pointer;
}
.data {
    min-height: 200px;
}
.customer-location{
    margin-top:20px;
}
.customer-location p {
    width:90%;
    margin:auto;
    font-size: 19px;
    margin-top:20px;
    color:#888;
}
.customer-location a b{
    color:#03a9f4;
    margin-bottom:-20px !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;



}
#addSecondaryContact{
    /*float:right;*/
    margin-right:18px;
}
.customer_types .input-group{
    margin:auto;
    margin-bottom:20px;
}
.customer_types .input-group .input-group-addon{
    padding:15px;
}
.customer-location small{
    color:#666;
}
.services_block h1{
    font-weight: bold

}
.location{
    text-align: center;
    width:80%;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 5px;
}

#description {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

#pac-input,#second_address,#third_address,#main_address{
    margin-top:20px;
    /*width:80%;*/
    float: left;
    margin-left: 10%;

}
#second,#third{
    display: inline;
    margin-top:20px;
    float: left;
    width:100%;
}
#pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: 'Lato', sans-serif;
}




.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
}



#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#locationField {
    z-index: 1000;
}
.search_label{
    display: none;
}
#pac-input , #second_address,#third_address,#main_address{
    width:100%;
    padding:0px;
    margin:0px;
}
#locationField{
    width:80%;
    margin-left: 10%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;

}
.pac-container{
    width:80%;
    float: left;
    margin:auto;
    background-color:#fff;
    position:absolute!important;
    z-index:9999999999 !important;
    border-radius:2px;
    border-top:1px solid #d9d9d9;
    font-family: 'Lato', sans-serif;
    box-shadow:0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
}
.pac-logo:after{content:"";
                padding:1px 1px 1px 0;
                height:16px;text-align:right;display:block;
                background-image:none !important;
}
.pac-item{cursor:default;
          padding:0 4px;
          text-overflow:ellipsis;
          overflow:hidden;
          white-space:nowrap;
          line-height:30px;
          text-align:left;
          border-top:1px solid #e6e6e6;
}
.pac-item:hover{background-color:#fafafa}
.pac-item-selected,.pac-item-selected:hover{
    background-color:#03a9f4 !important;
    color:#fff !important;
}
.pac-item-selected:hover .pac-item-query{
    color:#fff;
}
.pac-matched{
    font-weight: 200;
}
.titles_locations{font-weight: 700}
.save-location span{
    font-size: 14px;
}
.delete_address {
    float: right;
    margin-right: .8%;
    margin-top: 1.1%;
    color: grey;
    font-size: 25px;
}
#popupi .modal-body,#popupi .modal-header ,#popupi .modal-footer{
    padding: 15px;
}
#popupi .modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0)!important;
    border-radius: 4px!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}
#popupi .modal-title {float: left;font-size: 15px!important;}
#popupi  #content_modal_popup  {
    padding-left: 0;
}
#popupi .modal-header {border-bottom: 1px solid #e5e5e5 !important;}

.ad_uniq_flex_create_invo_pop div:first-of-type {
    margin-right: 10px;
}
.btn-settings-cancel {
    color: #2f4050 !important;
    background-color: #fff !important;
    border-color: #2f4050 !important;
}
#popupi .modal-dialog{width: 45%}
.btn-primary-settings,.btn-settings-cancel{
    min-width: 120px;
}
#popupi .modal-footer{border: 0}
#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

.list-group li a{
    color:#666 !important;
}
.list-group li.active a{
    color:#fff !important;
}

.list-group li:hover{
    background:#f0f0f0;
}
.list-group li i{
    color:#03a9f4;
}
.list-group-item{
    border-radius:0 !important;
    border:0px !important;
}
/**************************Booking Overview CSS *******************************/
.box-content{
    margin-top: 20px
}
.booking-component{
    width:100%;
    overflow: hidden;
    border-bottom:1px #eee solid;
    padding:5px 5px 10px 5px;
}
.booking-component h4{
    color:#000;
    font-weight: bold;
}

.booking-component h5{
    color:#333;
    font-weight: bold;
    font-size: 14px;
}
#services_label{
 margin-top: 20px;
}


.booking-component.total_services:hover{
    background : none;
}

.booking-component i{
    color:#666;
    margin-right: 10px;
}
.booking-component ul li{
    margin-bottom: 3px;

}
.agree{
    border:0px !important;
    padding:10px 0px 10px 0px;
    margin-left:3px;
}
.promo-code{
    padding-bottom: 10px;

}
.credit {
    width:80%;
    float: left;
    margin-left:10%;
}

.btn-square{
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;

}


.price_info{
    position: absolute;
    right:40%;
    top:45px;

}

.clickable{
    cursor: pointer;
    color:#0099cc;
    font-weight: normal
}
#bottom_container{
    background: #fff;
    min-height: 1000px;
}

/* progress bar */

.progress {
    height: 10px !important;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

/* Events Design */
.event{
    background:#ccc;
}


.divStyle{
    width:130px;
    height: 100px;
    margin:5px;
    background: #ccc;

}

#inner_content{
    /*float: left;*/
    width:100%;
    height: 96%;
    overflow: hidden;
    background-size:cover;

}
.large_block{
    float: left
}
.large_block .category_select{

    margin-right: 40px;
}
.services_block .category_select{
    margin-right: 18px;

}
.large_block h1{
    width:100%;
    float: left;
    margin-bottom:20px;
}
.cbp-fwslider {
    width:100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.cbp-fwslider ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style-type: none;
}

.cbp-fwslider ul li {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
    display: block;
    text-align: center;
    outline: none;
}

.cbp-fwslider ul li  img {
    border: none;
    display: block;
    margin: 0 auto;
    width:100%;
    height: auto;

}



.cbp-fwslider nav span {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    background: #47a3da;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: -50px;
    line-height: 100px;
    cursor: pointer;
    font-weight: normal;
}

.cbp-fwslider nav span:hover {
    background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
    display:none !important;

}

.cbp-fwslider nav span.cbp-fwprev {
    display:none !important;
}

.cbp-fwdots {
    position: absolute;
    bottom: 50px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    z-index: 9999999
}

.cbp-fwdots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.cbp-fwdots span:hover {
    background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
    background: #47a3da;
    box-shadow: 0 0 0 2px #47a3da;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}


.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height:250px !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;

}
#carousel{
    margin-top:-100px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {


    #contact_details_form .col-md-8{
        width:70%;
        float:left;

    }
    #contact_details_form .col-md-4{
        width:30%;
        float:left;
    }
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
    #addressModal{
        margin-top: 0px !important;
    }
}


/*Dropzone */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
.dropzone, * {
    box-sizing: border-box; }
.cvn_style{
    margin-right: 15px!important;
    margin-left: 15px !important;
}
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px; }
.dz-clickable {
    cursor: pointer; }
.dz-clickable * {
    cursor: default; }
.dz-clickable .dz-message,.dz-clickable .dz-message * {
    cursor: pointer; }
.dz-started .dz-message {
    display: none; }
.dz-drag-hover {
    border-style: solid; }
.dz-drag-hover .dz-message {
    opacity: 0.5; }
.dz-message {
    text-align: center;
    margin: 2em 0; }
.dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.dropzone-previews{
    float: left;
    width:94%;
    margin-left: 3%;
    border: 1px #ccc solid;
    padding:5px;
    display:block;
    overflow: auto;
    padding-bottom: 30px;

}
.dz-preview:hover {
    z-index: 1000; }
.dz-preview:hover .dz-details {
    opacity: 1; }
.dz-preview.dz-file-preview .dz-image {
    margin:5px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd); }
.dz-preview.dz-file-preview .dz-details {
    opacity: 1; }
.dz-preview.dz-image-preview {
    background: white;
    margin:5px;

}
.dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
.dz-remove {
    position:absolute;
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    z-index: 9999999999999 !important;

}
.dz-preview .dz-remove:hover {
    text-decoration: underline; }
.dz-preview:hover .dz-details {
    opacity: 1; }
.dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
    margin-top:20px;

}
.dz-preview .dz-details .dz-size {
    margin-bottom: 3px;
    font-size: 16px;
}

.dz-size strong{
    margin:0 !important;
}

.dz-preview .dz-details .dz-filename {
    white-space: nowrap;
    background:#f9f9f9;
    border:1px #f0f0f0;
    margin-top: 20px;
}

.dz-upload {
    display: block;
    background-color: red;
    height: 10px;
    width: 0%;
}
.dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis; }
.dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent; }

.dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px); }
.dz-preview .dz-image {
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10; }
.dz-preview .dz-image img {
    display: block; }
.dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dz-preview .dz-success-mark, .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
.dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px; }
.dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
.dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite; }
.dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 8px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden; }
.dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; }
.dz-preview.dz-error .dz-error-message {
    display: block; }
.dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
.dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
.dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
}

.location_btn{
    margin-top: 50px;
    z-index: 9999999 !important;
}


.popover-content {
    font-size: 14px;
    font-family: Helvetica,sans-serif;

}

.search_box {
    margin-top: 20px;
    margin-left: 20px;
}
.search_box  .fa{
    color:#999;
    margin-right: 10px;
}
.search_box input{
    padding:5px;
    width:95%;
    border:0;
    border-bottom: 1px #999 solid
}

.checkboxFive {
    width: 25px;
}
.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}
.checkboxFive label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    transform: rotate(-45deg);
}
.checkboxFive label:hover::after {
    opacity: 0.5;
}

.welcome-alert{
    display: block;
    float: left;
    width:50%;
    margin-left: 25%;
    padding:5px !important;
    text-align: center
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.main-box .list-group-item.active {
    background: #03a9f4 !important;
}


/* Attribute Image Slider */
.option-text{
    margin-top:10px;
    font-weight: 500;
}
.left , .right{
    cursor: pointer
}

.left{
    left:0px !important;
}
.right{
    right:0px !important;
}

.services_block > li{
    margin-bottom: 20px;
}
a.category_name {
    color:#000 ;
    font-size: 20px;
}
.service_image{
    width:98%;
    margin:auto;
    overflow: hidden !important;
    height: 100px;
    margin-bottom: 0px;
}

.service_image img{
    width:100%;
}
.total_services .form-group{
    margin-bottom: 0px !important;
}
.total_services  ul li{
    width:100%;
    float:left;
}
.total_services li b{
    font-size:16px;
    margin-bottom: 10px;
}
.total_services li ul{
    margin-top: 10px;
    font-size: 13px;
    margin-left: 0px !important;
}
.total_services span{
    font-weight: bold;
}
.total_services strong{
    float: left !important;
    text-align: left !important;
    margin:0px !important;
    font-size: 13px;

}
.total_services .attribute_content{
    font-size: 13px;
    color:#666;
    margin-top:0px;
    margin-left: 0px !Important;
}
span.service-price,
span.voucher_value,
span.total_after_voucher{
    float:right
}

#price_per_booking_label{
    color:#000;
    margin-left: 3px;
}
.service_title{
    height: 28px;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    margin-top: 5px;

}
.service_details{
    height: 150px;

    overflow: hidden;
    line-height: 1.5

}


.category_image{
    width:100%;
    border-radius: 5px;
    overflow: hidden;
    height: 140px;
    overflow: hidden;

}
.category_image img{
    width:100%;}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

#content{
    width:100%;
    min-height: 75vh;
}


.services_block .category_select{

    margin-bottom: 20px;
    margin-left: 0px !important;
    margin-right: 0px !Important;
}

#all_services  .category_select{
    width:93% !important;
    margin-top:30px !important;
    float:left !important;
    margin-left:-5px !important;

}
.control-label.col-xs-12.main-label.custom-style-mobile{justify-content: space-between}
@media (max-width: 1024px) {

    .get_quote{
        margin-top: 0 !important;
        margin-bottom: 10px;
    }

    #all_services  .category_select{
        width:93% !important;
        margin-top:30px !important;
        float:left !important;
        margin-left:0px !important;
        padding:0px !important;

    }
    .services_block .category_select{
        margin-right:0px !important;
    }

    #middle-content{
        width:70%;

    }
    #content, .overlay-bg{
        /*height: 800px;*/
    }
    .register_block #first_name{
        margin-bottom:15px;
    }
    .register_block #first_name{

    }
    .register_block .btn{
        width:100%;

    }
    .icontainer{
        width:100%;
        /*overflow: hidden;*/
    }
    .service_img{
        width:100% !important;
    }
    .services_block{
        float: left;
    }
    .services_block h2{
        width:100%;
        float: left;
        font-size: 24px !important;
        display: block;
        margin-bottom:20px;
    }


    .breadcrumb{
        float: left;
        display: block;
        width:100%;

    }

    #inner_logo{
        /*width:80%;*/
        margin-left: 10%;
        background-position: center !important
    }
    #main_inner_logo{
        width:80%;
        margin-left: 10%;
        background-position: center !important
    }
    #header_links{

    }
    .inner_search{
        width:100%;
        background:#ccc;
        float: left;
        margin-bottom:200px !important;
        position: absolute;
        top:74px;
        left: 0;
        height: 40px;
        padding-top:5px;
    }
    .search_label{
        display:block;
        font-size: 12px;
        font-weight: normal;
        margin-left: 20px;
        float: left
    }
    .cbp-vm-options{
        display: none !important;
    }
    .categories_list{
        display: none;
    }


    #social_networks{
        width:fit-content;
        margin-left: auto;
        margin-right: auto;
        border:1px transparent solid;
        float:none;
        padding-top: 20px;

    }
    #social_networks ul{
        padding:0px !Important;
        margin-top:40px !important;

    }
    .copy, .inner_copy{
        display:block;
        width:100%;
        float:left;
        font-size: 12px;
    }
    .move-my-position {
        position: relative;
        margin-top: -65px;
        margin-right: 17px;
    }
    .services_attributes label.control-label {
        width: 100%;
    }

   .services_attributes:has(.menna.cost.move-my-position) .col-md-12.m-bottom-12.mobile-no-p-bottom {
        margin-bottom: 30px !important
    }
    .cost{
        margin-right: 0px ;
    }
    .cost.menna{
        margin-right: 17px;
    }
    .control-label.col-xs-12.main-label.custom-style-mobile{
        gap: 7px
    }

}

@media (max-width: 768px) { /* ipad*/
form#modal-form{
    width:100%;
    float:left;
    margin:0px !important;
}
    #inner_logo{
        display:none;
    }
    #main_inner_logo{
        display:none;
    }
    #inner_header{
        /*commented because we set it  in Branding & Style admin settings  (inner) */
        /* background: none !important;
       height: 100px !important;*/
    }
    img.nailthumb-image{
        width:100% !important;
    }

    .modal-content{
        width:96% !important;
        margin-left: auto !important;
        margin-right: auto !important;

    }
    #pac-input{
        width:80% !important;
    }
    #second_address,#third_address{
        /*width:88% !important;*/
    }
    #find-location-label{
        width:100%;
        text-align: center;
        float: left;
    }
    .title_search #customer_address{
        margin-top:6px !important;
    }
    .float_me button{
        width:100% !important;
    }
    #services_thumbs{
        width:104%;
    }
    #services_thumbs li{
        width:0.192 em !important;
    }
    #logo{
        width:90%;
        min-height: 50px;
        float: left;
        margin-left: 5%;

    }
    #header_links{
        width:fit-content;
        left:0;
        right:0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px !important;
        display: none;
    }
    #user_msg{
        font-size: 16px !important;

    }

    #header_links a{
        font-size: 16px;
    }
    #welcome_text{
        font-size: 20px !important;
    }
    #header_links ul{
        width:100% !important;
    }

    #header_links li{
        width:fit-content;
        margin:0 !important;
    }

    #header_links a{
        font-size: 14px !important;

    }

    .modal-content{
        width:500px !important;
        left:0;
        right:0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        margin:auto;

    }
    .modal-dialog {
        width:100% !important;
        left:0;
        right:0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        margin:auto;


    }

    li #language_bar{
        display: block;
        position: relative;
        left: 16px;
        margin-top: 0px !important;
        padding-bottom: 20px;
        margin-left: 27px;
    }
    #myModal .modal-body ,   #myModal.modal-footer ,   #myModal.modal-header,   #myModal.modal-title{
        width:100% !important;
    }

    .register_block #first_name {
        margin-bottom: 15px;
    }
    .register_block #last_name {
        margin-left: -4px;
    }

    .register_block .btn{
        width:100% !important;
    }
    #logo img{
        width:30%;
        height: auto !important;
    }
    #middle-content{
        width:96% !important;
        margin-left:2%;
    }
    #middle-content h2{
        line-height:1.5;
        font-size: 4vw;

    }
    #middle-content h4{
        line-height:1.5;
        font-size: 3vw;

    }

    .address_search{
        margin-top:5px;

    }
    .search_label{
        display: none;
        margin-top:5px;
        font-weight: bold;
    }


    .icontainer{
        width:100%;
    }
    .breadcrumb{
        width:100% !important;
    }
    .services_block{
        width: 100%;
    }

    .cat_services{
        width:100% !important;
    }

    .categories_list{
        display: none;
    }
    .categories_select{
        display: block !important;
    }
    #inner_header .address_search{
        width:50% !important;
        margin-top:5px;
        margin-left: 25%;
    }
    #inner_header #header_links ul{
        display: none;
    }

    #branded_apps {
        float: left;

    }
    #branded_apps .img{
        float:left;
        /* width:80%;
         max-width:80% !important;
         margin-left: 10%;
        */
        max-width:100% !important;
        margin-bottom: 20px;
        text-align: center;
        padding: 0px;
    }


    #branded_apps .text{
        width:80% !important;
        font-size: 16px;
        display: block;
        text-align: center;
        float:left;
        margin-left: 10%;

    }
    #branded_apps .buttons{
        width:60% !important;
        margin-left: 20%;
        margin-top:10px;
        margin-bottom:20px;
        align-items: center;
        padding:0px;


    }

    #branded_apps .buttons div{
        padding:0px;
        margin:0px;
        float: left;
        width:48%;
        display: inline;

    }
    #branded_apps .buttons div:first-child{
        margin-right: 2% !important;

    }
    #branded_apps .buttons img {
        width:100%;
    }
    #welcome-logo{
        width:70% !important;
        max-width: 190px !important;
    }
    #content, .overlay-bg{
        height: 550px;
    }
    .work_content{
        width:100%;
        height: auto;
    }
    .work_content h1{
        font-size: 25px;
    }
    .work_content h2{
        font-size: 20px;
    }
    .work_content h3{
        font-size: 18px;
        line-height: 1.5;
    }

    .work_img{
        width:100%;
        padding:0px !important;
        height:auto;
        margin-bottom: 35px;
    }
    .work_img img{
        width:100% !important;
    }
    .small_block{
        float: left;
        width:100% !important;
        overflow: hidden;
    }
    .category_select{
        width: 90% !important;
        margin-top: 20px;
    }
    #middle-content #logo{
        margin-top: 10px
    }
    #middle-content h4{
        margin-bottom: 30px;
    }
    .get_quote{
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
    #welcome_logo{
        width:20%;

    }
    .search_box{
        margin-left: 0px;
        width:90%;
        margin-left: 5%;
    }
    .search_box input{
        width:92%;
    }


    #address_search {
        height: 40px !important;
        width:50%;

    }
    #address_search:focus{
        width:80%;
    }

    .search_address .btn{
        /*padding:10px 10px !important;*/
        /*margin-top:-3px !important;*/
        /*border-top-left-radius:0px;*/
        /*border-bottom-left-radius: 0px;*/
    }

    .pull_right{
        float:left !important;
    }
    .large_block h1{
        font-size: 26px;
    }

    .category_select{
        margin-top:20px !important;;
        float:left !important;
        margin-left: -3px !important;
    }
    #welcome-logo{
        width:170px;
    }

    .block_img{
        width:50%;
        float:left;
        border-radius:2px;
    }
    .block_img img{
        width: 100%;
    }
    .small_block{
        height: auto !important;
    }
    .small_block h4, .small_block p{
        float:left;
        width:100%;
    }
    #footer_logo{
        display: none;
    }
    #social_networks{
        width:fit-content;
        margin-left: auto;
        margin-right: auto;
        border:1px transparent solid;
        float:none;

    }
    #social_networks ul{
        padding:0px !Important;
        margin-top:40px !important;

    }
    .copy, .inner_copy{
        display:block;
        width:100%;
        float:left;
        font-size: 12px;
    }
    .services_block{
        width:90%;
        float:left;
        margin-left: 5% !important;
        overflow: hidden;
    }
    .breadcrumb{
        display: none;
    }
    .services_block .category_select{
        margin-top:0px !important;
        margin-bottom:20px;
        width:100%  !important;
    }
    .services_block .pull-right{
        float:left !important;

    }
    .services_block p a{
        color:#333 !important;

    }
    .category_image{
        cursor: pointer;
    }
    .services_block h2{
        float:left;
    }
    .slider{
        width:100% !important;
    }
    .side_search{
        display:none;
    }
    .get_quote{
        display: block;
        width:80%;
        float:left;
        /*margin-left: 10%;*/

    }


    #social_networks{
        width:fit-content;

    }
    .large_block, .services_block{
        width:100% !important;
        margin: 0px !important;
        padding:0px !important;

    }
    #copyRights{
        width:60%;
        margin:auto;
        padding:0px !important;

    }
    #copyRights .buttons {
        float: none !important;
        width:fit-content !important;

    }
    #copyRights .buttons div{
        margin:auto !important;
        width:50%;
    }


    .for_web{
        display: none;
    }

    #language_bar{
        display: none;
    }

    #middle-content h4{
        width:100% !important;
    }

    #footer .copy{
        float:left;
        text-align: center;
    }
    #footer .social{

    }
    .address_input_mobile {
        height: 40px !important;
    }
    .save_address_mobile {
        height: 40px !important;
    }
}

@media (max-width: 992px) {
    .input-group-addon, .input-group-btn, .input-group .form-control {
        height: 40px;
    }
}
@media (max-width: 450px) {
    #payment_methods_list{
        width:100% !important;
        margin-left:0px !important;
    }
    .payment_method .col-md-4 img{
        float:right !IMPORTANT

    }
    .expires_on{
        padding-left:15px !important;
    }
    #repeatings_days_div{
        float:left;
    }
    #recur_every_div{
        width:100% !important;

    }
    .current_time{
        padding-top:7px;
        font-size: 12px;
        padding-left:0px !important;
        padding-right:5px !important;
    }
    .estimate_duration,#expiry-div {
        font-size: 12px;
    }
    .estimate_duration{
        padding-top:6px;
        padding-left:0px !important;
    }
    .est_duration_label{
        font-size: 12px !important;
    }

    #service_contractor{
        width:94%;
        float: left;
        margin-left: 3%;
    }
    #service_contractor p{
        float: left;
        width:100%;
    }
    #find-location-label{
        width:90%;
        float: left;
    }
    #service_faqs{
        width:94%;
        margin-left: 10px;
    }

    .navbar-inverse{
        z-index: 9000;
        display: block;
    }
    #pac-input{
        width:86% !important;
        margin-bottom: 5px;

    }
    #second_address{
        /*width:85% !important;*/
        margin-bottom: 5px;
    }

    #header_links{
        display: none;
    }
    #inner_logo{
        display:none;
    }
    #main_inner_logo{
        display:none;
    }
    #myModal .modal-content{
        padding-bottom: 35px !important;
    }
    .summary {
        line-height: 20px;
    }
    #search_form{
        margin-top:20px;
    }
    .mobile_view{
        display: block;
    }
    .for_web{
        display: none;
    }
    .for_mobile{
        display:block;
    }
    *{
        -webkit-overflow-scrolling:touch;

    }
    .hide_on_mobile{
        display: none;
    }
    .icontainer{
        width:100%;
        margin: auto;
    }
    .large_block, .services_block{
        width:100% !important;
        margin: 0px !important;
        padding:0px !important;

    }
    .title_search{
        width:100%;
        float:left;
    }
    #inner_content{
        height: 500px;

    }
    #services_thumbs li{
        width:31.8% !important;
        overflow: hidden;
    }
    .slider_img{
        width:100%;
    }


    .overlay-bg{
        height: 500px;
    }
    .small_block{
        width:0%;
    }
    .block_img{
        width:100% !important;
    }
    .small_block h4,.small_block p{
        width:100%;
    }
    .margin-me-top{
        margin-top:30px;
    }
    .large_block h1{
        font-size: 24px !important;
        margin-left: 12px;
    }
    .services_block .alert{
        width:92%;
        float: left;
        margin-bottom: 10px;
        margin-left:4%;;
        margin-top:10px;
    }


    .block_img img{
        width:100% !important;
        overflow: hidden !important;

    }

    .services_block .title_search{
        float:left;

    }

    .services_block .block_img {
        width:100%;
    }

    .modal-content{
        width:96% !important;
        margin-left: auto !important;
        margin-right: auto !important;

    }
    .service-image-popup{
        display:none;
    }

    .custom-fields-selections{
        width: 90%;
        float: left;
        margin-left: 6px;
        padding: 10px;
    }
    .small_images img{
        width:30px !important;
        height:30px !important;
    }

    .small_images label{
        width:70% !important;
    }



    .detail .col-sm-2{
        width:30% !important;
        float:left;
        text-align: right

    }
    .detail .col-sm-10{
        width:70% !important;
        float:left;
        font-weight: bold;

    }
    .modal-dialog {
        width:100% !important;
        left:0 !important;
        right:0 !important;
        position: absolute !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin:auto;
        -webkit-overflow-scrolling:touch;

    }
    .detail .gray{
        width:100% !important;
    }
    .booking_buttons button{
        margin-bottom: 15px !Important;

    }
    .modal-body , .modal-footer , .modal-header, .modal-title{
        width:100% !important;
    }
    .services_block .block_img{
        width:100% !important;

    }
    .services_block .block_img img{
        width:100% !important;

    }
    .services_block [data-toggle="popover"]{
        color:#333 !important;
    }
    .get_quote {
        width:100% !important;
        margin-bottom: 10px;
        margin-left:0px !important;
        margin-right: 0px !important;
    }
    .get_quote:first-child{
        margin-top: 30px !important;

    }
    /*    .slider{
            float:left !important;
            width:100%;
            height: auto !important;
            overflow: hidden;
            border:1px #f00 solid;
        }*/
    .slider>img{
        width:90% !important;

    }
    .modal-dialog {
        width:100% !important;
        left:0;
        right:0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        margin:auto;
        top:-5px;
    }

    #branded_apps .buttons{
        width:90% !important;
        float: left;
        margin-top: 10px;
        text-align: center;
        margin-left: 5%;
    }
    #inner_header .address_search{
        width:50% !important;
        margin-top:5px;
        margin-left: 25%;
    }

    #inner_header #header_links ul{
        display: none;
    }
    #header_links{
        width:78%;
        margin:auto;
        align-items: center;
    }

    #header_links ul{
        width:100% !important;
    }

    #header_links li{
        width:33.333% !important;
        margin:0 !important;
    }

    #header_links a{
        font-size: 14px !important;

    }
    .work_content{
        width:100%;
        height: auto;
    }
    .work_content h1{
        font-size: 25px;
    }
    .work_content h2{
        font-size: 20px;
    }
    .work_content h3{
        font-size: 18px;
        line-height: 1.5;
    }

    .work_img{
        width:100%;
        padding:0px !important;
    }
    .work_img img{
        width:100% !important;
    }


    #welcome-logo{
        max-width:40% !important;

    }

    #work_with_us .work_img{
        float:left;
        /*width:90%;
        margin-left: 5%;*/
        width:100%;
    }
    .promotion_content h1{
        font-size: 20px;
    }
    #footer-logo{
        display: none;
    }
    .copy, .inner_copy{
        margin-top: 20px;
    }
    #address_search {
        height: 40px !important;
        width:70%;
    }
    .search_address .btn{
        /*padding:10px 10px !important;*/
        /*margin-top:-3px !important;*/
        /*border-top-left-radius:0px;*/
        /*border-bottom-left-radius: 0px;*/
    }
    #welcome_text{
        font-size: 20px;
    }
    #user_msg{
        font-size: 16px !important;
    }

    #shopping_cart{
        position: fixed;
        right:0px;
        width:50px;
        height: 50px;
        text-align: center;
        background: rgb(38, 161, 214);
        top:60px;
        padding:4px;
        font-size: 15px;
        border-top-left-radius:4px;
        border-bottom-left-radius:4px;
        padding-top:10px;
        z-index: 8000  !important;
        cursor: pointer;
    }
    #shopping_cart a{
        cursor: pointer;
    }
    #shopping_cart i{
        display:block

    }

    #welcome-logo{
        width:90% !important;

    }
    #bottom_line{
        height: 35px;
        bottom:36px !important;

    }
    #upper_line{
        bottom:-51px !important;
    }



    .breadcrumb{
        display: none;
    }
    .large_block .pull-right{
        float:left !important;
    }
    .search_box {
        margin-top: 20px;
        width:90%;
        margin-left: 5%;
    }
    .search_box input{
        width:92%;
    }

    .small_block p,.small_block h4{
        width:100% !important;
        margin-left: 0px;
    }
    #social_networks{
        padding-top:20px;
    }


    #language_bar{
        display:none;
    }
    #inner_header{
        height: 50px;
    }
    .nailthumb-container{
        left:0px;
    }
    .navbar-header button{
        float: right;
    }

    #menu_logo{
        width: 150px;
        height: 40px;
        float:left;
        margin-top:5px;
        margin-left: 15px;
        text-align: left;
    }
    #menu_logo img{
        height: 100%;
    }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        height: 40px;
    }

    .popover {
        left: 0 !important;
        right: 0 !important;
        margin-left: 0;
        margin-right: 0;
        /*top: 90% !important;*/
    }
}


@media (max-width: 436px) {
    #bottom_line{
        bottom:36px !important;
    }
    #upper_line{
        bottom:-51px !important;
    }
    #header_links{
        width:fit-content;
        right:0 !important;

        left:0 !important;
        margin-right: auto;
        margin-left: auto;
        align-items: center
    }
    #header_links ul{
        width:100%;
        align-items: center

    }
    #header_links li{
        width:auto !important;
        float:left;
    }
    #header_links li i{
        display: none;
    }

    .search_box input{
        width:90%;
    }
    #services_thumbs li{
        width:31.6% !important;
    }
    .search_section{
    }
}



@media  (max-width: 375px) {
    #services_thumbs li{
        width:31% !important;
        overflow: hidden;
    }

    #pac-input,#second_address, #third_address{
        /*width:80% !important;*/
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce{
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    margin-top: 2px;

}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(5px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-10px);
    }
}


.sideMenu .sw-container {
    min-height: 200px
}

.sideMenu .step-content {
    padding: 10px 0;
    border: 0 solid #d4d4d4;
    background-color: #FFF;
    text-align: left
}

.sideMenu .sw-toolbar {
    background: #fff;
    border-radius: 0!important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0!important
}

.sideMenu .sw-toolbar-top {
    border-bottom-color: #fff!important
}

.sideMenu .sw-toolbar-bottom {
    border-top-color: #fff!important;
    border-bottom-color: #ddd!important
}

.sideMenu>ul {
    display: block;
    border: 0 solid #ccc!important;
    padding: 0;
    background: #f5f5f5;
    border-radius: 5px;
    list-style: none;
    overflow: hidden;
    margin-top: 20px
}

.sideMenu>ul li+li:before {
    padding: 0
}

.sideMenu>ul>li {
    float: left
}

.sideMenu>ul>li>a {
    color: #bbb;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    float: left;
    border-radius: 0;
    outline-style: none;
    background: #ddd
}

.sideMenu>ul>li>a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2
}

.sideMenu>ul>li>a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1
}

.sideMenu>ul>li:first-child>a {
    padding-left: 15px
}

.sideMenu>ul>li>a:hover {
    color: #fff;
    text-decoration: none;
    outline-style: none;
}

.sideMenu>ul>li>a:hover:after {
}

.sideMenu>ul>li.clickable>a:hover {
    color: #4285f4!important;
    background: #46b8da!important
}


.sideMenu>ul>li.done>a {
    border-color: #5cb85c!important;
    color: #fff!important;
    background: #5cb85c!important
}

.sideMenu>ul>li.done>a:after {
    border-left: 30px solid #5cb85c
}

.sideMenu>ul>li.danger>a {
    border-color: #d9534f!important;
    color: #d9534f!important;
    background: #fff!important
}

.sideMenu>ul>li.disabled>a,
.sideMenu>ul>li.disabled>a:hover {
    color: #eee!important
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(180deg) scale(1.1)
    }
    100% {
        transform: rotate(360deg) scale(1)
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(180deg) scale(1.1)
    }
    100% {
        transform: rotate(360deg) scale(1)
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(180deg) scale(1.1)
    }
    100% {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(180deg) scale(1.1)
    }
    100% {
        transform: rotate(360deg) scale(1)
    }
}

.sideMenu>ul>li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    z-index: 99;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite
}
.errors{
    list-style: none;
    width:100%;
    text-align: left
}
.errors li{
    list-style: none;
    color:#f00;
    width:120% !important;
    float: left;
    margin-top:10px;
    margin-left: -40px;

}


.side_search{
    margin-top:85px;
}
.fix_margin{margin-top: 69px}
.side_search .address_search{
    width:245px;
    padding:5px;
    border-radius: 2px;
    border: 1px #ccc solid;
    margin-bottom: 20px;

}
.side_search .address_search:focus{
    width:260px;
    border-color:#ddd !important;

}
.side_search #customer_address{
    padding:9px;
    margin-top:-2px;
}
.side_search .address_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
    opacity: 1; /* Firefox */
}

.side_search .address_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;;
}


#customer_address2{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -4px;
}
#customer_search3{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -4px;
}


.title_search{
    margin-top:0px;

}
.title_search .address_search{
    width:260px;
    padding:5px;
    border-radius: 2px;
    border: 1px #ccc solid;
    margin-bottom: 20px;

}
.title_search .address_search:focus{
    width:260px;
    border-color:#ddd !important;

}
.title_search #customer_address{
    padding:9px;
    margin-top:-2px;
    color:#fff !important
}
.title_search .address_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
    opacity: 1; /* Firefox */
}

.side_search .address_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;;
}


.main-content .login_block{
    width:70%;
    height: 300px;
    margin: auto;
    margin-top:-50px;
    background: #ccc;
    padding:20px;
    border-radius:10px;
    font-size: 20px;
    border:1px #bbb solid;
}

.fixed_width_button{
    width:200px;
}
.fixed_width_button:first-child{
    margin-bottom: 15px;
}
.printing_buttons{
}
.fixed_width_button.view{
    margin-top:20px;
}
.confirmation-details li{
    margin-bottom: 10px;
    font-family: Helvetica,sans-serif
}

.confirmation-details li .fa{
    color:#32CD32;
}
.booking-details{
    margin-top:30px;

}
.booking-details li{
    margin-bottom: 10px;
}
.clearFooter{
    float:left;
    width:100%;
    height:80px;
}

.m-l-10{
    margin-left: 10px;
}
.inner_loading{
    width:300px;
    margin:auto;
    padding-top:100px;
    margin-bottom: 150px;

}

.inner_loading img{
    width:300px;
}
.small_images li{
    margin-bottom: 5px;
}
.small_images li img{
    width:60px;
    height: 60px;
    margin-right: 20px;

}
.small_images li label{
    margin-left: 10px;
    width: 80%;
    vertical-align: middle;
}
#map_canvas {
    background: transparent url(/pic/loading-4.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#today-btn{
    color: rgb(38, 161, 214) !important;
    cursor: pointer;


}
#next-available-time-div{
    text-align: right;
}

.valueText{
    text-align: right;
}
.ibox-title b{
    font-weight: bold;
    font-size: 15px;
    margin-left: 5px;
}
.info_title b{
    font-size: 14px;
    border-bottom: 0px;
}
.info_title .form_name{
    font-size: 18px !important;
    color:#000;
}
.questions_table{
    float: left;
    width:90%;
}
.labelText, .valueText{
    font-size: 15px;

}
.questions_table td{
    border-top:0px !important;
    font-size: 15px !important;
}
.checkbox-group {
    width:100%;
    float: left;
}
.custom-checkbox {
    background-color: #fff;
    text-align:center;
    width:167px;
    min-height: 127px;
    overflow:hidden;
    float:left;
    margin:5px;
    margin-bottom: 10px;
    position: relative;

}
.custom-checkbox:hover {
    max-height:max-content;
}
.custom-checkbox input{
    display: none;
}

.custom-checkbox label {
    width:100%;
    min-height: 127px;
    display: inline-block;
    text-align: center !important;
    border: 1px solid #ddd;
    line-height: 50px;
    cursor: pointer;
    padding-top:5px;
    background:#f9f9f9;
    text-align:center;
    line-height: 1.5;
    padding:5px;
    padding-top: 40%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
}
.custom-checkbox:hover label{
    white-space:normal;

}

.custom-checkbox img{
    position:absolute;
    width:48px;
    height: 48px;
    left:0;
    right:0;
    margin-right: auto;
    margin-left: auto;
    content: '';
    cursor:pointer;
    top:10%;
}

.custom-checkbox input:checked ~ label {
    color:#0d98ba;
    text-align:center;
    background: #e8f4f8;
    border-color: #c1e1ec;
    padding-top:70px;
    white-space: normal;
}

.custom-checkbox input:checked ~ img {
    display:none;

}

.custom-checkbox input:checked ~ label:after {
    border-color:#0d98ba
}

.custom-checkbox label::before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}

.custom-checkbox label::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}

.custom-checkbox label {
    position: relative;
    color:#666;
}
.custom-checkbox label::before,
.custom-checkbox label::after {
    position: absolute;
    top:20px;

}
/*Outer-box*/
.custom-checkbox label::before {
    top: 3px;
}
/*Checkmark*/
.custom-checkbox label::after {
    left:30%;
    top: 20px;
    width:50px;
    height: 20px;
    border-color:  #0d98ba;
    border-width: 4px;

}


.custom-checkbox label::before {
    left:30%;
    top: 10px;
    width:50px;
    height: 20px;
    border-color:transparent;
    border-width: 4px;

}
/*Hide the checkmark by default*/
.custom-checkbox input[type="checkbox"] + label::after {
    content: none;

}
/*Unhide the checkmark on the checked state*/
.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

#multi-locations{
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top:350px;
}
#multi-locations ul{

}
#multi-locations li{
    list-style: none;
    height:30px;
}

#multi-locations a {
    color:#fff !important;
    font-size: 14px;
}

#multi-locations li:hover a {
    color:#337ab7 !important;
}

.nailthumb-image{
    width:100% !important;
}


.sq-input {
    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;

}
.sq-input--focus {
    outline-width: 5px;
    outline-color: #70ACE9;
    outline-offset: -1px;
    outline-style: auto;
}
.sq-input--error {
    outline-width: 5px;
    outline-color: #FF9393;
    outline-offset: 0px;
    outline-style: auto;
}

/* Ipad size */
@media only screen and (max-width: 991px) {
    .small_block{
        width:33.3%;
        float: left;

    }
    .block_img{
        width:100% !important;;
        margin: auto;
    }
    .block_img img{
        width:100% !important;
    }
    .small_block p{
        text-align: left;
        line-height: 1.5;
    }
    .buttons-new li{
        width: 100% !important;
    }
}
@media only screen and (max-width: 600px) {

    body.modal-open {
        overflow: hidden !important;
    }
    .touch .modal .modal-body {
        -webkit-overflow-scrolling: auto;
    }
    .buttons-new li {
        margin-bottom: 15px !important;
    }
    .buttons-new li:last-of-type{
        margin-bottom: 8px !important;
    }
    .buttons-new label {
        padding-top: 0px!important;
        height: 35px !important;
        line-height: 35px !important;
    }

    .buttons-new li {
        height: 35px !important;
    }
    .video{
        width:92%;
        float:left;
        margin-left:4%;

    }
}



#shopping_content .serviceLi:hover h5{
    display:none;

}
#shopping_content .deleteService{
    display:none;

}
#shopping_content .deleteService{
    display:none;

}
#shopping_content .serviceLi:hover .deleteService{
    display:block;
    padding:7px;
    text-align:center;
}
.select2-container--open {z-index:999999999999 !important; }
#middle-content{
    width: 100%;
    min-height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 160px;
    text-align: center;
    /*padding-bottom: 40px;*/
    z-index: 2000;

}
#inner_content{
    position: relative;
    min-height: 100%;
    height: fit-content;
}
#logo{
    height: auto;
}
#inner_content > div#middle-content {
    min-height: 561px !important;
}


.row.address_type_mobile ~ div > .btn-group{
    /*display: grid;*/
    /*width: 100px;*/
}

.btn-circle.btn-xl {
    width: 50px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    z-index: 99999999 !important;
    position: absolute;

    top:84%;
    right:28px;
    background: transparent !important;
    border: 2px solid #fff;
}
.btn.btn-danger.btn-circle.btn-xl.scroll-down > i{
    margin-top: 18px;

}
/*a.scroll-down{*/
/*font-size: 36px;*/
/*}*/

.btn-group.custom-width > button{
    width: 100%;
    white-space: normal;
}
.button-nav{
    position: absolute;
    z-index: 8000;
    text-align: center;
    height: 90%;
    width: auto;
    right: 0px;

}
/*.button-nav > a{*/
/*top: 87%;*/
/*}*/



@media  (min-width: 319px) and (max-width: 768px) {
    .promo-code{
        margin-top:20px;
        padding-bottom: 0px;
    }
    .btn-container{
        height: 100%;
    }
    .btn-group.custom-width{
        width: 100%;
    }
    #inner_content{
        padding-bottom: 81px;
    }
    .button-nav{
        height: auto;
        top: 578px;
    }
    #content, .overlay-bg{
        height: 100%;
    }
    .btn-circle.btn-xl{
        right: 0px;
        position: relative;
        width: 35px;
        height: 60px;
        bottom: 100px;
    }
    #inner_content{
        /*min-height:fit-content !important;*/


    }
    #inner_content > div:first-child,  #inner_content > div:nth-child(2){
        height: 100% !important;
    }
    #welcome-logo{
        max-width: 60% !important;
    }
    .button-nav > a > i {
        position: relative;
        right: 7px;
    }
    .review-height{
        min-height:0px !important;
    }
}


.dropdown-toggle{
    position:relative;
    float:none;
}
.block_img a{
    width:100%;
    height:100%;
    float:left;
}
.large_service_block  h4 a {
    color:rgb(77, 67, 67);
}

.review-stars{
    margin:10px 0px 10px 0px
}
.review-text{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#828282;
    text-align: center !important;
    padding:4px;
    font-size: 14px;
}
.review-stars ul li i{
    color:orange;
}

ul.buttons-new.form-group li {
    margin-bottom: 0;
}
.buttons-new.form-group {
    z-index: 9999;
    position: relative;
}
.datepicker table tr td.new{
    color: #333 !important;
}
#alert-success-inq{
    white-space:normal;
    float: none;
    margin:0 auto;
}


.answer-container label{
    padding-top:5px !important;
}
.form-group.services_attributes_with_background .material-switch{margin-top: 10px;}
.col-md-1.answer-container{margin-top: 10px}
#uploadPhotos .photo-display {
    display: none;
}
.cancel_w_t {
    font-size: 15px;
    font-weight: 600;
}
 .fix_pair_of_send_a_cancel {
    display: flex!important;
    align-items: center!important;
    justify-content: flex-end!important;
    width: 100%;
}
 .fix_pair_of_send_a_can {
    font-size: 17px;
    height: 40px;
    background-color: #03a9f4;
    border-color: #03a9f4;
    width: 25%;
    color: fff;
    margin-right: 0px !important;
    border: 0;
}
.fix_pair_of_send_a_refresh {
    display: none !important;
}
.icon-marg-l {
    margin-left: 0px !important;
}

.no-display-ca {
    display: none;
}

.btn-full-width {
    width: 100% !important;
    padding: 10px !important;
}
.disabled-btn {
    background-color: lightgrey !important;
    border-color: lightgrey !important;
    color: gray;
}
.service-container {
    position: relative;
}
.min-price-position {
    background: white;
    position: absolute;
    top: 97px;
    right: 24px;
    border-radius: 16px;
}
.min-price-position > h5 {
    color:#333 !important;
    padding-right: 10px;
}
.ml {
    margin-left: -4px !important;
}
/*.show-address-on-hover {*/
/*    display: none;*/
/*}*/
/*.hovered-address-icon:hover + .show-address-on-hover {*/
/*    display: inline-block;*/
/*}*/


.show-address-on-hover {
    display: none;
}
.hovered-address-icon:hover + .show-address-on-hover {
    display: inline-block;
}


a.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
}
a.scroll-top:before {
    position: absolute;
    top: 18px;
    left: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(135deg) !important;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
}
.scroll-animation {
    opacity: 1;
    position: absolute;
    /*bottom: 0;*/
    left: 50%;
    margin-left: -30px;
    margin-top: -96px;
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 9999;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    transition: all .2s ease-in;
}
.fa-angle-double-down:before {
    content: "" !important;
}
.fa-angle-double-up:before {
    content: "" !important;;
}

.call_us_btn{
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    /*padding: 10px;*/
    /*height: 7%;*/
    /*margin-left: 28px;*/
}
.call_us_btn p{
    display: inline;
    padding: 23px;
}
.call_us_btn .fa {
    border-radius: unset !important;
    background: unset !important;
    padding: unset !important;
    width: unset !important;
    text-align: unset !important;
}
.bottom-footer{
    margin-top: 7px;
}
.iconCall{
    margin-top: -5px;
    position: absolute;
}
.call_us_container{
    width: 28% !important;
    display: flex;
    margin: auto;
    padding: 10px !important;
}
.buttons-position {
    float: right !important;
    margin-right: -180px;
}
.contact-title {
    font-weight: 600;
}
.terms_and_conditions_position {
    text-align:right;
    right: -51px;
}

.btn-service-locations-position {
    left: 52px;
}
.btn-virtual-locations-position {
    width: 580px;
    position: relative;
    left: 26px;
}
.virtual_location_position {
    position: relative;
    top: 15px;
}
.main_address_search::placeholder {
    font-size: 18px;
}
.text-position {
    width: 50% !important;
    margin-left: 25% !important;
    text-align: left !important;;
}
.company_main_logo {
    position: relative;
    z-index: 9999 !important;
    margin-top: 30px;
    padding-left: 130px;
}
.main_address_search {
    font-family:Arial, FontAwesome;
    height: 70px;
    padding: 20px !important;
}
.dropdown .dropdown-menu-logged {
    top: 30px !important;
    left: -85px !important;
    min-width: 217px;
    padding-top: 5px !important;
}
.dropdown .dropdown-menu-unlogged {
    top: 30px !important;
    left: -195px !important;
    min-width: 217px;
    width: unset !important;
    padding-top: 5px !important;
}
.dropdown-menu-unlogged .divider {
    margin: unset !important;
}
.header_links_in_menu {
    position: relative;
    left: 90px;
    top: 20px;
    z-index: 9999999;
}
.header_btn_position {
    right: 80px;
}
.follow-us-header-icons {
    padding-left: 20px;
}
.follow-us-header-icons li{
    height: 70px;
    padding-top: 8px !important;
}
.follow-us-header-icons li a{
    padding: 7px;
    margin: 2px;
    text-decoration: none;
    border-radius: 5px;
    background: #cccccc;
    color: #fff;
}

.follow-us-header-icons li a i {
    /*margin-right:10px !important;*/
    /*margin-left: 10px !important;*/
}
.btn-margin-left-24 {
    margin-left: 29% !important;
}
.btn-margin-left-18 {
    margin-left: -19%;
}
.welcomed-name {
    right: 7px;
}
.main-three-taps {
    position: relative;
    top: 6px;
    left: 5px;
}

.addresses-card-body {
    width: 30rem;
    margin: auto;
    background: #F0F0F0;
    overflow: hidden;
    padding: 20px;
    height: 300px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;

}
.addresses_large_block {
    width: 51%;
    margin: auto;
    padding: 10px;
}
.addresses-book-btn {
    padding: 7px 10px !important;
    font-size: unset !important;
    margin-left: unset !important;
    margin-top: unset !important;
    width: 60%;
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*right: 50px;*/

}
.search_address.col-md-12 {
    margin-bottom: unset !important;
}
.addresses_large_block h4 {
    color: unset !important;
    text-align: unset !important;
    padding-bottom: unset !important;
    width: unset !important;
    line-height: unset !important;
    margin: unset !important;
}
.m-top-25 {
    margin-top: 25px !important;
}
.m-top-5 {
    margin-top: 5px !important;
}
.m-right-35 {
    margin-right: 35px;
}
.btn-addresses-container {
    padding-left: 90px !important;
    padding-bottom: 44px;
}
.dropdown .dropdown-menu-unlogged  li{
    padding: 3px 0px !important;
    border-bottom: none;
}
.dropdown .dropdown-menu-logged li{
    border-bottom: none;
}
.dropdown-menu-logged .divider {
    margin: unset !important;
}
.language-select-login {
    color: #555 !important;
}
.addresses-small-blocks {
    position: relative;
}
@media (min-width: 280px) and (max-width: 360px) {
    .search_bar_mobile {
        width: 152%;
        margin-left: -62px;
    }
    .address-container {
        width: 113% !important;
        margin-left: -12px !important;
    }
}
@media (min-width: 360px) and (max-width: 375px) {
    .search_bar_mobile {
        width: 138%;
        margin-left: -60px;
    }
    .address-container {
        margin:auto;
        width: 120% !important;
        margin-left: -10px;
    }
}
@media (min-width: 375px) and (max-width: 411px) {
    .search_bar_mobile {
        width: 138%;
        margin-left: -62px;
    }

    .address-container {
        display: block;
        width: 115%;
        margin-bottom: 15px;
    }


}
@media (min-width: 411px) and (max-width: 540px) {
    .search_bar_mobile {
        width: 138%;
        margin-left: -68px;
    }
    .address-container {
        width: 116% !important;
        margin-left: -12px !important;
    }
}
@media (min-width: 540px) and (max-width: 767px) {
    .search_bar_mobile {
        width: 130%;
        margin-left: -72px;
    }
}
@media (max-width: 767px) {
    #attribute_pricing {
        width: 94% !important;
        float: left !important;
        margin-left: 3% !important;
    }
    .search_address .btn {
        padding: 7px 10px;
    }
    .available-hours {
        display: block;
    }
    .call_us_container {
        width: 93% !important;
        padding-left: 32px !important;
        float: left !important;
        margin-bottom: -42px;
        display: unset !important;
    }
    .call_us_container_services {
        width: 90% !important;
        margin-left: 7% !important;
    }
    .call_us_btn{
        height: unset;
    }
    .bottom-footer {
        margin-left: unset;
    }
    .available_hours{
        margin-bottom: -4px;
    }
    .call-us-mg {
        margin-left: -12px;
    }
    .terms_and_conditions_position {
        right: unset;
    }
    .call-us-container {
          width: 94% !important;
          float: left !important;
          margin-left: 3% !important;
      }
    .btn-service-locations-position {
        width: unset !important;
    }
    .btn-virtual-locations-position {
        width: unset !important;
    }
    #bottom_line {
        /*z-index: 9999999999999 !important;*/
    }
    #inner_header {
        height: 50px !important;
    }
    .main_address_search {
        padding: 8px !important;
    }
    .address_search::placeholder {
        font-size: 14px;
    }
    #middle-content {
        margin-top: unset !important;
    }
    .company_main_logo {
        display: none;
    }
    .search_address .main-search-btn{
       font-size: 14px;
        margin-left: -44px !important;
    }
    #address_search {
        width: 78%;
    }
    .text-position {
        width: unset !important;
        margin-left: unset !important;
    }
    #middle-content h4 {
        margin-bottom: unset !important;
        font-size: 18px;
    }
    #middle-content h2 {
        float: unset !important;
    }
    .header_call_us_container {
        display: none;
    }
    #language_bar {
        width: 100px;
    }
    .header_call_us_container_mobile {
        display: block;
    }
    .header_call_us_container {
         position: unset;
         z-index: unset;
         float: unset !important;
         width: unset !important;
         margin-top: 15px !important;
         margin-left: 43px;
         margin-right: 15% !important;
    }
    .navbar-collapse.in {
        overflow-y: unset !important;
    }
    .navbar-nav-call-us {
        padding-bottom: 50px;
    }
    .hid_in_mobile {
        display: none;
    }
    .btn-margin-left-24 {
        margin-left: -26% !important;
    }
    .btn-margin-left-18 {
        margin-left: -22%;
    }
    .search_bar_mobile {
        margin-left: -67px;
    }
    .text-position-mobile {
        margin-left: -12px !important;
    }
    .language-select {
        color: #0a0a0a !important;
    }
    .language-select-login {
       color: #555 !important;
    }
    .main-content {
        margin-top: 48px !important;
    }
    .buttons-position {
        margin-right: unset !important;
    }
    .for_mobile {
        z-index: 44444;
    }
    .addresses-card-body {
        margin-bottom: 20px;
        /*margin-left: -8px;*/
    }
    .addresses_large_block {
        width: unset;
        padding: unset;
    }
    #inner_content {
        padding-bottom: 130px;
    }
    #myModal .modal-content{
        max-height: unset !important;
    }
    .addresses-book-btn {
        right: 65px;
    }
    .btn-addresses-mobile-width {
        display: grid !important;
        margin-left: 20% !important;
    }
    .bt-button-locations {
        width: unset !important;
    }
    .btn-virtual-locations-position {
        left: 55px;
    }
    .addresses-book-btn {
        width: 60% !important;
    }
    #inner_content{
        height: fit-content !important;
    }
    .follow-us-label {
        color: white;
    }
    .for_mobile{
        display:block;
    }
}

@media (min-width: 280px) and (max-width: 319px) {
    .addresses-card-body {
        width: 22rem;
    }
    .addresses-book-btn {
        right: 48px;
    }
}
@media (min-width: 320px) and (max-width: 359px) {
    .addresses-card-body {
        width: 26rem;
    }
    .addresses-book-btn {
        right: 54px;
    }
}
@media (min-width: 360px) and (max-width: 375px) {
    .addresses-card-body {
        margin-left: -8px;
    }
}
@media (min-width: 376px) and (max-width: 414px) {
    .addresses-card-body {
        /*margin-left: 22px;*/
    }
}
@media (min-width: 376px) and (max-width: 414px) {
    .addresses-card-body {
        /*margin-left: 22px;*/
    }
}
@media (min-width: 540px) and (max-width: 720px) {
    .addresses-card-body {
        margin-left: 65px;
    }
    .addresses-book-btn {
        right: 134px;
        width: 50% !important;
    }
}
@media (min-width: 767px) and (max-width: 768px) {
    .company_main_logo {
        display: none;
    }
    .text-position {
        width: unset !important;
        margin-left: unset !important;
    }
    #middle-content {
        margin-top: unset !important;
    }
    .search_bar_mobile {
        width: 184%;
        margin-left: -325px;
    }
    #middle-content h2 {
        float: unset !important;
    }
    .addresses_large_block {
        width: unset;
        padding: unset;
    }
    #inner_content {
        padding-bottom: 150px;
    }
    .btn-addresses-mobile-width {
        margin-left: -65px !important;
        width: 180% !important;
    }
    .btn-addresses-container {
        padding-bottom: 20px;
    }
}
@media (min-width: 767px) and (max-width: 769px) {
    .header_call_us_container {
        display: none;
    }
    .ipad-display-none{
        display: none !important;
    }
    .ipad-float-display{
        display: block !important;
        float: right !important;
    }
    .float-to-right{
        float: right !important;
    }
    .ipad-dis-no{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1000px){
    .ipad-full-wid-flo{
        float: left;
        width: 100%;
    }
    .ipad-dis-no{
        display: none;
    }
    .ipad-disp-wid-flo{
        display: block !important;
        width: 100% !important;
        float: left !important;
    }

    .ipad-width-float{
        width: 100% !important;
        float: left;
    }
    .ipad-left-margin{
        margin-left: 0px !important;
    }
    .ipad-unset-float{
        float: unset !important;
    }
    .width-ipad{
        width: 100px !important;
    }
    .ipad-width-margin{
        width: 250px;
        margin-right: -45px;
    }
    .ipad-top-right{
        top: -10px !important;
        right: 105px !important;
    }
    #getQuote{
        width: 100% !important;
    }
    .service_contractor_ipad, .buy_gift_card, .margin-0,
    #service_faqs, #attribute_pricing{
        width: 100% !important;
    }
    #videos{
        width: 100% !important;
        margin-left: 0px !important;
    }
    #fullAddress_fixed{
        display:none ;
    }
    .contains-videos{
        padding:0 15px !important; ;
    }
    .side_search{
        margin-top: 0px !important;
    }
    .width-ipad-60{
        width: 60% !important;
        margin-left: 25px !important;
    }
    .width-ipad-100{
        width: 100% !important;
    }

    #google_reviews{
        float: left;
        width: 100%;
    }

}
@media (max-width: 767px){
    #google_reviews{
        float: left;
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
.company_main_logo {
    display: none;
}
.text-position {
    width: unset !important;
    margin-left: unset !important;
}
#middle-content {
    margin-top: unset !important;
}
.search_bar_mobile {
    width: 184%;
    margin-left: -325px;
}
#middle-content h2 {
    float: unset !important;
}
#address_search {
    height: 60px !important;
}
#language_bar {
    width: 100px;
}
.btn-margin-left-24 {
    margin-left: -7% !important;
}
.btn-margin-left-18 {
    margin-left: -7%;
}
.btn-virtual-locations-position {
    width: 620px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .addresses-card-body {
        margin-bottom: 20px;
    }
    .addresses-book-btn {
        width: 30%;
        right: 240px;
    }
    .text-position-ipad {
        width: 100% !important;
        margin-left: 0 !important;
        text-align: left !important;
        float: none !important;
        font-size: 22px !important;
    }
    h4.text-position-ipad{
        font-size: 16px !important;
    }
    .serchfiled-ipad{
        width: 98%;
        height: 60px !important;

    }
    .addresses-card-body-ipad{
        width: 100%;
        padding: 0;
        overflow:unset;
        padding-top: 15px;
        border-radius: 5px;
    }
    .addresses_large_block{
        width: 100% !important;
    }
    .bt-button-locations-ipad{
        width:unset;
        right: unset;
        /*position: unset;*/
        /*position: absolute;*/
        /*!* top: 40px; *!*/
        /*bottom: 40px;*/
        /*right: 30px;*/
        /*left: 30px;*/
        margin-bottom: 15px !important;

    }
    .width-90{
        width: 90% !important;
    }
    #content, .overlay-bg{
        height: 800px;
    }
    .style_ipad{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .style-flex-ipad{
        display: flex;
    }
    .header_links_in_menu_ipad{
        position: relative;
        top: 30px;
        z-index: 9999999;
    }
    .addresses_large_block_ipad{
        display: flex;
        justify-content: center;
        margin-left: 0px !important;
    }
}
@media (min-width: 900px){
    .button-margin{
        margin-left: 17% !important;
    }
}
@media (max-width: 768px){
    .button-position{
        position: unset !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .button-margin{
        width: 100%;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
.address_search {
    width: 730px;
}
.btn-margin-left-18 {
    margin-left: -9%;
}
}
@media (min-width: 1441px) and (max-width: 2560px) {
    .address_search {
        width: 66%;
    }
}
@media (min-width: 2000px) and (max-width: 2560px) {
.btn-margin-left-18 {
    margin-left: -27%;
}
}


/* For 1366 Resolution */
@media only screen and (min-width: 1030px) and (max-width: 1440px) {
    .header_call_us_container {
        margin-top: -4.5%;
        margin-right: 31% !important;
        width: 16% !important;
    }
    .addresses_large_block {
        width: 70%;
    }
    .address_search {
        width: 955px;
    }
    .text-position {
        margin-left: 17% !important;
    }
    .btn-margin-left-24 {
        margin-left: 22% !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1880px) {
    .header_call_us_container {
        margin-top: -4.5%;
        margin-right: 22% !important;
        width: 16% !important;
    }
    .addresses_large_block {
        width: 68%;
    }
    .text-position {
        margin-left: 17% !important;
    }
    .btn-margin-left-24 {
        margin-left: 22% !important;
    }
    .addresses-book-btn {
        width: 62%;
    }
    .address_search {
        width: 66%;
    }
}

@media only screen and (min-width: 2000px) and (max-width: 2560px) {
    .addresses-book-btn {
        right: 60px;
    }
    .addresses_large_block {
        width: 39%;
    }
    .header_call_us_container {
         margin-top: -2.5%;
        margin-right: 18.5% !important;
    }
}

/* google reviews style */
#map-plug {display:none;}

#google-reviews {
display:flex;
flex-wrap:wrap;
/*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/
}

.review-item {
border:solid 1px rgba(190,190,190,.35);
margin:0 auto;
padding:1em;
flex: 1 1 20%;
}

@media ( max-width:1200px) {
  .review-item { flex: 1 1 40%; }
}

@media ( max-width:450px) {
  .review-item { flex: 1 1 90%; }
}

.review-meta, .review-stars {text-align:center; font-size:115%;}
.review-author { text-transform: capitalize; font-weight:bold; }
.review-date {opacity:.6; display:block;}
.review-text {  line-height:1.55; text-align:left; max-width:32em; margin:auto;}



.review-stars ul {
display: inline-block;
list-style: none !important;
margin:0; padding:0;
}

.review-stars ul li {
float: left;
list-style: none !important;
margin-right: 1px;
line-height:1;
}

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style:normal;
}
.review-stars ul li i.inactive { color: #c6c6c6;}
.star:after { content: "\2605"; }

.top-nav-enhanced {
    overflow: visible;
    padding: 34px 94px 10px 94px;
    position: relative;
    z-index: 9999;
}

.top-nav-enhanced a {
    float: left;
    color: black;
    /*text-align: center;*/
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 3px;
}

.top-nav-enhanced a.logo {
    font-size: 25px;
    font-weight: bold;
}


.top-nav-enhanced a.active {
    background-color: #03a8f4;
    color: white;
}

.top-nav-enhanced-right {
    float: right;
    padding: 30px;
}

.top-nav-enhanced a.img:hover {
    opacity: 0.7;
}

.login-btn {
    padding: 5px 18px !important;
}

.top-nav-enhanced-right a+a {
    /*margin-left: 10px;*/
}

.top-nav-collapsed-links {
    position: relative;
    left: 92px;
    top: -28px;
    z-index: 9999999;
    list-style: none;
}

.top-nav-collapsed-links ul li {
    float: left;
    display: inline;
    padding: 0 5px;
}

.top-nav-collapsed-links li {
    width: auto;
}


.dropdown .top-nav-dropdown-menu-unlogged {
    top: 62px !important;
    left: -132px !important;
    min-width: 217px;
    padding-top: 5px !important;
}

.top-nav-dropdown-menu-unlogged .divider {
    margin: unset !important;
}
.dropdown .top-nav-dropdown-menu-unlogged  li{
    padding: 3px 0px !important;
    border-bottom: none;
}

.dropdown-toggle-enhanced {
    margin-left: 50px;
    width: 10%;
}
.top-nav-enhanced-right .welcomed-name {
    color: white;
}
.top-nav-enhanced-right .dropdown {
    list-style: none;
}
.top-nav-enhanced-right .dropdown-toggle {
    color: white;
}

.property-field-div > .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
    margin-top: 10px !important;
}

/* New Slider from Figma */

.figma-switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: auto;
    padding: 4px 0;
    margin-bottom: 0;
}

.figma-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CBCFD3;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-switch:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-switch {
    background-color: #03A9F4;
}

input:focus + .slider-switch {
    box-shadow: 0 0 1px #03A9F4;
}

input:checked + .slider-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-switch.round {
    border-radius: 34px;
}

.slider-switch.round:before {
    border-radius: 50%;
}

@media (max-width: 767px) {
    .top-nav-enhanced {
        display: none;
    }
}
@media (max-width: 768px) {
    .custom-style-mobile{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 12px;
        border-radius: 8px;
        background-color: #fff;
        font-family: inherit;
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    .custom-style-mobile .label_name{
        font-weight: bold;
        font-size: 16px;
        flex: 1 1 100%;
        margin-bottom: 0px;
    }
    .custom-style-mobile .cost{
        display: flex
    ;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        flex: 1 1 100%;
    }


}


.modal-dialog.dialog-laravel-popup{
    width: 100% !important;
    margin: 0!important;
    height: 100%;

}
.modal-dialog.dialog-laravel-popup .modal-content{
   height: 100% !important;
}

#confirmation_popup_id.confirmation_popup_laravel_popup .modal-dialog{width: 100% !important;margin: 0}
