@charset "utf-8";
/* CSS Document */
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Roboto-Thin';
    src: url('../fonts/Roboto-Thin.eot');
    src: local('☺'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg') format('svg');
}
/** Generated by FG **/
@font-face {
    font-family: 'Conv_Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: local('☺'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg') format('svg');
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Roboto-Black';
    src: url('../fonts/Roboto-Black.eot');
    src: local('☺'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg') format('svg');
}

@font-face {
    font-family: 'Conv_Raleway-Regular';
    src: url('../fonts/Raleway-Regular.eot');
    src: local('☺'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg') format('svg');
}

@font-face {
    font-family: 'Conv_Raleway-Light';
    src: url('../fonts/Raleway-Light.eot');
    src: local('☺'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg') format('svg');
}

@font-face {
    font-family: 'Conv_Raleway-Thin';
    src: url('../fonts/Raleway-Thin.eot');
    src: local('☺'), url('../fonts/Raleway-Thin.woff') format('woff'), url('../fonts/Raleway-Thin.ttf') format('truetype'), url('../fonts/Raleway-Thin.svg') format('svg');
}



body{
    font-family: 'Conv_Raleway-Light';
}
body label{
    font-size: 15px;
    color: #303030;
}

select option{
    font-family: 'Conv_Raleway-Light';
}

.top-div{
    width: 100%;
    height: auto;
    background: #29334e;
    padding: 3% 0 7%;
}

.page-title h4 {
    font-size: 30px;
    color: #515b6b;
    padding-top:30px;
}
.top-menu .navbar{
    padding: 0;
}
.top-menu .navbar ul {
    margin-bottom: 5px;
}
.navbar-light .navbar-nav .nav-link{
    color: #303030!important;
    padding-left:15px;
    padding-right:15px;
    font-size: 15px;
    font-family: 'Conv_Raleway-Regular';
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#26c6da!important;
}
.navbar-light .navbar-nav .nav-link .active{
    color:#26c6da!important;
}
.other-menu {
    padding-right: 15px;
}
.other-menu ul {
    padding: 0;
}
.other-menu li {
    display: inline-block;
    list-style-type: none;
    padding-left:10px;
    padding-right:10px;
    font-size: 15px;
}
.other-menu li a{
    color: #FFF;
}
.other-menu li a:hover{
    color: #D4D4D4!important;
    text-decoration: none;
}
.top-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
}
.top-menu ul li a {
    color: #FFF;
}
.top-menu ul li a:hover{
    text-decoration: none;
    color: #187db8;
}

.line {
    width: 100%;
    height: 0.5px;
    background:rgba(255,255,255,0.3);
}

.profile-info {
    background: #FFF;
    border:1px solid #dddddd;
    margin-top: -80px;
}
.person{
    width: 150px;
    height:150px;
    background: #f1eeee;
    border-radius: 50%;
    margin: 30px auto;
}
.person i {
    font-size: 80px;
    color: #ccc9c9;
    line-height: 150px;
}
.profile-info h4 {
    font-weight: bold;
    color: #2e2e2e;
}
.profile-info p i {
    color: #3373dd;
}


.jobs-list-div{
    background: #FFF;
    border:1px solid #dddddd;
    padding: 15px;
}

footer {
    width: 100%;
    height: auto;
    background: #1e1e1e;
    min-height: 100px;
}
.footer-text p{
    color: #FFF;
    padding: 10px 0 0 0;
}

i.fa{
    color: #26c6da;
}









/*-------My Bookings Page Css-------*/
.tabs-links li a{
    padding: 15px 50px;
    background: #f1eeee;
    margin: 0 2px;
}

.order-info {
    border: 1px solid #efefef;
}
.order-info tr td:last-child {
    text-align: right;
}
.order-info thead {
    background: #26c6da;
    color: #FFF;
}




/*-------Book A VISIT Page Css-------*/
.top-heading h2{
    font-family: 'Conv_Roboto-Bold';
    font-weight:bold;
    font-size:  42px;
    color: #FFF;
    padding-top: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content {
    background: #F6F6F6;
}
.content-heading p {
    font-size: 18px;
    font-family: 'Conv_Roboto-Thin';
    color: #303030;
}
.content-heading h4 {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    padding-bottom: 30px;
}

.booking-fields {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}

.white-bg {
    background: #FFF;
    padding: 50px 20px;
    margin: 20px 0;
	min-height:200px;
}
.white-bg input{
    border-radius: 0;
}
.white-bg textarea{
    border-radius: 0;
    height: 48px;
}
.white-bg select{
    border-radius: 0;
}
.price-div h2 {
    font-size: 24px;
    padding: 20px 0;
    font-weight: normal;
	line-height:50px;
}
.price-div h2 span {
    font-size: 60px;
    color: #26c6da;
}
.tabs-links li a {
    padding: 15px 50px;
    background: #f1eeee;
    border-radius:50px!important;
    margin: 0 2px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background: #26c6da;
    border:none;
    padding: 10px 20px;
    border-radius:50px;
    cursor: pointer;
    color: #FFF;
    font-size: 20px;
}
.btn-color{
    background: #26c6da;
    border:none;
    padding: 10px 20px;
    border-radius:50px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
}
.checkout-button button{
    background: #26c6da;
    border:none;
    padding: 10px 20px;
    border-radius:50px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
}
.checkout-button a{
    background: #26c6da;
    border:none;
    padding: 10px 20px;
    border-radius:50px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
}
.logo-div {
    border-right: 1px solid rgba(154,154,154,1.00);
}
.logo-div h4{
    color: #26c6da;
    font-size: 20px;
    font-weight: bold;
    padding-top:5px;
}
.review-detail:hover{
    text-decoration: none;
}
.like-icon i{
    font-size: 40px;
    padding-top: 25px;
    color:#26c6da;
}
.review-content h4{
    color: #2F2F2F;
    font-size: 24px;
    font-weight: bold;
}
.review-content p i {
    color: #66bb6a;
}
.review-content p {
    font-size: 13px;
    color: #646464;
}

.grey-bg{
    background: #f6f6f6;
}
.login-heading h2{
    font-weight: bold;
    padding-bottom: 20px;
}
.round-border {
    border-radius: 5px;
    border: 1px solid #eceaea;
    margin: 10% 0;
}
.login-btn {
    padding: 10px 50px;
}

.profile-content h4 {
    font-size: 30px;
    font-weight: bold;
}
.profile-content h4 span{
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
}

.user-contacts {
    list-style-type: none;
    padding: 20px 0;
}
.user-contacts li {
    float: left;
    margin: 5px;
    padding: 5px 10px;
}

.skils h4 {
    font-size: 16px;
    padding-top: 25px;
}
.dropdown-menu{
    margin-left: 2px;
}
.top-dropdown ul li a {
    color: #FFF;
    font-size:13px;
}
.top-dropdown ul li a i {
    color:#FFF;
}
.top-dropdown ul li a:hover{
    text-decoration:none;
}

.contact-info{
    padding-left: 0;
}
.contact-info li {
    display: inline-block;
    padding-right: 15px;
    color: #FFF;
    font-size: 13px;
}
.contact-info li i {
    color: #FFF;
    padding-right: 5px;
}


.footer-links li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 10px 0 5px;
}
.footer-links li:last-child{
    border: none;
}
.footer-links li a {
    color: #FFF;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.5)!important;
    border-color: rgba(255,255,255,.5)!important;
}
.navbar-light .navbar-toggler-icon{
    background-color:rgba(255,255,255,.5);
}

select {

    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* arrows */

select.classic {
    background-image:
        linear-gradient(45deg, transparent 50%, blue 50%),
        linear-gradient(135deg, blue 50%, transparent 50%),
        linear-gradient(to right, skyblue, skyblue);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
}

select.classic:focus {
    background-image:
        linear-gradient(45deg, white 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, white 50%),
        linear-gradient(to right, gray, gray);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}




select.round {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        radial-gradient(#ddd 70%, transparent 72%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
}

select.round:focus {
    background-image:
        linear-gradient(45deg, white 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, white 50%),
        radial-gradient(gray 70%, transparent 72%);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - .5em) .5em;
    background-size:
        10px 10px,
        10px 10px,
        5em 5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

select, input, textarea{
    border: 1px solid #EBEBEB!important;
    font-size: 14px!important;
    color: #303030!important;
}


select {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 25px) calc(1em + 7px),
        calc(100% - 20px) calc(1em + 7px),
        calc(100% - 3.5em) 1em;
    background-size:
        5px 5px,
        5px 5px,
        1.5px 1.5em;
    background-repeat: no-repeat;

}

select:hover{
    background-image:
        linear-gradient(45deg, transparent 50%, #26c6da 50%),
        linear-gradient(135deg, #26c6da 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
}




select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}










/*-------Stars Rating-------*/
.rate {
    float: left;
    height: 46px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}



.overlay{
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 10;*/
}
.main-banner{
    /*background-image: url(../images/header-img.jpg);*/
    background-position: bottom;
    position: relative;
    display: block;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    min-height: 250px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: sub;
    color: #fff;
}
.get-ready-content {
    z-index: 100;
    position: relative;
}






.profile-pic {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: 20px auto;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: transparent;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-pic:hover {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    color: #fafafa;
    transition: all .3s ease;
    text-decoration: none;
}
.profile-pic span {
    display: inline-flex;
    padding: .2em;
}


/********Recommend********/
.rating {
    display: inline-block;
    width: 100%;
}

.like,
.dislike {
    display: inline-block;
    cursor: pointer;
    margin:5px;
    font-size:1.5em!important;
}

.dislike:hover,
.like:hover {
    color: #2EBDD1;
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.grow.active {
    color: #2EBDD1;
}
/**********Recommend Page Finish*********/



/**********Side Nav Start*************/

.color-chooser {
    font-size:30px;
    cursor:pointer;
    background:#E3E3E3;
    padding: 10px 20px;
    position: fixed;
    border-radius:0 5px 5px 0;
    top: 10%;
    z-index: 99;
}
.color-chooser:hover{
    background: #111111;
    color: #FFF;
}

.sidenav {
    height: auto;
    width: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    background-color: #f6f6f6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 60px;
    top: 65px;
    border-radius:0 5px 5px 0;
    -webkit-box-shadow: 7px 7px 14px 0px rgba(48, 50, 50, 0.79);
    -moz-box-shadow:    7px 7px 14px 0px rgba(48, 50, 50, 0.79);
    box-shadow:         7px 7px 14px 0px rgba(48, 50, 50, 0.79);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

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

.circle-tickmark-div{
    width: 200px;
    height: 200px;
    background: #56b665;
    border-radius: 50%;
    margin: 50px auto 20px;
    text-align: center;
}
.circle-tickmark-div i {
    font-size: 120px;
    color: #FFF;
    padding-top: 40px;
}
.thanks-text h2{
    font-weight: bold;
    padding: 20px 0;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.red-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.pink-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.purple-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.deep-purple-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.indigo-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.blue-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.light-blue-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.cyan-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.teal-color{
    width: 100%;
    height: 40px;
    background: #26a69a;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.green-color{
    width: 100%;
    height: 40px;
    background: #66bb6a;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.light-green-color{
    width: 100%;
    height: 40px;
    background: #9ccc65;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.yellow-color{
    width: 100%;
    height: 40px;
    background: #ffee58;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.amber-color{
    width: 100%;
    height: 40px;
    background: #ffca28;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.orange-color{
    width: 100%;
    height: 40px;
    background: #26c6da;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.deep-orange-color{
    width: 100%;
    height: 40px;
    background: #ff7043;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}
.brown-color{
    width: 100%;
    height: 40px;
    background: #8d6e63;
    margin: 10px 0;
    border-radius:5px;
    box-shadow:7px 7px 8px 0px rgba(48, 50, 50, 0.79);
}


/**********Side Nav Finish************/




.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.reveal-if-active label {
    display: block;
    margin: 0 0 3px 0;
}
.reveal-if-active input[type=text] {
    width: 100%;
}
input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 350px;
    padding: 10px 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
}


.add-new-card {
    width: 100%;
    height: auto;
    border: 2px #B0B0B0 dashed;
    border-radius: 5px;
    margin: 20px 0;
    display: inline-block;
    position: relative;
    color: #3B3B3B;
}
.add-new-card:hover{
    border-color:#26c6da;
    text-decoration: none;
    font-weight: bold;
}
.add-new-card h3 span{
    font-size: 24px;
}
.add-new-card h3{
    font-size: 16px;
}
.creditcard-icon {
    width: 100%;
    height: auto;
    border: 1px #B0B0B0 solid;
    border-bottom:4px #B0B0B0 solid;
    border-radius: 5px;
    margin: 20px 0;
    display: inline-block;
    position: relative;
}
input.card-select {
    position: absolute;
    padding: 10px;
    right: -5px;
    bottom:-5px;
    border: none;
    border: 2px #777777 solid!important;
    width: 20px!important;
    height: 20px!important;
    border-radius: 3px!important;
}
.creditcard-icon:hover{
    border-color:#26c6da;
    text-decoration: none;
    font-weight: bold;
}
.creditcard-icon img{
    padding: 5px 0 5px;
}
.creditcard-icon img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.creditcard-icon:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: none;
    filter: none;
}

.creditcard-icon h4{
    font-size: 16px;
    color: #222222;
    margin-bottom: 0;
}
.creditcard-icon p {
    margin-bottom: 0;
    font-size: 15px;
    color: #565656;
    padding-top: 5px;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.topnavbar{
    background-color:#FFF;
    border-bottom:2px solid #ececec;
}

.admin-drop-downs .dropdown-divider {
    margin: .2rem 0!important;
}
.admin-drop-downs a {
    font-size:14px;
    padding:5px;
    color: #303030 !important;
}

.icon-desc-div {
    border-right:1px solid #ccc;
    margin-top:30px;
    padding-top:10px;
    min-height:90px;
}

.icon-div {
    width:50px;
    height:50px;
    float:left;
    padding-top:5px;
}

.icon-div2{
	width:50px;
	height:50px;
	float:left;
	padding-top:5px;
	background:#26c6da;
	border-radius:50%;
}
.icon-div2 img {
	width:25px;
	height:25px;
	margin:6px 13px;
	}

.icon-description {
    float:left;
    padding-left:15px;
}

.icon-description p {
    margin-bottom:3px;
}

.orange-bg {
    background:#26c6da;
    color:#FFF;
    padding:10px;
	border-radius:25px;
}

.footer-strip {
    background:#272D2E;
    padding:35px 0;
}
.footer-strip-icon-div img{
    padding-top:10px;
}

.footer-strip-icon-div i {
	font-size:40px;
	padding-top:20px;
}
.footer-strip h3 small{
    color:#80888A;
    font-size:16px;
    letter-spacing: 2px;
    line-height:22px;
}
.footer-strip h3 a{
    color:#FFF;
}
.footer-strip h3 a:hover{
    text-decoration:underline;
}
.footer-strip h3{
    font-family: 'Conv_Raleway-Light'!important;
    color:#FFF;
    font-size:22px;
}

.bottom-footer{
    background:#343C3E;
    padding:60px 0;

}

.bottom-footer h6{
    color:#FFF;
    padding-bottom:20px;
}

.footer-about-text h6{
    color:#FFF;
    padding-bottom:20px;
}

.footer-about-text p {
    color:#B6BDBF;
    padding-bottom:20px;
}

.footer-about-text .learn-more {
    background:#40484A;
    color:#FFF;
    padding:15px 25px;
    border-radius:50px;
}

.footer-about-text .learn-more:hover {
    background:#ff7043;
    text-decoration:none;
}

.footer-links ul li {
    list-style-type:none;
    padding:5px 0;
    border:none;
    font-size:14px;
    display:block;
}


.footer-adress ul li {
    list-style-type:none;
    color: #B6BDBF;
    border-bottom: 1px solid #495052;
    line-height:24px;
    padding:10px 0;
}

.footer-adress ul li a {
    list-style-type:none;
    color: #B6BDBF;
}

.footer-social-icons li img{
    width:20px;
    height:20px;
}
.footer-social-icons li{
    display:inline-block;
    list-style-type:none;
    padding:5px;
}
.footer-social-icons li a {
    background:#40484A;
    border-radius:75px;
    padding:15px;
}
.footer-social-icons li a:hover{
    background:#ff7043;
}
.footer-social-icons {
    padding-top:35px;
}
.copyright-text p{
    color:#B6BDBF;
    padding-top:25px;
}
.copyright-text p a{
    color:#FFF;
}
/*=====================CSS Added by Marwat======================*/
.fa.fa-star {
    color: #ffa600;
}
.fa-star-half:before {
    color: #ffa600;
}
span.day-rec {
    border: 2px solid #26c6da !important;
    border-radius: 10px;
    padding: 3px 10px 3px 10px;
}
.background_white{
    background: white !important;
}
.mt-50 {
    margin-top: 100px
}


#css3dimagePager,
#css3dtransparency {
    text-align: center;
    position: relative;
    z-index: 11;
    padding: 0 0 10px;
    margin: 0
}

#css3dimagePager li {
    display: inline-block;
    cursor: pointer
}

#css3dimagePager li.active,
#css3dtransparency.active {
    font-weight: bold
}

#css3dimageslider {
    -webkit-perspective: 1000;
    -moz-perspective: 1000px;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-perspective-origin: 50% 100px;
    -moz-perspective-origin: 50% 100px;
    -ms-perspective-origin: 50% 100px;
    perspective-origin: 50% 100px;
    margin: 40px auto 20px auto;
    width: 100%;
    height: 350px
}

#css3dimageslider ul {
    position: relative;
    padding:0;
    margin: 0 auto;
    height: 281px;
    width: 450px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100px 0;
    -moz-transform-origin: 50% 100px 0;
    -ms-transform-origin: 50% 100px 0;
    transform-origin: 50% 100px 0;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out
}

#css3dimageslider ul li {
    position: absolute;
    height: 281px;
    width: 450px;
    padding: 0px;
    list-style: none;
}

#css3dimageslider ul li:nth-child(1) {
    -webkit-transform: translateZ(225px);
    -moz-transform: translateZ(225px);
    -ms-transform: translateZ(225px);
    transform: translateZ(225px)
}

