/* Universal Stylings */

:root {
    --primary-heading: 35px;
    --secondary-heading: 20px;
    --tri-heading: 18px;
    --mb-2: 2em;
    --mb-1: 1em;
    --ltr-spacing-3: 3px;
    --blueColor: #622BE0;
    --primary-bg: linear-gradient(to right top, #a82990, #9b2e93, #8e3295, #813597, #733897);
}

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: font-prmry;
    line-height: 1.7;
    top: 0 !important;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:link,
a:focus {
    text-decoration: none;
}

span {
    display: inline-block;
}


.bttn-purple {
    background-color: #622BE0;
    color: #fff;
    border-radius: 0px;
}

.bttn-purple:hover{
    background-color: #5E6060;
}

.bttn-purple:focus{
    background-color: #5E6060 !important;
    color: #fff !important;
}

.bttn-white {
    background-color: #fff;
}

.bttn-trns {
    background-color: transparent;
    border: 1px solid #fff;
}
.bttn-trns:hover{
    color: #fff;
}
.bttn-purple-outline {
    border: 1px solid;
    border-color: rebeccapurple;
    text-align: center;
}

.bttn {
    padding: 12px 30px;
}

.bttn-orange{
    background-color: #622BE0;
}
.repeat-section {
    margin: auto;
    padding: 1em 0;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    box-shadow: 2px 2px 5px 5px #d4d2d2;
    outline: none;
}

.dis-flex {
    display: flex;
    flex-wrap: wrap;
}

.mt-2 {
    margin-top: 2em;
}

.text-orange{
    color: #622BE0;
}

/* --------------- */
/* custme fonts */
/* --------------- */
@font-face {
    font-family: font-prmry;
    src: url(../google-fonts/Montserrat-Regular.woff2);
}

@font-face {
    font-family: font-scndry;
    src: url(../google-fonts/Roboto-Black.woff2);
}

@font-face {
    font-family: font-trtry;
    src: url(../google-fonts/Roboto-Medium.woff2)
}

/* Top Message Bar */
#topMessageBar{
    background-color: #622BE0;
    position: relative;
}
#topMessageBar a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0px;
}
#topMessageBar .closeMessage{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    background-color: #5E6060;
    color: #fff;
    text-align: center;
    /* line-height: 38px; */
    height: 100%;
    width: 34px;
    z-index: +1;
}
#topMessageBar .closeMessage:after{
    content: '';
    display: none;
    height: 0px;
    width: 0px;
    position: absolute;
    border-top: 15px solid #5E6060;
    border-right: 20px solid transparent;
    bottom: 0;
    right: -20px;
}
#topMessageBar .closeMessage:before{
    content: '';
    display: none;
    height: 0px;
    width: 0px;
    position: absolute;
    border-bottom: 15px solid #5E6060;
    border-right: 20px solid transparent;
    top: 2px;
    right: -20px;
}
/* End Top Message Bar */

/* navbar */
.navbar-section {
    margin: auto;
    display: block;
    border-bottom: 1px solid #f7f7f7;
}

.navbar-section .navbar-inverse {
    background-color: #fff;
    border: none;
    margin: auto;
}

.navbar-section .navbar-inverse .navbar-nav > .active > a {
    background-color: transparent;
    color: #000;
}

.navbar-section .navbar-inverse .navbar-nav > li > a {
    color: #333;
    line-height: 99px;
    /*font-family: 'Bree Serif', serif;*/
    font-family: 'font-trtry', serif;
}

.navbar-section .navbar-inverse .navbar-nav>.open>a, .navbar-section .navbar-inverse .navbar-nav>.open>a:focus, .navbar-section .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: #fff;
    color: #622BE0;
}

.navbar-section .navbar-inverse .navbar-nav>.open>a.btn-gray:focus{
    background-color: #622BE0;
    color: #fff;
}

.navbar-section .navbar-inverse .navbar-nav > li > a.line-nrml {
    line-height: normal;
    margin-top: 39px;
}

.navbar-section .navbar-nav > li > a.btn-gray {
    color: #fff;
    border-radius: 0px;
    border-radius: 30px;
    min-width: 160px;
    max-width: 100%;
    text-align: center;
}

.navbar-section .navbar-nav > li > a.btn-gray:hover {
    background-color: #622BE0;
}

.navbar-section .navbar-brand {
    height: auto;
}

.navbar-section .navbar-brand img {
    width: auto;
    height: 100px;
}

.navbar-toggle {
    background-color:#622BE0;
    border-radius: 0px;
    margin-top: 25px;
}

.navbarMainLinkImg{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.22);
}
@media screen and (min-width: 769px){
    .navbar-section .navbar-inverse .navbar-nav > li.navbarLangDropdown > a{
        font-size: 35px;
    }
    .navbar-section .navbar-inverse .navbar-nav > li > a{
        padding: 15px 10px;
    }
}
/* Banner section */

.banner-section {
    margin: auto;
    background-image: url(../images/backgrounds/1.jpg);
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: +1;
}

