html,
body {
    font-family: 'Poppins', sans-serif;
}

.primary-btn-wg {
    padding: 12px 24px !important;
    background: #23555F;
    color: white !important;
    border-radius: 5px;
}

.container {
    max-width: 1400px;
}

a {
    text-decoration: none !important;
}

.socend-btn-wg {
    padding: 12px 24px !important;
    background: #FAF7F4;
    color: black !important;
    border-radius: 5px;
}

.main-tit {
    font-size: 24px;
    color: #026451;
    font-weight: 700;
}

.main-desc {
    font-size: 40px;
    color: #09053A;
    font-weight: 600;
    max-width: 750px;
    line-height: 1.4;
}

.visible-mob {
    display: none !important
}


/* Header */

header {
    padding: 5px 0
}

.navbar-brand img {
    height: 80px
}

header nav li.nav-item {
    margin: 0 10px;
}

header nav li.nav-item .nav-link {
    color: #09053A !important;
    font-weight: 600;
}


/* Header */


/* search-sec */

.search-sec {
    background: url(../images/bg.png) no-repeat 101% 0%;
    background-size: cover;
}

.search-sec .overlay {
    padding: 7vw 0;
}

.search-sec h1 {
    font-size: 4.5vw;
    font-weight: 600;
    color: #09053A;
    max-width: 32vw;
}

.search-sec p {
    font-size: 1.1vw;
    max-width: 28vw;
    color: #333333;
    font-weight: 400;
}

.search-sec img {
    float: right;
    width: 100%;
}

.search-sec .form-main {
    margin-top: 15px;
    background: #fff;
    width: fit-content;
    padding: 8px;
    border-radius: 5px;
}

.search-sec .form-main input {
    border: 0;
    width: 22vw;
    font-size: 1.3vw;
    margin: 0 5px
}

.search-sec .form-main input:focus {
    box-shadow: none !important;
}

.search-sec .form-main button {
    font-size: 1.1vw;
    cursor: pointer;
}


/* search-sec */


/* featured-experts */

.featured-experts {
    padding: 50px 0
}

.featured-experts .main-tit {
    font-size: 24px;
    color: #026451;
    font-weight: 700;
}

.featured-experts .main-desc {
    font-size: 40px;
    color: #09053A;
    font-weight: 600;
    max-width: 700px;
    line-height: 1.4;
}

.featured-experts .box {
    margin-bottom: 20px;
    display: block;
    transition: all 0.2s ease-in-out;
}

.featured-experts .box>.icon>.image {
    position: relative;
    z-index: 2;
    left: 10px;
    width: 88px;
    height: 88px;
    border: 4px solid #23555f;
    line-height: 88px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.featured-experts .box>.icon>.image img {
    width: 88px;
    line-height: 88px;
	top: -8px;
    left: -5px;
    position: relative;
}

.featured-experts .box>.icon>.info {
    margin-top: -35px;
    box-shadow: 0 0 1px 1px #e0e0e0;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.featured-experts .box:hover .image {
    transform: scale(1.12);
}

.featured-experts .box:hover .info {
    box-shadow: 0 0 7px 1px #e0e0e0;
}

.featured-experts .box>.icon {
    position: relative;
}

.featured-experts .info h4 {
    font-size: 12px;
    font-weight: 400;
    color: #0A053B;
    background: #FFF2EC;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 15px;
}

.featured-experts .info h4 i {
    color: #FF7E54
}

.featured-experts .info h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000000
}

.featured-experts p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}


/* featured-experts */


/* Peace Of Mind */

.peace-of-mind {
    padding: 50px 0;
    background: #E5E5E5;
}

.peace-of-mind .row {
    max-width: 1530px;
    margin: 0 auto;
}

.peace-of-mind .content {
    background: #FC7B44;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    margin: 50px auto 0;
}

.peace-of-mind p {
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #3B3A40
}


/* Peace Of Mind */


/* trends */

.trends {
    padding: 50px 0
}

.trends .media {
    margin-top: 35px;
    align-items: center;
    justify-content: center;
}

.trends .media h5 {
    font-size: 24px;
    font-weight: 600;
    color: #09053A;
    max-width: 410px;
    line-height: 1.3;
}

.mr-img {
    margin-right: 20px;
}

.trends h6 {
    font-weight: 400;
    font-size: 14px;
    color: #1B1B1B;
    max-width: 410px;
    line-height: 1.3;
}

.trends .last-row h5 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}

.trends .last-row img {
    width: 100%;
}

.trends.trends-buy {
    padding: 10px 0 50px !important;
}

.trends.trends-buy h5 {
    max-width: 100%;
    margin: 15px 0 !important;
    padding: 0 !important;
}

