body {
    font-size: 16px;
    color: #000000;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a,
a:hover {
    text-decoration: none;

}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;


}

.header {
    box-shadow: 0 3px 6px rgba(174, 217, 250, .16);
    background-color: white;
    position: relative;
    transition: all .5s;
    padding: 25px 0;
}

.custom-btn {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    border: 1px solid #0083CB;
    color: white;
    padding: 10px;
    font-size: 1.125em;
    height: 45px;
    border-radius: 35px;
    width: 150px;
}

.del-btn {
    color: white;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 1.125em;
    height: 45px;
    border-radius: 35px;
    width: 150px;
}

.custom-btn:hover {
    background-image: none;
    color: #0083CB
}

.navbar-expand-lg {
    padding: 0;
}

.logo {
    margin: 0;
    margin-right: 50px;
}

.top-btngroup {
    display: flex;
    height: 100%;
    justify-content: start
}

.top-btngroup a {
    align-self: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    padding: 0;
    padding: 0 15px;
    font-size: 1em
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    color: #0083CB
}


.btn {
    display: flex;
    justify-content: center;
}

.header-btn {
    width: 140px;
    height: 47px;
    font-size: 1em;
    margin-left: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 29px;
    transition: all .5s;

}

.header-btn:hover {
    transition: all .5s;
}

.btn span {
    align-self: center;
}

.header-btn.signBtn {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    border: 1px solid #0083CB;
    color: white
}

.header-btn.logbtn:hover {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    color: white;

}

.header-btn.signBtn:hover {
    background-image: none;
    color: #0083CB
}

.langbtn {

    height: 100%;
    display: flex;
}

.langbtn .btn {
    width: 90px;
    padding: 0;
    align-self: center;
    height: 35px;
    border-left: 1px solid #BFBFBF;
    position: relative;
    font-size: .875em;
}

.langbtn .btn:after {
    content: "\ea58";
    font-family: lineicons;
    align-self: center;
    margin-left: 10px;
    font-size: 12px;
}

.btn:focus {
    box-shadow: none;
}

.langbtn .dropdown-menu {
    min-width: auto;
}

.langbtn .dropdown-item:hover {
    background-color: #0083CB;
    color: white;
    transition: all .5s;
}


.heroDots {
    position: absolute;
    width: 8%;
    left: 20%;
    top: 10%;
}

.hero-content {
    margin-top: 70px;
    position: relative;
    z-index: 3;
}

.socialLinks {
    position: absolute;
    right: 10%;
    z-index: 999999;
    bottom: 5%;
}

.hero {
    padding: 55px 0
}

.hero .container {
    position: relative;
}

.hero-img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60%;
    height: 100%;

}

.hero-img img {
    height: 100%;
    object-fit: cover;
}

.hero-img img {
    border-radius: 20px;
}

.hero-img:before {
    position: absolute;
    content: "";
    background-color: #E7EBF0;
    border-radius: 20px;
    right: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    font-weight: 500;
    color: #969696;
}

.hero-content span {
    font-size: 1.125em;
    display: block;
    margin-bottom: 30px;
}

.hero-content h2 {
    font-size: 2em;
    max-width: 60%;
    background-color: white;
    border-radius: 16px;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0 20px 20px rgba(174, 217, 250, .15);

}

.hero-content-img {
    width: 50%;
    margin-top: 20px;
}

.heroSearch {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    box-shadow: 0 30px 30px rgba(174, 217, 250, .15);
}

.heroSearch label {
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 15px;
    height: 25px;
}

.heroSearch .form-group {
    width: 40%;
    margin-right: 15px;
    align-self: center;
}

.heroSearch .form-group:last-child {
    width: 25%;
}

.search-form-control {
    width: 100%;
    border-radius: 35px;
    background-color: #F7F7F7;
    height: 50px
}

.heroSearchBtn,
.baAgentBtn {
    width: 160px;
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    border: 1px solid #0083CB;
    color: white;
    height: 50px;
    border-radius: 25px;
}

.heroSearchBtn:hover,
.baAgentBtn:hover {
    background-image: none;
    color: #0083CB
}

.search-form-control::placeholder {
    font-size: 1.125em;
    font-weight: 500;
    color: #969696;
}

.hero .hero-dots {
    position: absolute;
    left: -70px;
    top: 24%;
    z-index: -1;
    width: 150px;
}

.offerSec h6 {
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 10px;
}

.offerTitle span {
    font-size: 1.125em;
    color: #333333;
}

.offerTitle {
    margin-bottom: 100px;
}

.offer-box {
    width: 90%;
    border-radius: 44px;
    padding: 30px;
    position: relative;
}

.offerSec {
    padding: 70px 0
}

.offer-box-icon {
    width: 100px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.offer-box > h6 {
    margin-top: 30px;
}

.offer-box h6 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 30px;
}

.offer-box p {
    font-size: 1.125em;
}

.socialLinks a {
    color: white;
    font-size: 18px;
    align-self: center;
    transition: all .3s;
}

.yellow-offer-box {
    background-color: #F4F9EA;
    margin-left: 30px;
}

.yellow-offer-box .offer-box-dots {
    right: auto;
    left: -20px;
}

.gray-offer-box {
    background-color: #F5F5F5;
    margin-bottom: 50px;

}

.dashed-line-1 {
    position: absolute;
    right: -22px;
    bottom: -66px;
    width: 90%;
}

.dashed-line-2 {
    width: 50%;
    position: absolute;
    top: 70;
    right: -22px;
}

.offer-box-dots {
    position: absolute;
    width: 150px;
    top: -20px;
    right: -20px;
    z-index: -1;
}

.blue-offer-box {
    background-color: #E0F0F9;
}

.Elite-Agrnt .container {
    background-color: #F8F8FA;
    border-radius: 44px;
    padding: 100px 30px;
    padding-bottom: 20px;
}

.elite-title span {
    font-size: 1.125em;
}

.elite-title .sectionTitle {
    margin-bottom: 20px;
}

.elite-title {
    text-align: center;
    margin-bottom: 30px;
}

.baAgentBtn {
    margin: auto;
    width: 250px;
}

.socialLinks li {
    margin-bottom: 20px;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .25);
    justify-content: center;
    transition: all .3s;
}

.socialLinks li:hover {
    background-color: #fff;
    transition: all .3s;
    transform: scale(1.1);
}

.socialLinks li:hover a {

    animation: swing 1s
}

.twitter-link:hover a {
    color: #00acee;
    transition: all .3s;

}

.face-link:hover a {
    color: #4267B2;
    transition: all .3s;
}

.linked-link:hover a {
    color: #0072b1
}

.aboutUsSec {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.about-imag-bg {
    position: absolute;
    left: 0;
    top: 70;
    background-color: #F7F7F7;
    width: 550px;
    height: 420px;
    border-radius: 0 20px 20px 0;
    z-index: 1;
}

.about-Video-cont {
    position: relative;
    z-index: 22;
}

.about-video {
    width: 430px;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-video {
    position: relative;
}

.about-video::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .13);
    content: "";
}

.playVideo {

    position: absolute;
    z-index: 999;
    top: 44%;
    left: 42%;
    display: flex;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
}

.playVideo i {
    align-self: center;
    color: black;
}

.about-video-image {
    position: absolute;
    width: 120px;
    right: -50px;
    bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.about-dots {
    position: absolute;
    bottom: 0;
    width: 100px;
    z-index: -2222;
    right: -80px
}

.sectionTitle {
    font-size: 1.45em;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-text h6 {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-text p {
    font-size: .95em;
    color: black;
    margin-bottom: 25px;
}

.more-btn {
    width: 300px;
    height: 50px;
    border-radius: 37px;
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);

    color: white;
    border: 1px solid #0083CB;
    font-size: .95em;
    font-weight: 500;

}

.more-btn:hover {
    background-image: none;
    color: #0083CB
}

.about-dots-main {
    position: absolute;
    top: 12%;
    right: -50px;
    width: 120px;
}

.Elite-Agrnt {
    /*padding-top: 80px;*/
    padding-bottom: 15px;
}

.Elite-Img {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 28px;
    overflow: hidden;
    z-index: 1;
}

.center .Elite-Member .Elite-Img {
    height: 400px;
}

.center .Elite-Member:before {
    bottom: -15px;
    right: -25px;
    left: auto;
    top: auto;
    border-radius: 25px;
}

.Elite-Member:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 34px;
    background-color: rgba(0, 131, 201, .1);
    top: -15px;
    left: -15px;

}

.elite-slider .Elite-member-details {
    background-color: white;
    position: absolute;
    z-index: 2;
    padding: 20px 15px;
    border-radius: 9px;
    border: 1px solid #F0F0F0;
    width: 200px;
    bottom: 30px;
    right: -10px;
}

.elite-slider .Elite-member-details:before {
    width: 100%;
    content: "";
    height: 100%;
    background-color: white;
    top: 10px;
    left: -10px;
    position: absolute;
    border-radius: 9px;
    z-index: -1;
    border: 1px solid #F0F0F0;
}

.elite-slider .Elite-Member {
    position: relative;
    width: 90%;
    margin: auto;
}

.Elite-Member .fa-heart {
    color: #DA1E37
}

.Elite-Member:hover .Elite-Img img {
    transform: scale(1.1);
    transition: all .5s;
}

.fa-heart:hover {
    animation: pulse 1s infinite;
}

.Elite-Img img {
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    width: 100%;
}

.Elite-memb-rating-exp {
    display: flex;
    padding-left : 10px;

}

.exp-text {
    font-size: .875em;
    color: black;
    display: inline-flex;

}

.Elite-Member .Elite-member-details {
    transition: all .5s;

}

.exp-text:before {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #BFBFBF;
    margin-right: 10px;
    margin-top: 6px
}

.Elite-member-details h6 {
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 15px;
}

.reviewText i {
    color: #FDC500;
    font-size: 18px;
    margin-right: 5px;
    align-self: center;
}

.reviewText {
    font-size: .875em;
    align-self: center;
    display: flex;


}

.rev-num {
    font-weight: 300;
    font-size: .875em;
    align-self: center;
    margin-right: 10px;
    margin-left: 5px;
}

.memLoC {
    display: flex;
    margin-top: 10px;
    padding-left: 10px;
}

.memLoC i {
    color: #0083CB;
    font-size: 22px;
    padding-right: 5px;
}

.memLoC span {
    font-size: .875em;
    margin-left: 10px;
}

.member-details-header {
    display: flex;
    justify-content: space-between;
    padding-left : 10px;

}

.member-details-header i {
    color: #969696;
    font-size: 18px;
}

.elite-slider .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 15px
}

