.ask-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
}
.selectmulti {
    min-height:57px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 57px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}
.select2-container .select2-selection--single {
    height: 57px !important;
}
.ui.selection.dropdown>.dropdown.icon {
    top: 20px !important;
}
.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
    margin-top: 18px !important;
    color: #495057 !important;
}
.top-city-img {
    border-radius: 100px;
    height: 150px;
    border: 2px dashed #b8a064;
    width: 150px;
}
.law-area::-webkit-scrollbar-corner { background: rgba(0,0,0,0.5); }

.law-area {
    scrollbar-width: thin;
    scrollbar-color: #B8A064;
}

.law-area::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.law-area::-webkit-scrollbar-track {
    background: #e2e2e2;
}

.law-area::-webkit-scrollbar-thumb {
    background-color: #B8A064;
    border: 3px solid #B8A064;
}


.contact-form-btn {
	float: right;
}
.account-container {
	padding: 0% 1% 1% 2%;
}
.danger {
	color: red;
}
.gold {
    color:#B8A064;
}
.bg-gold {
    background-color:#B8A064 !important;
    color:#fff !important;
}
.side-li {
	background: #000;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.side-li:hover {
	background: #000;
}
.side-li a {
	color: #fff !important;
}
.laywer-dt-area {
    padding: 15px !important;
    margin-bottom: 30px !important;
    border: 2px solid #B8A064 !important;
    background: rgb(184,160,100);
    background: linear-gradient(230deg, rgba(184,160,100,1) 6%, rgba(255,255,255,1) 6%, rgba(246,246,246,1) 94%, rgba(184,160,100,1) 94%);
}
.p-30 {
    padding:30px !important;
}
.law-area {
    overflow-y: scroll;
    height:500px;
}
.law-social-area {
    margin-top:20px;
    margin-bottom:20px;
}
.law-social-area .icons {
    padding: 10px;
    width:30px;
    height:40px;
    border: 1px solid;
    margin-right: 10px;
}
.law-social-area .icons:hover {
    background-color:#B8A064;
    color:#fff;
}
.law-social-area .icons .fa {
    font-size: 18px;
}
.law-social-area .icons .fa-envelope {
    margin-left: 2px;
}
.select-50 {
    height: 50px !important;
}
.lawyersbtns {
    padding: 10px 10px !important;
}
.bg-grid {
    padding: 10px 15px 15px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    box-shadow: 4px 5px 1px 2px #dadada;
}
.bg-grid h2 {
    color:#fff;
}
.bg-pending {
    background: #2671ee;
}
.bg-processing {
    background: #d3b774;
}
.bg-finalization {
    background: #7b3d31;
}
.bg-cancelled {
    background: #d63e3e;
}
.bg-completed {
    background: #3aa354;
}
.bg-document {
    background: #424c56;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #B8A064;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #B8A064;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000000
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #B8A064;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #B8A064;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #B8A064
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #B8A064
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #B8A064
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.choose-country-icon {
    display:inline-block;
    float:left;
    margin-left: 2%;
    margin-right: 2%;
}


/* Pdf */
.templates-form .fieldlabels {
    display: block !important;
    text-align: left !important;
}

.fields-divider {
    background-color: #B8A064;
    margin: 15px;
    padding: 10px;
}
.fields-divider h4 {
    color: #fff;
}

/* Sidebar */

   
.accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 0px auto 20px;
  background: #fff;
  border-radius: 4px;
}
.accordion-menu li.open .dropdownlink {
    color: #ffffff;
    background-color: #000;
    .fa-chevron-down {
        transform: rotate(180deg);
    }
}
.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}
.dropdownlink a {
    color: #000;
}
.dropdownlink:hover {
    background: #000;
    color: #fff;
    a { 
        color: #fff;
    }
}
.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
  i {
    position: absolute;
    top: 17px;
    left: 16px;
  }
  .fa-chevron-down {
    right: 12px;
    left: auto;
  }
}
.submenuItems {
  display: none;
  li {
    border-bottom: 1px solid #B6B6B6;
  }
}
.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
  &:hover {
    background-color: #B8A064;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
   .home-main-block .slider-heading {
        font-size: 24px !important;
        line-height: 1.5 !important;
    }
    .slider-dtl {
        margin-top: 5% !important;
    }
    .home-form {
        padding: 25px 25px !important;
    }
    .small-screen {
        display: inline-block;
        float: right;
        width: 50%;
        margin-top: -20%;
        background-color: #000;
    }
    #cssmenu.small-screen #menu-button:before, #cssmenu.small-screen #menu-button:after {
       margin-top:-5px !important;
       color:#fff !important;
       background: #fff !important;
    }
    #cssmenu.small-screen #menu-button.menu-opened:before, #cssmenu.small-screen #menu-button.menu-opened:after {
        top: 30px !important;
        background: #fff !important;
    }
    #cssmenu.small-screen #menu-button:after {
        border-top: 2px solid #fff !important;
        border-bottom: 2px solid #fff !important;
    }
    .logo {
       display: inline-block;
       float: left;
    }
    #cssmenu.small-screen #menu-button {
        background: #b8a064 !important;
        color: #fff !important;
        width: 35%;
        float: right;
        margin-top: -20%;
        text-align: center;
    }
    .open {
        background-color:#000 !important;
    }
    .pb-120 {
        padding-bottom: 80px !important;
    }
    .pt-120 {
        padding-bottom: 80px !important;
    }
    .select2 {
        width: 100% !important;
    }
    .home-list {
        display:none;
    }
    .about-main-block {
       margin-top:40% !important;
    }
    .request-button {
       text-align: right !important;
       margin-right: 5% !important;
    }
}