.banner-section::before {
    position: absolute;
    content: '';
    /*background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(26, 65, 145, 0.9), rgba(14, 89, 169, 0.9));*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /*background: rgb(232,75,39);
    background: -moz-radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    */
    background: rgb(98, 43, 224);
    background: -moz-radial-gradient(circle,  rgb(98, 43, 224 ,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: -webkit-radial-gradient(circle,  rgb(98, 43, 224 ,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: radial-gradient(circle, rgb(98, 43, 224 ,0.908000700280112) 0%, rgba(232,75,39,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#622BE0",endColorstr="#622BE0",GradientType=1);
}

.Login-HEading h1 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: var(--ltr-spacing-3);
}

.banner-section .breadcrumb{
  background-color: transparent;
  text-align: center;
}
.banner-section .breadcrumb a{
  color: #e0e0e0;
}
.banner-section .breadcrumb li{
  color: #fff;
}
/* login-section */

.returnToHomePageOnLogin{
  position: fixed;
  top: 15px;
  left: 15px;
  display: inline-block;
  color: #622BE0;
  background-color: #fff;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 5px;
  z-index: +99;
}
.socialLogins{
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: left;
    color: #333;
    padding: 5px 10px;
}
.socialLogins:hover{
    text-decoration: none;
}
.socialLogins img{
    margin-right: 30px;
}

.login-section {
    margin: auto;
}

.login-body {
    padding: 10px;
}

.login-container {
    background-color: #F3F3F3;
    padding: 3em;
    margin-bottom: var(--mb-2);
    box-shadow: 1px 5px 6px 1px #dcd9d9;
}

.login-container button {
    width: 100%;
}
.reg-bttn{
    width: auto !important;
    border: 1px solid #9629e6;
    transition: .5s all linear;
}
.reg-bttn:hover{
    background-color: #9629e6;
    color: #fff;
}

.forgot-password {
    display: block;
}

.forgot-password span {
    float: right;
}

.forgot-password span a {
    color: rebeccapurple;
}

.login-container .bttn-purple-outline {
    border-radius: 0px;
    width: 100%;
    color: rebeccapurple;
}

/* footer-section */
.logo-area {
    margin: auto;
    display: block;
    margin-bottom: 2em;
}

.logo-area a {
    display: block;
}

.logo-area img {
    width: auto;
    height: 150px;
}

.footer-shape {
    margin: auto;
    display: block;
    position: relative;
}

.footer-shape img {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: -1px;
}

.footer-section {
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 1.5em;
    /*background-color: #5E6060;*/
    background-color: black;
}

.footer-container {
    margin: auto;

}

.footer-container h2 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 2em;
    font-family: 'Bree Serif', serif;
}

ul.quick-links {
    margin: auto;
}

ul.quick-links li {
    margin-bottom: 1em;
    border-bottom: 1px dotted #fff;
    display: block;

}

ul.quick-links li a {
    color: #f5f5f5;
    font-size: 16px;
    transition: .5s all;
    display: block;
}
ul.quick-links li a:hover{
    transform: translateX(10px);
    color: #fff;
}

.footer-container p {
    color: #fff;
    text-align: justify;
}

.footer-container p a{
    color: #fff;
}
.bottom-bar {
    padding: 1em 0;
    background-color: #fff;
    text-align: center;
}

.bottom-bar a {
    color: #622BE0;
    font-family: 'Bree Serif', serif;
}

.footerSocialLink li{
    float:left;
}
.footerSocialLink li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #fff;
    color: #622BE0;
    margin: 5px;
    text-align: center;
    border-radius: 50%;
}

.footerPaymentsCont{
    margin-top: 20px;
}
.footerPaymentsCont img{
    width: 33%;
}

/* -------------------------------- */
/* header-section */
/* -------------------------------- */
.header-section {
    padding-top: 70px;
    padding-bottom: 60px;
    min-height: calc(100vh - 130px);
}

.header-container {
    margin: auto;
    position: relative;
    display: block;
}

.header-container img {
    max-width: 100%;
    height: 500px;
    width: auto;
}
.header-container .mobileappLinks a{
    display: block;
    margin-bottom: 10px;
    text-align: left;
}
.header-container .mobileappLinks img{
    max-width: 100%;
    width: auto;
    height: 65px;
}

.header-container * {
    color: #333;
}

.header-container h1 {
    font-size: 35px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Bree Serif', serif;
}
.header-container h2{
    font-size: 25px;
    line-height: 60px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Bree Serif', serif;
}

.header-container p {
    font-size: 1.25em;
    margin-bottom: 2em;
}

a.bttn-white {
    color: #000;
}

.header-container a.bttn {
    border-radius: 20px;
    display: inline-block;
}

.headerlinks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.header-container a.bttn {
    flex: 1;
    text-align: center;
    margin-right: 10px;
    font-family: font-trtry;
}
.header-container a.bttn:first-of-type{
    color: #fff;
}

.list-inline {
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
}

.counter-wrap {
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    bottom: -110px;
    padding: 30px 0;
    border-radius: 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
    margin: auto;
}

.single-counter span {
    font-weight: bold;
    font-family: font-scndry;
    color: #00aeef;
    font-size: 25px;
    line-height: 28px;
}

.single-counter h6 {
    font-size: 15px;
    color: #707070;
}

/* --------------------- */
/* buz-ctg-section */
/* --------------------- */
.buz-ctg-section {
    margin: auto;
    margin-top: 40px;
}

.buz-ctg-container {
    display: block;
    padding: 2em;
    border: 1px solid #5e6060; 
    border-radius: 20px;
    text-align: center;
    margin: auto;
    max-width: 290px;
    margin-bottom: 30px;
    min-height: 212px;
}
.buz-ctg-section .col-sm-3:nth-of-type(even) .buz-ctg-container{
    background-color: #fdfdfd;
    transform: translateY(10px);
}

.buz-ctg-container h1 {
    text-transform: uppercase;
    color: #000;
    font-size: var(--secondary-heading);
    font-family: 'Bree Serif', serif;
    word-break: break-word;
}

@keyframes translateUpDown{
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes translateUpDownInverse{
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.section-heading {
    display: block;
}

.section-heading h1 {
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Bree Serif', serif;
}

.section-heading h1 span {
    color: #622BE0;
}

.cat-icon {
    margin: auto;
    text-align: center;
}

.cat-icon img {
    height: 50px;
    width: auto;
}

.buz-ctg-section .col-sm-3 {
    width: 20%
}

/* -------------------- */
/* clients reviews */
/* -------------------- */
.review-container {
    margin: auto;
}

.client-img {
    text-align: center;
    margin: auto;
}

.client-img img {
    width: auto;
    height: 90px;
}

.clint-name {
    display: block;
    margin-top:0px;
    margin-bottom: 0px;
}

.clint-name a {
    color: #000;
    font-size: var(--secondary-heading);
    font-family: 'Bree Serif', serif;
}

.client-raitng {
    display: block;
    padding: 0;
}

.client-raitng li {
    display: inline-block;
}

.client-raitng li span {
    color: #EFBF12;
}

.client-reviewSlider.owl-carousel .owl-item img {
    width: auto;
}

.client-reviewSlider.owl-theme .owl-dots .owl-dot span {
    width: 30px;
}

.client-reviewSlider.owl-theme .owl-dots .owl-dot.active span,
.client-reviewSlider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aeef;
}

.homeClientReviewImages img{
    height: 100px;
    width: auto;
    display: inline !important;
}

/* ---------------------------- */
/* Popular Services */
/* ---------------------------- */
.categori-list {
    display: block;
    margin: auto;
}

.categori-list li {
    margin-bottom: 1em;
}

.categori-list li a {
    display: block;
    color: #707070;
    transition: .5s all linear;
}

.categori-list li a:hover {
    color: #9629e6;
}
.posStatic{
    position: sticky;
    top: 0;
}

.popularServices-container {
    margin: auto;
}

.popularServices-container h1 {
    font-size: 30px;
    margin-bottom: 1em;
}

.popularServices-container .form-control {
    border-radius: 30px;
}

/*------------------------------------*/
/*--------------ZEESHAN---------------*/
/*------------------------------------*/
.cHeading h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1em;
}

.Rad-body {
    border-radius: 7px;
}


.Db-link{
    display: block;
    margin: 5px 0;
    background-color: #333;
    border-radius: 5px;
    color: white !important;
    padding: .5em 1em;
    width: 100%;
}

.Db-link:hover {
    color: #fff;
    background-color: #FBD232;
}

.Db-link i {
    margin-right: 5px;
}

.Db-link i img {
    width: 22px;
}

.Db-box {
    border-radius: 0px;
    border-right: 1px solid #f1f1f1;
    padding-right: 30px;
}

/*---------------Hiring Sec------------*/
.hBaner img {

    width: 100%;
    height: 70vh;
}

.h-Img {
    border-radius: 50%;
    width: auto;
    height: 100px;
}

.rAting i {
    color: #d9ed3f;
}

.Features-icon {
    margin-top: 1em;
}

.Features-icon .Caret-icon i {
    font-size: 30px;
    color: #9629e6;
}

.Caret-icon {
    display: block;
}

.Caret-icon i {
    margin-right: 1em;
}

.Hiring_detail {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}
.Hiring_detail .form-control , .Rad-body .form-control{
    box-shadow: none;
}

.Hiring_detail label {
    padding-left: 10px;
}
.mt-2{
    margin-top: 2em;
}

.hButton {
    margin-top: 1em;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.hButton:hover{
    color: #fff;
}

.locarion-icons {
    margin: auto;
}

.locarion-icons p span {
    margin-right: 1em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    background-color: #9629e6;
    text-align: center;
}

.headinggs h2 {
    margin-bottom: 1em;
}

.disp-flex {
    display: flex;
    flex-wrap: wrap;
}

.m-0 {
    margin: 0;
}

.profile-name {
    margin-bottom: 9px;
}

/*---------------Hiring Sec Closed------------*/
/*------------------------------------*/
/*--------------ZEESHAN---------------*/
/*------------------------------------*/

/* Order HTML */
.order-container {
    background-color: #f5f5f5;


}
.order-container .table > thead > tr > th {
    border: none;
    background-color: #9629e6;
    color: #fff;
}

.order-container .table > tbody > tr > td a span {
    color: #9629e6;
    ;
}
.order-container h1{
    margin-top: .5em;
}

/* Account Manage */
.account-container,
.account-body {
    margin: auto;

    padding: 1em;
}

.account-container {
    background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
    overflow: hidden;
    word-break: break-all;
    margin-top: 1em;
    border-radius: 10px;
}

.account-container .profileInfo {
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-container * {
    color: #fff;
}
.account-container span{
    margin-right: 10px;
}

.account-container .heading,
.checkout-container h2 {
    font-size: var(--secondary-heading);
    margin-bottom: 2em;
    font-family: 'Bree Serif', serif;
}

.account-body h1, .order-container h1 {
    margin-bottom: .5em;
    text-align: left;
    text-transform: uppercase;
    font-family: font-scndry;
}

/* checkout-container */
.checkout-container {
    margin: auto;
    padding: 1em;
    background-color: #fff;
    margin-top: 1em;
    border-radius: 10px;
}

.checkout-container h2 {
    display: inline-block;
}

.checkout-container h2::after {
    content: "";
    display: block;
    height: 3px;
    width: 50%;
    background: #9629e6;
    margin-top: 1em;
}

.prvider-img {
    margin-bottom: 1em;
}

.provider-rating li span {
    color: yellow
}

.provider-rating li {
    margin: 0 !important;
}

/* servies */
.services-container {
    margin: auto;
    overflow: hidden;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}

.servicemain-img {
    margin: auto;
    text-align: center;
}

.servicemain-img img {
    width: 100%;
    height: 200px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.serviceBody {
    padding: 1em;
}

.service-decriptin * {
    margin-bottom: 1em;
}
.service-decriptin h1{
    font-family: 'Bree Serif', serif;
    font-size: var(--secondary-heading);
}

.service-decriptin p,
.service-decriptin a {
    text-align: justify;
    margin-bottom: 3em;
}

.service-decriptin a {
    display: inline-block;
    border-radius: 30px;
    transition: .5s all;
    color: #fff;
}
.service-slider.owl-theme .owl-nav,
.service-slider.owl-carousel .owl-nav button.owl-next,
.service-slider.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
}
.service-slider.owl-theme .owl-nav {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;

}
.service-slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
}
.service-slider.owl-carousel .owl-nav button.owl-prev{
    left: -10px;
}
.service-slider.owl-carousel .owl-nav button span{
    width: 30px;
    height: 30px;
    background: #622BE0;
    color: #fff;
}
.service-slider.owl-carousel .owl-nav button:focus{
    outline: none;
}
.service-slider.owl-carousel .owl-stage-outer{
    padding: 10px 0;
}


/* About us page */
.about-icon{
    margin: auto;
}
.about-icon span{
    font-size: 40px;
    color: #622BE0;
}
.aboutus-container{
    margin: auto;
    text-align: center;
    margin-bottom: 2em;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 10px;
}
.about-desc h3{
    font-family: 'Bree Serif', serif;
}


/* Faq Page */
.faq-container{
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    margin-bottom: 2em;
}
h3.question{
    margin: auto;
    display: inline-block;
}
h3.question::after{
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background: #622BE0;
    margin: 10px 0;
}

/* Resources Page */

.resources-container{
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 2px 6px 6px #f9f9f9;
}
.resources-icon{
    text-align: center;
    background-color: #58afef;
    padding: 20px 0;
    border-radius: 10px;
}
.resources-icon span{
    color: #fff;
    font-size: 40px;
}
.resources-desc h3, h3.question, .headinggs h2, .profile-name,.hButton, .popularServices-container h1, .checkout-container h2, .order-container .table > thead > tr > th, .cHeading h2{
    font-size: var(--secondary-heading);
    font-family: 'Bree Serif', serif;
}
.resources-desc a{
    color: #707070;
    border: 1px solid #58afef;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 7px;
    display: inline-block;
}
.work-img img{
    width: 100%;
    height: auto;
}



.remove-btn{
    cursor: pointer;
    position: absolute;
    right: 1px;
}
a.dropdown-item{
    display: block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex > div{
    margin: 0;
}
.flex > div > div{
    height: 100% !important;
    margin:0;
}

@media(max-width: 767px){
    .flex > div{
        width: 100%;
        margin-bottom: 10px;
    }
}

.update_profile {
    margin-top: 40px;
    background-color: #ba0bad;
    font-weight: bolder;
    color: white;
}
.update_profile>a{
    color: white;
}

.btnStyle1{
    display: inline-block;
    padding: 10px;
    border: 2px solid #622BE0;
    color: #333;
    text-align: center;
    text-decoration: none;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-variant: small-caps;
    background-color: #fff;
    transition: all 0.3s;
}
.btnStyle1:hover{
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #622BE0;
    color: #fff;
}
/* Box Type 1 */
.authPagesSection{
    padding: 40px 0px;
    border-top: 1px solid #f1f1f1;
}
.boxType1{
    border: 1px solid #f1f1f1;
    width: 700px;
    max-width: 100%;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-y: hidden;
}
.boxType1 .box-header{
    background-color: #5e6060;
    padding:15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.boxType1 .box-body{
    text-align: center;
    padding: 25px 15px;
    background-color: #f7f7f7;
}
/* End Box Type 1 */

/* Dashboard Design */
.dashboardStruct{
    padding: 25px 0px;
}
/* End Dashboard Design */


/* --------------- Components Starts --------------------- */
.components-container .mt-2{
    margin-top: 2em;
}
/* Buttons Components */
.btn-blue {
    color: #fff;
    background-color: #622BE0;
    border-color: #622BE0;
    transition: 0.5s all;
}
.btn-blue:hover{
    background-color: #5E6060;
    color: #fff;
    border-color: #5E6060;
}
.btn-red{
    color: #fff;
    background-color: #622BE0;
    border-color: #622BE0;
    transition: .5s all;
}
.btn-red:hover{
    color: #fff;
    background-color: #5E6060;
    border-color: #5E6060;
}
.btn-black{
    color: #fff;
    background-color: #0A0B0C;
    border-color: #0A0B0C;
    transition: .5s all;
}
.btn-white{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    transition: .5s all;
}
.btn-black:hover{
    background-color: #08090a;
    border-color: #08090a;
    color: #fff;
}
/* Buttons Starts */
/* Bottuns Outline Starts */
.btn-blue-outline{
    border: 1px solid;
    border-color: #622BE0;
    color: #622BE0;
    transition: 0.5s all;
    background-color: #fff;
}
.btn-blue-outline:hover{
    color: #fff;
    background-color: #622BE0;
}
.btn-red-outline{
    border-color: #f9b436 !important;
    border: 1px solid;
    transition: 0.5s all;
    color: #fff;
    background-color: #fff;
}
.btn-red-outline:hover{
    background-color: #f9b436;
    color: #fff;
}
.btn-black-outline{
    border-color: #0A0B0C;;
    border-color: 1px solid;
    transition: 0.5s all;
    color: #0A0B0C;;
}
.btn-black-outline:hover{
    background-color: #0A0B0C;
    color: #fff;
}

.btn-gray{
    background-color: #5E6060;
    color: #fff;
}
.btn-gray:hover, .btn-gray:focus{
    color: #fff;
}
/* Bottuns Outline Ends */

/* Portlets Starts */
.portlets-container, .table-components-container, .selectboxes-container, .checkboxes-container{
    margin: auto;;
    padding: 20px;
    background-color: #F2F3F8;
}
.portlets{
    border-radius: 2px;
    background-color: #fff;
    border:1px solid #F2F3F8;
}
.portlet-head,.portlet-footer{
    padding: 10px 20px;    
    position: relative;
}
.portlet-head *,.portlet-footer *{
    margin:0;
}
.portlet-head::after, .portlet-footer::after{
    content: "";
    margin:auto;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #F2F3F8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.portlet-footer::after{
    top: 0;
    bottom: auto;
}
.portlet-body{    
    padding: 20px;
}
.portlet-body{
    padding: 20px;
    background-color: #fff;
}
.orange-icon{
    color: #f9b436;
}
.blue-icon, html .blue-text{
    color: #00B1F0 !important;
}
.red-icon, html .red-text{
    color: #622BE0 !important;
}
html .black-icon, html  .black-text{
    color: #0A0B0C !important;
}
.white-icon{
    color: #fff !important;
}
.bg-blue,.blue-table{
    background-color: #00B1F0;
}
.bg-blue *, .bg-red *, .bg-black *, .blue-table *, .red-table *, .black-table *{
    color: #fff !important;
}
.bg-red, .red-table{
    background-color: #ff4373;
}
.bg-black, .black-table{
    background-color: #0A0B0C;
}
.bg-white, .white-table{
    background-color: #fff;
}
.bg-white *, .white-table *{
    color: #000;
}
.blue-table.table>thead>tr>th{
    border-color: #f5f5f5;
}
/* Portlets Close */

/* Tables Componenets Starts */

.blue-table.table>tbody>tr>td,
.blue-table.table>tbody>tr>th,
.blue-table.table>tfoot>tr>td,
.blue-table.table>tfoot>tr>th,
.blue-table.table>thead>tr>td,
.blue-table.table>thead>tr>th{
    border-color: #f5f5f5;
}
.company-column{
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.table-img-sm{
    border-radius: 50%;
    max-height: 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
}
.table-title{
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #595d6e;
}
.table-sub-title{
    margin-top: 3px;
    display: inline-block;
    font-size: 13px;
    line-height: 1rem;
    font-weight: 400;
    color: #74788d;
}
.company-img{
    margin: 0;
    padding-right: 10px;
}
.company-desc{
    margin: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle;
    border-color: #f2f3f8;
}
.success-label, .red-label, .blue-label, .white-label{
    background-color: rgba(10,187,135,.1);
    color: #0abb87;
    cursor: text!important;
    padding: .5rem 1rem;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    cursor: text;
}
.red-label{
    background-color: rgba(253,57,122,.1);
    color: #fd397a;
}
.blue-label{
    background-color: rgba(93,120,255,.1);
    color: #5d78ff;
}
.white-label{
    background-color: #fff;
}
.btn-white .red-icon{
    color: #ff4373 !important;
}

/* Tables Componenets Close */

/* Select Bxes Starts */
span span.selection{
    display: block;
    width: 100%;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #ccc;
}
.block-level{
    display: block;
}
.checks-container{
    padding: 20px;
    background-color: #fff;
}
/* Select Bxes Ends */

/* select2 classes */
span .selection{
    display: block;
}
.select2-container{
    /* height: 34px; */
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    border: none;
}
.select2-container--default .select2-selection--multiple{
    border: none;
    /* height: 34px; */
    font-size: 14px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    padding: 1px 8px; 
    border-bottom: 3px solid #f5f5f5;
}
.select2-container--default .select2-selection--single{
    border: none;
    border-bottom: 3px solid #f5f5f5;
}
span.select2.select2-container.select2-container--default{
    display: flex;
}
/* select2 classes */
/* --------------- Components Ends --------------------- */

/* ----------------- Registratin Page Starts ------------------------- */
.loginpage-section{
    margin:auto;
    background-color: #f5f5f5;
    min-height: 100vh;
}
.image-area{
    background-image: url('../images/backgrounds/registerBg.jpeg');
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.image-area::before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000a3, #00000069);
    opacity: .8;
}

.form-container{
    padding: 40px;
    background-color: #fff;
}
.registration-container{
    height: 100%;
}
.height-100{
    margin: 0;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.height-100 > .col-md-6{
    margin: 0;
    padding: 0
}
.sign-heading{
    margin-bottom: 1em;
    font-weight: 
}
.registre-form{
    margin:auto;
}
.registre-form .form-control{
    border:none;
    border-bottom: 3px solid #f5f5f5;
}
.registre-form .form-control:focus{
    box-shadow: none;
    border-color: #622BE0;
}
.logo-area{
    margin:auto;
    text-align: center;
}
.logo-area img{
    width: auto;
    height: 90px;
}

/* Login Page Design */
.loginpage-section{
    margin: auto;
    background-image: url('../images/backgrounds/loginBg.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
}
.loginpage-section::before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    /*background: rgb(232,75,39);
    background: -moz-radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);*/

    background: rgb(98, 43, 224);
    background: -moz-radial-gradient(circle,  rgb(98, 43, 224 ,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: -webkit-radial-gradient(circle,  rgb(98, 43, 224 ,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: radial-gradient(circle, rgb(98, 43, 224 ,0.908000700280112) 0%, rgba(232,75,39,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#622BE0",endColorstr="#622BE0",GradientType=1);
}
.newlogin-container{
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    width: 70%;
    margin:auto;
}
.newlogin-bodsy{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.newlogin-bodsy h1{
    color: #fff;
    margin-bottom: 1em;font-weight: bold;
}
.login-form .form-control:focus{
    box-shadow: none;outline: none;
}
.login-form .form-control{
    border:none;
    border-bottom: 2px solid #f5f5f5;
    position: relative;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.red-outline{
    border: none;
    border-bottom: 1px solid #ff4373 !important;
    transition: 0.5s all;
    /*color: #ff4373;*/
}

/* ----------------- Registratin Page Close ------------------------- */

/* Heading Style 1 */
.headingStyle1{
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
    margin-top:0px;
    position: relative;
    margin-bottom: 20px;
}
.headingStyle1:after{
    content: '';
    bottom: -8px;
    left: 0px;
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #f9b436;
    animation: headingBottomBar 3s infinite;
}
.headingStyle1.text-center:after{
    left: 50%;
    transform: translateX(-50%);
}

@keyframes headingBottomBar{
    0%{
        background-color: #622BE0;
        width: 50px;
    }
    50%{
        /*background-color: #f9b436;*/
        background-color: #5E6060;
        width: 70px;
    }
    100%{
        background-color: #622BE0;
        width: 50px;
    }
}
/* End Heading Style 1 */

/* Services Grid Style 1 */
.serviceGridStyle1{
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 20px;
}
.serviceGridStyle1 .imgCont{
    border-radius: 10px;
    overflow: hidden;
    height: 157px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
}
.serviceGridStyle1 .imgCont img{
    width: auto;
    height: 100%;
    max-width: 100%;
}
.serviceGridStyle1 .serviceTitleBox{
    background-color: #622BE0;
    position: relative;    
    top: -35px;
    padding:10px;
    border-radius: 10px;
    width: calc(100% - 20px);
    transition: all 0.3s;
    margin:auto;
}
.serviceGridStyle1 h3{
    margin-top:0px;
    font-size: 1em;
    color: #333;
    font-weight: bold;
}
.serviceGridStyle1 h3 span.fas, .serviceGridStyle1 p span.fas{
    color: #fff;
    width: 20px;
}
.serviceGridStyle1 p{
    color: #000;
    margin-bottom: 0px
}

.serviceGridStyle1:hover{
    box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.14);
}
.serviceGridStyle1:hover .serviceTitleBox{
    top: 10px;
}
/* End Services Grid Style 1 */

/* Card Link Style 1 */
.cardLinkStyle1:after{
    content: '';
    display: block;
    clear: both;
}
.cardLinkStyle1{
    display: block;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    line-height: 46px;
    margin-bottom: 20px;
}
.cardLinkStyle1 .imgCont{
    float: left;
    height: 50px;
    width:50px;
    background-color: #e6e6e6;
    text-align: center;
    border-radius: 50%;
}
.cardLinkStyle1 .body{
    float: left;
    margin-left: 10px;
    color: #333;
    margin-bottom: 0px;
}
.cardLinkStyle1:hover{
    background-color: #622BE0;
}
.cardLinkStyle1:hover .body{
    color: #fff;
}
.cardLinkStyle1:hover .imgCont{
    background-color: #fff;
}
/* End Card Link Style 1 */

/* Services Page */
.ServicesPage{
    background-color: #fbfbfb;
}

@media screen and (min-width:768px){
  .subCategoriesFlex{
    display:flex;
    flex-wrap: wrap;
  }
  .subCategoriesFlex .col-sm-6, .subCategoriesFlex .col-md-4{
    margin-bottom: 30px;
  }
  .serviceGridStyle2{
    height: 100%;
  }
  .serviceGridStyle2 .gridBody{
    height: calc(100% - 167px);
    display: flex;
    flex-direction: column;
  }
  .serviceGridStyle2 .gridBody .btn-blue{
    align-self: center;
    justify-self: flex-end;
    margin-top: auto !important;
  }
}
/* End Services Page */

/* Service Grid Style 2 */
.serviceGridStyle2{
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 9px rgba(0, 0, 0, 0.04);
}
.serviceGridStyle2 .imgCont{
    height: 157px;
    margin-bottom: 20px;
}
.serviceGridStyle2 .imgCont img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.serviceGridStyle2 .gridBody{
    padding: 10px;
}
.serviceGridStyle2 p{
    margin:0px;
}
.serviceGridStyle2 .categoryName{
    font-size: 0.8em;
    color: #f9b436;
    text-transform: uppercase;
}
.serviceGridStyle2 .serviceTitle{
    font-size: 1em;
    font-weight: bold;
}
.serviceGridStyle2 .serviceDetails{
    font-size: 0.9em;
    color: #777777;
    height: 90px;
    overflow: hidden;
}

.serviceGridStyle2 .gridBody .btn-blue{
    margin: 20px 0px;
}

.serviceGridStyle2 .gridFooter:after{
    content: '';
    display: block;
    clear: both;
}
.serviceGridStyle2 .gridFooter{
    background-color: #5e6060;
    color: #fff;
    padding: 6px;
}
.serviceGridStyle2 .gridFooter .division{
    width:50%;
    float:left;
    padding:5px;
}
.serviceGridStyle2 .gridFooter .division + .division{
    border-left: 1px solid #8c6517;
}
.serviceGridStyle2 .gridFooter .boldEle{
    display: block
}
/* Service Grid Style 2 */

/* Table Style 1 */
.tableStyle1{
    border-radius: 10px;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    transition: all 0.3s;
}
.tableStyle1 table{
    width: 100%;
    border-collapse: collapse;
}
.tableStyle1 thead th{
    font-size: 1em;
    color: #333;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.tableStyle1 tr th:first-child, .tableStyle1 tr td:first-child{
    padding-left: 1em;
}

.tableStyle1 tbody td{
    color: #808080;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 0.9em;
}

.tableStyle1 tbody tr:nth-child(even){
    background-color: #f2f3f8 !important;
}

.tableStyle1:hover{
    box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0 0px 50px 0px rgba(0, 0, 0, 0.20);
    transform: translateY(3px);
}
/* End Table Style 1 */

/* Time Picked Fixing */
.mdtp__wrapper{
    transform: translate(-50%,-50%);
    top: 50%;
    bottom: auto;
}
.mdtp__time_holder{
    width: 100%;
    background-color: #622BE0 !important;
}
.mdtp__time_holder>span{
    margin: 0px 4px;
}
/* End Time Picked Fixing */

/* Staff Section */
.staff-section{
    background-color: #f5f5f5;
}
/* End Staff Section */

/* Staff Grid Style 1 */
.staffGrid1{
    background-color: #fff;
    border: 1px solid #f7f7f7;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.staffGrid1 .imgCont{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 25px;
    box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.2);
}
.staffGrid1 .imgCont img{
    height: 100%;
    width:100%;
}

.staffGrid1 .gridBody{
    padding:15px;
}
.staffGrid1 .staffName{
    font-size: 1em;
    font-weight: bold;
    margin-top: 8px;
}
.ratings .fas, .ratings .far{
    color: #f9b436;
    font-size: 0.8em;
}

.staffGrid1 .reviews{
    font-size: 0.8em;
    color: #622BE0;
    font-family: cursive;
}
/* End staffGrid1 */

/* Step Style 1 */
.bookingStepsSection{
    background-color: #f1f1f1;
    padding-top: 40px;
}

.stepStyle1{
    background-color: #fff;
    border-radius: 10px;
    border-top: 20px solid #5e6060;
    position: relative;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 0px 17px rgba(218, 218, 218, 0.78);
    margin-bottom: 40px;
    min-height: 170px;
}
.stepStyle1 .stepNumber{
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    top:-40px;
    left: -25px;
    background-color: #5e6060;
    color: #fff;
}
.stepStyle1 .stepHeading{
    font-size: 1.2em;
    color: #000;
}
.stepStyle1 .stepText{
    font-size: 0.9em;
}

.stepStyle1.active{
    border-top: 20px solid #FBD232;
}
.stepStyle1.active .stepNumber{
    background-color: #FBD232;
    color: #fff;
}
/* End Step Style 1 */

/* Service Details  */
.serviceDetailsSection{
    padding: 20px 0px;
}

.serviceDetailsSection .serviceName{
    font-size: 1.5em;
    margin: 0px;
}
.serviceDetailsSection .serviceCategory{
    font-size: 1.2em;
    color: #FBD232;
    margin-top: 4px;
    margin-bottom: 15px;
}

.serviceDetailsSection .imgCont{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.serviceDetailsSection .imgCont img{
    width: 100%;
}

.serviceDetailsCont .headingCont{
    float:left;
    width: calc(100% - 100px);
}
.serviceDetailsCont .priceCont{
    float: right;
    width: 100px;
    text-align: center;
    border: 2px solid #FBD232;
    font-weight: bold;
    padding: 9px 5px;
    border-radius: 10px;
}

.serviceDetailsCont .servicesUl li{
    cursor: pointer;
}
.serviceDetailsCont .servicesUl li.active{
    font-weight: bold;
    color: #FBD232;
}
.serviceDetailsCont .servicesUl span.fas{
    color: #FBD232;
}
/* End Service Details  */

/* Booking Location Section */
.bookingLocationFormCont{
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    min-height: 400px;
}

#locationMap {
    background-color: #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
}
.inputStyle1{
    background-color: transparent;
    width: 100%;
    border: none;
    outline:none;
}

.locationPermission{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: +999999;
    width: 100%;
    min-height: 100%;
    background-color: rgb(94 96 96 / 86%);
}
.locationPermission.active{
    display: block;
}
.locationPermission .content{
    text-align: center;
    padding: 15px;
    max-width: 700px;
    margin: auto;
    margin-top: 15px;
    background-color: #fff;
}
.locationPermission .content h1{
    color: #5e6060;
    font-size: 2em;
    margin-bottom: 26px;
}
.locationPermission .content h1 span{
    color: #622BE0;
}
.locationPermission .content img{
    border: 4px solid #f1f1f1;
    max-width: 100%;
}
/* End Booking Location Section */

/* Custom Horizontal Date Picker */
.dateScrollerSection{
    padding: 40px 0px;
}
.customDateScroller .item{
    text-align: center;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #484848;
    cursor: pointer;
    background-color: #5e6060;
    outline: none;
    color: #fff;
}
.customDateScroller .item .month{
    margin: 0px;
    font-weight: bold;
}
.customDateScroller .item.slick-current{
    background-color: #FBD232;
    color: #000;
    border-color: #666;
}
.customDateScroller .slick-arrow{
  position: absolute;
  outline: none;
  height: 80px;
  line-height: 40px;
  top: 20px;
  left: 0;
  background-color: white;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  z-index: +9;
}
.customDateScroller .slick-arrow.slick-next{
  right: 0px;
  left: auto;
}
/* End Custom Horizontal Date Picker */

/* Timeslots Selection */
.timeslotsSelection .timeslotItem{
    border: 1px solid #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fdfdfd;
    text-align: center;
    flex-grow: 1;
    font-size: 0.8em;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.5s;
}
.timeslotsSelection .timeslotItem:hover{
    border-color: #622BE0;
}

.timeslotsSelection .timeslotItem.active{
    border-color: #d44221;
    background-color: #622BE0;
    color: #fff;
    font-weight: bold;
}
/* End Timeslots Selection */

/* Service Provider Selection */
.btnStyle2{
    display: inline-block;
    text-align: center;
    border: 2px solid #622BE0;
    background-color: #fff;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 0.9em;
    outline: none;
}
.btnStyle2 .buttonIcon{
    display: inline-block;
    background-color: #ffc967;
    height: 20px;
    width: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 2px;
    transition: all 0.3s;
    visibility: hidden;
}
.btnStyle2 .buttonIcon i{
    font-size: 0.8em;
}
.btnStyle2.active{
    font-weight: bold;
}

.btnStyle2.active .buttonIcon{
    visibility: visible;
    width: 20px;
}
/* End Service Provider Selection */

/* Loader Style 1 */
.loaderStyle1{
    display: none;
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: +9999;
    background-color: #f1f1f18f;
}
.loaderStyle1Wrapper {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loaderStyle1Wrapper div {
    position: absolute;
    border: 4px solid #ff4f4f;
    opacity: 1;
    border-radius: 50%;
    animation: loaderRipple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loaderStyle1Wrapper div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes loaderRipple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
/* End Loader Style 1 */

/* Confirm Timeslot Selection */
.actionBigButtonContainer{
    background-color: #622BE0;
    padding: 15px 0px;
    text-align: right;
}

.btnStyle3{
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 1.2em 2em;
    border-radius: 10px;
    font-size: 1.3em;
    outline:none;
    border: 1px solid #e0e0e0;
    transition: all 0.4s;
}
.btnStyle3 img{
    vertical-align: top;
    animation: rotator 1s infinite;
}

.btnStyle3:hover{
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.14);
}

@keyframes rotator{
    0%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

.btnStyle4{
    display: inline-block;
    background-color: #5e6060;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    outline:none;
    border: 1px solid #5e6060;
    transition: all 0.4s;
}
.btnStyle4 img{
    vertical-align: top;
    height: 25px;
}

.btnStyle4:hover{
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.14);
}
/* End Confirm Timeslot Selection */

/* Checkout Section */
.checkoutPageSection{
    background-color: #f1f1f1;
}

.boxWhiteStyle1{
    background-color: #fff;
    padding: 15px;
    border-top: 5px solid #FBD232;
    margin-bottom: 40px;
}
.headingStyle2{
    font-weight: bold;
    margin-bottom: 0px;
}

.checkoutServiceProvider:after{
    content: "";
    display: block;
    clear: both;
}
.checkoutServiceProvider{
    margin-bottom: 20px;
}
.checkoutServiceProvider .imgCont{
    float:left;
    margin-right: 15px;
}
.checkoutServiceProvider .imgCont img{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.checkoutServiceProvider .content{
    float: left;
}
.checkoutServiceProvider .content h3{
    margin-top: 10px;
    margin-bottom: 0px;
}
/* End Checkout Section */

/* Google Translate */
.googleTranslateNavWrapper{
    padding: 10px 0px;
}
@media screen and (min-width:768px){
    .googleTranslateNavWrapper{
        padding: 27px 0px;
    } 
}
.goog-te-banner-frame{
  display: none !important;
}
#google_translate_element .skiptranslate.goog-te-gadget>span{
  display: none !important;
}
#google_translate_element .goog-te-gadget .goog-te-combo{
  margin: 0px;
  width: 151px;
  border: none;
  padding: 6px;
  outline: none;
  font-size: 16px;
  color: #333;
  font-family: 'Bree Serif', serif;
}
/* End Google Translate */

/* Privacy Policy */
.headingStyle3{
    font-size: 23px;
    color: #622BE0;
    padding-bottom: 5px;
    border-bottom: 1px solid #622BE0;
    font-weight: bold;
}
.cardBoxStyle1{
    border: 1px solid #0a0b0c;
    padding: 15px;
    box-shadow: 5px 5px #622BE0;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.cardBoxStyle1:hover{
    /*background-color: #fffaf1;*/
    transform: translateY(-2px);
    box-shadow: -5px -5px #622BE0, 5px 5px #5e6060;
    animation: changeBoxColor 10s infinite;
}
@keyframes changeBoxColor {
    0%{
        background-color: #fffaf1;
    }
    50%{
        background-color: #f2fbff;
    }
    100%{
        background-color: #fffaf1;
    }
}
.cardBoxStyle1 h2{
    margin-top:5px;
}
.cardBoxStyle1 h3{
    font-size: 20px;
    color: #0a0b0c;
}
.cardBoxStyle1 li:hover{
    font-weight: bold;
}
/* End Privacy Policy */

/* Payment Methods */
.fieldset{
    border: 1px solid #f2f3f8;
    margin-top: 20px;
    position: relative;
    padding: 15px;
}
.fieldset .legend{
    position: absolute;
    top: -19px;
    left: 8px;
    font-size: 16px;
    background-color: #fff;
    padding: 0px 5px;
}
.checkoutPaymentMethods .paypalButton{
    border: none;
    margin:0px;
    padding: 0px;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    outline: none;
    width:100%;
    text-align: center;
}
.checkoutPaymentMethods .paypalButton img{
    width:auto;
    max-width: 30%;
}
#pay-button{
    background-color: #622BE0;
}
#pay-button:disabled{
    background-color: #ff7150;
}
#pay-button:hover{
    background-color: #5E6060;
}
/* End Payment Methods */

/* Order Invoice */
#invoiceWrapper .invoiceService{
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0px;
}
#invoiceWrapper .invoiceService h4{
    margin-bottom: 0px;
    font-weight: bold;
}
#invoiceWrapper .invoiceService .serviceCategory{
    color: #622BE0;
    font-size: 12px;
}
#invoiceWrapper .invoiceService .shortDetails{
    font-size: 14px;
}
#invoiceWrapper .serviceImageWrapper img{
    width: 100%;
    border-radius: 10px;
    /*box-shadow: 0px 4px gainsboro;*/
    box-shadow: 0px 4px #DCDCE7;
}

#invoiceWrapper .invoiceSummery{
    padding: 15px;
    background-color: #f1f1f1;
}
#invoiceWrapper .invoiceSummery table{
    width: 100%;
}
#invoiceWrapper .invoiceSummery table td{
    vertical-align: top;
    border-top: 2px solid #a7a7a7;
    border-bottom: 2px solid #a7a7a7;
    padding: 5px 0px;
}
#invoiceWrapper .invoiceSummery table th{
    color: #000;
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: bolder;
}
#invoiceWrapper .invoiceSummery .date{
    display: block;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
}
#invoiceWrapper .invoiceSummery .time{
    margin-top: 0px;
    color: #622BE0;
    font-size: 15px;
}
#invoiceWrapper .invoiceSummery .bill{
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #622BE0;
}
#invoiceWrapper tr:last-child td{
    padding-top: 20px;
    border-bottom: none;
    font-weight: bold;
}
#invoiceWrapper tr:last-child span.fa-heart{
    color: red;
}
/* End Order Invoice */