.blueshadow-car {
    width: 300px;
    height: 300px;
    box-shadow: 0 255px 99px rgba(174, 217, 250, .25);
    position: absolute;
    right: -40px;
    top: 30px;
    border-radius: 50%;
}

.blueshadow-car2 {
    right: auto;
    left: -40px;
}

.elite-slider .owl-stage-outer {
    padding: 20px 0;
}

.elite-slider {
    margin-bottom: 40px;
}

.elite-slider.owl-carousel button.owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    background-color: #BFBFBF;
    transition: all .5s;
}

.elite-slider.owl-carousel button.owl-dot.active {
    background-color: #0083CB;
    transform: scale(1.1);
}

.crownBox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    right: 25px;
    top: 25px;
    position: absolute;
    z-index: 333;
}

.crownBox i {
    align-self: center;
    color: #FFB743;
    font-size: 20px;

}


.ourPartner .sectionTitle {
    font-size: 1.5em;
    margin-bottom: 40px;
}

.partnerItem {
    transition: all .2s;
    width: 177px;
    overflow: hidden;
    height: 86px;
    display: block;
}

.partnerItem img {
    max-width: 100% !important;
    width: auto !important;
    object-fit: contain;
    height: 100%;
}

.partnerItem:hover {
    transform: scale(1.1);
    transition: all .2s;

}


.famousAgent {
    padding-top: 70px
}

.famousAgent .sectionTitle {
    font-size: 1.5em;
    margin-bottom: 35px;
}

.MostAgntBox {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #DFDFDF;
    margin-bottom: 50px;
    transition: all .5s;
    position: relative;
}

.MostAgntBox:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.MostAgntBox:hover .fa-heart {
    color: #DA1E37;
}

.MostAgntBox img {
    transition: all .5s;

}

.famousBoxImg {
    height: 45%;

    overflow: hidden;
}

.famousBoxImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.famous-member-details {
    margin: 0;
    box-shadow: none;
    padding: 20px 10px;
    padding-bottom: 10px;
    height: 140px;
    margin-left : 5px;
}

.famous-box-footer {
    margin-left: 15px;
    border-top: 1px solid #DFDFDF;
    padding: 25px 0;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
}

.ReadMoreLink {
    font-size: .875em;
    color: #0083CB;
    align-self: center;
    margin-left: 120px;
}

.ReadMoreLink i {
    font-size: 1em;
}

.member-social {
    display: flex;
}

.member-social li {
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    justify-content: center;
    margin-right: 8px;
}

.member-social li a {
    align-self: center;
    color: white;
    font-size: 16px;
    transition: all .5s;

}

.member-social li:last-child a {
    color: #0E0E0E;
    font-size: .875em;
}

.member-social li:last-child:hover a {
    color: #0083CB
}

.member-social li:hover {
    background-color: transparent;
}

.whatsLink {
    background-color: #25D366;
    transition: all .5s;
    border: 1px solid #25D366
}

.linkedLink {
    background-color: #0A66C2;
    transition: all .5s;
    border: 1px solid #0A66C2
}

.whatsLink:hover {
    background-color: transparent;

}

.linkedLink:hover {
    background-color: transparent;

}

.whatsLink:hover a {
    color: #25D366;
}

.linkedLink:hover a {
    color: #0A66C2;
}

.famousAgent .more-btn {
    margin: auto;
}

.rating-section {
    padding-top: 70px;
    position: relative;
}

.rating-sec-background {
    position: absolute;
    right: 0;
    content: "";
    top: 100px;
    width: 51%;
    background-color: #F7F7F7;
    height: 400px;
    border-radius: 25px;
}

.rating-dots {
    position: absolute;
    left: -50px;
    width: 100px;
    top: 40px;
}

.rating-sec-title {
    display: inline-flex;
    width: 150px;
    height: 50px;
    border-radius: 40px;
    background-color: #F8F8FA;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;

}

.rating-sec-title span {
    align-self: center;

    color: #0083CB;
    margin: 30px 0;
}

.rating-sec-text h5 {
    font-size: 2.75em;
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: 30px;
}

.rating-sec-text p {
    font-size: 1.125em;
    color: #707070
}

.MostAgntBox:hover {
    transition: all .5s;
    margin-top: -5px;
    box-shadow: 0 10px 20px rgba(174, 217, 250, .16);
}

.rating-sec-slider-box {
    background-color: white;
    padding: 30px 15px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #DDDDDD
}

.rating-sec-slider-box h4 {
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 500;
}

.rating-sec-slider-box ul li {
    display: inline-block;
    font-size: 1em;
    margin-right: 3px;
}

.rating-sec-slider-box .rating-sec-item-rating {
    display: flex;
    margin-bottom: 20px;
}

.rating-sec-slider-box ul i {
    color: #FDC500;
}

.rating-sec-item-rating span {
    font-size: 1em;
    color: black;
    align-self: center;
    margin-left: 2px;
    display: flex;
}

.rating-sec-slider-box p {
    font-size: .875em;
    margin-bottom: 20px;
}

.rating-slider-details {
    display: flex;
}

.rating-slider-mem-img {
    width: 60px;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.rating-slider-details h6 {
    font-size: 1.125em;
    font-weight: 500;
    align-self: center;
}

.owl-carousel.rating-sec-slider .owl-nav button.owl-next,
.owl-carousel.rating-sec-slider .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #BFBFBF;
    border: 1px solid #DDDDDD;
    font-size: 18px;
}

.owl-carousel.rating-sec-slider .owl-nav button.owl-next:hover,
.owl-carousel.rating-sec-slider .owl-nav button.owl-prev:hover {
    background-color: #0083CB;
    color: white;
}

button:focus {
    box-shadow: none;
    outline: 0
}

.owl-carousel.rating-sec-slider .owl-nav button.owl-prev {
    margin-right: 18px;
}

.owl-carousel.rating-sec-slider {
    position: relative;
    margin-top: 120px;
}

.owl-carousel.rating-sec-slider .owl-nav {
    position: absolute;
    top: 80%;
    left: -50%
}

.rating-sec-slider-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
}

.owl-carousel.rating-sec-slider .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.rating-sec-slider .owl-item {
    opacity: 0;
}

.owl-carousel.rating-sec-slider .owl-item.active {
    opacity: 1;
}

.subscribe-box {
    background-image: url(../images/sub-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px;
    z-index: 2;
}

.subscribeSec {
    position: relative;
}

.subscribeSec {
    padding: 100px 0;
    padding-top: 150px
}

.personImg {
    position: absolute;
    right: 10px;
    width: 25%;
    z-index: 3;
    bottom: 0;
}

.sub-scribe-dots {
    position: absolute;
    left: 10%;
    top: 23%;
    width: 140px;
    z-index: -1;
}

.subscribe-box h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
}

.subscribe-box p {
    font-size: 1em;
    margin-bottom: 30px;
}

.subscribeBtn {
    background-color: #0083CB;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 35px;
    border: #0083CB 1px solid;
    font-size: .8758em;
    font-weight: 500;
}

.subscribeBtn i {
    margin-left: 10px
}

.subscribeBtn:hover {
    background-color: transparent;
    color: #0083CB
}

.footer {
    position: relative;
    background-image: url(../images/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 30px 0;
    margin-top: 60px
}

.footerSocial {
    display: flex;
    margin-left: auto;
    float: right;
}

.footerSocial ul li {
    list-style: none;
    display: inline-block;
    margin-right: 35px;
    font-weight: 22px;

}

.footerSocial ul {
    align-self: center;
}

.footerSocial span {
    align-self: center;
    color: white;
    margin-right: 25px;
    font-size: .875em;
    font-weight: 500;
}

.footerSocial ul li a {
    color: white;
}

.footerSocial li:hover {
    animation: wobble 1s;
}

.copyright {
    color: white;
    font-size: .875em;
    font-weight: 500;
}

.footerLogo {
    width: 180px;
    margin-bottom: 30px;
}

.footerAddress h6 {
    font-size: 1em;
    color: white;
    margin-bottom: 20px;
}

.footerAddress p {
    font-size: .875em;
    font-weight: 500;
    color: white;

}

.footerAddress {
    margin-bottom: 50px;
}

.footerLocation p {
    font-size: .875em;
    margin-bottom: 15px;
}

.footerMenu li {
    margin-bottom: 20px;
}

.footerMenu li h6 {
    color: white;
    font-weight: bold;
    font-size: 1em;
}

.footerMenu li a {
    color: white;
    font-size: 1em;
}

.footerMenu {
    margin-top: 76px
}

.footerApps {
    margin-top: 30px
}

.footerApps li {
    margin-bottom: 15px;
    width: 250px;
}

.footerApps h6 {
    font-size: .875em;
    font-weight: 600;
}

.notifysec,
.likessec {
    position: relative;
    align-self: center;
    margin-right: 20px;
}

.notifysec:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DA1E37;
    top: 0;
    right: 0;
}

