body {
    background-color: #FFF9F3;
}

.container {
    max-width: 1258px;
}

@font-face {
    font-family: Inter-regular;
    src: url(/frontend/font/Inter-Regular.ttf);
}
@font-face {
    font-family: Inter-light;
    src: url(/frontend/font/Inter-Light.ttf);
}
@font-face {
    font-family: Roboto-regular;
    src: url(/frontend/font/Roboto-Regular.ttf);
}

@font-face {
    font-family: Inter-medium;
    src: url(/frontend/font/Inter-Medium.ttf);
}

@font-face {
    font-family: Inter-semi-bold;
    src: url(/frontend/font/Inter-SemiBold.ttf);
}

@font-face {
    font-family: Inter-bold;
    src: url(/frontend/font/Inter-Bold.ttf);
}

@font-face {
    font-family: Inter-extra-bold;
    src: url(/frontend/font/Inter-ExtraBold.ttf);
}

@font-face {
    font-family: Roboto-medium;
    src: url(/frontend/font/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-bold;
    src: url(/frontend/font/Roboto-Bold.ttf);
}

@font-face {
    font-family: Poppins-medium;
    src: url(/frontend/font/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(/frontend/font/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-bold;
    src: url(/frontend/font/Poppins-Bold.ttf);
}

/* header */
.nav {
    gap: 15px;
    align-items: center;
}
.navbar {
    background-color: unset !important;
}

.nav-link {
    font-family: 'Inter-regular';
    font-weight: 400;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #1C1C1C !important;
    padding: 8px 16px !important;
}

.navbar-nav a.active {
    font-family: 'Inter-regular';
    color: #FB5607 !important;
    text-decoration: unset;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 22px !important;
   
    padding: 8px 16px !important;

}

.nav-item {
    margin: auto;
}

.header-orange-btn {
    font-family: 'Inter-semi-bold';
    /* font-weight: 600; */
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFF9F3;
    padding: 11px 24px;
    background: #FB5607;
    border-radius: 8px;
    border: 2px solid #FB5607;
}

.header-btn {
    font-family: 'Inter-regular';
    padding: 10px 24px;
    border: 2px solid #000000;
    border-radius: 8px;
    /* font-weight: 400; */
    font-size: 16px;
    letter-spacing: 0.005em;
    color: #000000;
    background-color: transparent;
}

/* end header */
/* top banner */
.top-banner-section {
    background-image: url('/frontend/images/top-banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 616px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.top-banner-white-text {
    font-family: 'Inter-regular';
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #FB5607;
}

.top-banner-orange-text {
    font-family: 'Inter-regular';
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FB5607;
}

/* end top banner */

/* about us scetion */
.about-container {
    max-width: 974px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 47px;
}

.blue-heading {
    font-family: 'Inter-regular';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #15104D;
}

.sub-text {
    font-family: 'Inter-regular';
    font-style: normal;
    /* font-weight: 400; */
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

/* end about us section */
/* featured contract scetion */
.contract-grid-inner {
    background-color: #FEF5EC;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 25px 13px;
    background-image: url(/frontend/images/orange-arrow.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 96%;
}

.card-title {
    font-family: 'Inter-regular';
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #15104D;
}

.contract-loc {
    font-family: 'Inter-regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #8885AC;
}

.contract-address-large {
    font-family: 'Inter-regular';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #15104D;
}

.contract-address-small {
    font-family: 'Inter-regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #8885AC;
}

/* end featured contract section */

/* key sectionend key scetio */
.key-fetaure-section-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.key-fetaure-grid {
    --bs-gutter-x: 2.3rem;
}

.key-fetaure-section .white-heading {
    font-family: 'Inter-regular';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 87px;
    color: #FFFFFF
}

.key-fetaure-section {
    background-image: url(/frontend/images/key-feature-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 48px;
}

.key-feature-inner-col {
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 36px;
}

.key-section-heading {
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #0B1131;
    margin-top: -40px;
}

/* end key section */

/* why us */
/* .why-us-main{
    max-width: 1191px;
    margin-left: auto;
    margin-right: auto;
} */
.why-hashtag {
    font-family: 'Poppins-medium';
    /* font-weight: 500; */
    font-size: 14px;
    line-height: 28px;
    color: #145C8E;
    opacity: 0.5;
}

.why-col {
    padding: 80px 40px;
    background-image: url(/frontend/images/why-white-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.why-col-blue-one {
    background-image: url(/frontend/images/why-blue-bg-one.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.why-col-blue-two {
    background-image: url(/frontend/images/why-blue-bg-two.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.why-hashtag {
    padding-top: 47px !important;
}

.why-blue-title {
    font-family: 'Poppins-Regular';
    font-weight: 700;
    font-size: 24px;
    line-height: 68px;
    color: #145C8E;
}

.why-sub-text {
    font-family: 'Poppins-Regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #145C8E;
    opacity: 0.5;
}

/* end why us */

/* your wishlist */
.wishlist-section {
    margin-top: 60px;
    max-width: 1330px;
}
.wishlist-card .card-title,
.wishlist-section .card-title {
    font-size: 24px;
    line-height: 28px;
}

.wishlist-card {
    background: #FEF5EC;
    border: 1px solid #E4E4E4;
    border-radius: 11px;
    padding: 15px 20px;
    background-image: url(/frontend/images/wishlist-arrow-icon.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 96%;
}

.wishlist-loc-div {
    gap: 10px;
}

.wishlist-grid {
    margin-top: 52px;
}

.wishlist-loc-name {
    font-family: 'Inter-regular';
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #15104D;
}

.wishlist-location {
    font-family: 'Inter-regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #8885AC;
}

/* end youe wishlist */
/* form section */

/* .form-col {
    background: rgba(254, 245, 236, 0.35);
    border: 1px solid #E4E4E4;
    border-radius: 11px;
    padding: 54px; 
}*/

.white-heading {
    font-family: 'Inter-regular';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFF9F3;
}

.form-col .white-heading {
    font-size: 36px;
    line-height: 44px;
}

.form-col label {
    font-family: 'Inter-regular';
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: #FFF9F3;
    margin-bottom: 12px;
}

.form-col select.form-select {
    background-color: #FEF5EC !important;
    border: 1px solid #C7C5DE;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    height: 66px;
    margin-bottom: 21px;
    font-family: 'Inter-bold';
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 21px;
    color: #484473;
}

.form-btn {
    background: #FB5607;
    border-radius: 100px;
    font-family: 'Inter-semi-bold';
    font-style: normal;
    /* font-weight: 600; */
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #F8F8FF;
    padding: 19px 80px;
    border: unset;
    margin-left: auto;
    /* margin-right: auto; */
    justify-content: center;
    display: flex;
    /* margin-top: 55px; */
}

/* end form section */

/* downlaod app section */
.download-app-section {
    margin-top: 154px;
    background-image: url(/frontend/images/orange-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 180px;
}

.download-app-section .white-heading {
    font-size: 40px;
}

.dowanload-sub-head {

    font-family: 'Inter-regular';
    font-weight: 700;
    font-size: 24px;
    line-height: 68px;
    color: #FFFFFF;
}

.download-sub-text {
    font-family: 'Inter-regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.mobile-/frontend/images {
    width: 700px;
    margin-top: -110px;
    margin-bottom: -120px;
}

.white-btn {
    background-color: #fff;
    font-family: 'Inter-regular';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #0B456E;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 11px 25px;
    border: unset;
    margin-top: 34px;
}

.download-sub-text {
    font-family: 'Inter-regular';
    /* font-weight: 400; */
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;

}

/* end download  section */

/* Coal Section */
.coal-grid-inner {
    background: #FEF5EC;
    border: 1px solid #E4E4E4;
    border-radius: 9px;
    margin: 0px;
    flex: unset !important;
    width: max-content;
}

.coal-section h5 {
    font-family: 'Roboto-regular';
    font-style: normal;
    /* font-weight: 400; */
    font-size: 20px;
    line-height: 23px;
    color: #BFBFBF;
    margin-bottom: 0;
}
/* 
.coal-grid-inner:hover .colBg {
    background: #FB5607;
} */

.colBg {
    background: #FB5607;
    border-radius: 8px;
    padding: 5px;
    display: grid;
    place-items: center;
}

.colText {
    display: grid;
    place-items: center;
    padding: 10px 7px;
}

/* End Section */

/* footer */
.footer {
    margin-top: 84px;
}

.footer-info {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    color: #000000;
}

.footer-title {
    font-family: 'Inter-regular';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #15104D;
}

.footer-links ul {
    padding-left: 0px;
    margin-top: 31px;
}

.footer-links {
    list-style: none;
    font-family: 'Inter-regular';
    /* font-weight: 400; */
    font-size: 14px;
    line-height: 17px;
    color: #15104D;
    margin-bottom: 15px;
}
.footer-address-text a,
.footer-address-text {
    font-family: 'Inter-regular';
    /* font-weight: 400; */
    font-size: 14px;
    line-height: 17px;
    color: #15104D;
}

.footer-address-text {
    display: inline-flex;
    gap: 6px;
}

.follow-us-title {
    font-size: 16px;
    margin-top: 20px;
}

.footer-socila-share.d-flex {
    gap: 20px;
}

.footer-hr {
    border: 1px solid #D6D8DE;
}

.footer-copy-right {
    font-family: 'Inter-regular';
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #000000;
}
.footer-copy-right p.text-center b {
    font-weight: 700;
}
.footer-bootom-title{
    font-family: 'Inter-regular';
    font-size: 12px  !important;
    line-height: 16px !important;
    color: #15104D;
    font-weight: 700;
}
.footer-bottom-subtext{
    font-family: 'Inter-light';
    font-size: 12px;
    font-weight: 300;
    line-height: 16px !important;
    color: #4B4B4B;
}
/* end footer*/

/* conatct us page */
.conatct-left-col img{
    margin-top: -15px;
}
.conatctus-top-banner{
    background-image: url(/frontend/images/market-top-banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 260px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.contact-section {
    margin-top: 150px;
    padding-bottom: 80px;
}
.conatct-section-inner {
    background: #ecc7a142;

}
.contact-form-col {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
    padding: 75px 67px;
    margin-right: 50px;
    margin-top: -70px;
    margin-bottom: -70px;
    height: 812px;
}
.contact-heading {
    font-family: 'Inter-semi-bold';
    font-size: 56px;
    color: #15104D;
}
form.contact-form {
    margin-top: 50px;
}
.conatct-text {
    font-family: 'Inter-regular';
    font-size: 16px;
    text-align: justify;
    color: #828282;
}

.contact-form input,
.contact-form textarea {
    border: 0px !important;
    border-bottom: 1px solid #E0E0E0 !important;
    font-family: 'Inter-medium';
    font-size: 18px;
    color: #828282;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
}
.contact-form textarea:focus,
.contact-form input:focus {
    box-shadow: unset !important;
    
}
.contact-btn {
    background: #FB5607;
    border-radius: 60px;
    padding: 16px 40px;
    font-family: 'Inter-medium';
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 80px;
    border: unset;
}
.contact-left-heading{
    font-family: 'Inter-medium';
font-size: 32px;
color: #15104D;
padding-left: 10px;
}
.contact-info-text a,.contact-info-text{
    font-family: 'Inter-regular';
    font-size: 20px;
    color: #15104D;
    text-decoration: unset  !important;
    
}
.conatct-left-col {
    padding: 100px 67px;
}
.contact-loc,.contact-email{
    margin-top: 80px !important;
}
/* end conatct us page */

.header #navbarNavAltMarkup a.active {
    padding: 8px 16px !important;
}
.footer-copy-right {
    margin: 0 0 15px;
}
.footer-copy-right p {
    margin: 0 !important;
}
.footer-copy-right .social_icon {
    text-align: right;
}

@media(min-width: 640px) and (max-width: 900px) and (orientation : landscape){
    .why-us-grid .row, .wishlist-row, .favourite-row, .featured-contract-grid .feature-row{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }
    .why-us-grid .row .col-xl-4, .wishlist-row .col-xl-4, .favourite-row .col-xl-4, .featured-contract-grid .feature-row .col-xl-4 {
        width: 100%;
    }
    .why-us-grid .row .col-12 {
margin-top:0px !important;
    }
    }
@media(max-width:1440px) {
    .top-banner-section {
        height: 400px;
    }

    .mobile-/frontend/images {
        width: 100%;
    }

    .download-app-left-col {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 30px !important;
    }

    /* .card-title {
        font-size: 22px;
    } */

    /* .contract-address-large, */
    .wishlist-section .card-title {
        font-size: 18px;
    }

    .dowanload-sub-head {
        margin-top: 10px !important;
    }
    /* contact us page */
    form.contact-form {
    margin-top: 40px;
}
.contact-left-heading{
    font-size: 25px;
}
.contact-form .mb-5 {
    margin-bottom: 2rem!important;
}

.contact-btn{
    margin-top: 40px;
}
.conatct-left-col {
    padding: 50px 67px;
}
.contact-form-col{
    height: unset;
}
.contact-section .container{
    max-width: 1150px;
}
    /* end contact us page */
}
@media(max-width:320px){
    .header img{
        width: 60%;
    }
}
@media(max-width:767px){
    /*key feature home*/
    .feature-first-col{
        order:2;
    }
    .key-fetaure-section .white-heading{
        margin-bottom: 30px;
    }
    /*dowlnload home*/
    .play-store-/frontend/images{
        flex-wrap: wrap;
        gap: 20px;
    }
    .form-section{
        margin-top: 70px;
        padding-top: 65px;
    }
    .download-app-section img{
        padding-top: 42px;
    }
    .download-app-section{
        margin-top: 70px;
    }
    /*footer*/
    .footer-logo-col{
        text-align: center;
    }
    .footer-col-two.col {
        width: 50% !important;
        flex: unset !important;
    }
    .footer-innner .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    /*form home*/
    .form-col{
        padding: 19px;
    }
    .form-btn{
        padding: 19px 60px;
    }
    /* about coalurja*/
    .about-us-inner img {
        width: 230px;
        padding-bottom: 30px;
    }
    /*home banner*/
    .conatctus-top-banner, .top-banner-section{
        background-image: url(/frontend/images/banner-mobile-image.png);
    }
    .top-banner-white-text, .top-banner-orange-text{
        line-height: 50px;
    }
    /* watchlist*/
    .wishlist-card {
        margin-bottom: 10px;
    }
    /*header*/
    .nav{
        align-items: baseline;
    }
    /*coalurja*/
    .why-col{
        padding: 40px 40px;
    }
    /*contact us*/
    .contact-section{
        margin-top: 75px;
    }
    .contact-form-col{
        margin-right: 0px;
    }
    .conatct-left-col{
        padding: 50px 30px;
    }
    .contact-form-col{
        padding: 50px 30px;
        margin: 10px 10px 60px 10px;
    }
    /*footer*/
    h5.footer-title {
        margin-top: 20px;
    }
    
}

@media(max-width:1024px){
    /* coal origin home*/
    .coal-section h5{
        font-size: 16px;
    }
    /*header*/
    .header-second-col{
        text-align: end;
    }
}
@media(min-width:1024px){
    .navbar-collapse{
        display: flex;
        justify-content: end;
    }
}
@media(min-width:768px) and (max-width:999px){
    /*key feature home*/
    .key-feature-inner-col{
        padding-top: 10px;
    padding-bottom: 10px;
    }
    /* wishlist home*/
    .wishlist-grid .wishlist-card {
        height: 110px;
    }
    /* download sec home*/
    .mobile-/frontend/images {
        width: 60%;
    }
    .download-app-section{
        margin-top: 70px;
    }
    /* about coalurja*/
    .about-us-inner img {
        width: 230px;
    }
    /*footer*/
    .footer-col-one {
        width: 100% !important;
    flex: unset !important;
    text-align: center;
    margin: 0 auto !important;
    }
    .footer-col-one .footer-info{
        text-align: center;
        display: block;
        margin: 20px 150px !important;
    }

    /*header*/
    .nav{
        align-items: baseline;
    }
    /*coalurja*/
    .why-col{
        padding: 40px 40px;
    }
    .form-section{
      
        padding-top: 65px;
    }
    /*contact*/
    .conatct-left-col {
        padding: 50px 25px;
    }
    .contact-form-col{
        margin-right: 25px;
    }
    .contact-form-col{
        padding: 55px 40px;
    }
}
@media(min-width:999px) and (max-width:1024px){
    /* wishlist home*/
    .wishlist-grid .wishlist-card {
        height: 125px;
    }
    .wishlist-loc-name{
        line-height: 21px;
    }
    .wishlist-card{
        padding: 15px 15px;
    }

}

/* Mobile Media query 20-02-2023 */
@media only screen and (max-width: 600px) {
    .contact-loc, .contact-email {
        margin-top: 25px !important;
    }
    .contact-phone .mt-3,
    .contact-loc .mt-3,
    .contact-email .mt-3 {
        margin: 0 !important;
    }
    .contact-form-col {
        padding: 40px 15px !important;
        margin: 10px 10px 40px 10px !important;
    }
    .contact-form input {
        padding: 15px !important;
    }
    .contact-form .mb-5 {
        margin-bottom: 10px!important;
    }
    .contact-btn,
    form.contact-form {
        margin-top: 20px !important;
    }
    .conatct-left-col {
        padding: 40px 15px !important;
    }
}

body div.dataTables_processing > div:last-child > div {
    background: #fb5607 !important;
}

/* 01-04-2023 */
.featured-contract-grid .feature-row .col-xl-4 .contract-grid-inner .col-9 {
    padding-left: 0 !important;
}

.markets .blueBg ul#pills-tab {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    display: block;
    margin-left: 15px;
}
.markets .blueBg ul#pills-tab li {
    display: inline-block;
}
ul#pills-tab::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #FFF;
}
/* Track */
ul#pills-tab::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px #FFF; 
    border-radius: 6px;
}
/* Handle */
ul#pills-tab::-webkit-scrollbar-thumb {
    background-color: #484473;
    border-radius: 6px;
}

/* 03-04-2023 */
.download-app-section img.mobile-images {
    margin: -112px 0 -126px 0;
}
.markets .accordion-flush .accordion-item .accordion-header {
    position: relative;
}
.markets .accordion-flush .accordion-item .imgGrid {
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 9;
}

.markets .accordion-flush .accordion-item .accordion-button.collapsed + .icon_right_side .imgGrid.white.float-end,
.markets .accordion-flush .accordion-item .accordion-button + .icon_right_side .imgGrid.float-end {
    display: none !important;
}
.markets .accordion-flush .accordion-item .accordion-button.collapsed + .icon_right_side .imgGrid.float-end,
.markets .accordion-flush .accordion-item .accordion-button + .icon_right_side .imgGrid.white.float-end {
    display: block !important;
}

/* 04-04-2023 */
.about_us_section {
    padding: 76px 0 36px;
    max-width: 1162px;
    display: flex;
    gap: 52px;
    align-items: center;
}
.about_us_section .aus_img img {
    max-width: 409px;
}
.about_us_section .aus_contain .aus_title {
    font-family: 'Inter-regular';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;
    color: #15104D;
    margin: 0 0 13px;
}
.about_us_section .aus_contain ul {
    padding: 0 0 0 25px;
}
.about_us_section .aus_contain ul li,
.about_us_section .aus_contain p {
    font-family: 'Inter-regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38em;
    color: #000000;
}
.about_us_section .aus_contain ul,
.about_us_section .aus_contain p {
    margin: 0 0 25px;
}
.about_us_section .aus_contain p:nth-last-child(1) {
    margin: 0 0 0 0 ;
}
.about_us_section .aus_contain .bold_font {
    font-weight: 700;
}
/* 04-04-2023 */

.terms_section {
    padding-top: 60px !important;
}
.terms_section p,
.terms_section .footer-bottom-subtext {
    font-family: 'Inter-regular' !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #4B4B4B !important;
}
.terms_section .footer-bootom-title {
    font-family: 'Inter-regular' !important;
    font-size: 16px  !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    color: #15104D !important;
}
.footer a {
    text-decoration: none !important;
}
.terms_section + .footer .footer_term_condition {
    display: none;
}

.inquiry_label{
    font-family: 'Inter-regular' !important;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    color: #15104D !important;
}

/* Market filter */
.filterArea {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin: 0 !important;
}
.markets_price_filter .noUi-connect {
    background: #fb5607 !important;
}
.markets_price_filter {
    display: inline-block !important;
    margin: 0 20px !important;
    width: 40% !important;
}
.markets_price_filter {
    height: 7px !important;
}
.markets_price_filter .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    top: -8px !important;
    border-radius: 50px !important;
}
.markets_price_filter .noUi-handle:after,
.markets_price_filter .noUi-handle:before {
    display: none !important;
}
.markets_price_filter .noUi-tooltip {
    font-weight: 600;
}
.markets .accordion-flush .accordion-item .imgGrid img {
    cursor: pointer;
}
.ftr_ctn_info {
    margin-top: 23px;
}
.coal_port_row {
    gap: 10px;
}

/* New font style font subtitle & dec */
.title_contain {
    font-size: 34px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
}
.title_contain_hero {
    font-size: 40px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
}
.dec_contain,
.form-col select.form-select,
.coal-grid-inner .colText .card-title,
.footer-info,
.header .nav-link,
.markets_main .accordion-body table.w-100 td,
.markets_main .accordion-body .buy-sel-form label,
.markets_main .accordion-body .buy-sel-form input,
.markets_main .accordion-body .buy-sel-form select,
.conatct-section-inner .conatct-left-col .contact-info-text a, 
.conatct-section-inner .conatct-left-col .contact-info-text,
.contact-form input, 
.form-div label,
.complete-profile input,
.sign-up input,
.input-icon-span,
.contact-form textarea,
.markets_main .accordion-body .buy-sel-form textarea#message,
.dec_contain li {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    font-style: normal !important;
} 
.input-icon-span,
.markets_main .accordion-body table.w-100 td.tab-conatne-right {
    font-weight: 600 !important;
}
.terms_section .footer-bootom-title,
.footer-bootom-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
}
.contact-form-col .conatct-text {
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
    color: #ff0000;
}
.terms_section .footer-bottom-subtext a {
    color: #FB5607;
}
.terms_section p, 
.terms_section .footer-bottom-subtext,
.footer-bottom-subtext {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    font-style: normal !important;
}
.footer-links,
.footer-address-text a, 
.footer-copy-right,
.footer-address-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    font-style: normal !important;
}
.footer-title,
.markets_main .accordion-body .inquiry_label,
.markets_main .accordion-body .tab-content-title,
.conatct-section-inner .conatct-left-col .contact-left-heading,
.sub_title_contain {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
}
.form-btn,
.contact-btn,
.form-button,
.header-orange-btn,
.header-btn,
.sign-up .form-button,
.markets_main .accordion-body .buy-sel-submit-btn,
.markets_main .accordion-body .market-cancel-btn,
.btn_contain {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2em !important;
    font-style: normal !important;
}

.card-title,
.wishlist-loc-name,
.contract-address-large {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5em !important;
    font-style: normal !important;
}
.contract-loc,
.wishlist-location,
.contract-address-small {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    font-style: normal !important;
}

.coal-grid-inner .colText .card-title {
    font-weight: 500 !important;
    color: #15104D !important;
}
/* Over - New font style font subtitle & dec */
.form-col .title_contain {
    text-align: center !important;
    color: #FFF !important;
}
.form-col select.form-select {
    border: 1px solid #FFF !important;
    background-color: #FFF9F3 !important;
    border-radius: 8px !important;
    height: 55px !important;
    margin: 0 !important;
}
label.form-label.sub_title_contain {
    font-size: 18px !important;
    color: #FFF !important;
}
.form-btn {
    background: #FB5607 !important;
    width: 90%;
    border-radius: 8px;
    height: 55px;
}
/* .form-btn:hover,
.form-btn:focus {
    background:#FFF !important;
    color: #15104D !important;
} */
.coal-section {
    padding: 0 0 50px !important;
}
.form-section {
    background-image: url(/frontend/images/coal_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 85px;
    padding-bottom: 85px;
    margin-top: 86px;
    /* background: #F4E4DD; */
    box-shadow: 30px 30px 80px rgba(44, 83, 100, 0.08);
}

/* My Inquiry Chat bord */
.modal.show .modal-dialog {
    max-width: 786px;
}
.modal.show .modal-dialog .modal-content {
    background: #FFFFFF;
    box-shadow: inset 1px 0px 0px #E5E5EA;
    border-radius: 29px;
}
.modal.show .modal-dialog .modal-content .modal-header {
    padding: 26px 25px 24px;
    position: relative;
}
.modal.show .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'Inter', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 0.75em !important;
    color: #2C2C2E;
}
.modal.show .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    color: #FFF;
    opacity: 1;
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 0;
    background: #F44336 url("/frontend/images/close_popup.png");
    background-repeat: no-repeat;
    background-position: center;
}

.modal.show .modal-dialog .modal-content .modal-body {
    padding: 20px 24px 20px 30px;
    max-height: 705px;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li {
    display: flex;
    margin: 0 0 15px;
    position: relative;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li .conversation-list .ctext-wrap {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.50em;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li .conversation-list .ctext-wrap .chat-time {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    padding: 0 0 0 50px;
    text-align: right;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.left .conversation-list .ctext-wrap .chat-time {
    color:#666668;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li .conversation-list .ctext-wrap p {
    margin: 0;
    line-break: anywhere;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.left .conversation-list .ctext-wrap {
    color: #2C2C2E;
    padding: 10px 20px 4px 13px;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.right .conversation-list .ctext-wrap {
    color: #FFF;
    padding: 10px 13px 4px 20px;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.admin_first_msg:before {
    border-left: 9px solid #FFF;
    border-top: 11px solid #F2F2F7;
    content: " ";
    height: 0;
    left: -9px;
    top: 0;
    position: absolute;
    width: 0;
    border-radius: 5px 0 0 0;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.client_first_msg:before {
    border-right: 9px solid #ffffff;
    border-top: 11px solid #FB5607;
    content: " ";
    height: 0;
    right: -9px;
    top: 0;
    position: absolute;
    width: 0;
    border-radius: 0 5px 0 0;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li:last-child {
    margin: 0;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.right {
    justify-content: flex-end;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li .conversation-list {
    background: #F2F2F7;
    border-radius: 6px;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.right .conversation-list {
    background: #FB5607;
    border-radius: 6px;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.admin_first_msg .conversation-list {
    border-radius: 0 6px 6px 6px;
}
.modal.show .modal-dialog .modal-content .modal-body #chat-conversation li.client_first_msg .conversation-list {
    border-radius: 6px 0 6px 6px;
}
.header_dropdown .dropdown-menu.show ul::-webkit-scrollbar,
.modal.show .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #F4E4DD;
}
.header_dropdown .dropdown-menu.show ul::-webkit-scrollbar-thumb,
.modal.show .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background-color: #15104D;
    border-radius: 6px;
}
.header_dropdown .dropdown-menu.show ul::-webkit-scrollbar-track,
.modal.show .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 100px #F4E4DD;
    border-radius: 6px;
}

.modal.show .modal-dialog .modal-content .modal-footer {
    padding: 15px 22px 16px !important;
    position: relative;
    background: #FB5607;
    box-shadow: inset 0px 1px 0px #E5E5EA;
}
.modal.show .modal-dialog .modal-content .modal-footer .mb-3 {
    margin: 0 !important;
    width: 100%;
}
.modal.show .modal-dialog .modal-content .modal-footer .mb-3 .form-control {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.11em;
    color: #FFF;
    padding: 14px 50px 14px 0;
    background: transparent;
    border: none;
}
.header_dropdown .dropdown-toggle:focus,
.header_dropdown .dropdown-toggle:focus-visible,
.modal.show .modal-dialog .modal-content .modal-footer .btn:focus,
.modal.show .modal-dialog .modal-content .modal-footer .btn:focus-visible,
.modal.show .modal-dialog .modal-content .modal-footer .mb-3 .form-control:focus,
.modal.show .modal-dialog .modal-content .modal-footer .mb-3 .form-control:focus-visible {
    border: unset;
    outline: unset;
    box-shadow: unset;
}
.modal.show .modal-dialog .modal-content .modal-footer .mb-3 .form-control::-webkit-input-placeholder { 
    color: #FFF9F3;
}
.modal.show .modal-dialog .modal-content .modal-footer .btn {
    margin: 0;
    position: absolute;
    padding: 0;
    background: transparent;
    border: none;
}
.market_main_row .ma_head_sec {
    position: relative;
    justify-content: space-between;
}
.market_main_row .mahs_chatbtn {
    position: relative;
}
.market_main_row .mahs_chatbtn img {
    display: block;
    margin-left: auto;
}
.market_main_row .mahs_chatbtn.chat_active:before {
    content: " ";
    position: absolute;
    top: 15px;
    right: -30px;
    background: #FB5607;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: none;
}
/* My Inquiry Chat bord */

/* Header drop down */
.header_dropdown .dropdown-menu.show {
    right: 0;
    left: unset;
    min-width: 532px;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.2));
    border-radius: 6px;
    border: none;
    padding: 0;
}
.header_dropdown .dropdown-menu.show ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 340px;
    overflow: auto;
}
.header_dropdown .dropdown-menu.show ul li {
    padding: 16px 18px;
    border-bottom: 1px solid #EDEDED;
}
.header_dropdown .dropdown-menu.show ul li:last-child {
    border-bottom: unset;
}
.header_dropdown .dropdown-menu .header_dd_list {
    display: flex;
    gap: 10px;
}
.header_dropdown .dropdown-menu .header_dd_list .header_dd_img {
    max-width: 32px;
    width: 100%;
}
.header_dropdown .dropdown-menu .header_dd_list .header_dd_dec p {
    margin: 0;
}
.header_dropdown .dropdown-menu .header_dd_list .header_dd_dec .hd_contain {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.44em;
    color: #000000;
    margin: 0 0 12px;
}
.header_dropdown .dropdown-menu .header_dd_list .header_dd_dec .hd_contain span {
    font-weight: 600;
}
.header_dropdown .dropdown-menu .header_dd_list .header_dd_dec .hd_time{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.44em;
    color: #C8C8C8;
}
.header_dropdown .dropdown-toggle {
    padding: 0;
    background: transparent;
    border: unset;
    position: relative;
}
.header_dropdown .dropdown-toggle::after {
    display: none;
}
.header_dropdown .dropdown-toggle .header_counter {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 12px;
    width: 12px;
    height: 12px;
    background: #EB5757;
    border-radius: 50%;
    top: 0;
    right: 0;
}
.navbar-light .navbar-nav .user_active a {
    color: #FFF !important;
    text-decoration: none !important;
}
.navbar-light .navbar-nav a.active {
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    font-style: normal !important;
}
.navbar-light .navbar-nav .user_active {
    background: #FB5607;
    border-radius: 8px;
    padding: 12px 10px !important;
    color: #FFF !important;
    margin: 0 0 0 16px !important;
}
.header_dropdown_mobile {
    display: none;
}
/* Header drop down */

.snackbar-container {
    background: #FB5607 !important;
    border-radius: 10px !important;
}
.snackbar-container * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
    font-style: normal !important;
}
.snackbar-container .action {
    color: #FFF !important;
}
.noUi-horizontal .noUi-tooltip:before {
    border-right: 5px solid #fb5607;
    border-top: 5px solid transparent;
    content: " ";
    height: 0;
    right: calc(50% - 3px);
    bottom: -7px;
    position: absolute;
    width: 0;
    border-radius: 0 0 0 0;
    border-bottom: 5px solid transparent;
    transform: rotate(270deg);
}

/* 24-04-2023 */
.market_main_row .mahs_chatbtn .chat_counter {
    position: absolute;
    top: 0;
    right: 0;
    background: #FB5607;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFF;
}
.header .header_logo {
    max-width: 90%;
}
.markets_main .filter_label{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
    font-style: normal !important;
    padding: 0 5px 0 0;
    color: #1c1c1c;
}

/* 26-04-2023 */
.my_profile_serach {
    position: relative;
}
.my_profile_serach input#gstinput {
    padding-right: 130px !important;
}
.my_profile_serach  button#gst-search {
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
    background: #FB5607;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    font-style: normal !important;
    padding: 6px 12px;
}

.account_lock {
    background: #F4E4DD;
    box-shadow: 30px 30px 80px rgba(44, 83, 100, 0.08);
    border-radius: 20px;
    padding: 50px;
    margin: 50px auto;
}
.account_lock h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.3em !important;
    color: #15104D !important;
    font-style: normal !important;
    margin: 0;
}

.download_app_btn {
    display: flex;
    gap: 20px;
}
.download_app_btn img {
    max-width: 150px;
}

/* Responsive Laptop */
@media only screen and (min-width: 1270px) and (max-width: 1440px) {
    .download-app-section img.mobile-images {
        width: 100%;
    }
    .contact-form-col {
        margin-top: -40px;
        margin-bottom: -40px;
    }
}

@media only screen and (min-width:765px) and (max-width: 1026px) {
    .container {
        padding: 0 20px !important;
    }
    .top-banner-section {
        height: 400px;
        background-position: top;
        background-size: cover;
    }
    .contract-grid-inner {
        padding: 15px;
    }
    .featured_section {
        padding: 50px 20px !important;
        margin: 0 !important;
    }
    .featured_section .blue-heading {
        margin: 0 0 20px !important;
    }
    .key-fetaure-section {
        padding: 50px 20px !important;
    }
    .why-us-main {
        padding: 50px 20px !important;
    }
    .why-us-main .blue-heading {
        margin: 0 0 20px !important;
        padding: 0 !important;
    }
    .why-hashtag {
        padding-top: 20px !important;
    }
    .why-blue-title {
        line-height: 1.5em !important; 
    }
    .wishlist-section {
        margin: 0 !important;
    }
    .wishlist-section h1.blue-heading {
        margin: 0 0 20px !important;
    }
    .wishlist-grid {
        margin-top: 0 !important;
    }
    .form-section {
        margin: 0px 0 50px 0 !important;
        padding: 50px 0 !important;
    }
    .form-section .form-col {
        padding: 40px !important;
    }
    .form-section .form-col .form-btn {
        margin: 30px auto 0 !important;
    }
    .coal-section .blue-heading {
        margin: 0 0 5px 0 !important;
        padding: 0 !important;
    }
    .coal-section {
        padding: 50px 0 !important;
    }
    .vessel-section .blue-heading {
        margin: 40px 0 0 0 !important;
    }
    .vessel-section .featured-contract-grid {
        margin: 20px 0 0 0 !important;
    }
    .download-app-section {
        margin: 50px 0 0 0 !important;
        padding: 50px 0 !important;
    }
    .download-app-section .row {
        flex-direction: column-reverse;
    }
    .download-app-section img.mobile-images {
        margin: 0 0 30px;
    }
    .download-app-section .row .col-12 {
        margin: 0 !important;
        padding: 0 !important;
    }
    .download-app-left-col button.white-btn {
        margin: 15px 0 0 !important;
    }
    .footer {
        margin: 50px 0 0 0;
    }
    .footer .footer-col-two,
    .footer .footer-col-threee,
    .footer .footer-col-five {
        min-width: 33.33% !important;
    }
    .footer .footer-col-six.col {
        display: flex;
        flex-direction: column;
    }
    .markets .blueBg {
        padding: 0px;
    }
    .filterArea {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .markets .blueBg ul#pills-tab {
        margin: 0;
    }
    .accordion-body {
        padding: 20px !IMPORTANT;
    }
    .buy-sel-submit-btn,
    .market-cancel-btn {
        margin-top: 20px !important;
    }
    .terms_section,
    .about_us_section.container {
        padding-top: 50px !important;
    }
    .about_us_section {
        max-width: fit-content;
        gap: 25px;
        flex-direction: column;
    }
    .about_us_section .aus_contain ul, .about_us_section .aus_contain p {
        margin: 0 0 15px;
    }
    .contact-section {
        margin: 0;
        padding: 50px 0 100px;
    }
    .contact-form-col {
        margin: 0 20px -50px;
        padding: 40px;
    } 
    .conatct-section-inner .conatct-left-col {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    .contact-loc, .contact-email {
        margin-top: 0px !important;
    }
    .conatct-left-col {
        padding: 50px 20px 30px;
    }
    .contact-info-text {
        margin: 10px 0 0 !important;
    }
    .markets_price_filter .noUi-tooltip {
        bottom: -230% !important;
    }
    .title_contain_hero {
        font-size: 36px !important;
    }
    .title_contain {
        font-size: 32px !important;
    }
    .modal.show .modal-dialog {
        padding: 0 20px !important;
    }
    .market_main_row .mahs_chatbtn.chat_active:before {
        top: -10px;
        right: 0px;
    }
    .navbar-light .navbar-nav a {
        padding: 0 !important;
    }
    .header_dropdown_desktop {
        display: none !important;
    }
    .header_dropdown_mobile {
        display: block !important;
    }
    .header .header_toggle_bar {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .header .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 90px;
        left: 0px;
        background: #FFF9F3;
    }
    .header .navbar-collapse .navbar-nav {
        margin: 20px 0 !important;
    }
    .main_header {
        padding: 15px 0 !important;
    }

    /* 16-05-2023 */
    .account_lock {
        padding: 50px 20px !important;
        margin: 50px auto;
        width: calc(100% - 40px);
    }
    .download_app_btn {
        justify-content: center;
    }
}
@media only screen and (max-width: 600px) {
    .container {
        padding: 0 15px !important;
    }
    .top-banner-section .px-4 {
        padding: 0 15px !important;
    }
    .featured_section {
        margin: 0 0 40px !important;
    }
    .download-app-section img.mobile-images {
        margin: 0;
        width: 100%;
    }
    .top-banner-white-text, .top-banner-orange-text {
        line-height: 40px !important;
    }
    .featured_section h1.blue-heading {
        margin: 40px 0 15px !important;
    }
    .my-auto .play-store-images img {
        width: 50%;
    }
    .key-fetaure-grid {
        --bs-gutter-x: 0rem;
    }
    .contract-grid-inner {
        padding: 15px;
    }
    .key-fetaure-section {
        padding: 40px 15px !important;
    }
    .key-fetaure-section .white-heading {
        margin-bottom: 15px;
    }
    .key-feature-inner-col {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .key-section-heading br {
        display: none !important;
    }
    .wishlist-section {
        margin: 40px 0 !important;
    }
    .why-us-main .why-us-section {
        padding: 40px 0 !important;
    }
    .why-us-main .why-us-section .blue-heading {
        padding: 0 !important;
        margin: 0 0 20px !important;
    }
    .key-fetaure-section-inner .mt-5 {
        margin: 20px 0 0 0 !important;
    }
    .wishlist-section .wishlist-inner .blue-heading {
        margin: 0 !important;
    }
    .why-col {
        padding: 20px !important;
    }
    .wishlist-grid {
        margin-top: 0px;
    }
    .wishlist-card {
        margin-bottom: 0px;
    }
    .form-section {
        margin-top: 0px;
        padding: 40px 0 40px 0;
    }
    .form-btn {
        margin: 25px auto 0 !important;
    }
    .coal-section {
        padding: 0 0 40px !important;
    }
    .coal-section h1.blue-heading {
        margin: 0 0 20px !IMPORTANT;
        padding: 0 !important;
    }
    .coal-grid-inner {
        margin: 0 0 10px 10px !IMPORTANT;
    }
    .vessel-section .blue-heading {
        padding: 0 !IMPORTANT;
        margin: 40px 0 0 0 !IMPORTANT;
    }
    .vessel-section .featured-contract-grid {
        margin: 20px 0 0 0 !important;
    }
    .vessel-section .wishlist-card {
        margin-bottom: 15px;
    }
    .download-app-section {
        margin: 30px 0 0 0 !important;
        padding: 40px 0 !important;
    }
    .dowanload-sub-head {
        line-height: 34px;
    }
    .download-app-section .download-app-left-col {
        padding: 0 !important;
    }
    .download-app-section .row {
        flex-direction: column-reverse !important;
    }
    .download-app-section img {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .download-app-section .col-12:nth-child(2) {
        margin: 0 !important;
    }
    .download-app-section {
        padding: 40px 0;
    }
    .download-app-section .white-btn {
        margin: 20px 0 0 0;
    }
    .footer {
        margin: 40px 0 0 0 !important;
    }
    .footer .footer-col-one {
        margin: 0 !important;
        padding: 0 !important;
    }
    .footer-col-two.col,
    .footer-col-threee.col,
    .footer-col-five.col,
    .footer-col-six.col {
        min-width: 100% !important;
        padding: 0 !important;
    }
    .footer-links ul {
        padding-left: 0px;
        margin-top: 0px;
        text-align: center;
    }
    .footer h5.footer-title {
        text-align: center;
    }
    .footer-col-six.col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .markets .main-section {
        margin: 40px auto !important;
        padding: 0 0 !important;
    }
    .market-tab-title {
        font-size: 16px !important;
        line-height: 20px !important;
        max-width: 70% !important;
    }
    .markets .blueBg ul#pills-tab {
        margin-left: 0px !important;
        padding: 0 !IMPORTANT;
    }
    .markets .blueBg {
        padding: 0 0 !important;
    }
    .searchBox {
        width: 100% !important;
    }
    .markets .blueBg .nav-link {
        margin: 0 !important;
    }
    .filterArea {
        margin-top: 0 !important;
    }
    .imgGrid img {
        margin: 0 !important;
        width: 18px !important;
    }
    .markets .accordion-flush .accordion-item .imgGrid {
        top: 3px !important;
        right: 15px !important;
    }
    .about_us_section.container {
        padding-top: 40px !important;
    }
    .terms_section {
        padding-top: 40px !important;
    }
    .about_us_section .col-lg-4 img {
        margin: 0 auto 20px;
    }
    .about_us_section {
        flex-direction: column;
        gap: 20px;
    }
    .about_us_section .aus_img img {
        width: 100%;
    }
    .about_us_section .aus_contain ul, .about_us_section .aus_contain p {
        margin: 0 0 15px;
    }
    .contact-section {
        padding: 40px 0 80px;
        margin: 0;
    }
    .contact-form-col {
        padding: 20px !important;
        margin: 0 15px -40px !important;
    }
    .conatct-left-col {
        padding: 40px 15px 20px !important;
    }
    .contact-loc, .contact-email {
        margin-top: 15px !important;
    }
    .contact-info-text a, .contact-info-text {
        font-size: 16px;
    }
    .contact-left-heading {
        font-size: 22px;
    }
    .conatct-left-col img {
        margin: 0 0 0 !IMPORTANT;
        width: 22px;
        aspect-ratio: 1/1 !IMPORTANT;
        height: 22px;
    }
    .contact-phone, .contact-loc, .contact-email {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-btn {
        padding: 10px 30px;
    }
    .contact-form input {
        padding: 10px !important;
        font-size: 16px !important;
    }
    .markets_price_filter .noUi-tooltip {
        padding: 2px !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        bottom: -165% !important;
    }
    .ftr_ctn_info {
        margin-top: 0;
    }
    .title_contain_hero {
        font-size: 34px !important;
    }
    .title_contain {
        font-size: 30px !important;
    }
    .footer-title,
    .markets_main .accordion-body .inquiry_label,
    .markets_main .accordion-body .tab-content-title,
    .conatct-section-inner .conatct-left-col .contact-left-heading,
    .sub_title_contain {
        font-size: 20px !important;
    }
    .market_main_row .mahs_chatbtn.chat_active:before {
        top: 0;
        right: 0;
    }
    .modal.show .modal-dialog .modal-content .modal-body {
        padding: 15px;
        max-height: 550px;
    }
    .header_dropdown .dropdown-menu.show {
        min-width: fit-content;
    }
    .navbar-light .navbar-nav a {
        padding: 0 !important;
    }
    .header_dropdown_desktop {
        display: none !important;
    }
    .header_dropdown_mobile {
        display: block !important;
    }
    .header .header_toggle_bar {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .header .header_logo {
        max-width: 180px;
    }
    .header_dropdown .dropdown-menu.show {
        min-width: 330px;
        right: -55px;
    }
    .header .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 85px;
        left: 0px;
        background: #FFF9F3;
    }
    .header .navbar-collapse .navbar-nav {
        margin: 20px 0 !important;
    }
    .footer-copy-right * {
        text-align: center !important;
    }
    .main_header {
        padding: 10px 0 !important;
    }
    .markets_main .filterArea {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .markets_main .filterArea .filter_right {
        justify-content: space-between !important;
        align-items: center !important;
    }
    /* 16-05-2023 */
    .account_lock {
        padding: 40px 15px !important;
        margin: 50px auto;
        width: calc(100% - 30px);
    }
    .download_app_btn img {
        padding: 0;
    }
    .download_app_btn {
        justify-content: center;
    }
}