.trends.trends-buy h6 {
    max-width: 100%;
    font-size: 18px;
}

.trends.trends-buy .media h5 {
    max-width: 750px;
    font-size: 26px;
}

.trends.trends-buy .media h6 {
    font-size: 18px;
    max-width: 950px;
    color: #1B1B1B;
}

.trends.trends-buy .last-row a {
    margin-bottom: 45px;
    display: block;
}


/* trends */


/* find-best */

.find-best {
    padding: 50px 0;
    background: #F0F3EA
}

.find-best .ancors a {
    color: black;
    /* text-decoration: none; */
    display: block;
    margin-top: 30px;
    max-width: 200px;
    position: relative;
}

.find-best .ancors a:after {
    content: "\f0d7";
    position: absolute;
    right: 0;
    margin-top: 3px;
    font-family: "fontawesome";
}


/* find-best */


/* Footer */

footer {
    padding: 10px 0
}

footer ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

footer a {
    color: black;
    text-align: center;
    margin: 15px;
    display: block;
}


/* Footer */

.search-box {
    border-bottom: 1px solid #DDD;
}

.search-box input.search {
    font-family: "FontAwesome", 'Poppins';
    height: 50px;
    border: none;
}

.search-box input.search:focus {
    box-shadow: none;
}

.all-experts .container {
    padding: 50px 0;
    background: #F9F9F9;
    max-width: 1071px;
}

.all-experts .left-ancor-link {
    width: 180px
}

.all-experts h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: Georgia;
    margin-bottom: 50px;
    padding: 0 15px;
}

.all-experts .box {
    border: 1px solid #D8D8D8;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto 35px;
    border-radius: 7px;
    background: #fff
}

.all-experts .box table {
    margin: 0;
}

.all-experts .box td {
    border: 1px solid #e9ecef;
    padding: 1px 8px;
}

.all-experts .box td.active {
    background: #A2EED6;
}

.all-experts .box .media h5 {
    color: #23555E;
    font-weight: 600;
    font-size: 25.59px
}

.all-experts .box .media p {
    color: #3F3C65;
    font-weight: 500;
    font-size: 17.85px;
    margin: 0;
}

.all-experts .box .media ul {
    margin-bottom: 15px !important;
}

.all-experts .box .media .bg-exp {
    background: #A2EED6;
    width: fit-content;
    padding: 5px 20px !important;
    border-radius: 20px;
    margin: 0;
}

.all-experts .box .media .bg-exp p {
    color: #3F3C65;
    font-size: 16.27px;
    font-weight: 500;
    margin: 0;
}

.all-experts .box .media .bg-exp img {
    margin-top: -3px;
}

.all-experts .box .media .mr-img {
    width: 100%
}

.buy-home {
    padding: 60px 0;
    background: #FAF7F4;
}

.buy-home .main-descrip {
    font-size: 60px;
    color: black !important
}

.hot-news {
    padding: 50px 0;
}

.hot-news .blog-detail-img {
    display: block;
    margin: 30px auto 70px;
    max-width: 100%;
}

.hot-news .main-desc {
    font-size: 61px;
    max-width: 800px;
    margin: 0 auto;
    color: #1B1B1B;
}

.hot-news p {
    font-size: 20px;
    font-weight: 400;
    color: #1B1B1B;
    margin-top: 25px;
}

.hot-news h2 {
    font-size: 32px;
    font-weight: 600;
    color: #1B1B1B;
    margin-top: 45px;
    margin-bottom: 25px;
}

.hot-news h3 {
    font-size: 27px;
    font-weight: 500;
    color: #1B1B1B;
    margin-top: 45px;
    margin-bottom: 25px;
}

.about {
    padding: 50px 0;
    background: #F8F5F2;
}

.about p {
    font-size: 20px;
    margin-top: 25px;
    font-weight: 400;
    line-height: 32px;
}

.about h2 {
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 1.3;
}

.main-profile {
    background: url(../images/profile-bg.png) no-repeat center 0%;
    background-size: cover;
}

.profile {
    padding: 80px 0;
}

.profile .box {
    background: white;
    padding: 50px;
    box-shadow: 0px 4px 7px 1px #EEE;
    background: #FAF7F4;
    border: 7px solid white;
}

.profile .box .fa-star {
    color: #DDD
}

.profile .box .fa-star.rated {
    color: #FBD757
}

.profile .box h5 {
    font-size: 40px;
    font-weight: 700;
    font-family: Georgia;
}

.profile .box p {
    font-size: 24px;
    font-weight: 400;
}

.profile .box ul p {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0;
}