.notify-likes {
    display: flex;
}

.notify-likes a i {
    color: #969696;
    font-size: 1.5em;
}


.profileImg {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    align-self: center;
}

.notify-likes .dropdown-toggle:after {
    display: none;
}

.notifysec h6 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 14px;
}

.notifysec .dropdown-menu {
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 3px 6px rgba(174, 217, 250, .16);
    min-width: 350px;
    left: auto !important;
    right: -15px !important;
    border: 1px solid #BCBCBC;
    top: 15px !important
}

.profile-sec .dropdown-menu {
    border-radius: 14px;
    box-shadow: 0 3px 6px rgba(174, 217, 250, .16);
    min-width: 350px;
    left: auto !important;
    right: -13 !important;
    border: 1px solid #BCBCBC;
    top: 15px !important
}

.notifysec .dropdown-menu:before,
.profile-sec .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(188, 188, 188, .5);
    top: -13px;
    right: 10px;

}

.notifysec .dropdown-menu:after,
.profile-sec .dropdown-menu:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    top: -11px;
    right: 10px;
}

.notificationsList li a {
    display: flex;
}

.notificationsList li {
    padding: 10px;
    border-bottom: 1px solid #DFDFDF;
}

.notificationsList li:last-child {
    border-bottom: 0;
}

.notify-img {
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.notify-img img {
    height: 100%;
    object-fit: cover;
}

.notify-desc h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black
}

.notify-desc p {
    font-size: 18px;
    margin-bottom: 10px;
    color: black
}

.notify-desc span {
    font-size: 14px;
    color: #969696
}

.notify-likes a .close-notify i {
    color: black;

}

.seeALlNotications {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    text-align: center;
    display: block;
    justify-content: center;
}

.seeALlNoticationsspan {
    display: block;
    text-align: center;
}

.NotificationsSec {
    padding: 35px 0
}

.NotificationsSec .close-notify {
    margin-left: auto;
}

.close-notify {
    color: black;
}

.back-to-page {
    font-size: 1.125em;
    color: black;
    margin-bottom: 20px;
    display: block;
}

.back-to-page i {
    margin-right: 10px;
}

.no-Img {
    background-color: #FB8500;
    justify-content: center;
    display: flex;
}

.pagination {
    justify-content: center;
    margin-top: 50px;
}

.page-item {
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.page-item:first-child,
.page-item:last-child {
    width: auto;
}

.page-item:last-child {
    margin-right: 0;
}

.page-link {
    border: 0;
    padding: 0;
    align-self: center;
    font-size: 1em;
    color: #444444;
    background-color: transparent;
}

.page-item.active {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
}

.page-item.active .page-link {
    color: white;
    background-color: transparent;
}

.page-item:hover {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
}

.page-link:hover {
    color: white;
    background-color: transparent;
}

.page-item:hover .page-link {
    background-color: transparent;
    color: white;
}

.page-item:first-child:hover,
.page-item:last-child:hover {
    background-image: none;
}

.page-item:first-child:hover .page-link,
.page-item:last-child:hover .page-link {
    color: #0083CB;
    background-image: none;
}

.page-link i {
    margin: 0 5px;
    font-size: 14px;
}

.notification-page-title {
    font-size: 1.575em;
    font-weight: bold;
    margin-bottom: 25px;
}

.no-notification-img {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.no-notifications {
    margin-top: 70px
}

.no-notifications p,
.no-notifications span {
    font-size: 18px;
}

.no-notifications p {
    font-weight: bold;
    margin-bottom: 10px;
}

#fav-tabs {
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 30px;
}

.nav-tabs .nav-link {
    font-size: 1.125em;
    color: black;
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link:hover {

    border: 1px solid transparent;
}

.nav-tabs .nav-link.active {
    color: black;
    font-weight: bold;
    border: 0;
    margin: 0;
    border-bottom: 1px solid black;
}

.innerHoneTitle h4 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.innerHoneTitle span {
    font-size: 1.2em;
    font-weight: 500;
}

.innerHoneTitle {
    margin-bottom: 30px;
}

.about-us-page {
    padding: 30px 0
}

.about-us-text {
    margin-top: 30px;
    align-self: center;
}

.about-us-text h6 {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
}

.about-slider-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.about-slider-item img {
    height: 100%;
    object-fit: cover;
}

.about-slider-item:before {
    content: "";
    position: absolute;
    background-color: rgbA(0, 0, 0, .16);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about-slider .owl-nav {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    left: 30px;
    flex-direction: column;
    justify-content: center;
}

.about-slider .owl-nav button {
    align-self: center !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid white !important;
    color: white !important;
    font-size: 17px !important
}

.about-slider .owl-nav button.owl-next {
    margin-top: 15px !important
}

.about-slider .owl-nav button:hover {
    background-color: #0083CB !important;
    border: 1px solid #0083CB !important
}

.about-us-page .col-md-6 {
    display: flex;

}

.about-find {
    background-image: url(../images/about-find.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0
}

.about-top {
    padding-bottom: 25px;
}

.about-find .col-md-6 {
    display: flex;
}

.big-about-image {
    position: relative;
    width: 48%;
}

.big-about-image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .16);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 25px;
}

.big-about-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    z-index: 111;
}

.Exclusive {
    position: absolute;
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    z-index: 22;
    bottom: -10px;
    left: 35%;
    width: 280px;
}

.Exclusive h4 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 15px;
}

.ExclusiveList li {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -10px;
    display: inline-block;
}

.MoreExclisive {

    background-color: #0083CB;
    color: white;
}

.MoreExclisive a {
    display: flex;
    justify-content: center;
    color: white;
    height: 100%;
}

.MoreExclisive a i {
    align-self: center;
}

.small-about-img {
    z-index: 0;
    height: 70%;
    margin-left: 10px;
    align-self: start;
}

.small-about-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.exclusive-content {
    align-self: center;
}

.exclusive-content h4 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 10px;
}

.exclusive-content p {
    font-size: 1.125em;
    margin-bottom: 30px;
}

.exclusive-content li {
    display: flex;
    margin-bottom: 20px;
}

.exclusive-content li span {
    display: flex;
    justify-content: center;
    background-color: #0083CB;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    align-self: center;
}

.exclusive-content li span i {
    align-self: center;
    font-size: 13px;
}

.exclusive-content li p {
    align-self: center;
    font-size: 1.125em;
    margin: 0;
}

.about-partner {
    padding: 70px 0
}

.about-partner-Slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;

}

.about-partner-Slider .owl-nav button.owl-prev {
    left: -10% !important;
    position: absolute;
    font-size: 20px !important;

}

.about-partner-Slider .owl-nav button.owl-next {
    right: -10% !important;
    position: absolute;
    font-size: 20px !important;

}

.about-partner .sectionTitle {
    font-size: 1.5em;
    margin-bottom: 25px;

}

.filterAgent {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CECECE;
}

.filterAgent .form-group {
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
    height: 40px;
}

.filterAgent .form-control,
.selectric-wrapper {
    height: 40px;
    min-height: 40px;
    border-radius: 33px;
    padding: 0 10px;
    border: 1px solid #BFBFBF;
    color: #0E0E0E;
    float: none;
}

.agent-srarh-btn {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 0 40px 40px 0;
    background-color: #0083CB;
    border: 1px solid #0083CB;
    color: white;
    top: 0;
    display: flex;
}

.agent-srarh-btn:hover {
    background-color: #076ba1;
    color: white;
}

.agent-srarh-btn i {
    align-self: center;
}

.agent-map {
    margin-left: auto;
    height: 45px;
    border-radius: 35px;
    border: 1px solid #BFBFBF;
    overflow: hidden;
    width: 190px
}

.agent-map .nav-item {
    display: flex;
    height: 100%;
    width: 50%;
    padding: 0;
    justify-content: center;
}

.agent-map .nav-link {
    margin: 0;
    height: 100%;
    align-self: center;
    font-size: 1.125em;
    color: #0E0E0E;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.agent-map .nav-link.active {
    background-color: #0083CB;
    color: white;
    font-weight: 400;
}

.selectric .button {
    font-size: 14px;
    color: black;
    height: auto;
    padding: 0;
    align-self: center;
    position: relative;
    width: auto;
    margin-right: 10px;
}

.selectric {
    display: flex;
    height: 100%;
}

.selectric-items li.selected {
    color: #0E0E0E
}

.selectric-items li:hover {
    color: #0083CB
}

.agent-map .nav-link i {
    font-size: 15px;
}

#Map {
    position: relative;
}

#Map .googlemap {
    position: absolute;
    width: 119%;
}

.agent-list-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.agent-list-filter .selectric-wrapper {
    height: 45px;
    padding: 0 5px;
    width: 180px;
}

