@font-face {
    font-family: ProximaFont;
    src: url('../font/ProximaNova-Regular.otf');
}
body{
    font-family: ProximaFont;
    font-size: 18px;
}
button{
    transition: all 0.4s;
    border: none;
}
button:focus{
    outline: none;
    border: none;
}
.btn-default{
    border: none;
    background: #073eb3;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
}
.btn-default:hover{
    background: #08389e;
    color: white;
    box-shadow: 0 10px 18px rgba(0,0,0,0.10), 0 5px 12px rgba(0,0,0,0.1);
}
.btn-bg{
    /*color: #073eb3;*/
    border-radius: 0;
}
/*Navbar*/
.nav-header{
    height: 450px;
    position: relative;
    /*background-attachment: fixed;*/
}

.navbar{
    background: white;
    /*border-bottom: 2px solid red;*/
    padding: 5px;
}
.nav-link{
    color: #073eb3 !important;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.nav-link span{
    /*transition: all .4s;*/
    padding-bottom: 2px;
}
.nav-link:hover span{
    border-bottom: 2px solid #073eb3;
}


/*Navbar End*/

/*sections*/
.carousel-section .carousel{
    max-height: 500px;
    overflow: hidden;
}
.about-cont{
    max-width: 1100px;
    margin: auto;
}
.about-section{
    position: relative;
    padding: 50px 50px 0;
    margin-top: -50px;
    background: white;
    border-radius: 20px 20px 0 0;
}
.section-heading{
    color: #073eb3;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.about-section p, .steps-section p{
    color: #767676;;
    font-weight: 500;
}
.counters-cont {
    background: #fff !important;
    color: #073eb3;
}
.steps-section{
    padding: 50px 50px;
}

.steps-container {
    display: grid;
    margin: 7.5px 0px;
    grid-template-columns: auto 1fr;
    color: #767676;;
    font-weight: 500;
}
.steps-section span{
    font-weight: 600;
}
.steps-container .steps-text{
    margin-left: 10px;
    text-align: left;
}

.counters-cont .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters-cont i {
    color: #073eb3;
    margin-bottom: 5px;
}
.counters-cont h3{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #073eb3;
}

.counters-cont .counters {
    font-size: 46px;
    font-weight: 600;
    margin: 10px 0;
}