.profile .box .media .bg-exp {
    background: #A2EED6;
    width: fit-content;
    padding: 0px 8px !important;
    border-radius: 20px;
    margin: 0;
}

.profile .contact-box {
    background: white;
    padding: 20px;
    max-width: 350px;
    float: right;
}

.profile .contact-box h6 {
    margin: 0;
}

.profile .contact-box ul {
    margin: 0;
}

.profile .contact-box table {
    margin: 0;
}

.profile .contact-box td {
    border: 1px solid #e9ecef;
    padding: 1px 8px;
}

.profile .contact-box p {
    font-size: 15px
}

.profile .contact-box td.active {
    background: #A2EED6;
}

.profile .contact-box ul img {
    position: relative;
    top: -3px;
}

.profile .review-btn {
    background: #FF7E54;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 25px;
    width: 90%;
    margin: 10px auto;
    display: block;
}

.profile hr {
    border-color: #F3D15D;
}

.profile .img-profile {
	width: 180px;
}

.profile-tit {
    border-bottom: 1px solid #DDD;
    max-width: 500px;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.img-circle {
    background: #A2EED6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -5px
}
.img-circle .user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-tit p {
    font-size: 26px !important;
    font-weight: 700 !important;
    font-family: Georgia;
    margin: 0;
    padding: 0;
}

.load-more-areas .area,
.load-more-special .special {
    display: none;
}

.load-more-society .society,
.load-more-award .award {
    display: none;
}

.profile-details #loadMore,
.profile-details #loadMore2,
#loadMore3,
#loadMore4,
#loadMore5 {
    cursor: pointer;
    margin-top: 20px;
    color: #C4C4C4;
    transition: all 0.3s ease-in-out;
}

.profile-details #loadMore:hover,
.profile-details #loadMore2:hover,
.profile-details #loadMore3:hover,
.profile-details #loadMore4:hover,
.profile-details #loadMore5:hover {
    color: #000;
}

.trends.trends-buy.bg {
    background: #F9F9F9;
    margin: 40px 0;
    padding: 40px 0 !important;
}

.trends.trends-buy.bg .img-circle {
    position: relative;
    top: 0;
    background: none;
}

.trends .mr-img {
    height: 150px;
}

.carousel-sec {
    padding: 30px 40px 50px;
}

.carousel-sec .main-img {
    display: block;
    width: 100%;
    position: relative;
}