.agent-list-filter form {
    display: flex;
    margin: 0;
    margin-left: auto;

}

.agent-list-filter form span {
    margin-right: 10px;
    font-size: 1.125em;
    font-weight: 400;
}

.agent-list-filter span {
    font-size: 1.3em;
    font-weight: 500;
    align-self: center;
}

.agent-list .MostAgntBox {
    display: flex;
    padding: 15px;
    height: 200px;
}

.agent-list .MostAgntBox .famousBoxImg {
    height: 100%;
    width: 35%;
    border-radius: 20px;
    overflow: hidden;
}

.googlemap object {
    border-radius: 20px;
}

.profile-dropdown .profileImg {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 12px;
}

.profile-menu-heder h4 {
    font-size: 17px;
    font-weight: bold;
}

.profile-menu-heder span {
    font-size: 15px;

}

.profile-menu-heder {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
}

.profile-dropdown {
    padding-top: 20px;
    padding-bottom: 0;
}

.profile-menu-links li {
    padding: 15px;
    font-size: 18px;
    transition: all .3s;
}

.profile-menu-links li a {
    color: #323232;
    transition: all .3s;

}

.profile-menu-links li:hover {
    background-color: #0083CB;
    transition: all .3s;

}

.profile-menu-links li:hover a {
    color: white;
    transition: all .3s;

}

.profile-menu-links li.signOut-profile {

    padding-top: 15px;
    border-top: 1px solid #DFDFDF;
    margin-bottom: 0;
}

.profile-menu-links li.signOut-profile a {
    color: #DA1E37
}

.Edit-profile-Box {
    padding: 50px 30px;
    border-radius: 35px;
    border: 1px solid #DFDFDF
}

.profilepage {
    padding: 50px 0;
    padding-bottom: 100px;
    background-color: #F7F9FB;
}

.profilepage .innerHoneTitle h4 {
    font-size: 1.5em;
}

.uploadImgSec {
    margin-bottom: 35px;
}

.Edit-profile-Box .form-control {
    border: 1px solid #D3D3D3;
    height: 50px;
    border-radius: 36px
}

.uploadImgSec input {
    position: absolute;
    opacity: 0;
}

.uploadImgSec {
    display: flex;
}

.uploadImg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
}

.uploadImg img {
    width: 100%;
    object-fit: cover;
}

.uploadImg:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.uploadCameraIcon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 2;
    color: white;
    justify-content: center;
}

.uploadCameraIcon i {
    align-self: center;
    color: white;
    font-size: 14px;
}

.uploadImgSec span {
    margin-left: 15px;
    font-size: 1.125em;
    font-weight: 500;
    text-decoration: underline;
    align-self: center;
    display: block;
}

.Edit-profile-Box .form-group {
    position: relative;
}

.Edit-profile-Box .form-group label,
.loginForm .form-group label {
    position: absolute;
    background-color: white;
    font-size: 1.125em;
    color: #707070;
    left: 26px;
    padding: 2px;
    top: 10px;
    transition: all .5s;
    margin: 0;
}

.Edit-profile-Box input {
    color: black;
    font-size: 16px;
}

.saveBtn {
    width: 300px;
    margin-top: 30px;
    margin-left: auto;
}

.profile-subscribe-box {
    margin-top: 100px;
    border-radius: 22px;
    background-color: #F8F8FA;
    padding: 45px 0;
    text-align: center;
}

.profile-subscribe-box h5 {
    font-size: 1.7em;
    margin-bottom: 25px;
    font-weight: bold;
}

.profile-subscribe-box p {
    font-size: 1.125em;
    margin-bottom: 30px;
}

.subscribe-profile {
    position: relative;
}

.subscribe-profile .form-control {
    width: 100%;
    height: 60px;
    background-color: white;
    border-radius: 40px;
}

.subscribe-profile .HeroSearchtn {
    width: 130px;
    height: 45px;
    border-radius: 40px;
    top: 7px;
    right: 7px;
    position: absolute;
}

.save-pass-btn {
    width: 100%;
}

.showHidePass {
    position: absolute;
    top: 23px;
    right: 13px;
    transform: translateY(-50%);
    cursor: pointer;
}

.changepassInstruct span {
    font-size: 1.125em;
    margin-bottom: 10px;
    display: block;
}

.changepassInstruct h6 {
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 14px;
}

.changepassInstruct li {
    list-style: decimal;
    font-size: 1.125em;

}

.changepassInstruct ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.app-req-box {
    width: 100%;
    padding: 10px 18px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all .5s;
    display: flex;
    background-color: white;
}

.app-req-box:hover {
    border: 1px solid #0083CB;
    transition: all .5s;
    box-shadow: 0 3px 6px rgba(174, 217, 250, .16);
}

.app-req-Img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    align-self: center;
}

.app-req-details h4 {
    margin-bottom: 30px;
    color: #333333;
    font-size: 1.125em;
    font-weight: bold;
}

.app-req-details {
    align-self: center;
}

.app-req-details span {
    font-size: 1.125em;
    color: black
}

.app-req-details span:last-child {
    margin-left: 10px;
}

.app-req-status {
    display: flex;
    margin-left: auto;
    width: 150px;
    height: 45px;
    justify-content: center;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 600;
    align-self: center;

}

.app-req-status span {
    align-self: center;
}

.Accepted {
    background-color: rgba(167, 201, 87, .14);
    color: #A7C957;
}

.cancelled {
    color: rgba(218, 30, 55, 1);
    background-color: rgba(218, 30, 55, .14);
}

.innerHoneTitle.d-flex h4,
.innerHoneTitle.d-flex span {
    margin-bottom: 0;
    align-self: center;
}

.innerHoneTitle.d-flex span {
    font-size: 1.125em;

}

.app-req-details.inner-req-details span {
    margin: 0;
    color: #969696;
    font-size: 1.125em;
}

.inner-req-details h4 {
    margin: 0;
}

.Booking-Info-box {
    padding: 40px 15px;
    height: 155px;
}

.app-social {
    display: flex;
    margin-left: auto;
    align-self: center;
}

.app-social li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    justify-content: center;
    display: inline-flex;
}

.app-social li a {
    align-self: center;
    color: white;
}

.app-social li i {
    align-self: center;
    font-size: 20px;
}

.gmail-link {
    border: 1px solid #DDDDDD;
}

.gmail-link:hover {
    background-color: #eceff1;

}

.app-social li.facebook a {
    color: #1877F2;

}

.app-social li.facebook i {
    font-size: 38px;
}

.app-social li.facebook:hover {
    background-color: #1877F2;
    border: 1px solid #1877F2;
    transition: all .2s;
}

.app-social li.facebook:hover a i {
    color: white;
    transition: all .2s;

}

.date-time-app {
    background-color: #F8F8FA;
    border-radius: 25px;
    padding: 25px 15px;
    height: 155px;
}

.date-time-app {
    display: flex
}

.date-calender-cont {
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.date-calender-cont i {
    color: #969696;
    align-self: center;
}

.appointment-date-details {
    margin-left: 10px;
    margin-top: 10px
}

.appointment-date-details h4 {
    font-size: 1.125em;
    margin-bottom: 20px;
    font-weight: bold;
}

.appointment-date-details span {
    font-size: 1.125em;
    display: block;
}

.appointment-date-details span:last-child {
    margin-top: 10px
}

.faqContainer h4 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 15px;
}

.faqHeader a {
    font-size: 1.125em;
    font-weight: 500;
    color: black;
    width: 100%;
    display: flex;
}

.faqHeader a i {
    margin-left: auto;
    font-size: 16px;
}

.faqContent {
    padding-top: 15px;
    font-size: 1.125em
}

.faqBox {
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
}

.faqBox:last-child {
    border-bottom: 0;
}

.reason-sec h4 {
    color: #DA1E37;
    font-size: 1.25em;
    font-weight: bold;
    margin: 25px 0
}

.reaseonBox {
    border: 1px solid #DFDFDF;
    padding: 25px;
    font-size: 1.125em;
    color: #0E0E0E;
    margin-bottom: 20px;
    border-radius: 22px;
}

.save-share {
    margin-left: auto
}

.save-share a {
    color: #0E0E0E;
    font-size: 1.125em;
    margin-left: 15px
}

.save-share a i {
    margin-right: 5px;
    color: #707070;
    font-size: .875em;
}

.save-share a:hover,
.save-share a:hover i {
    color: #0083CB
}

.agent-profile-up-box {
    padding: 50px
}

.agent-profile-up-box .app-req-Img {
    width: 170px;
    height: 170px;
    align-self: center;
}

.agent-profile-up-box .app-req-Img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.agent-profile-header-details {
    width: 55%;
}

.agent-profile-header-details h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.agent-profile-header-details .reviewText {
    font-size: 1.125em;
}

.agent-profile-header-details .reviewText span {
    font-size: 1em;
    font-weight: 300;
}

.agent-profile-header-details .exp-text {
    display: flex;
    align-self: center;
}

.agent-profile-header-details .exp-text i,
.agent-profile-header-details .exp-text span {
    align-self: center;
}

.agent-profile-header-details .exp-text i {
    color: #0083CB;
    margin-right: 10px;
}

.agent-profile-header-details .memLoC {
    padding-bottom: 25px;
    border-bottom: 1px solid #CECECE;
}

.agent-profile-header-details .memLoC i {
    font-size: 18px;
}