#css3dimageslider ul li:nth-child(2) {
    -webkit-transform: rotateY(90deg) translateZ(225px);
    -moz-transform: rotateY(90deg) translateZ(225px);
    -ms-transform: rotateY(90deg) translateZ(225px);
    transform: rotateY(90deg) translateZ(225px)
}

#css3dimageslider ul li:nth-child(3) {
    -webkit-transform: rotateY(180deg) translateZ(225px);
    -moz-transform: rotateY(180deg) translateZ(225px);
    -ms-transform: rotateY(180deg) translateZ(225px);
    transform: rotateY(180deg) translateZ(225px)
}

#css3dimageslider ul li:nth-child(4) {
    -webkit-transform: rotateY(-90deg) translateZ(225px);
    -moz-transform: rotateY(-90deg) translateZ(225px);
    -ms-transform: rotateY(-90deg) translateZ(225px);
    transform: rotateY(-90deg) translateZ(225px)
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f65c3e;
    padding: 0px 0px;
}
.pop-up-div {

}

.org-day-div {
    border: 1px solid  #26c6da;
    padding: 10px;
    margin: 5% 0;
    color: #FFF;
}

.org-day-div .line{
    background: #FFF;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.org-day-div h3{
    font-size: 18px;
}
.org-day-div h2{
    font-size: 40px;
}
.first-pop-div h4{
    color: #26c6da;
    border-bottom: 2px solid #26c6da;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.grey-day-div {
    background: #dedede;
    padding: 10px;
    margin: 5% 0;
    color: #FFF;
}

