body{
    margin: 0;
    padding: 0;
}
p {
    font-family: 'GilroyMedium';
    font-size: 14px;
    margin-bottom: 0;
}
li {
    list-style-type: none;
    font-family: 'GilroyMedium';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
a, a:hover{
    text-decoration: none !important;
    transition: .2s;
}
.container {
    max-width: 1220px;
}
.p-head{
    font-family: 'GilroySemiBold';
    font-size: 22px;
    color: #252525;
    margin-bottom: 10px;
    line-height: 23px;
}
.heading-text{
    font-family: 'GilroyBold';
    color: #252525;
    font-size: 32px;
    line-height: 43px;
}
.heading-text b{
    background:linear-gradient(270.7deg, #8DBF20 5.63%, #6B960E 103.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.p-text {
    color: #252525d9;
    margin-bottom: 15px;
}
.white-head {
    color: #fff;
}
.send-btn,
.how-btn,
.earn-btn,
.flow-btn,
.sort-btn,
.down-btn,
.viewmore-btn,
.carfilter-btn,
.upload-btn,
.drop-btn,
.switch-btn{
    padding: 10px 20px;
    background: #1E2541;
    border-radius: 6px;
    font-size: 14px;
    float: left;
    font-family: 'GilroyMedium';
    width: 130px;
    text-align: center;
}
.earn-btn a,
.how-btn a{
    color: #fff;
    text-decoration: none;
}
.button_slide,
.blue-btn,
.white-btn{
    box-shadow: inset 0 0 0 0 #1e2541;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    color: #000;
}
.blue-btn{
    box-shadow: inset 0 0 0 0 #8dbf20;
} 
.button_slide:hover {
    box-shadow:  inset 0 50px 0 0 #1e2541;
}
.button_slide:hover a {
    color: #fff;
}
.blue-btn:hover{
    box-shadow: inset 0 60px 0 0 #8dbf20;
    color: #fff;    
}
.white-btn:hover {
    box-shadow: inset 0 40px 0 0 #1e2541;
    color: #fff;
}
.form-control::placeholder{
    color: #918c8c;
    opacity: 1; 
}
.form-control:-ms-input-placeholder{
    color: #918c8c;
}
.form-control::-ms-input-placeholder { 
    color: #918c8c;
}
.box-scroll {
    scrollbar-color: #8dbf20 #80808030;
    scrollbar-width: thin !important;
}
  
.box-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}  
.box-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #808080;
    border-radius: 10px;
}  
.box-scroll::-webkit-scrollbar-thumb {
    background: #8dbf20;
    border-radius: 10px;
} 
.box-scroll::-webkit-scrollbar-thumb:hover {
    background: #8dbf20;
}  
.box-scroll::-webkit-scrollbar-button {
    height: auto;
}
li.breadcrumb-item a {
    color: #6C6C6C;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: #252525;
}

/* map part */
.map-part {
    width: 100%;
    height: 660px;
    border-radius: 10px;
    overflow: hidden;
}
.form-control:focus {
    border-color: #8DBF20  !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -130px !important;
    width: 180px !important;
    top: 40px;
    background: #404e68;
    padding: 0;
    overflow: hidden;
}
.nav-left li.nav-item.menu-item .dropdown-item{
    color: #fff;
    font-family: 'GilroyMedium';
    font-size: 14px;
    padding: 10px 18px !important;
}
.nav-left li.nav-item.menu-item .dropdown-item:focus,
.nav-left li.nav-item.menu-item .dropdown-item:hover{
    background: #fff;
    color: #404e68;
}
label.error {
    color: red !important;
    margin: 8px 0;
    font-size: 12px !important;
}
.tabdata-content{
	min-height: 70vh;
}

/* .nav-left li.nav-item.menu-item .dropdown .dropdown-toggle::after{
    position: absolute;
    background: url("../images/arrow-down.png") no-repeat;
    border: unset;
    width: 15px;
    height: 15px;
} */

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color:transparent!important;
}
.contact-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-left: 73px!important;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #918c8c;
    font-size: 14px;
}
.iti__selected-flag {
    padding: 10px!important;
}
.iti__selected-flag > .iti__flag {
    display: none;
}
a.navbar-brand > img {
    width: 125px;
}