.agent-profile-exp {
    padding-top: 25px
}

.agent-profile-exp span {
    font-size: 1.1em;
    margin-right: 10px;
}

.agent-profile-exp span span {
    color: #8C8C8C;
    font-size: 1em;
}

.agent-profile-header-btn .btn {
    width: 200px;
    font-size: 1em;
    font-weight: 500;
    border-radius: 35px;
    height: 50px;

}

.agent-profile-header-btn .btn:first-child {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
}

.agent-profile-header-btn .btn:first-child:hover {
    background-image: none;
}

.agent-profile-header-btn .btn.more-btn {
    margin-bottom: 10px;
}

.agent-profile-header-btn {
    align-self: center;
    margin-left: auto
}

.add-review-btn {
    background-color: #F8F8FA;
    border: 1px solid #BFBFBF;
    color: black;
}

.add-review-btn:hover {
    background-color: #BFBFBF;
}

.about-desc h5 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 27px;
}

.about-desc h5 p {
    font-size: 1.125em;
    margin-bottom: 15px;
}

.agent-read-more {
    font-size: 1.125em;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;

}

.agent-read-more:hover {
    color: #0083CB;
}

.about-desc {
    padding: 30px 10px;
    border-bottom: 1px solid #CECECE;
}

.agent-tabs .nav-link.active {
    color: #0083CB;
    border-bottom: 1px solid #0083CB;
}

.spoken-lang {
    display: flex;
}

.spoken-lang span {
    width: 110px;
    height: 45px;
    border-radius: 26px;
    background-color: #F9F9F9;
    font-size: 1em;
    justify-content: center;
    color: #333333;
    margin-right: 10px;
    display: flex;
}

.spoken-lang span p {
    align-self: center;

}

.about-desc h5 i {
    color: #0083CB
}

.AvailablabilityAcc .faqBox {
    border-bottom: 0;
}

.Availablability-times {
}

.Availablability-times span {
    display: inline-flex;
    justify-content: center;
    border: 1px solid #DCDCDC;
    font-size: 18px;
    border-radius: 35px;
    margin-right: 10px;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.Availablability-times span p {
    align-self: center;
}

.area-map {
    border-bottom: 0;
}

.area-map .googlemap object {
    border-radius: 0;
}

.agent-side-box {
    border: 1px solid #E2E2E2;
    border-radius: 26px;
    padding: 30px 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    background-color: white;
}

.agent-side-box h6 {
    font-size: 1.25em;
    margin-bottom: 20px;
}

.agent-side-box h4 {
    font-size: 1.125em;
    margin-bottom: 10px;
}

.phone-link {
    background-color: #0083CB;
    color: white;
    font-size: 20px;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    justify-content: center;
    margin-right: 12px;
}

.phone-link i {
    font-size: 15px !important;
    align-self: center;
}

.phone-details-sec {
    display: flex;
    margin-bottom: 20px;
}

.phone-details-sec p {
    align-self: center;
    font-size: 1.125em;

}

.agent-side-box .app-social li:first-child {
    margin-left: 0;
}

.side-box-footer {
    font-size: 1.125em;
    text-align: center;
    margin-top: 30px;
}

.agency-side-box {
    padding-top: 20px
}

.side-agency-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.side-agency-img img {
    height: 100%;
    object-fit: cover;
}

.side-agency-details {
    display: flex;
}

.agency-side-desc h6 {
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 10px;
}

.agency-side-desc {
    align-self: center;
}

/**************************** Agent-profile ***********************/
.loginPage {
    height: 100vh;
}

.loginbg {
    background-image: url(../images/skyscraper.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 49.5%;
    display: flex;
    justify-content: center;
    padding: 30px 100px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
    z-index: 11;
}

.loginbg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
}

.login-bg-logo {
    width: 350px;
    margin: auto;
    margin-bottom: 45px;
}

.login-bg-content {
    align-self: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.login-bg-Links {
    margin-top: auto;
    width: 100%;
}

.login-bg-Links a {
    color: white;
    font-size: 1.125em;
}

.login-bg-Links li {
    display: inline-block;
    margin-right: 30px;
}

.login-bg-Links li:last-child {
    margin-right: 0;
}

.login-bg-text {
    text-align: center;
    color: white;
}

.login-bg-text h4 {
    margin-bottom: 30px;
    font-size: 1.25em;
    font-weight: 500;
}

.login-bg-text h6 {
    font-size: 1.125em;
    font-weight: 400;
}

.login-content-sec {
    width: 50%;
    display: inline-block;
    padding: 30px 100px;
    float: left;
    padding-bottom: 0;
    height: 100%;
    overflow: auto;
}

.login-page-links a {
    color: #000000;
    font-size: 1.25em;
    margin-left: 15px;
}

.login-page-links .active {
    color: #0083CB;
}

.login-page-links {
    float: right;
    margin-left: auto;
}

.login-form-logo {
    width: 70px;
    margin: auto;
}

.loginForm {
    margin-top: 18px;
}

.loginForm h6 {
    text-align: center;
    margin: 15px 0;
    font-size: 1.25em;
    font-weight: 600;
}

.loginForm .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #D3D3D3;
    border-radius: 36px;
}

.loginForm .form-group {
    margin-bottom: 20px;
    position: relative;
}

.loginPage-btn {
    width: 100%;
    height: 55px;
    border-radius: 36px;
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    color: white;
    border: 1px solid #0083CB;
    font-size: 1.125em;
    font-weight: 500;
}

.loginPage-btn:hover {
    background-image: none;
    color: #0083CB;
}

.forgetPassLink {
    font-size: 1.125em;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    display: block;
}

.OrSign {
    position: relative;
    text-align: center;
    margin: 15px 0;
    font-size: 1.125em;
    font-weight: bold;
    color: #0E0E0E;
}

.OrSign:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #BFBFBF;
    left: 0;
    top: 50%
}

.OrSign span {
    position: relative;
    padding: 5px 10px;
    background-color: white;
    display: inline-block;
    z-index: 2;
}

.sign-in-option .btn {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    border: 1px solid #C6C6C6;
    border-radius: 36px;
    margin-bottom: 15px;
    font-size: 1.125em;
    font-weight: 500;
    justify-content: space-around;
    padding: 0 10px
}

.sign-in-option .btn i {
    align-self: center;
    font-size: 25px;
}

.login-bottom-text {
    text-align: center;
    font-size: 1.125em;
    margin-top: auto;
}

.login-bottom-text a {
    display: inline-block;
    color: #0083CB;
    font-weight: bold;
}

.sign-in-option .btn.sign-face-btn {
    background-color: #1877F2;
    color: white;
    border: 1px solid #1877F2
}

.sign-in-option .btn.sign-face-btn:hover {
    background-color: transparent;
    color: #1877F2
}

.sign-in-option .btn.sign-Apple-btn:hover {
    background-color: #000000;
    color: white;
}

.sign-in-option .btn.sign-Google-btn:hover {
    background-color: #d95a4f;
    color: white;
}

.login-back a {
    font-size: 1.125em;
    color: black
}

.login-back a:hover {
    color: #0A66C2;
}

.forgetpass {
    display: flex;
    height: 100%;
    position: relative;
}

.forgetpass-content {
    align-self: center;
    width: 100%;
}

.forgetpass-content h6 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;
}

.forgetpass-content p {
    font-size: 1.125em;
    margin-bottom: 34px;
}

.forgetpassTabs {
    width: 100%;
    background-color: #F3F5FA;
    border-radius: 36px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 35px;
    border: 0;
    box-shadow: 0 0 32px rgba(160, 174, 192, .16);
}

.forgetpassTabs .nav-item {
    width: 50%;
    border: 0;
    height: 100%;
    text-align: center;


}

.forgetpassTabs .nav-link {
    width: 100%;
    height: 100%;
    border: 0;
    text-align: center;
    font-size: 1.125em;
    color: #0E0E0E;
    display: flex;
    justify-content: center;

}

.forgetpassTabs .nav-link span {
    align-self: center;
}

.forgetpassTabs .nav-link.active {
    background-color: white;
    border: 0;
    box-shadow: 0 0 32px rgba(160, 174, 192, .16);
    border-radius: 36px;
    font-weight: 400;
}

.verification-pass {
    display: flex;
    margin: 30px 0;
    justify-content: center;
}

.verification-pass input {
    width: 15%;
    margin-right: 15px;
    height: 70px;
    border: 1px solid #CECECE;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    color: black;
}

.timer-cont {
    text-align: center;
    margin-top: 20px;
    font-size: 1.125em;
    font-weight: 500;
}

#resend-pass {
    text-decoration: underline;
    font-weight: 500;
    color: black;
}

#resend-pass:hover {
    color: #0A66C2;
}

#var-text {
    display: none;
}