.grey-day-div .line{
    background: #c9c9c9;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.grey-day-div h3{
    font-size: 18px;
}
.grey-day-div h2{
    font-size: 40px;
}
.other-pop-div h4{
    color: #454549;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.footer-modal {
    padding: 30px 0 50px;
}

.btn-submit {
    background: #26c6da;
    font-size: 16px;
    border-radius: 50px;
    color: #FFF;
    padding: 10px 50px;
}
.btn-default {
    background: #0a0a0a;
    font-size: 16px;
    border-radius: 50px;
    color: #FFF;
    padding: 10px 50px;
}
.arrows {
    position: absolute;
    top: 35%;
    left: 2.5%;
    width: 100%;
}
.right-arrow{
    right: 0;
    position: absolute;
    right: 5%;
}
.grey-day-div:hover {
    background: #26c6da;
}
.grey-day-div:target {
    background: #26c6da;
}
.after_ajax{
    margin-top: -200px;
    opacity: 0;
}
.theme_color{
    color:green;
}
.next_btn{
    background: #26c6da;
    border-color: #26c6da;
    border-radius: 20px;
    font-weight: bold;
}
.back_btn{
    background: #1e1e1e;
    border-color: #1e1e1e;
    border-radius: 20px;
    font-weight: bold;
}
#next_btn{
    background: #26c6da;
    border-color: #26c6da;
    border-radius: 20px;
    font-weight: bold;
}
#back_btn{
    background: #1e1e1e;
    border-color: #1e1e1e;
    border-radius: 20px;
    font-weight: bold;
}
.checkout-button button {
    background: #26c6da;
}
.profile-info p i {
    color: #26c6da;
}
.review-content p i {
    color: #66bb6a;
}
.review-content p i.fa-thumbs-down {
    color: #FF0000!important;
}