/* Cart Style 1 */
.cardStyle1{
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.cardStyle1 .cartTitle{
    font-size: 16px;
    font-weight: bold;
    margin:0px;
}
.cardStyle1 .ledgerSummeryFigure{
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #622BE0;
}
/* End Cart Style 1 */

/* Service Provider Details Page */
.providerDetailsPage{
    padding: 30px 0px;
}
.providerDetailsPage .providerDetails .imageCont{
    overflow: hidden;
    margin-left: 0;
    max-width: 100%;
    height: 200px;
    width: 200px;
    border-radius: 150px;
    background: #f1f1f1;
    box-shadow:  5px 5px 15px #c1c1c1, 
                 -5px -5px 15px #ffffff;
}
.providerDetailsPage .providerDetails .imageCont img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.providerDetailsPage .providerDetails h2{
    color: #f9b436;
    font-size: 25px;
}

.providerDetailsPage .reviewItem{
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #f9f9f9;
}
.providerDetailsPage .reviewItem .reviewImage{
    max-width: 100%;
    height: 100px;
}
.providerDetailsPage .reviewItem h3{
    margin-top: 7px;
    font-size: 20px;
    color: #00B1F0;
}
.providerDetailsPage .reviewItem .fa-star{
    color: #f3f346;
}
.providerDetailsPage .serviceGridStyle2{
    box-shadow: none;
    border-radius: 10px;
}
/* End Service Provider Details Page */

/* App Download Section */
.appDownloadSection{
    padding: 60px 0px;
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: +1;
}
.appDownloadSection .bgImg{
    position: absolute;
    left: 96px;
    height: 370px;
    top: -108px;
    z-index: -1;
}
.appDownloadSection h1{
    font-weight: bold;
    font-size: 3rem;
    margin-top:0px;
    margin-bottom: 30px;
    color: #333;
}
.appDownloadSection h1 span{
    color: #622BE0;
}
.appDownloadSection a{
    display: inline-block;
    margin: 5px 0px;
}
.appDownloadSection img{
    max-width: 100%;
}

/* End App Download Section */

/* Jobs Page */
.jobFormWrapper{
    background-image: url(../images/backgrounds/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: +1;
    padding: 15px;
}

.jobFormWrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(232,75,39);
    background: -moz-radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    background: radial-gradient(circle, rgba(232,75,39,0.908000700280112) 0%, rgba(232,75,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#622BE0",endColorstr="#622BE0",GradientType=1);
}

.jobFormWrapper label{
    color: #fff;   
}
.jobFormWrapper .form-control{
    background-color: rgb(94 96 96 / 54%);
    color: #fff;
    border-color: #5E6060;
}
.jobFormWrapper .form-control:focus{
    box-shadow: 2px 2px 5px 5px #cc310b;
}
/* End Jobs Page */

/* Staff Review Style 1 */
.staffReviewStyle1{
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
}
.staffReviewStyle1 .userImg{
  /* height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden; */
}
.staffReviewStyle1 h3 img{
  height: 50px;
  width: 50px !important;
  border-radius: 50%;
  display: inline !important;
  object-fit: cover;
}
.staffReviewStyle1 h3{
    font-size: 20px;
    color: #622BE0;
    margin-top: 10px;
}
.staffReviewStyle1 p.review{
    font-size: 14px;
    color: #5e6060;
}
.staffReviewStyle1 p.reviewMeta{
    font-size: 14px;
    font-weight: bold;
}
.staffReviewStyle1 p.reviewMeta span.far{
    color: #622BE0;
}
/* End Staff Review Style 1 */

/* Home Video Section */
.videoPopularCatgoriesOwl .owl-item img{
    display: inline;
    width: auto;
    max-width: 100%;
}
.videoPopularCatgoriesOwl h1{
    line-height: normal;
}
.videoPopularCatgoriesOwlCont{
    padding-top: 15px;
}

.homeVideoTagWrapper{
    position: relative;
    overflow: hidden;
}

#homeVideoPlayBtn{
    position: absolute;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #622BE0;
    color: #fff;
    font-size: 14px;
    right:15px;
    top: 15px;
    z-index: +99;
    border: 3px solid #fff;
    transition: all 1s;
}
#homeVideoPlayBtn span{
    color: #fff;
}
#homeVideoPlayBtn:focus{
    outline: none;
}
#homeFixadorVideo{
    max-width:100%; 
    width:100%; 
    border: 1px solid #fff;
    /*height: 500px*/
}
.homeVideoTagWrapper img{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    object-fit: cover;
}
/* End Home Video Section */