.signupName-formgroup {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.signupName-formgroup .form-group {
    width: 47%;
}

.phone-form-group select {
    position: absolute;
    border: 0;
    height: 45%;
    color: #969696;
    margin: 0 10px;
    top: 30%;
    left: 10px;
    border-right: 1px solid #969696;
    padding-right: 10px;
}


select:focus {
    box-shadow: none;
    outline: 0;
}

.phone-form-group input {
    padding-left: 100px
}

.loginForm .form-group.phone-form-group label {
    top: -13px !important;
    font-size: 14px !important;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 1.125em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkcontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 25px;
    background-color: white;
    border: 1px solid #0083CB;
    border-radius: 7px;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #0083CB;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signup-form {
    margin-top: 35px;
    position: relative;

}

.signup-form p {
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 20px;
}

.login-content {
    flex-direction: column;
    width: 100%;
    display: flex;
    height: 100%;
}

.second-step .selectric-wrapper {
    float: none !important;
}

.AreaLoc_group i {
    position: absolute;
    right: 16px;
    top: 18px;
    color: #0083CB;
}

.home-side-links {

    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    padding: 25px 0;
    justify-content: center;
}

@media (min-width: 850px) {
    .home-side-links {
        width: 18%;
        display: flex;
    }
}

.side-profile-logo {
    width: 150px;
    margin: auto;
    margin-bottom: 40px;
}

.side-home-content {
    align-self: flex-start;
}

.home-page-agent-links .nav-link {
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 5px;
    color: white;
    font-size: 1.125em;
    transition: all .5s;

}

.home-page-agent-links .nav-link.active,
.home-page-agent-links .nav-link.active:hover {
    background-color: #F5F5F5;
    color: black;
}

.home-page-agent-links .nav-link i {
    margin-right: 10px
}

.home-page-agent-links h4 {
    font-size: 1.25em;
    font-weight: bold;
    margin: 5px 0;
    color: white;
}

.home-page-agent-links .nav-link:hover {
    background-color: rgba(245, 245, 245, .2);
    transition: all .5s;

}

.logout-page {
    margin-top: auto;
    font-size: 1.125em;
    color: white
}

.home-page-main-sec {
    width: 82%;
    background-color: #F7F9FB;
    display: flex;
    flex-direction: column;
}

.home-agent-page {
    display: flex;
    min-height: 100vh;
}

.home-page-headerhome-page-header {
    align-self: flex-end;
    width: 100%;
    background-color: white;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}

.desc-agent-prof {
    margin-left: 5px
}

.desc-agent-prof h6 {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
}

.desc-agent-prof span {
    font-size: 1em;
    color: #969696
}

.side-header-cont a {
    color: #969696;
    font-size: 20px;
}

.notifysec .dropdown-toggle:after {
    display: none;
}

.home-agent-page-content {
    padding: 25px
}


.langbtn.page-profile-lang .btn {

    height: 25px;
}

.StatisticBox {
    height: 120px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}


.statsic-setails h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.statsic-setails {
    align-self: center;
}

.statsic-setails span {
    font-size: 1.15em;
}

.statistic-icon {
    align-self: center;
}

.statistic-icon i {
    font-size: 20px
}

.gold-color {
    color: #FDC500;
}

.green-color {
    color: #A7C957;
}

.blue-color {
    color: #0083CB;
}

.home-page-rating-sec {
    margin: 15px 0
}

.home-page-rating-sec h4 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 14px;
}

.home-page-rating-sec a {
    font-size: .875em;
    font-weight: 600;
    color: #0E0E0E;
    float: right;
}

.home-page-rating-sec a i {
    margin-left: 5px;
}

.home-page-rating-sec a:hover {
    color: #0083CB;
}

.home-page-custom-box {
    background-color: white;
    border-radius: 16px;
    padding: 15px
}

.whatsapp-color {
    color: #25D366
}

.side-staticts .StatisticBox {
    height: 140px;
}

.side-staticts .StatisticBox h4 {
    margin-top: 15px;
    font-size: 1.25em;
}

.side-staticts .statsic-setails span {
    font-size: 1em
}

.home-page-joinus {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    border-radius: 16px;
    padding: 20px
}