.like-icon i {
    color: #26c6da;
}
.price-div h2 span {
    font-size: 60px;
    color: #26c6da;
}
.logo-div h4 {
    color: #26c6da;
}
.btn-primary:hover {
    color: #fff;
    background-color: #26c6da;
    border-color: #26c6da;
}
.more, .more[type="submit"], .more.gray:hover, .more.white:hover, .footer-row .more.gray:hover {
    background: #26c6da !important;
    border: 2px solid #26c6da !important;
}
.btn-primary {
    color: #fff;
    background-color: #26c6da !important;
    border-color: #26c6da !important;
}
i.fa {
    color: #26c6da;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .jobs-list-div .table-striped {
	overflow-x: scroll!important;
            }
	.navbar{
		text-align:center;
	}
	.modal-dialog {
	max-width:400px!important;
	overflow:hidden!important;

}



}



.modal-dialog {
	max-width:600px!important;

}

.nav-tabs .nav-link.active{font-weight:bold; background-color: #26c6da; color:#FFF!important;}
/*==========adding css by Irfan==============*/
 .ui-slider-handle .cost-slider-tooltip .arrow {
                display: none;
            }
            .ui-slider-handle .cost-slider-tooltip .value {
                    border-radius: 0;
    margin-top: -43px;
    width: 50px !important;
    height: 45px;
    font-size: 13px;
    border: 3px solid #26c6da !important;/*theme color*/
            }
            .ui-slider-range-min {
                background: #26c6da !important;/*theme color*/
                border-radius: 5px;
            }
            input:checked + .slider {
                background-color: #26c6da !important;/*theme color*/
            }

            #tooltip {
                position: relative;
                display: inline-block;
                color: lightgray;
            }
            input[type="checkbox"].days:checked {
                background-color: #26c6da !important; /*theme color*/
                color: #FFF!important;
            }
            input[type="checkbox"].days {
                border-radius: 0px !important;
            }
            .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    left: 120px !important;
}
label#sel_visit_date-error {
    position: absolute;
    margin-top: 50px;
}
table td, table th {
    padding: 5px 5px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    opacity: 0.4;
}
