@charset "utf-8";
/*..............embedded fonts..............*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*..............embedded fonts..............*/
/*
    font-family: 'Noto Sans Georgian', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/
/*..............custom fonts..............*/

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Regular.eot');
    src: url('../fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNext-Regular.woff') format('woff'),
    url('../fonts/AvenirNext-Regular.ttf') format('truetype'),
    url('../fonts/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('../fonts/AvenirNext-DemiBold.eot');
    src: url('../fonts/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
    url('../fonts/AvenirNext-DemiBold.woff') format('woff'),
    url('../fonts/AvenirNext-DemiBold.ttf') format('truetype'),
    url('../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Georgia.woff2') format('woff2'),
    url('../fonts/Georgia.woff') format('woff'),
    url('../fonts/Georgia.ttf') format('truetype'),
    url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*..............custom fonts..............*/

/*..............common styles..............*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    background: #333338;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
    color: #333338;
    font-family: 'Avenir Next Demi';
}

h1 {
    font-size: 47px;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
}

h2 {
    font-size: 47px;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

a, img {
    border: 0;
    text-decoration: none;
    outline: none;
}

a, a:link, a:visited, a:focus, a:hover { /*color: #179ae2;*/
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

input, textarea, select {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    outline: none;
}

input[type="submit"] {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    outline: none;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
    color: #fff;
}

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft, .alignnone {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn {
    border: 0;
    display: inline-block;
    vertical-align: top;
    background: #c5af78;
    color: #fff;
    padding: 14px 70px;
    font-size: 16px;
    text-transform: uppercase;
}

.offerForm-width .btn {
    border: 0;
    display: inline-block;
    vertical-align: top;
    background: #c5af78;
    color: #fff;
    padding: 14px 70px;
    font-size: 16px;
    text-transform: uppercase;
}

.btnBlk {
    background: #252525;
    color: #fff;
}

.btn.solid-color {
    background: #f00;
    color: #fff;
}

.btn.border {
    background: none;
    color: #c5af78 !important;
    border: 2px solid #c5af78 !important;
}

.btn.rounded {
    border-radius: 50px !important;
}

.btn.medium-size { /* Your custom Styles */
}

.btn.large-size { /* Your custom Styles */
}

.btn.borderWht {
    background: none;
    color: #fff;
    border: 2px solid #fff;
}

.btn:hover {
    background: #333338;
    color: #fff;
}

.borderWht:hover {
    background: #fff;
    color: #000;
}

.border:hover {
    background: #c5af78;
    color: #fff !important;
}

.btnBlk:hover {
    background: #c5af78;
    color: #fff;
}

.btn:focus, button:focus {
    outline: none;
}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
    font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
    opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty ~ label {
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 2px;
    bottom: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/radiobutton.png) left top no-repeat;
}

.builder_radiobox ul li input[type="radio"]:checked ~ label:before {
    background: url(../images/radiobutton.png) left bottom no-repeat;
}

/* --- checkbox and radio button Styles --- */

/*..............common styles..............*/

.click {
    display: none;
}

.main_menu a.closebtn {
    display: none;
}

/*for header css*/
.main-header {
}

.headerRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.logo-buyer { float: left;}*/
/*.dnt-btn { float: right; margin-left: 10px; padding-top: 5px;}
.dnt-btn a { background: #97c88b; color: #fff; text-transform: uppercase; border-radius: 6px; padding: 10px 25px; letter-spacing: 1px;}*/
.click {
    color: #000;
    float: right;
    font-size: 28px;
}

/*.main_menu { float: right; }*/
.main_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 22px;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
}

.main_menu ul li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.main_menu ul li:hover a, .main_menu ul li.current-menu-item a {
    color: #c5af78;
}

.main_menu ul li:hover:after, .main_menu ul li.current-menu-item:after {
    width: 100%;
    height: 2px;
    background: #c5af78;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}


/*for header css*/


.slider-wrap {
    position: relative;
}

.slider-wrap img {
    width: 100%;
}

.slider-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.sliderContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.sliderContent h2 {
    font-weight: 700;
    color: #c5af78;
}

.banner-socialList {
    position: absolute;
    left: 0;
    width: 120px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
}

/*.banner-socialList ul{padding-left: 0; margin-bottom: 0; justify-content: space-between; display: flex; align-items: center;}*/
.banner-socialList ul {
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: absolute;
    transform: rotate(-90deg) translate(-50%, -50%);
    top: 55%;
    left: 8%;
    width: 100px;
    margin: auto auto;
    z-index: 9;
}

.banner-socialList ul li {
    list-style: none;
    margin: 0 15px;
}

.banner-socialList ul li:last-child {
    margin-right: 0;
}

.banner-socialList ul li:first-child {
    margin-left: 0;
}

.banner-socialList ul a {
    color: #fff;
}

/*for main sections css*/


/*.logo { padding: 0 0 0 90px;}*/
.logo {
    padding: 0 0 0;
    position: absolute;
    top: 90px;
    left: 110px;
}

.login-sec {
    position: relative;
}

.loginBg {
    position: absolute;
    left: 0;
    bottom: 0;
}

.loginnL { /*width: 70%;*/
    width: 35%;
    margin: auto;
    padding: 60px 0;
    position: relative;
    z-index: 9;
    height: 100Vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.loginnR {
    background: #fff; /*padding: 60px 90px;*/
    padding: 0px 90px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.loginnRinner {
    width: 65%;
    position: relative;
    z-index: 9;
}

.loginnL h1 {
    font-size: 59px;
}

.loginnL p {
    font-size: 20px;
}

.socialList {
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.socialList li {
    margin-right: 20px;
    width: 44px;
    height: 44px; /*display: flex; justify-content: center; align-items: center;*/
    border: 2px solid #c5af78;
    border-radius: 50px;
    line-height: 42px;
    list-style: none;
    overflow: hidden;
}

.socialList li:last-child {
    margin-right: 0px;
}

.socialList li a {
    color: #c5af78;
    display: block;
}

.socialList li a:hover {
    color: #fff;
    background: #c5af78;
}

.loginnR h6 {
    font-size: 20px;
    color: #8a8a8a;
}

.input-group.iconInput {
    background: #f0f0f0;
    height: 70px;
    align-items: center;
    color: #b1b1b1;
    font-size: 20px;
    margin-bottom: 25px;
}

.input-group.iconInput .form-control {
    height: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}

.input-group.iconInput span.input-group-addon {
    padding: 0 15px;
    color: #b1b1b1;
    font-size: 20px;
}

.offer-sec {
    padding: 35px 0 230px;
    position: relative; /*background: url(../images/form-pic.png) no-repeat center bottom;*/
}

.offerBg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -2;
}

.offerBox {
    padding: 60px 0;
    background: #fff;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.45);
}

.mainTitle {
    color: #333338;
}

.offerProcess ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.offerProcess ul li {
    position: relative;
    text-align: center;
}

.offerProcess ul li h5 {
    font-family: 'Georgia';
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.offerProcess ul li:after {
    position: absolute;
    right: -11px;
    bottom: 7px;
    font-family: FontAwesome;
    content: "\f178";
    color: #010101;
    font-size: 20px;
}

.offerProcess ul li:last-child:after {
    display: none;
}

.offerProcess ul li:last-child .processNo {
    margin-right: 0;
}

.offerProcess ul li:first-child .processNo {
    margin-left: 0;
}

.processNo {
    width: 48px;
    height: 48px;
    background: #c5af78;
    border-radius: 50px;
    color: #333338;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 30px;
    cursor: pointer;
}

.offerProcess ul li.active .processNo {
    font-size: 0;
    background: #333338;
}

.offerProcess ul li.active .processNo:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    font-size: 20px;
}


.buyerTop {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.formTitle {
    font-family: 'Georgia';
    font-weight: 600;
}

.buyerList {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding-left: 0;
}

.buyerList li {
    position: relative;
    margin-left: 20px;
    color: #333338;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.buyerList li:after {
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

/*.buyerList li:first-child{margin-left: 0px;}*/
.buyerList li:last-child:after {
    display: none;
}

.buyerList li a {
    color: #333338;
}

.buyerList li a:hover, .buyerList li.active a {
    color: #c5af78;
}

.offerForm-width {
    width: 78%;
    margin: 0 auto;
}

.form-control.offer-input {
    height: 48px;
    border-color: #c5af78;
    font-size: 20px;
}

.form-control.offer-select {
    padding: 0px 40px 0 10px;
    height: 48px;
    border-color: #c5af78;
    font-size: 20px;
    background: url(../images/arrow-select.png) no-repeat center right 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

.offerBox label, .inputText {
    font-size: 19px;
    font-weight: 500;
}

.btnWidth {
    width: 350px;
}

.plus.btnWidth {
    width: 60px;
    display: block;
    font-size: 25px;
    font-weight: 500;
    padding: 0px 22px;
}

.custom-radioRow {
    display: flex;
}

.custom-radioRow {
    display: flex;
}

.custom-radioRow .custom-radio {
    margin-right: 2rem;
    padding-left: 0rem;
}

.custom-radioRow .custom-radio:last-child {
    margin-right: 0px;
}

.custom-radioRow .custom-control-label::before {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #bba877;
    border-radius: 5px !important;
    left: 0;
    top: 5px;
}

.custom-radioRow .custom-control-input {
    width: 3rem;
    height: 3rem;
    z-index: 1;
}

.custom-radioRow .custom-control-plus {
    width: 3rem;
    height: 3rem;
    z-index: 1;
}

.custom-radioRow .custom-control {
    min-height: 3rem;
}

.custom-radioRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 10px;
}

.custom-radioRow .custom-radio .custom-control-plus:checked ~ .custom-control-label::after {
    background-image: none;
    content: "\f067";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: -2px;
    left: 7px;
    font-size: 24px;
}

.custom-radioRow .custom-radio label {
    width: 15rem;
    height: 2rem;
    padding-left: 2.5rem;
    padding-top: 0px;
}

.custom-radioRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c5af78;
}

.custom-radioRow .custom-radio .custom-control-plus:checked ~ .custom-control-label::before {
    background-color: #c5af78;
}

.input-group.datePicker-group .input-group-addon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.datePicker-group.input-group > .form-control:focus {
    z-index: 0;
}

.datePicker-group.input-group > .custom-select:not(:last-child), .datePicker-group.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.width40 {
    width: 40% !important;
}

.width50 {
    width: 48% !important;
}

.custom-radioRow.additionalRow {
    display: block;
}

.additionalRow .custom-control.custom-radio {
    margin-bottom: 15px;
}

.buyContact-sec {
    background: #111015;
}

/*for main sections css*/


/*for footer sections css*/

/*footer { border-top:1px solid #f3f2f0;}
.ftr-top { background: #fff; padding: 75px 0;}
.ftr-logo { margin: 0 0 30px;}*/
.foot-top {
    padding: 40px 0;
    background: #333338;
}

.ftr-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ftr-menu ul li {
    text-transform: capitalize;
    margin-left: 70px;
}

.ftr-menu ul li:first-child {
    margin-left: 0px;
}

.ftr-menu ul li a {
    color: #fff;
}

.ftr-menu ul li a:hover {
    color: #c5af78;
}


/*.ftr-btm { background: #1a1a1a; padding: 35px 0; text-align: center; color: #fff;}
.ftr-btm p { padding: 0 0 10px;}
ul.copyrht-menu { margin: 0; padding: 0; list-style: none;}
ul.copyrht-menu li { list-style: none; display: inline-block; border-left: 1px solid #fff; padding: 0 10px; line-height: 16px;}
ul.copyrht-menu li:first-child { border: 0;}
ul.copyrht-menu li a { color: #fff;}

.ftr-col h4 { text-transform: uppercase; font-weight: 500;}

ul.ftr-social { margin: 0 0 30px; padding: 0; list-style: none;}
ul.ftr-social li { list-style: none; display: inline-block; font-size: 18px; margin-right: 10px;}
ul.ftr-social li i { width: 34px; height: 34px; border-radius: 50%; text-align: center; line-height: 34px; color: #fff;}
ul.ftr-social li i.fa-facebook { background: #3b5998;}
ul.ftr-social li i.fa-instagram { background: #3f729b;}
ul.ftr-social li i.fa-youtube { background: #c4302b;}

ul.adrs { margin: 0; padding: 0; list-style: none;}
ul.adrs li { margin: 0 0 15px; padding-left: 36px; position: relative; line-height: 30px;}
ul.adrs li img { position: absolute; left: 0; top: 4px;}*/

/*for footer sections css*/

/*-- 2part(Start) --*/


.lisence-sec .loginnL {
    width: 80%;
}

.lisence-sec .loginnL p {
    color: #b2b2b2;
}

.lisence-sec .loginnL .btn:hover {
    background: #fff;
    color: #000;
}

.lisence-sec .loginnR h6 {
    color: #6c6c6c;
}

.lisence-sec .loginBg {
    left: inherit;
    right: 176px;;
}

.loginnR.confirmBox {
    padding: 0px 0px;
    justify-content: flex-end;
}

.confirmBoxInner {
    background: rgba(51, 51, 56, 0.95);
    border-radius: 30px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    padding: 100px 25%;
    margin-right: -50px;
    position: relative;
    z-index: 1;
}

.confirm-sec .col-md-8 {
    height: auto;
}

.commonBg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.profileEdit-sec:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

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

.profileEdit-pic {
    width: 200px;
}

.profileEdit-form {
    width: calc(100% - 220px);
}

/*-- Custom-File-uplodeBtn(Start) --*/

.custom-upLoadBtn {
    position: relative;
    overflow: hidden;
}

.custom-upLoadBtn input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

.btn-black {
    background: #000;
}

.dashboard-container .profileEditBg {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.dashboard-container .profileEditBg1 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin: 0px 20px;
}


.profileEdit-sec {
    padding: 90px 0;
}


/*-- Custom-File-uplodeBtn(End) --*/

/*-- Dash-doard-css(Start) --*/

.dashboard-sec {
    padding: 80px 0 200px;
}

.dashboard-BottomPic {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.dashboard-proPic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 0px 2px #c5af78;
}

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

.dashboard-sec .profileEditBg {
    padding: 40px 20px;
}

.SocialLink {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.SocialLink li {
    margin-right: 10px;
    text-align: center;
    width: 30%;
}

.SocialLink li:last-child {
    margin-right: 0px;
}

.SocialLink li a {
    padding: 8px 5px;
    background: #0bbb87;
    color: #fff;
    border-radius: 7px;
    display: block;
}

.SocialLink li:nth-child(2) a {
    background: #3b5897;
}

.SocialLink li:nth-child(3) a {
    background: #fd397a;
}

.dash-infoList {
    padding-left: 0;
    list-style: none;
}

.dash-infoList li {
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 14px;
}

.dash-infoListL {
    width: 25%;
}

.dash-infoListR {
    width: 73%;
}


.dashboard-list {
    padding-left: 0;
    list-style: none;
}

.dashboard-list li {
    margin-bottom: 2px;
}

.dashboard-list li:last-child {
    margin-bottom: 0px;
}

.dashboard-list li a {
    padding: 10px;
    display: block;
    color: #333338;
    border-radius: 3px;
}

.dashboard-list li a:hover, .dashboard-list li.active a {
    background: #f3f3f3;
}

.licSearch {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.licSearch .form-control {
    border-radius: 0;
    border: none;
    color: #333338;
    font-size: 14px;
    color: #333338;
}

.dashboard-sec label {
    font-size: 15px;
}

.tab-topBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d9d9d9;
    margin-bottom: 30px;
}

.tab-topBar h6 {
    font-size: 16px;
}

.customTab .nav-link {
    padding: 0.4rem 0.3rem;
    font-size: 14px;
    color: #333338;
    position: relative;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #333338;
    background-color: transparent;
}

.nav-pills .nav-link.active:after, .nav-pills .show > .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #c5af78;
    content: "";
    width: 100%;
}

.tabRow {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.tabRowL {
    width: calc(100% - 30px);
    padding-right: 10px;
}

.tabRowR {
    border: 2px solid #c5af78;
    width: 30px;
    height: 22px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c5af78;
}

.tabRowL h6 {
    margin-bottom: 0;
    font-size: 16px;
    color: #c5af78
}

.tabRowL p {
    font-size: 12px;
    color: #333338;
}

/*-- Dash-doard-css(End) --*/

/*-- 2part(End) --*/

/*-- buyer-pages(Start) --*/

.sec-gapTop {
    padding-top: 50px;
}

.sec-gapBottom {
    padding-bottom: 50px;
}

.sec-gapTopSm {
    padding-top: 25px;
}

.sec-gapBottomSm {
    padding-bottom: 25px;
}


ul.breadcrumb.custom-breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb.custom-breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

ul.breadcrumb.custom-breadcrumb li a {
    color: #2c2e37;
    font-weight: 500;
}

ul.breadcrumb.custom-breadcrumb li {
    color: #31323a;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.buyer-sec.commonBg {
    background-position: top center;
}

.buyerForm-sec {
    background: rgba(0, 0, 0, 0.88);
    padding: 60px 40px;
}

.buyerForm-sec h1 {
    color: #c5af78;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.fillUp-text {
    color: #c5af78;
}

.buyerForm-sec .form-control.offer-input {
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}

.buyerLabel {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

.buyerForm-sec .custom-radioRow .custom-control-label::before {
    background-color: transparent;
}

.buyerForm-sec .custom-control-label {
    color: #fff;
}

.signatureRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.signatureRow .form-control {
    font-size: 36px;
    color: #333338;
    height: 150px;
    border-radius: 10px;
    border: 2px solid #333338;
    width: 70%;
}

.signatureRow .btn {
    padding: 14px 50px;
}

.worth-sec .btn {
    background: #fff;
    color: #826f3c;
    font-size: 20px;
}

.buyContact-sec h2 {
    color: #c5af78;
    font-weight: 800;
    text-transform: uppercase;
}

.buyerCon-form .offer-input {
    background: #2c2a2b;
    color: #fff;
    border-radius: 0;
    border: none;
}

.buyerCon-form textarea.form-control.offer-input {
    height: auto;
}

.buyCon-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.buyCon-info li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
    position: relative;
    padding-left: 40px;
}

.buyCon-info li a {
    color: #fff;
}

.buyCon-info li span {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}


.buy-socialList {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
}

.buy-socialList li {
    margin-right: 20px;
    color: #fff;
    font-size: 30px;
}

.buy-socialList li:last-child {
    margin-right: 0px;
}

.buy-socialList li a {
    color: #fff;
}

.buy-socialList li a:hover {
    color: #a99562;
}

.ftrBg {
    background: #333338;
}

.con-searchRow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1a1d;
    border-radius: 15px;
    padding: 3px 10px;
}

.con-searchRow .form-control {
    width: calc(100% - 80px);
    border-radius: 0;
    border: none;
    height: 50px;
    color: #fff;
    background: transparent;
    border-right: 1px solid #c5af78;
}

.con-searchBtn {
    border: none;
    color: #c5af78;
    width: 75px;
    cursor: pointer;
    background: transparent;
}

.con-searchBtn:hover {
    color: #fff;
}

.con-search .btn {
    height: 100%;
}

.con-search {
    margin-top: -27px;
}

.definitionTitle {
    text-transform: uppercase;
    color: #c5af78;
}

.con-definitionsec h4 {
    font-size: 24px;
    color: #777;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

/*-- buyer-pages(End) --*/

/*Media Query css*/

@media only screen and ( min-width: 1401px ) {
    /*.container { max-width: 1200px;}*/
    .login-sec .col-md-8 {
        height: 100vh;
    }

    .container {
        max-width: 1300px;
    }
}

@media only screen and ( max-width: 1600px ) {
    .loginBg {
        max-width: 900px;
    }

}

@media only screen and ( max-width: 1366px ) {
    .loginBg {
        max-width: 600px;
    }

    .profileEdit-sec {
        padding: 80px 0;
    }

    .profileEditBg {
        padding: 30px;
    }

}

@media only screen and ( max-width: 1199px ) {
    .width40 {
        width: 27% !important;
    }

    .profileEdit-sec {
        padding: 60px 0;
    }

    .profileEditBg {
        padding: 20px;
    }

}

@media only screen and ( max-width: 1024px ) {
    .profileEdit-sec {
        padding: 50px 0;
    }
}

@media only screen and ( max-width: 991px ) {
    .width40 {
        width: 17% !important;
    }

    .profileEdit-sec {
        padding: 40px 0;
    }

}

/*@media only screen and ( min-width: 767px ) {
    .main_menu{
        display: block !important;
    }
}*/
@media only screen and ( min-width: 768px ) {
    .main_menu {
        display: block !important;
    }

    #mySidenav {
        width: auto !important;
    }
}

@media only screen and ( max-width: 767px ) {
    .click {
        display: block;
        cursor: pointer;
    }

    .main_menu a.closebtn {
        color: #000;
        display: block;
    }

    /*.main_menu{
        display: none;
        width: 100%;
        position: relative;
    }
    .main_menu ul {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    }
    .main_menu ul li{
       display: block;
    }
    .main_menu ul li a {
    padding: 6px 0px;
    }*/
    /*-- For_mob_menu(Start) --*/
    .main_menu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0 !important;
        background-color: rgba(255, 255, 255, 0.97);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 999;
    }

    .main_menu a {
        display: block;
        transition: 0.3s;
    }

    .main_menu a:hover {
        color: #333;
    }

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

    /*-- For_mob_menu(End) --*/
    .width40 {
        width: 70% !important;
    }

    .width50 {
        width: 100% !important;
    }

    .confirmBoxInner {
        margin-right: 0px;
    }

    .loginnR.confirmBox {
        justify-content: center;
    }

    .confirmBoxInner {
        padding: 50px 15%;
        margin-right: 0px;
        margin-top: 30px;
    }

    .profileEdit-sec {
        padding: 30px 0;
    }

    .profileEdit-box {
        flex-flow: row wrap;
    }

    .profileEditBg {
        width: 100%;
    }

    .profileEdit-pic {
        margin: 0 auto 20px;
    }

    .profileEdit-pic img {
        width: 100%;
    }

}

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


}

@media only screen and ( max-width: 480px ) {
    .profileEdit-sec {
        padding: 20px 0;
    }

}

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


}

/*Media Query css*/


.dashboard-container {
    padding-top: 50px;
}

.propertyForm .btn {
    border: 0;
    display: inline-block;
    vertical-align: top;
    background: #c5af78;
    color: #fff;
    padding: 14px 70px;
    font-size: 16px;
    text-transform: uppercase;
}

.profileEdit-form .btn-black {
    background-color: #000 !important;
    color: #fff !important;
}

.profileEditBg .btn-black {
    background-color: #000 !important;
    color: #fff !important;
}

/* .select2-search__field{
    display: none !important;
} */
.custom-control-plus {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.help-block ul {
    margin: 0;
    list-style: none;
    padding: 0;
    color: red;
}

.table tr:last-child > td {
    border-bottom: 1px solid #dee2e6;
}


/* media queries */
@media (max-width: 1600px) {
    .dashboard-container .profileEditBg1 {
        padding: 30px;
        margin: 0px 0px;
    }

    .dashboard-container .profileEditBg {
        padding: 14px;
    }
}

@media (max-width: 1600px) {
    .profileEdit-form {
        width: calc(100% - 32px);
    }

    .profileEdit-pic {
        display: none;
    }

    .dashboard-container .profileEditBg {
        justify-content: center;
    }
}

@media (max-width: 1366px) {
    .tabRow {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .propertyForm .btn {
        padding: 14px 18px;
    }

    .btnWidth {
        width: 295px;
    }
}

@media (max-width: 991px) {
    .loginnR {
        padding: 0;
    }

    .loginnL h1 {
        font-size: 35px;
    }

    .loginnRinner h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .dashboard-container .profileEditBg {
        justify-content: center;
        margin: 30px 0px;
    }

    .processNo {
        margin: 0 18px;
    }

    .buyerList {
        display: none;
        margin-top: 30px;
    }

    .buyerTop {

        margin-top: 30px;
    }

    .login-sec .logo {
        padding: 14px 0 0px 20px;
        position: static;

    }

    .login-sec .loginnL {
        height: auto;
        width: 100%;

    }

    .loginnRinner {
        padding: 60px 0;
    }

    .loginnRinner h2 {
        font-size: 34px;
    }

    .custom-radioRow .custom-radio label {
        width: 9rem;
    }

}

@media (max-width: 480px) {

    .processNo {
        margin: 0px 30px;
    }

    .loginnL p {
        font-size: 18px;
    }
}