.home-page-joinus h4 {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.home-page-joinus p {
    font-size: 1.25em;
    color: white;
    margin-bottom: 15px;
    text-align: center;
}

.home-join-btn {
    background-color: white;
    width: 100%;
    color: #0083CB;
    font-size: 1.125em;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #fff
}

.home-join-btn:hover {
    background-color: transparent;
    color: white;
}

.home-join-btn i {
    margin-left: 30px;
}

.home-page-rating-header {
    display: flex;
    justify-content: space-between;
}

.home-page-rating-header h6 {
    font-size: 1.125em;
    font-weight: 600;
}

.home-page-rating-header span {
    font-size: 1em;
    color: #707070;
    align-self: center;
}

.home-page-rating-box {
    padding: 25px 20px;
    margin-bottom: 20px;
}

.home-page-rating-box .rating-sec-item-rating {
    margin-top: 10px;
}

.home-page-rating-box .rating-sec-item-rating,
.home-page-rating-box .rating-sec-item-rating ul {
    display: flex;
}

.home-page-rating-box .rating-sec-item-rating i {
    color: #FDC500;
    margin-right: 10px;
}

.home-page-rating-details ul li {
    display: flex;
    margin-bottom: 15px;
}

.home-page-rating-details ul {
    list-style-type: none;
}

.home-page-rating-details ul li .progress {
    width: 43%;
    align-self: center;
    height: 6px;
    background-color: #F5F5F5;
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar {
    background-color: #FDC500;
}

.home-page-rating-details span {
    font-size: 1.125em;
    margin-right: 10px;
    width: 45%;
}

.home-page-rating-details h6 {
    font-size: 1em;
    font-weight: 500;
    align-self: center;
    margin-left: auto;
    margin-bottom: 0;
}

.reviewBox-footer {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #CECECE;
    font-size: 1.1em;
}

.appointmet-home-page-box-header {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.appoinmemt-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.appointmet-home-page-box-header h6 {
    font-size: 1em;
    font-weight: bold;
    align-self: center;
    margin-left: 14px;
}

.Appointment-home-page-box {
    padding: 15px
}

.Appointment-home-page-box h5 {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 10px;
}

.Appointment-home-page-box p {
    font-size: 1em;
    color: #707070;
    margin-bottom: 10px;
}

.app-title {
    margin: 25px 0;
    font-size: 1.25em;
    font-weight: bold;
    align-self: center;
}

.LatestAppointmentCon .back-btn {
    font-size: 1.125em;
    color: black;
}

.LatestAppointment-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.LatestAppointment-table thead {
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #DFDFDF
}

.LatestAppointment-table td {
    border: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 24px;
    vertical-align: middle;
    overflow: hidden;

}

.LatestAppointment-table tbody tr:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.LatestAppointment-table tr {
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
}

.LatestAppointment-table th {
    padding: 24px
}

.LatestAppointment-table .appointmet-home-page-box-header {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.LatestAppointment-table .appointmet-home-page-box-header .appoinmemt-img {
    width: 55px;
    height: 55px;
}

tr td:first-child {
    border-top-left-radius: 16px;
    border-left: 1px solid #DFDFDF;
    border-bottom-left-radius: 16px;
    border-left: 1px solid #DFDFDF;
}


tr td:last-child {
    border-bottom-right-radius: 16px;
    border-right: 1px solid #DFDFDF;
    border-top-right-radius: 16px;
    border-right: 1px solid #DFDFDF;
}

tr:first-child th:first-child {
    border-top-left-radius: 10px;
    border-left: 1px solid #DFDFDF;
}

tr:first-child th:last-child {
    border-top-right-radius: 10px;
    border-right: 1px solid #DFDFDF;
}

tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
    border-left: 1px solid #DFDFDF;
}

tr:last-child th:last-child {
    border-bottom-right-radius: 10px;
    border-right: 1px solid #DFDFDF;
}

.appponintment-Status .btn {
    width: 150px;
    height: 45px;
    border-radius: 35px;
    font-size: 1.125em;
    display: inline-flex;
    margin-right: 10px;
    align-self: center;
}

.app-accept-Btn {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    color: white;
    border: 1px solid #0083CB;
}

.app-accept-Btn:hover {
    background-image: none;
    color: #0083CB;
}

.app-cancel-Btn {
    border: 1px solid #DDDDDD;
}

.app-cancel-Btn:hover {
    background-color: #bdbcbc;
    color: white;

}

.app-options {
    width: auto !important;
    color: #BFBFBF;
    font-size: 25px;
}

.LatestAppointmentCon .pagination {
    margin-top: 60px
}

.date-time-app.home-page-custom-box,
.date-time-app.home-page-custom-box .date-calender-cont {
    border: 1px solid #DDDDDD;
}

.home-page-booking-question {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #DDDDDD
}

.app-social-home-page li {
    background-color: #F3F5FA;
    width: 40px;
    height: 40px;
}

.app-social-home-page li a {
    color: #0083CB;
    font-size: 17px;
}

.app-social-home-page li a i {
    font-size: 17px;
}

.sort-review {
    align-self: center;
    display: flex;
    margin-left: auto;
    width: 40%;
}

.sort-review span {
    font-size: 1.125em;
    color: #0E0E0E;
    display: block;
    width: 20%;
    align-self: center;
}

.sort-review .selectric-wrapper {
    min-width: 45%;
    align-self: center;
    height: 40px;
}

.white-color {
    color: white
}

.home-page-rating-header .btn {
    margin-left: 15px;
}

.home-page-rating-header .btn span {
    color: white
}

.home-page-rating-header .btn:hover span {
    color: #0083CB;
}

.notifications-home-page-sec {

    margin: 15px 0
}

.appoinment-tab-header .selectric-wrapper {
    width: 20%;
    margin-left: auto;
    align-self: center;
}

.LatestAppointment-table .app-req-status {
    margin-left: 0;
}

.notifications-home-page-list li {
    background-color: white;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    margin-bottom: 16px;
}

.notifications-home-page-list li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.hide {
    display: none;
}

.home-page-custom-box.agent-profile-up-box {
    padding: 40px;
}

.home-page-custom-box.agent-profile-up-box .app-req-Img {
    width: 100px;
    height: 100px;
}

.home-page-custom-box.agent-profile-up-box .agent-profile-header-details h4 {
    font-size: 1.25em;
    margin-bottom: 10px;
}

.home-page-agent-profile {
    margin: 10px 30px
}

.home-page-agent-profile .side-agency-img {
    width: 65px !important;
    height: 45px !important;
}

.home-page-custom-box.agency-side-box {
    padding: 15px 10px
}

.changepassInstruct.home-page-custom-box {
    margin-bottom: 15px;
    border: 1px solid #DDDDDD
}

.Edit-profile-Box .textarea-control {
    height: 120px;
    border-radius: 20px;
    padding: 15px;
    resize: none;
}

.home-agent-page-content .innerHoneTitle h4 {
    font-size: 1.5em;
}

.edit-profile-List li {
    padding: 30px 0;
    border-bottom: 1px solid #CECECE;
    display: flex;
    justify-content: space-between;
}

.languges {
    display: flex;
    justify-content: space-between;
}

.languges h6,
.custom-edit-profile-box h4 {
    font-size: 1.125em;
    align-self: center;

}

.custom-edit-profile-box h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.edit-profile-List .saveBtn {
    width: 150px;
    align-self: center;
    margin: 0;
}

.social-agent-links {
    display: flex;
    width: 20%;
}

.social-agent-links .links-icon-cont {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    display: flex;
    justify-content: center;

}

.social-agent-links .links-icon-cont i {
    align-self: center;
}

.whats-link {
    background-color: #25D366;
}

.social-agent-links span {
    font-size: 1.125em;
    font-weight: 500;
    align-self: center;
    margin-left: 10px;
}

.linked-link {
    background-color: #4267B2;
}

.twitter-link-agent {
    background-color: #1DA1F2;
}

.phone-link {
    background-color: #F3F5FA;
    color: #0083CB !important;
}

.edit-profile-List .viewMore-link {
    font-weight: bold;
    font-size: 1.125em;
    color: black;
}

.loc-form-group {
    width: 100%;
    position: relative;
}

.loc-form-group i {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #0083CB;
}

.location-text {
    display: inline-flex
}

.location-text i {
    color: #0083CB;
    margin-right: 15px;
    align-self: center;

}

.location-text span {
    font-size: 1.125em;
    color: black;
    align-self: center;
}

.edit-profile-List li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.edit-profile-List .Location-List li {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
}

.location-options {
    display: inline-flex
}

.location-edit {
    margin-right: 10px;
    color: black;
    display: inline-flex;
}

.location-edit i {
    align-self: center;
}

.loc-del {
    background-color: black;
    display: inline-flex;
    justify-content: center;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.loc-del i {
    align-self: center;
}

.loc-del:hover {
    background-color: #DA1E37;
    color: white !important;
}

.agent-edit-profile-home-page .saveBtn {
    margin: 0;
    width: 200px;
    margin-top: 25px
}

.edit-profile-home-page {
    border: 0
}

.custom-edit-profile-box {
    background-color: white;
    border: 1px solid #DDDDDD;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.Location-List li {
    display: flex;
    justify-content: space-between;
}

.availability-table-cont {
    background-color: white;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    overflow: hidden;
}

.availability-table-cont .table {
    margin-bottom: 0;
}

.availability-table-cont thead {
    background-color: #F3F5FA;
}

.availability-table-cont thead th,
.availability-table-cont td {
    border-left: 1px solid #DDDDDD;
    vertical-align: middle;
}

.availability-table-cont .Availablability-times span {
    background-color: #F9F9F9;
}

.add-av-btn {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    margin: 0;
    border-radius: 36px;

}

.Availablability-table span {
    font-size: 1em;
    padding: 0 10px;
}

.Availablability-table span a {
    font-size: 1em;
    color: black;
}

.home-page-custom-box .tab-content {
    padding-top: 20px
}

.home-page-custom-box .tab-content .sort-review .selectric-wrapper {
    width: auto;
}

.home-page-custom-box .sort-review span {
    width: auto;
    margin-right: 15px;
}

.rating-reviews-tab-details {
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 20px;
}

.reviews-details-tab-review .home-page-custom-box {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #DDDDDD
}

.reviews-details-tab-review {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd
}

.home-page-rating-header span.rev-status {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.home-page-rating-header span.Accept-rev {
    color: #A7C957;
}

.rev-options {
    color: #2E2E2E;
}

.pend-rev {
    color: #FB8500 !important;
}

.add-listing-btn {
    background-image: linear-gradient(rgba(0, 131, 203, .74) 0%, rgba(0, 131, 203, .8) 60%, rgba(0, 131, 203, 1) 100%);
    color: white;
    font-size: 1.125em;
    color: white;
    height: 40px;
    border-radius: 30px;
}

.add-listing-btn:hover {
    background-image: none;
    color: #0083CB;
    border: 1px solid #0083CB
}

.listing-header .app-title {
    margin: 0;
}

.listing-header {
    margin: 20px 0;
}

.listing-box {
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}

.listing-box-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.listing-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sale {
    color: white;
    padding: 5px;
    position: absolute;
    background-color: #DA1E37;
    border-radius: 10px;
    left: 10px;
    top: 10px;
    font-size: 1.125em;

}

.list-img-options {
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 16px;

}

.listing-details {
    padding: 15px;
}

.listing-details-header h4 {
    font-size: 1.125em;
    font-weight: bold;

}

.listing-details-header {
    margin-bottom: 10px;
}

.listing-details-header span {
    font-size: 1.125em;
    font-weight: 800;
    color: #0083CB;
}

.listing-details p {
    margin-bottom: 14px;
    font-size: 1.125em;
}

.listing-box-footer a {
    color: black;
    font-size: 1em;
    font-weight: 500;
}

.listing-box-footer a:hover {
    color: #0083CB;
}

.addNewListingForm h5,
.upload-images-form h5 {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 20px;
}

.addNewListingSec {
    padding-top: 20px;

}

.filearray img {
    width: 250px;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 30px;
    margin-right: 16px;
}

.filearray {
    display: flex;
}

.add-listing-upload-cont {
    background-color: #F5F5F5;
    border-radius: 12px;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
}

.add-listing-upload-cont input {
    opacity: 0;
    width: 0;
}

.addNewListingForm .form-control {
    border-radius: 30px;
}

textarea {
    resize: none;
}

.addNewListingForm .input-label,
.contact-form .input-label {
    position: absolute;
    background-color: white;
    font-size: 18px;
    color: #707070;
    left: 26px;
    padding: 2px;
    transition: all .5s;
    margin: 0;
    top: 6px
}

.addNewListingForm .form-group {
    position: relative;
    margin-bottom: 30px;
    height: 45px;
}

.addNewListingForm .form-control {
    height: 45px
}

.addNewListingForm textarea.form-control {
    height: 120px;
}

.addNewListingForm .checkcontainer input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #0083CB
}

.addNewListingForm .checkcontainer .checkmark:after {
    border: solid #0083CB;
    border-width: 0 3px 3px 0;
}

.addNewListingForm .checkcontainer i {
    color: #0083CB;
    margin-right: 10px;
}

.loginPage-btn.saveBtn {
    width: 150px;
    height: 45px;
}

.dz-message.uploadimg-cont {
    border: 0;
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 15px;
    display: flex !important;
    margin-bottom: 10px;
    width: 100%;
}

.upload-img-con-icon-cont {
    background-color: #E0E0E0;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    width: 130px;
    height: 130px;
}

.upload-img-con-icon-cont i {
    align-self: center;
    font-size: 30px;
    color: #707070;
}

.upload-images-form {
    border: 0;
    padding: 0;
    position: relative;
}

.upload-image-text {
    align-self: center;
    margin-left: 10px;
}

.upload-image-text h6 {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 10px;
}

.upload-image-text span {
    font-size: 1.125em;
}

.agent-details-options {
    align-self: center;
    height: 45px;
    border-radius: 35px;
    width: 90px;
    color: black;
    margin-left: 10px;
    border: 1px solid #DDDDDD;
    font-size: 19px;
}

.Listing-agent-details .app-title {
    margin: 0
}

.agent-details-options:hover {
    background-color: #DDDDDD;
    color: white;

}

.structureImg {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid transparent
}

.structureImg:hover {
    border: 1px solid #0083CB
}

.bigImg {
    height: 350px
}

.smallImg {
    height: 170px;
}

.structureImg img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
}

.smallImg:first-child {
    margin-bottom: 10px;
}

.strucure-details {
    margin-top: 25px
}

.forSale {
    font-size: 1.125em;
    display: flex;
    margin-bottom: 10px;
}

.forSale i {
    color: #A7C957;
    font-size: 9px;
    margin-right: 5px;
    align-self: center;
}

.struct-title {
    margin-bottom: 10px;
    font-size: 1.25em;
}

.struct-title span {
    font-weight: bold;
}

.struct-price {
    color: #0083CB;
    font-weight: 600;
    font-size: 1.7em;
}

.strucure-details h6 {
    font-size: 1.125em;
    font-weight: bold;
    margin: 20px 0
}

.struct-details-text {
    font-size: 1.125em;
    margin-bottom: 20px;
}

.strucure-details {
    padding-bottom: 20px;
}

.strucure-details a {
    font-weight: bold;
    font-size: 1.125em;
    text-decoration: underline;
    color: black
}

.strucure-details a:hover {
    color: #0083CB
}

.Listing-agent-details {
    margin: 10px 0
}

.struct-details-loc li {
    margin-bottom: 10px;
    font-size: 1.125em;
}

.struct-details-loc li i {
    color: #0083CB;
    margin-right: 10px;
    font-size: 18px;
}

.listing-struct-details-cont .home-page-custom-box {
    margin: 10px 0
}

.listing-struct-details-cont .home-page-custom-box h5 {
    margin-bottom: 15px;
    font-size: 1.25em;
}

.struct-details-loc-map span {
    text-decoration: underline;
    font-size: 1.125em;
    margin-bottom: 10px;

}

.modal-footer {
    justify-content: flex-start;
}

.modal-content {
    background-color: #F7F9FB;
}

.modal-body .textarea-control {
    height: 150px;
    background-color: white;
}

.side-home-content .close {
    display: none;
}

.sales-details-sec {
    padding: 50px 0
}

.sales-image {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;

}

.sales-details-sec h6 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.sales-details-sec p {
    font-size: 1.125em;
    margin-bottom: 20px;
}

.sales-details-sec span {
    font-size: 18px;
    color: #707070;
}

.sales-details-sec span span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.sales-details-sec span span:before {
    position: absolute;
    content: "";
    background-color: #707070;
    height: 12px;
    width: 1px;
    margin-left: 10px;
    left: -18px;
    bottom: 7px;

}

.profilepage .app-title {
    margin: 0;
}

.profilepage .home-page-custom-box h5 {
    margin-bottom: 20px;
}

.book-appointment-title h6 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}

.book-appointment-title span {
    font-size: 1.125em;
    color: #707070;
    display: block;

}

.book-appointment-title {
    margin-bottom: 30px
}

.choose-date,
.questionForm {
    width: 100%;
    padding: 40px;
    border: 1px solid #DCDCDC;
    border-radius: 25px;
    margin-bottom: 20px;
}

.booking-Form h6 {
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 8px;
}

.booking-Form h5 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}

.questioncheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.125em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.questioncheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.questioncheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.questioncheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.questioncheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.questioncheck .checkmark:after {
    top: 5px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0083CB;
}

.next-btn {
    width: 200px;
    margin-left: auto;
}

.fc td,
.fc th {
    border-style: none !important;
    border-width: none !important;
    border-color: none !important;
}

.fc .fc-toolbar-title {
    font-size: 1.125em;
    font-weight: 400;
}

.fc .fc-button-primary {
    background-color: transparent;
    color: black;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.fc .fc-button-primary:hover {
    background-color: #0083CB;
}

.fc .fc-button-primary {
    margin-bottom: 29px;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0
}

.fc .fc-col-header-cell-cushion {
    font-size: 1.125em;
    font-weight: 500;
    padding: 20px;
    text-align: center;
}

.fc .fc-daygrid-day-number {
    text-align: center;
    color: black;
    width: 100%;
    height: 100%;
    align-self: center;

}

.fc-daygrid-day-top {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 1em;
    margin: auto;
}

.fc a[data-navlink]:hover {
    text-decoration: none;
    background-color: #0083CB;
    color: white;

}

.fc .fc-scroller-liquid-absolute {
    position: relative;
    overflow: hidden;
    width: auto;
}

.fc .fc-view-harness-active > .fc-view {
    position: relative;
}

.fc .fc-view-harness {
    height: auto !important;
}

.choose-prefer-time h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0
}

.AvailablabilitycheckBox input {
    opacity: 0;
    width: 0;
}

.AvailablabilitycheckBox input:checked ~ span {
    background-color: #0083CB;
    color: white;
}

.booking-Form .tab-pane {
    padding-top: 30px
}

.questionForm h5 {
    margin: 25px 0
}

.questionForm .form-group {
    position: relative;
}

.loc-form-group .form-group i {
    position: absolute;
    color: #0083CB;
    right: 10px;
    top: 10px
}

.questionForm .form-control {
    border-radius: 25px;
}

.profilepage .home-page-custom-box {
    margin-bottom: 20px;
}

.chooseSelectCont input {
    opacity: 0;
    width: 0;

}

.chooseSelectCont {
    margin-right: 10px;
}

.chooseSelectCont input:checked ~ .chooseSelectBox {
    color: #0083CB;
    border: 2px solid #0083CB
}

.chooseSelectBox {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid transparent;
    font-size: 1em;
    background-color: #eaecee;
    color: black
}

.chooseSelectBox p {
    align-self: center;
    margin: 0;
}

.agency-header-image {
    width: 100%;
    height: 500px;
}

.agency-prof-img {
    width: 290px;
    height: 290px;
    overflow: hidden;
    border-radius: 28px;
}

.agency-header-box .agent-profile-header-details {
    width: auto;

}

.agent-profile-header-details .upper-agency-box {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 25px;
}

.agency-header-box .agent-profile-header-details .memLoC {
    border-bottom: 0;
    padding: 0;
}

.agency-header-box {
    background-color: white;
    padding: 25px;
}

.agency-header-box .more-btn {
    width: 150px;
}

.agency-header-box .agent-profile-exp span {
    margin-right: 3px;
}

.rating-text {
    font-size: 1em;
    margin-top: 15px
}

.more-rating-agency {
    width: 200px;
    margin-left: auto;
}

.agency-agent-list .MostAgntBox {
    height: auto;
    border: 0;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 0;

}

.agency-agent-list .MostAgntBox:hover {
    margin-top: 0;
    box-shadow: none;
}

.agency-agent-list .MostAgntBox .famousBoxImg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.agency-agent-list h6 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.agency-agent-list {
    padding: 0;
    padding: 20px 0;
}

.agency-agent-list .famous-member-details {
    padding: 0 10px;
    padding-bottom: 10px;
}

.agency-agent-list .memLoC {
    margin-top: 0;
    margin-bottom: 10px;
}

.addReviewBtn {
    width: auto;
}

.totalReviews {
    margin-top: 30px;
    margin-bottom: 15px;
}

.totalReviews i {
    color: #FFB743;
    font-size: 20px;
}

.totalReviews span {
    font-size: 1.5em;
    font-weight: bold;
}

.optionsLink {
    color: #2E2E2E;
    font-size: 20px;
}

.rating-review-header .sort-review {
    width: auto;
}

.rating-review-header .sort-review span {
    width: 50%;
}

.contact-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-phone-box div {
    font-size: 1.125em;
}

.contact-phone-box div span {
    font-weight: 500;
    font-size: .9em;
}

.contact-phone-box {
    border: 1px solid #CECECE;
    border-radius: 19px;
}

.phoneIcon {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 131, 203, .1);
    align-self: center;
    margin-right: 25px;
}