.explore-cont {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 100px;*/
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.explore-side {
    flex: 20%;
    padding: 40px 20px 20px 40px;
    min-width: 250px;
    max-width: 250px;
}
.explore-side a{
    transition: all .4s;
    color: #676767;
    text-decoration: none !important;
    font-size: 14px;
}
.explore-side a:hover{
    color: #073eb3;
}
.explore-side .explore-countries{
    max-height: 300px;
}

/* Main column */
.explore-main {
    background: rgba(0,0,0,0.04);
    flex: 60%;
    padding: 20px;
}
.explore-main .border{
    background: white;
}
.explore-main .border:hover{
    box-shadow: 0 10px 18px rgba(0,0,0,0.10), 0 5px 12px rgba(0,0,0,0.1);
}


.product{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.product-image{
    text-align: center;
    height: 200px;
    width: 250px;
    overflow: hidden;
    background: #e9ecef !important;
}
.product-image img {
    height: 200px !important;
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.product-info{
    flex: 60%;
    padding: 10px;
}
.product-info .product-name a{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #1b1e21;
    text-decoration: none !important;
    transition: all .5s;
}
.product-info .product-name a:hover{
    color: #073eb3;
}
.product-details-cont{
    color: #676767;
    font-size: 14px;
    margin-top: 10px;
}
.product-details-cont .product-details{
    display: inline-block;
    width: 200px;
    font-weight: 400;
}
.product-details-cont  span{
    /*display: inline-block;*/
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 200px;
    max-width: 500px;
    white-space: nowrap;
    font-weight: 500;
    padding-top: 5px;
}
.explore-main label{
    font-size: 16px;
    cursor: pointer;
}

/*company profile*/
.company-profile{
    border-top: 2px solid #073eb3;
}
.company-profile .name{
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.company-profile .company-logo{
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.company-profile .company-logo img{
    width: 100%;
    height: 100%;
}

.company-profile .c-heading{
    display: inline-block;
    width: 200px;
    font-weight: 500;
}
.company-profile .company-product img{
    width: 100%;
    height: auto;
}
.company-product{
    margin: 20px;
    width: 300px;
    display: inline-block;
    text-align: left;
}
.company-product .p-heading{
    font-weight: 500;
    display: inline-block;
    width: 150px;
}
/*company profile End*/


/*sections End*/
/*Footer*/
#footer {
    background: white;
    border-top: 2px solid #073eb3 !important;
    padding-top: 20px !important;
}
#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:white;
}
#footer .footer-links a {
    color: rgba(0,0,0,0.7) !important;
    text-decoration: none !important;
    background-color: transparent;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 5px;
    border-right: 1px solid grey;
    /*-webkit-text-decoration-skip: objects;*/
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color: #073eb3;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
.companies-cont{
    padding: 30px 100px;
}
.companies{
    padding: 20px 10px;
}
.companies .company-name{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
}
/*Footer Ends*/

/*Form*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #073eb3;
    outline: 0;
    box-shadow: none;
}
.suggestion-cont{
    background: rgba(26,190,224,0.9);
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    z-index: 1000;
    font-size: 14px;
}
.suggestion-text{
    display: block;
    padding: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: white;
    text-decoration: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.suggestion-text:hover{
    background: #073eb3;
    color: white;
}
.register-form{
    padding: 100px 0 10px;
}

/*Form End*/


@media screen and (max-width: 991px) {
    .rw-sentence h2{
        font-size: 1.6em;
    }
    .rw-words span{
        font-size: 1.5em;
    }
    .c-details{
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 768px) {
    .nav-header{
        background-attachment: inherit;
    }
    .rw-sentence h2{
        font-size: 1.2em;
    }
    .rw-words span{
        font-size: 1em;
    }
    .about-section {
        padding: 50px 10px;
        margin-top: 0;
    }
    .home-section{
        padding: 40px 20px;
    }
    .steps-section{
        padding: 50px 10px 20px;
    }
    .counters-cont{
        padding: 20px 0;
    }
    .counters-cont .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters-cont .container > div:nth-of-type(1),
    .counters-cont .container > div:nth-of-type(2) {
        border-bottom: 1px #073eb3 solid;
        padding-bottom: 20px;
    }
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .companies-cont{
        padding: 30px 10px 30px;
    }
}

.scroll{
    overflow: auto;
}

.scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: none;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
    background-color: grey;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.seller-col {
    background-color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px 0px 30px;
}

.search-bar-icon {
    color: #ced4da;
    margin-left: -30px;
    margin-top: 18px;
    z-index: 999;
    cursor: pointer;
}

.search-bar-icon:hover {
    color: #073eb3;
}

.search-input:focus + .search-bar-icon {
    color: #073eb3;
}

.search-input:focus {
    border-left: none;
}

.parent-border-div:focus-within .input-group-text,.parent-border-div:focus-within .search-input{
    border:1px solid #073eb3;
}

.auth-buttons{
    width: 170px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 20px;
}

header {
    border-bottom: 2px solid #007bff;
}

.home-section p{
    color: #767676;;
    font-weight: 500;
}

.home-section{
    padding: 20px 20px;
}

.home-section span{
    font-weight: 600;
}

.home-section:nth-child(even) {
    background-color: #efefef;
}

.left-panel, .right-panel{
    width: 50%;
    float: inline-start;
}

/* .seller-steps:after {
    content: "";
    background-color: grey;
    position: absolute;
    width: 3px;
    height: 380px;
    top: 10px;
    left: 95%;
    display: block;
  } */

.seller-steps {
    border-right: 2px solid #767676;
}

.buyer-steps {
    border-left: 2px solid #767676;
}

.complete-counters {
    padding: 40px 20px;
}

.complete-counters:hover {
    color: #fff;
    background-color: #073eb3;
}

.container {
    max-width: 1000px !important;
}

.gbn-product .product-name{
    width: 100%;
    font-size: 16px !important;
    font-weight: bold;
    line-height: normal;
    color: #1b1e21;
    text-decoration: none !important;
    transition: all .5s;
}
.gbn-product .product-name:hover{
    color: #073eb3;
}
.card{
    overflow: hidden;
}
.detail-val{
    color: #000 !important;
    font-weight: bold !important;
}
.gbn-product .product-name{
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-card-section:nth-child(even){
    background-color: #efefef !important;
}

.home-card-section {
    padding: 40px 0px;
}

.home-card-section .home-card-section-heading{
    font-weight: bold;
}

.gbn-home-products {
    border-top: 2px solid #073eb3;
    border-bottom: 2px solid #073eb3;
}

.desktop-header{
    background-color: #fff;
}

.fixed-top {
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}