/* ************************ */
/* Customer Support Widgets */
/* ************************ */
.customerSupportWidgets{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: +9999;
    text-align: center;
}

/* Call Widget */
.callUsWidget{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2728e8;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.callUsWidget:hover, .callUsWidget:focus{
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 45%);
    transform: scale(1.1);
}
/* End Call Widget */

/* Whatsapp Widget */
.whatsappWidgetWrapper button{
    border: none;
    outline:none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00e676;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    transition: all 0.3s;
}
.whatsappWidgetWrapper button:hover{
    box-shadow: 0px 4px 5px rgb(0 0 0 / 45%);
    transform: scale(1.1);
}
/* End Whatsapp Widget */

/* **************************** */
/* End Customer Support Widgets */
/* **************************** */

/* **************************** */
/* Bread Crumbs Section */
/* **************************** */
.breadcrumbSection{
  background-color: #622BE0;
}
.breadcrumbSection .breadcrumb{
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumbSection .breadcrumb a{
  color: #000000;
}
.breadcrumbSection .breadcrumb li{
  color: #fff;
}
/* **************************** */
/* End Bread Crumbs Section */
/* **************************** */

/* **************************** */
/* Main Navbar Section */
/* **************************** */
@media screen and (min-width:1200px){
  #myNavbar{
    height: 130px!important;
  }
}

@media screen and (min-width: 992px) and (max-width:1199px){
  #myNavbar{
    height: 99px!important;
  }
}
@media screen and (min-width:992px){
  #myNavbar{
    display: flex !important;
    align-items: center;
  }
  .navbar-section .navbar-inverse .navbar-nav > li > a.line-nrml{
    margin-top:0px;
  }
  #myNavbar .navbar-nav > li > a{
    line-height: 1em;
    padding: 15px 0px;
  }
  #myNavbar .navbar-nav{
    display: flex;
    align-items: center;
    float: none;
    width: 100%;
    justify-content: space-between;
  }
  #myNavbar .navbar-right{
    margin-left: auto;
    width: auto;
  }
  #myNavbar .navbar-nav>li{
    float: none;
  }
}
/* **************************** */
/* End Main Navbar Section */
/* **************************** */