.phoneIcon i {
    font-size: 1em;
    color: #0083CB;
    align-self: center;
}

.contact-map {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px
}

.contact-form h6 {
    font-size: 1.25em;
    font-weight: bold;
    margin: 30px 0 20px;
}

.contact-form {
    background-color: white;
    border: 1px solid #CECECE;
    border-radius: 19px;
    padding: 20px;
    height: 100%;
}

.contact-form .form-control {
    width: 100%;
    height: 45px;
    border-radius: 36px;
}

.contact-form .textarea-control {
    height: 240px;
    border-radius: 20px;
}

.contact-form .saveBtn {
    margin-left: 0;
}

.confirm-img {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 36px;
}

.confirmed-modal .custom-btn {
    width: 200px;
    margin: 0 auto;
    margin-top: 10px
}

.modal h6 {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
}

.custom-modal .modal-content {
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 35px;
}

.custom-modal .modal-content .modal-body {
    align-self: center;
    width: 100%;
}

.confirmed-modal .modal-content {
    padding-bottom: 70px;
}

.modals-page {
    padding-top: 150px
}

.custom-modal .modal-header {
    border-bottom: 0;
}

.modal-btn {
    display: inline-block;
}

.deleteRating .modal-content {
    padding-top: 50px
}

.deleteRating .btn {
    display: inline-flex;
    width: 150px;
    height: 45px;
    border-radius: 45px;
}

.deleteRating h6 {
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 30px;
}

.noBtn {
    border: 1px solid #CECECE;
    color: black;
}

.noBtn:hover {
    background-color: #CECECE;
}

.my-rating {
    align-self: center;
}

.rating-agency .modal-content {
    justify-content: start;
    text-align: left;
    padding-bottom: 100px;
    padding-top: 20px
}

.rating-agency .modal-body {
    padding: 30px
}

.my-rating .jq-star {
    margin-right: 10px;
}

.rating-agency .modal-dialog {
    max-width: 60%;
}

.rating-agency .modal-header {
    border-bottom: 1px solid #CECECE;
}

.review-textarea {
    width: 100%;
    height: 200px;
    border-radius: 18px;
    border: 1px solid #DCDCDC;
    background-color: transparent;
    padding: 20px;
    font-size: 1em;
    color: #929292
}

.rating-agency .custom-btn {
    height: 45px;
    margin-top: 20px
}

.jq-star-svg path {
}

.rating-modal-sec {
    width: 80%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rating-modal-sec span {
    font-size: 1em;
    align-self: center;
    max-width: 40%;
}

.my-rating {
    align-self: center;
}