.carousel-sec .content {
    position: absolute;
    bottom: 0px;
    padding: 0 20px 15px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.carousel-sec .item:hover .content {
    background: rgba(0, 0, 0, 0.5);
}

.carousel-sec .content ul {
    margin: 0;
}

.carousel-sec .carousel-wrap {
    position: relative;
}

.carousel-sec li {
    font-size: 12px;
}

.carousel-sec li img {
    height: 12px;
}

.carousel-sec .content h5 {
    font-size: 16px;
    font-weight: 500;
}

.carousel-sec .owl-nav>a {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.carousel-sec .owl-nav i {
    font-size: 42px;
    background: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 65px;
    box-shadow: 0 0 5px 1px #DDD;
}

.carousel-sec .owl-nav i:focus {
    box-shadow: none !important;
    border: none !important;
}

.carousel-sec .owl-prev {
    position: absolute;
    left: -30px !important;
}

.carousel-sec .owl-next {
    position: absolute;
    right: -30px !important;
}

.review-sec .p-loop p {
    display: none;
}

.review-sec .fa-star {
    color: #DDD
}

.review-sec .fa-star.rated {
    color: #20BE7C
}

.review-sec p {
    font-size: 17px;
    font-weight: 400;
    color: #000
}

.review-sec .fa-star {
    font-size: 15px;
}

.profile-details .right-data hr {
    border-color: black !important;
}

.profile-details p {
    font-size: 15px;
}

.profile-details .right-data {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: sticky;
    top: 0%;
    padding-top: 45px;
}

.review-modal .modal-lg {
    max-width: 1400px;
    margin: 8px auto;
    padding: 20px;
}

.review-modal .modal-content {
    /* padding-bottom: 25px !important; */
    padding: 0 30px 25px
}

.review-modal .modal-body {
    padding: 0 30px
}

.review-modal p {
    margin: 0
}

.rating {
    border: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* margin-bottom: 20px; */
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin-top: 2px;
    padding: 0px 5px 0px 5px;
    font-size: 1.7em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.another-rate .rating label:before {
    font-size: 1.25em !important;
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #fff;
    float: right;
    margin: 4px 1px 0px 0px;
    color: #D8D8D8;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #A2EED6 !important;
    cursor: pointer;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #A2EED6 !important;
    cursor: pointer;
}

.review-modal textarea {
    height: 150px;
    resize: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

.review-modal select,
.review-modal textarea {
    border-radius: 6px;
}

.review-modal .submit-btn {
    background: #23565F;
    color: white;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.review-modal .modal-media {
    background: #FAF7F4;
    padding: 30px 20px;
    max-width: 470px;
    margin: 30px auto 0;
}

.review-modal .modal-media .img-profile {
    width: 180px;
}

.review-modal button.close {
    width: fit-content;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    left: -5px;
}


/* Container Tooltip */

.tooltip1 {
    position: relative !important;
    display: flex;
    align-items: center;
    margin-right: 40px;
    /* cursor: pointer; */
}


/* Style text tooltip */

.tooltipText {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: -9vh;
    right: -5vw;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
    color: white;
    width: 66%;
    cursor: default
}


/*  Membuat dan style tip*/


/* 
.tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 68%;
    left: 40%;
    margin-left: -48%;
    transform: rotate(89deg);
} */

.tooltip1:hover .tooltipText {
    opacity: 1;
    transform: translateY(-10px);
}

.media-right-style {
    position: relative;
    transition: all 0.3s ease-in-out
}

.media-right-style .verfy-p {
    background: #A2EED6;
    width: fit-content;
    border-radius: 20px;
    padding: 3px 15px;
    margin: 0 auto;
    position: relative;
    bottom: 14px;
    right: 14px;
    font-size: 23px !important;
    transition: all 0.3s ease-in-out
}

.featured-agent {
    padding: 50px 0;
    background: #275B61;
}

.featured-agent h6 {
    color: #A2EED6 !important;
    font-size: 22px;
    font-weight: 600;
}

.featured-agent h2 {
    color: white !important;
    padding: 10px 0;
    font-size: 37px;
}

.featured-agent .btn {
    background: #20BE7C;
    color: white;
    text-align: center;
    margin: 10px auto;
    padding: 10px 50px;
}

.marketing-sec {
    background: url(../images/Image.png) no-repeat 0 0;
    background-size: contain;
    padding: 9vw 0 !important
}

.hide-desktop {
    display: none
}

.sign-in .form-wrapper {
    background: #FAF7F4;
    margin: 3em auto;
    padding: 0 1em;
    max-width: 500px;
    border: 7px solid white;
    box-shadow: 0 0 1px 1px #EEE;
}

.sign-in h1 {
    text-align: center;
    padding: 1em 0 0.3em;
    font-size: 40px;
    font-weight: 600;
    color: #09053A
}

.sign-in h2 {
    font-size: 26px;
    font-weight: 500;
    color: #3F3C65;
    padding-bottom: 10px;
}

.sign-in .form-item {
    margin-top: 1em;
    width: 100%;
}

.sign-in label {
    color: black;
    font-size: 18px
}

.sign-in .form-item input {
    font-size: 1em;
    height: 50px;
    border-radius: 0 !important;
}

.sign-in .form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

.sign-in .button-panel {
    margin: 2em 0 0;
    width: 100%;
}

.sign-in .button-panel .button {
    background: #275B61;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    /* text-transform: uppercase; */
    transition: background 0.3s ease-in-out;
    width: 100%;
    border-radius: 0 !important;
}

.sign-in .form-footer {
    font-size: 1em;
    padding: 2em 0;
    text-align: center;
}

.sign-in .form-footer p {
    font-weight: bold;
}

.sign-in .form-footer a {
    color: #20BE7C;
    text-decoration: none;
    transition: border-color 0.3s;
}

.contact {
    background: url(../images/bg-contact.png) no-repeat center center;
    background-size: cover;
}

.contact .contact-form {
    background: #D6ECE4;
    padding: 50px 20px 60px;
}

.contact .contact-form .form-group {
    padding-bottom: 15px
}

.contact .contact-form input {
    font-size: 1em;
    height: 60px;
    border-radius: 0 !important;
}

.contact .contact-form label {
    color: black;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact .contact-form button {
    background: #275B61;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    /* text-transform: uppercase; */
    transition: background 0.3s ease-in-out;
    width: 100%;
    border-radius: 0 !important;
    height: 60px;
}

.contact h2 {
    color: white;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
}

.contact p {
    color: white;
    font-weight: 300;
    font-size: 24px;
}

.contact .right-content {
    padding: 30px;
    max-width: 730px;
}

.complete-recieve {
    background: #275B61;
    padding-bottom: 30px;
}

.complete-recieve img {
    position: relative;
    top: -85px;
}

.complete-recieve h2 {
    color: white;
    margin-top: -65px;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 20px;
}

.complete-recieve p {
    color: white;
    font-weight: 400;
    font-size: 20px;
    max-width: 1050px;
    margin: 5px auto
}