.clrBt {
    clear: both;
}

body {
    font-size: 0.8rem;
}

.mapImg img {
    max-width: 100%;
}


/* Header Css Start */

.headerMain .topHeader {
    background-color: #703334;
    padding: 8px 0;
}

.logoImgStyle img {
    width: 160px;
}

.topRightMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topRightMenu li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.topRightMenu li:last-child {
    border-right: none;
}

.topRightMenu li a {
    color: #fff;
    display: block;
    padding: 2px 10px;
}

.topRightMenu li.activeTRM a {
    color: #ffe336;
}

.topRightMenu li:last-child a {
    padding-right: 0;
}

a.btn.btn-light {
    color: #703334;
    padding: 2px 3px;
    display: inline-block;
    width: 80px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    margin-left: 15px;
    text-transform: uppercase;
}

img.userimg.img-fluid {
    width: 15px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.headerStyle {
    padding: 10px 0;
    box-shadow: 0 3px 5px #e6e6e6;
}

.mainMenu {
    margin-top: 10px;
}

.headerStyle ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.headerStyle li {
    margin: 0 5px 6px;
}

.headerStyle li:last-child {
    margin-right: 0;
}

.headerStyle li a {
    color: #703334;
    display: block;
    padding: 2px 0;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.headerStyle li.activeMM a {
    border-bottom: 2px solid #ff850c;
}
.headerStyle li a:hover {
    border-bottom: 2px solid #ff850c;
    text-decoration:none;
}
.headerStyle li:last-child a {
    padding-right: 0;
}

.menuBtn {
    position: absolute;
    top: 6px;
    right: 7px;
}

.menuBtn button {
    padding: 0;
    border: none;
    background: no-repeat;
}

.menuClose {
    display: none;
}

.menuOpen {
    display: block;
}


/* Header Css End */


/* Banner Css Start */

.bannerMain {
    background: url(../img/bannerBg.svg) no-repeat right top;
    height: 230px;
    text-align: center;
    padding-top: 20px;
}

.bannerRow {
    height: calc(100vh - 320px);
}

.banText1 {
    font-size: 1.52rem;
    color: #703334;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 2px;
}

.banText2 {
      color: #703334;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.banButtonSty {
    margin-top: 15px;
}

.banButtonSty button {
    background-color: #ff850c;
    border-color: #ff850c;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
}


/* Banner Css End */


/* Honourable Css Start */

.honourableSectionMain {
    background-color: #fff0d5;
}

.honourableInr {
    padding-top: 5px;
    padding-left: 0;
}

.honourableInr2 {
    padding-left: 0;
}

.transparentTextH {
    position: absolute;
    top: 10px;
    left: 0;
}

.transparentTextH div {
    color: rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}

.honourableText {
    color: #ff7d00;
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: 200;
    text-transform: capitalize;
}

.firstNameHon,
.lastNameHon {
    color: #6b3131;
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
}

.personImgH img {
    width: 120px;
}

.designationTextHon {
    background-color: #6b3131;
    margin-top: 5px;
    color: #fff;
    font-size: 0.7rem;
    display: inline-block;
    padding: 2px 7px;
    text-transform: capitalize;
}

.personImgH {
    padding-right: 0;
}

.bordLeftH {
    border-left: 4px solid #f9730014;
}

.width210 {
    width: 190px;
}
.map_head h5 {
    margin-bottom: 0;
}

/* Honourable Css End */


/* Map Css Start */

.sectionTitle {
    color: #6b3131;
    font-size: 1.3rem;
    margin: 0;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.sectionTitle span {
    display: inline-block;
    background-color: #ff7d00;
    width: 8px;
    margin-right: 5px;
}

.mapTrasfBg {
    background: url(../img/mapTrasfImg.png) no-repeat bottom center;
    width: 491px;
    height: 244px;
    position: absolute;
    bottom: -52px;
    z-index: -1;
    display: none;
}

.mapImg {
    margin-bottom: 30px;
}

.mapInfoBox {
    background: #fff;
    box-shadow: 0 0 8px #ccc;
    border-radius: 12px;
    padding: 10px 15px;
    margin-bottom: 30px;
    text-align: right;
}

.imgStyMI {
    position: absolute;
    top: -10px;
    left: -10px;
}

.valueStyMI {
    color: #ff7d00;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
}

.titleStyMI {
    color: #6b3131;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: normal;
}


/* Map Css End */


/* Latest Updates Css Start */

.latestUpdatesSec {
   background: #fff;
    box-shadow: 0 0 8px #ccc;
    border-radius: 0px;
    padding: 20px;
    margin-top: 20px;
}

.latestUpdatesSec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.latestUpdatesSec ul li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eac0c0;
}

.latestUpdatesSec ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.latestUpdatesSec li p {
    font-size: 0.9rem;
    margin: 0;
}


/* Latest Updates Css End */

.contactUsSection {
    background-color: #fff0d5;
    color: #6b3131;
    font-size: 0.9rem;
    font-weight: 600;
}

.contactUsSection p {
    margin: 20px 0;
}

.contactDetailsM label {
    width: 60px;
    font-weight: 600;
}

.contactDetailsM a {
    color: #6b3131;
}

.footerMain {
    background-color: #6b3131;
    padding: 10px 0;
    text-align: center;
}

.footerMain p {
    margin: 0;
    color: #ac8b6c;
}

.footerBg {
    background-image: url(../img/footer_banner1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 140px;
    position: relative;
    background-size: contain;
    background-position: bottom;
}

.truckCMain {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: 17%;
    bottom: -5px;
}

.scale-fill-heightTCM {
    width: 100px;
}

.tractorCraneMain {
    position: absolute;
    right: 110px;
    bottom: 0;
}

.scale-fill-heightTC {
    width: 120px;
}

.excavatorTruckMain {
    margin: 0 0 -120px 0;
}

.scale-fill-height {
    width: 450px;
    max-width: none;
    height: 100%;
}

.tblStyMain table {
    width: 100%;
    font-size: 0.9rem;
}

.tblStyMain table thead tr {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #c7c7c7 50%, rgba(255, 255, 255, 1) 100%);
}

.tblStyMain table th {
    font-weight: 600;
    padding: 10px 5px;
    font-size: 0.9rem;
}

.tblStyMain table tbody tr:nth-child(even) {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #fdebd9 50%, rgba(255, 255, 255, 1) 100%);
}

.tblStyMain table tbody tr:nth-child(odd) {
    background: #fff;
}

.tblStyMain table tr td {
    text-align: left;
    border-bottom: 1px solid #fafafa;
    color: #000;
    font-weight: 400;
    padding: 5px;
    font-size: 0.9rem;
}

.tblStyMain table button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}


/* Login Popup CSS Start */

.loginFormMC {
    border-radius: 15px;
}

.loginLeftSide {
    background-image: linear-gradient(to left, #6d3132 0%, #a25e43 80%);
    border-radius: 11px 0 0 11px;
}

.loginLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 310px;
}

.loginLogo img {
    width: 260px;
}

.loginTitle {
    color: #703334;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0 15px 12px;
}

.loginForm input {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 0.9rem;
}

.loginForm input:focus {
    box-shadow: none;
    border-bottom: 1px solid #007bff;
}

.loginForm .btn-primary {
    background-color: #ff850c;
    /*border-radius: 15px;*/
    border: none;
    font-size: 0.9rem;
}
.map_head h5 {
        font-size: 18px;
    color: #703334;
}
.form-group.login_pwd {
    position: relative;
}
.form-group.login_pwd .hide-show {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* Login Popup CSS End */


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 991px) {
    .mapAndLatestUpdates.pb-5 {
        padding-bottom: 0!important;
    }
}
@media (max-width: 767px) {
    .mapAndLatestUpdates.pb-5 {
        padding-bottom: 25px!important;
    }
}
@media (min-width: 576px) {
    .clrBt {
        clear: both;
    }
    body {
        font-size: 0.8rem;
    }
    .mapImg img {
        max-width: 100%;
    }
    /* Header Css Start */
    .headerMain .topHeader {
        background-color: #703334;
        padding: 8px 0;
    }
    .logoImgStyle img {
        width: 160px;
    }
    .mainMenu {
        margin-top: 0;
    }
    .topRightMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .topRightMenu li {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .topRightMenu li:last-child {
        border-right: none;
    }
    .topRightMenu li a {
        color: #fff;
        display: block;
        padding: 2px 10px;
    }
    .topRightMenu li.activeTRM a {
        color: #ffe336;
    }
    .topRightMenu li:last-child a {
        padding-right: 0;
    }
    .headerStyle {
        padding: 10px 0;
        box-shadow: 0 3px 5px #e6e6e6;
    }
    .headerStyle ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .headerStyle li {
        margin: 0 5px;
    }
    .headerStyle li:last-child {
        margin-right: 0;
    }
    .headerStyle li a {
        color: #703334;
        display: block;
        padding: 2px 0;
        font-weight: 600;
        font-size: 0.8rem;
        text-transform: uppercase;
    }
    .headerStyle li.activeMM a {
        border-bottom: 2px solid #ff850c;
    }
    .headerStyle li:last-child a {
        padding-right: 0;
    }
    .menuBtn {
        position: absolute;
        top: 6px;
        right: 7px;
    }
    .menuBtn button {
        padding: 0;
        border: none;
        background: no-repeat;
    }
    .menuClose {
        display: none;
    }
    .menuOpen {
        display: block;
    }
    /* Header Css End */
    /* Banner Css Start */
    .bannerMain {
        background: url(../img/bannerBg.svg) no-repeat right top;
        height: 230px;
        text-align: center;
        padding-top: 20px;
    }
    .bannerRow {
        height: 360px;
    }
    .banText1 {
            font-size: 1.52rem;
    color: #703334;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 2px;
    }
    .banText2 {
       color: #703334;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 1px;
    margin-top: 10px;
    }
    .banButtonSty {
        margin-top: 15px;
    }
    .banButtonSty button {
        background-color: #ff850c;
        border-color: #ff850c;
        font-size: 0.8rem;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 20px;
    }
    /* Banner Css End */
    /* Honourable Css Start */
    .honourableSectionMain {
        background-color: #fff0d5;
    }
    .honourableInr {
        padding-top: 5px;
        padding-left: 0;
    }
    .honourableInr2 {
        padding-left: 0;
    }
    .transparentTextH {
        position: absolute;
        top: 10px;
        left: 0;
    }
    .transparentTextH div {
        color: rgb(249 115 0 / 8%);
        font-size: 1.6rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 35px;
    }
    .honourableText {
        color: #ff7d00;
        font-size: 1.1rem;
        margin-top: 28px;
        font-weight: 400;
        text-transform: capitalize;
    }
    .firstNameHon,
    .lastNameHon {
        color: #6b3131;
        font-size: 1.3rem;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 30px;
    }
    .personImgH img {
        width: 100px;
    }
    .designationTextHon {
        background-color: #6b3131;
        margin-top: 5px;
        color: #fff;
        font-size: 0.7rem;
        display: inline-block;
        padding: 5px 10px;
        text-transform: capitalize;
    }
    .personImgH {
        padding-right: 0;
    }
    .bordLeftH {
        border-left: 4px solid #f9730014;
    }
    .width210 {
        width: 100%;
    }
    /* Honourable Css End */
    /* Map Css Start */
    .sectionTitle {
        color: #6b3131;
        font-size: 1rem;
        margin: 0;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .sectionTitle span {
        display: inline-block;
        background-color: #ff7d00;
        width: 8px;
        margin-right: 5px;
    }
    .mapTrasfBg {
        background: url(../img/mapTrasfImg.png) no-repeat bottom center;
        width: 491px;
        height: 244px;
        position: absolute;
        bottom: -52px;
        z-index: -1;
        display: none;
    }
    .mapImg {
        margin-bottom: 30px;
    }
    .mapInfoBox {
        background: #fff;
        box-shadow: 0 0 8px #ccc;
        border-radius: 12px;
        padding: 10px 15px;
        margin-bottom: 30px;
        text-align: right;
    }
    .imgStyMI {
        position: absolute;
        top: -10px;
        left: -10px;
    }
    .valueStyMI {
        color: #ff7d00;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: normal;
    }
    .titleStyMI {
        color: #6b3131;
        font-size: 0.9rem;
        font-weight: 600;
        line-height: normal;
    }
    /* Map Css End */
    /* Latest Updates Css Start */
    .latestUpdatesSec {
      background: #fff;
    box-shadow: 0 0 8px #ccc;
    border-radius: 0px;
    padding: 20px;
    margin-top: 20px;
    }
    .latestUpdatesSec ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .latestUpdatesSec ul li {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #eac0c0;
    }
    .latestUpdatesSec ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .latestUpdatesSec li p {
        font-size: 0.9rem;
        margin: 0;
    }
    /* Latest Updates Css End */
    .contactUsSection {
        background-color: #fff0d5;
        color: #6b3131;
        font-size: 0.9rem;
        font-weight: 600;
    }
    .contactUsSection p {
        margin: 20px 0;
    }
    .contactDetailsM label {
        width: 60px;
        font-weight: 600;
    }
    .contactDetailsM a {
        color: #6b3131;
    }
    .footerMain {
        background-color: #6b3131;
        padding: 10px 0;
        text-align: center;
    }
    .footerMain p {
        margin: 0;
        color: #ac8b6c;
    }
    .footerBg {
        background-image: url(../img/footer_banner1.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 140px;
        position: relative;
        background-size: contain;
        background-position: bottom;
    }
    .truckCMain {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        position: absolute;
        left: 17%;
        bottom: -5px;
    }
    .scale-fill-heightTCM {
        width: 100px;
    }
    .tractorCraneMain {
        position: absolute;
        right: 110px;
        bottom: 0;
    }
    .scale-fill-heightTC {
        width: 120px;
    }
    .excavatorTruckMain {
        margin: 0 0 -120px 0;
    }
    .scale-fill-height {
        width: 450px;
        max-width: none;
        height: 100%;
    }
    .tblStyMain table {
        width: 100%;
        font-size: 0.9rem;
    }
    .tblStyMain table thead tr {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #c7c7c7 50%, rgba(255, 255, 255, 1) 100%);
    }
    .tblStyMain table th {
        font-weight: 600;
        padding: 10px 5px;
        font-size: 0.9rem;
    }
    .tblStyMain table tbody tr:nth-child(even) {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #fdebd9 50%, rgba(255, 255, 255, 1) 100%);
    }
    .tblStyMain table tbody tr:nth-child(odd) {
        background: #fff;
    }
    .tblStyMain table tr td {
        text-align: left;
        border-bottom: 1px solid #fafafa;
        color: #000;
        font-weight: 400;
        padding: 5px;
        font-size: 0.9rem;
    }
    .tblStyMain table button {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }
    /* Login Popup CSS Start */
    .loginFormMC {
        border-radius: 15px;
    }
    .loginLeftSide {
        background-image: linear-gradient(to left, #6d3132 0%, #a25e43 80%);
        border-radius: 0;
    }
    .loginLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 310px;
    }
    .loginLogo img {
        width: 260px;
    }
    .loginTitle {
        color: #703334;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 5px 0 15px 12px;
    }
    .loginForm input {
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        font-size: 0.9rem;
    }
    .loginForm input:focus {
        box-shadow: none;
        border-bottom: 1px solid #007bff;
    }
    .loginForm .btn-primary {
        background-color: #ff850c;
        /*border-radius: 15px;*/
        border: none;
        font-size: 0.9rem;
    }
    /* Login Popup CSS End */
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .clrBt {
        clear: both;
    }
    body {
        font-size: 0.8rem;
    }
    .mapImg img {
        max-width: 100%;
    }
    /* Header Css Start */
    .headerMain .topHeader {
        background-color: #703334;
        padding: 8px 0;
    }
    .logoImgStyle img {
        width: 160px;
    }
    .mainMenu {
        margin-top: 0;
    }
    .topRightMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .topRightMenu li {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .topRightMenu li:last-child {
        border-right: none;
    }
    .topRightMenu li a {
        color: #fff;
        display: block;
        padding: 2px 10px;
    }
    .topRightMenu li.activeTRM a {
        color: #ffe336;
    }
    .topRightMenu li:last-child a {
        padding-right: 0;
    }
    .headerStyle {
        padding: 10px 0;
        box-shadow: 0 3px 5px #e6e6e6;
    }
    .headerStyle ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .headerStyle li {
        margin: 0 8px;
    }
    .headerStyle li:last-child {
        margin-right: 0;
    }
    .headerStyle li a {
        color: #703334;
        display: block;
        padding: 2px 0;
        font-weight: 600;
        font-size: 0.9rem;
        text-transform: uppercase;
    }
    .headerStyle li.activeMM a {
        border-bottom: 2px solid #ff850c;
    }
    .headerStyle li:last-child a {
        padding-right: 0;
    }
    .menuClose {
        display: block;
    }
    .menuOpen {
        display: block;
    }
    /* Header Css End */
    /* Banner Css Start */
    .bannerMain {
        background: url(../img/bannerBg.svg) no-repeat right bottom;
        text-align: left;
        padding-top: 0;
        height: auto;
    }
    .bannerRow {
       height: 360px;
    }
    .banText1 {
      
        font-size: 2rem;
        color: #703334;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 45px;
        letter-spacing: 2px;
    }
    .banText2 {
       color: #703334;
        font-size: 1.35rem;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 1.1px;
        margin-top: 10px;
    }
    .banButtonSty {
        margin-top: 15px;
    }
    .banButtonSty button {
        background-color: #ff850c;
        border-color: #ff850c;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 20px;
    }
    /* Banner Css End */
    /* Honourable Css Start */
    .honourableSectionMain {
        background-color: #fff0d5;
            padding-top: 20px;
    }
    .honourableInr {
        padding-top: 5px;
        padding-left: 0;
    }
    .honourableInr2 {
        padding-left: 36px;
    }
    .transparentTextH {
        position: absolute;
        top: 10px;
        left: 0;
    }
    .transparentTextH div {
        color: rgb(249 115 0 / 8%);
        font-size: 1.6rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 35px;
    }
    .honourableText {
        color: #ff7d00;
        font-size: 1.1rem;
        margin-top: 28px;
        font-weight: 400;
        text-transform: capitalize;
    }
    .firstNameHon,
    .lastNameHon {
        color: #6b3131;
        font-size: 1.3rem;
        font-weight: 100;
        text-transform: uppercase;
        line-height: 30px;
    }
    .personImgH img {
        width: 120px;
    }
    .designationTextHon {
        background-color: #6b3131;
        margin-top: 5px;
        color: #fff;
        font-size: 0.7rem;
        display: inline-block;
        padding: 2px 7px;
        text-transform: capitalize;
    }
    .personImgH {
        padding-right: 0;
    }
    .bordLeftH {
        border-left: 4px solid #f9730014;
    }
    .width210 {
        width: 186px;
    }
    /* Honourable Css End */
    /* Map Css Start */
    .sectionTitle {
        color: #6b3131;
        font-size: 1.2rem;
        margin: 0;
        line-height: normal;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .sectionTitle span {
        display: inline-block;
        background-color: #ff7d00;
        width: 8px;
        margin-right: 5px;
    }
    .mapTrasfBg {
        background: url(../img/mapTrasfImg.png) no-repeat bottom center;
        width: 491px;
        height: 244px;
        position: absolute;
        bottom: -52px;
        z-index: -1;
        display: none;
    }
    .mapImg {
        margin-bottom: 30px;
    }
    .mapInfoBox {
        background: #fff;
        box-shadow: 0 0 8px #ccc;
        border-radius: 12px;
        padding: 10px 15px;
        margin-bottom: 30px;
        text-align: right;
    }
    .imgStyMI {
        position: absolute;
        top: -10px;
        left: -10px;
    }
    .valueStyMI {
        color: #ff7d00;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: normal;
    }
    .titleStyMI {
        color: #6b3131;
        font-size: 0.9rem;
        font-weight: 600;
        line-height: normal;
    }
    /* Map Css End */
    /* Latest Updates Css Start */
    .latestUpdatesSec {
       background: #fff;
    box-shadow: 0 0 8px #ccc;
    border-radius: 0px;
    padding: 20px;
    margin-top: 0px;
    min-height: 412px;
    max-height: 413px;
    overflow-y: auto;
    }
    .latestUpdatesSec ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .latestUpdatesSec ul li {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #eac0c0;
    }
    .latestUpdatesSec ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .latestUpdatesSec li p {
        font-size: 0.9rem;
        margin: 0;
    }
    /* Latest Updates Css End */
    .contactUsSection {
        background-color: #fff0d5;
        color: #6b3131;
        font-size: 0.9rem;
        font-weight: 600;
    }
    .contactUsSection p {
        margin: 20px 0;
    }
    .contactDetailsM label {
        width: 60px;
        font-weight: 600;
    }
    .contactDetailsM a {
        color: #6b3131;
    }
    .footerMain {
        background-color: #6b3131;
        padding: 10px 0;
        text-align: center;
    }
    .footerMain p {
        margin: 0;
        color: #ac8b6c;
    }
    .footerBg {
        background-image: url(../img/footer_banner1.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 140px;
        position: relative;
        background-size: contain;
        background-position: bottom;
    }
    .truckCMain {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        position: absolute;
        left: 19%;
        bottom: -5px;
    }
    .scale-fill-heightTCM {
        width: 120px;
    }
    .tractorCraneMain {
        position: absolute;
        right: 125px;
        bottom: 0;
    }
    .scale-fill-heightTC {
        width: 150px;
    }
    .excavatorTruckMain {
        margin: 0 0 -120px 0;
    }
    .scale-fill-height {
        width: 450px;
        max-width: none;
        height: 100%;
    }
    .tblStyMain table {
        width: 100%;
        font-size: 0.9rem;
    }
    .tblStyMain table thead tr {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #c7c7c7 50%, rgba(255, 255, 255, 1) 100%);
    }
    .tblStyMain table th {
        font-weight: 600;
        padding: 10px 5px;
        font-size: 0.9rem;
    }
    .tblStyMain table tbody tr:nth-child(even) {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #fdebd9 50%, rgba(255, 255, 255, 1) 100%);
    }
    .tblStyMain table tbody tr:nth-child(odd) {
        background: #fff;
    }
    .tblStyMain table tr td {
        text-align: left;
        border-bottom: 1px solid #fafafa;
        color: #000;
        font-weight: 400;
        padding: 5px;
        font-size: 0.9rem;
    }
    .tblStyMain table button {
        background: none;
        border: none;
        padding: 0;
        margin: 0;
    }
    /* Login Popup CSS Start */
    .loginFormMC {
        border-radius: 15px;
    }
    .loginLeftSide {
        background-image: linear-gradient(to left, #6d3132 0%, #a25e43 80%);
        border-radius: 0;
    }
    .loginLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 310px;
    }
    .loginLogo img {
        width: 260px;
    }
    .loginTitle {
        color: #703334;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 5px 0 15px 12px;
    }
    .loginForm input {
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        font-size: 0.9rem;
    }
    .loginForm input:focus {
        box-shadow: none;
        border-bottom: 1px solid #007bff;
    }
    .loginForm .btn-primary {
        background-color: #ff850c;
        /*border-radius: 15px;*/
        border: none;
        font-size: 0.9rem;
    }
    /* Login Popup CSS End */
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .clrBt {
        clear: both;
    }
    body {
        font-size: 0.85rem;
    }
    /* Header Css Start */
    .headerMain .topHeader {
        background-color: #703334;
        padding: 10px 0;
    }
    .logoImgStyle img {
        width: 200px;
    }
    .mainMenu {
        margin-top: 0;
    }
    .topRightMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .topRightMenu li {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .topRightMenu li:last-child {
        border-right: none;
    }
    .topRightMenu li a {
        color: #fff;
        display: block;
        padding: 2px 10px;
    }
    .topRightMenu li.activeTRM a {
        color: #ffe336;
    }
    .topRightMenu li:last-child a {
        padding-right: 0;
    }
    .headerStyle {
        padding: 10px 0;
        box-shadow: 0px 7px 7px #e6e6e6;
    }
    .headerStyle ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .headerStyle li {
        margin: 0 8px;
    }
    .headerStyle li:last-child {
        margin-right: 0;
    }
    .headerStyle li a {
        color: #703334;
        display: block;
        padding: 2px 0;
        font-weight: 700;
        font-size: 0.9rem;
        text-transform: uppercase;
    }
    .headerStyle li.activeMM a {
        border-bottom: 2px solid #ff850c;
    }
    .headerStyle li:last-child a {
        padding-right: 0;
    }
    .menuClose {
        display: block;
    }
    .menuOpen {
        display: block;
    }
    /* Header Css End */
    /* Banner Css Start */
    .bannerMain {
        background: url(../img/bannerBg.svg) no-repeat right bottom;
        text-align: left;
        padding-top: 0;
        height: auto;
    }
    .bannerRow {
        height: 360px;
    }
    .banText1 {
        font-size: 2.5rem;
        color: #703334;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 51px;
        letter-spacing: 3px;
    }
    .banText2 {
        color: #703334;
        font-size: 1.35rem;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 1.1px;
        margin-top: 10px;
    }
    .banButtonSty {
        margin-top: 15px;
    }
    .banButtonSty button {
        background-color: #ff850c;
        border-color: #ff850c;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 20px;
    }
    /* Banner Css End */
    /* Honourable Css Start */
    .honourableSectionMain {
        background-color: #fff0d5;
        padding-top: 50px;
    }
    .honourableInr {
        padding-top: 5px;
        padding-left: 0;
    }
    .honourableInr2 {
        padding-left: 36px;
    }
    .transparentTextH {
        position: absolute;
        bottom: -5px;
        left: 0;
        top: auto;
    }
    .transparentTextH div {
        color: rgb(249 115 0 / 8%);
        font-size: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
    }
    .honourableText {
        color: #ff7d00;
        font-size: 1.2rem;
        margin-top: 5px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .firstNameHon,
    .lastNameHon {
        color: #6b3131;
        font-size: 2rem;
        font-weight: 100;
        text-transform: uppercase;
        line-height: 37px;
    }
    .personImgH img {
        width: 110px;
    }
    .designationTextHon {
        background-color: #6b3131;
        margin-top: 5px;
        color: #fff;
        font-size: 0.9rem;
        display: inline-block;
        padding: 2px 7px;
        text-transform: capitalize;
    }
    .personImgH {
        padding-right: 0;
    }
    .bordLeftH {
        border-left: 4px solid #f9730014;
    }
    .width210 {
        width: 230px;
    }
    /* Honourable Css End */
    /* Map Css Start */
    .sectionTitle {
        color: #6b3131;
    font-size: 1.25rem;
    margin: 0;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 15px;
    }
    .mapAndLatestUpdates.pt-4.pb-5 {
        margin-bottom: -160px;
    }
    .sectionTitle span {
        display: inline-block;
        background-color: #ff7d00;
        width: 8px;
        margin-right: 5px;
    }
    .map_outer {
        box-shadow: 0 0 8px #ccc;
        min-height: 370px;
        max-height: 413px;
        background: #ffffff;
    }
    .map_head {
        padding: 10px 15px;
        border-bottom: 1px solid #bfbebe;
        position: relative;
        margin-bottom: 8px;
    }
    .map_head h5 {
        color: #703334;
        font-weight: 600;
    }
    span.plusicon {
        position: absolute;
        right: 7px;
        top: 5px;
    }
    span.plusicon img {
        width: 30px;
        max-width: 100%;
    }
    .map_head h5 {
        margin-bottom: 0;
    }
    .mapTrasfBg {
        background: url(../img/mapTrasfImg.png) no-repeat bottom center;
        width: 491px;
        height: 244px;
        position: absolute;
        bottom: -52px;
        z-index: -1;
    }
    .mapImg {
        margin-bottom: 0;
        text-align: center;
        padding: 0;
    }
    .mapInfoBox {
        background: #fff;
        box-shadow: 0 0 8px #ccc;
        border-radius: 12px;
        padding: 10px 15px;
        text-align: right;
    }
    .imgStyMI {
        position: absolute;
        top: -10px;
        left: -10px;
    }
    .valueStyMI {
        color: #ff7d00;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: normal;
    }
    .titleStyMI {
        color: #6b3131;
        font-size: 0.9rem;
        font-weight: 600;
        line-height: normal;
    }
    /* Map Css End */
    /* Latest Updates Css Start */
    .latestUpdatesSec {
        background: #fff;
        box-shadow: 0 0 8px #ccc;
        border-radius: 0px;
        padding: 20px;
        margin-top: 0px;
        min-height: 370px;
        max-height: 370px;
        overflow-y: auto;
    }
    .latestUpdatesSec ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .latestUpdatesSec ul li {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }
    .latestUpdatesSec ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .latestUpdatesSec li p {
        font-size: .91rem;
        margin: 0;
        color: #b5b5b5;
        line-height: 18px;
        font-weight: 400;
    }
    /* Latest Updates Css End */
    .contactUsSection {
        background-color: #fff0d5;
        color: #6b3131;
        font-size: 0.9rem;
        font-weight: 600;
        padding-top: 50px!important;
    max-height: 280px;
    }
}

.contactUsSection p {
    margin: 20px 0;
}

.contactDetailsM label {
    width: 60px;
    font-weight: 600;
}

.contactDetailsM a {
    color: #6b3131;
}

.footerMain {
    background-color: #6b3131;
    padding: 40px 0;
    text-align: center;
}

.footerMain p {
    margin: 0;
    color: #a07778;
}

.footerMain h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}

.footerMain ul {
    padding: 0;
    list-style: none;
    margin-bottom: 8px;
}

.footerMain ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
    position: relative;
}

.footerMain ul li::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60%;
    bottom: 15%;
    right: 0;
    background-color: #ddd;
}

.footerMain ul li:last-child::after {
    display: none;
}

.footerMain ul li a {
    color: #fff;
    padding: 0 11px;
}

.footerBg {
    background-image: url(../img/footer_banner1.png), url(../img/map.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative;
    /* background-size: cover; */
    background-position: bottom;
    z-index: -1;
}
.footerBg.footer_sibling {
    height: 270px;
        z-index: 0;
            margin-top: -50px;
}
.truckCMain {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: 20%;
    bottom: -19px;
}

.scale-fill-heightTCM {
    width: 170px;
}

.tractorCraneMain {
    position: absolute;
    right: 110px;
    bottom: 0;
}

.scale-fill-heightTC {
    width: 260px;
}

.excavatorTruckMain {
    margin: 10px 0 0 74px;
}

.scale-fill-height {
    width: 661px;
    max-width: none;
    height: 100%;
}

.tblStyMain table {
    width: 100%;
    font-size: 0.9rem;
}

.tblStyMain table thead tr {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #c7c7c7 50%, rgba(255, 255, 255, 1) 100%);
}

.tblStyMain table th {
    font-weight: 600;
    padding: 10px 5px;
    font-size: 0.9rem;
}

.tblStyMain table tbody tr:nth-child(even) {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #fdebd9 50%, rgba(255, 255, 255, 1) 100%);
}

.tblStyMain table tbody tr:nth-child(odd) {
    background: #fff;
}

.tblStyMain table tr td {
    text-align: left;
    border-bottom: 1px solid #fafafa;
    color: #000;
    font-weight: 400;
    padding: 5px;
    font-size: 0.9rem;
}

.tblStyMain table button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}


/* mines style */

.mines {
    box-shadow: 0 0 8px #ccc;
    background: #fff;
    padding: 10px;
    min-height: 120px;
    margin-bottom: 25px;
}

.mine_head img {
    width: 25px;
    margin-right: 8px;
    margin-top: -5px;
    margin-bottom: 3px;
}
.mine_head {
   margin-bottom: 5px;
    border-bottom: 1.2px solid #f2f2f2;
    padding-bottom: 5px;
}
.mines.mine_mail .mine_head {
    margin-bottom: 0px;
}
.mine_head span {
    color: #616161;
    font-size: 15px;
}
.mine_mail .mine_head span a{
    color: #616161;
    font-size: 15px;
}
.mine_mail .mine_head span a:hover{
    color: #444444;
   text-decoration:none;
}
.mine_body table.table {
    margin-bottom: 0;
}
.mine_body .table tr {
    border-bottom: 1px solid #ddd;
}

.mine_body .table td {
    border-right: 1px solid #dee2e6;
    text-align: center;
        padding: 5px;
}

.mine_body .table td:last-child {
    border-right: none;
}

.mine_body h3 {
    text-align: center;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 0;
}

.mines.mine_mail {
    padding: 12px;
    min-height: auto;
    margin-bottom: 25px;
}

.mines.mine_mail h5 {
    margin-bottom: 0;
        font-size: 15px;
}

.mines.mine_mail .mine_head img {
    width: 25px;
    margin-top: -5px;
    margin-right: 5px;
}


/* Login Popup CSS Start */

.loginFormMC {
    border-radius: 0;
}

.loginLeftSide {
    background-image: linear-gradient(to left, #6d3132 0%, #a25e43 80%);
    border-radius: 0;
}

.loginLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loginLogo img {
        width: 280px;
    max-width: 100%;
}

.loginTitle {
    color: #703334;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0 15px 12px;
}

.loginForm input {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 0.9rem;
}

.loginForm input:focus {
    box-shadow: none;
    border-bottom: 1px solid #007bff;
}

.loginForm .btn-primary {
    background-color: #ff850c;
   border-radius: 0;
    border: none;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.loginForm .btn-primary:hover,
.loginForm .btn-primary:focus {
    background-color: #e47d16;
}
.generate_pwd a {
    text-decoration: none;
}



/*showhide login div*/
div#sendSMS {
    overflow-x: unset;
    overflow-y: unset;
}
div#sendSMS {
    position: absolute;
    top: 0;
    display:none;
    min-width: 300px;
    left: calc(50% - 150px);
}
div#sendSMS  .modal-header .close {
    position: absolute;
    padding: 0rem 0rem;
   margin:0;
    top: 0;
    right: 8px;
}
div#sendSMS .close:not(:disabled):not(.disabled):focus, 
div#sendSMS .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
    outline: none;
    box-shadow: none;
}
div#loginotp .close:not(:disabled):not(.disabled):focus, 
div#loginotp .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
    outline: none;
    box-shadow: none;
}
div#sendSMS  .modal-header,
div#sendSMS  .modal-body {
    padding: 5px;
        border-bottom: 0;
}
.mob_input input:focus {
    box-shadow: none;
    border-bottom: 1px solid #f1a464;
}
.genpwd_footer {
    padding: 17px 0 10px;
}
div#sendSMS hr {
    margin-top: .51rem;
    margin-bottom: .51rem;
}
div#loginotp {
    overflow-x: unset;
    overflow-y: unset;
}
div#loginotp {
    position: absolute;
    top: 0;
     display:none;
     min-width: 300px;
    left: calc(50% - 150px);
}
div#loginotp  .modal-header,
div#loginotp  .modal-body {
    padding: 5px;
     border-bottom: 0;
}
div#loginotp hr {
    margin-top: .51rem;
    margin-bottom: .51rem;
}
button#otp_back {
        position: absolute;
    right: 30px;
    top: 3px;
    color: #999;
    font-weight: 400;
    font-size: 13px;
    padding: 4px 4px;
    margin-top: 0px;
    transition: .3s;
}
button#otp_back img {
    filter: hue-rotate(102deg);
}
button#otp_back:hover,
button#otp_back:focus
 {
    color: #444;
    box-shadow:none;
}
@media (max-width: 767px) {
    .modal-content.loginFormMC {
   
}
   .modal-content.loginFormMC button.close.mt-1.mr-2 {
        position: absolute;
        right: 0;
        z-index: 9;
        color: #fff;
    }
}
@media (max-width: 575px) {
    div#sendSMS, 
    div#loginotp {
        top: 14px;
    }
}
/* Login Popup CSS End */


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
@media screen and (min-width: 1900px) {
    .banText1 {
        font-size: 4.5rem;
        color: #703334;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 85px;
    }
    
    .banText2 {
        color: #703334;
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 60px;
    }
    
    .excavatorTruckMain {
        margin: 105px 0 0 74px;
    }
    
    .scale-fill-height {
        width: 1000px;
        max-width: none;
        height: 100%;
    }
    
    .banButtonSty button {
        background-color: #ff850c;
        border-color: #ff850c;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 20px;
    }
}
@media (max-width: 991px) {
    .footerBg {
        background-image: url(../img/footer_banner1.png), url(../img/map.svg);
        background-repeat: no-repeat;
        width: 100%;
        height: 210px;
    }
    
    .map_outer {
        box-shadow: 0 0 8px #ccc;
    }
    
    .latestUpdatesSec ul li {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }
    
    .latestUpdatesSec li p {
        font-size: .91rem;
        margin: 0;
        color: #b5b5b5;
        line-height: 18px;
        font-weight: 400;
    }
    
    .mapImg {
        margin-bottom: 30px;
        text-align: center;
        padding: 30px 0;
    }
    
    .map_head {
        padding: 10px 15px;
        border-bottom: 1px solid #bfbebe;
        position: relative;
        margin-bottom: 8px;
    }
    
    span.plusicon {
        position: absolute;
        right: 7px;
        top: 5px;
    }
}
@media (min-width: 768px) {
    .bannerMain {
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .bannerMain {
        overflow-y: hidden;
    }
    
    .contactUsSection {
        max-height: 400px!important;
    }
    .footerMain {
        background-color: #6b3131;
        padding: 20px 0;
    }
}
@media (max-width: 575px) {
    .footerBg {
        background-image: url(../img/footer_banner1.png), url(../img/map.svg);
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
    }
        .footerBg.footer_sibling {
            height: 150px;
        }
    
    .contactUsSection {
        max-height: 860px!important;
    }
    
    .width210 {
        width: auto;
    }
    .personImgH img {
        width: 80px;
    }
    .honourableText{
            font-size: 0.81rem;
    }
    .firstNameHon, .lastNameHon {
        font-size: 1rem;
        line-height: 22px;
    }
    .designationTextHon{
            font-size: 0.6rem;
            font-weight: 100;
    }
}

@media (max-width: 410px) {
    .personImgH img {
        width: 70px;
        max-width:100%;
    }
    .col-7.col-sm-6.col-md-7.col-lg-7.personInfoH {
        padding: 0 9px;
    }
    .firstNameHon, .lastNameHon {
        font-size: .81rem;
        line-height: 18px;
        font-weight: 500;
    }
    .designationTextHon{
        padding: 2px 3px;
       line-height: 11px;
           margin-top: 0;
         margin-right: -5px;
         font-size: 0.51rem;
    }
}
@media (max-width: 330px) {
    .map_head h5 {
        font-size: 19px;
    }
}



/* page loader style start here*/

.page-loader {
    background: #f9f9f999 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

.loader {
    height: 8px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    width: 44px;
}

.dot {
    background: #703334 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    position: absolute;
    width: 10px;
}

.dot_1 {
    animation: 1.5s linear 0s normal none infinite running animateDot1;
    background: #5cc867 none repeat scroll 0 0;
    left: 12px;
}

.dot_2 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot2;
    background: #ffe91a none repeat scroll 0 0;
    left: 24px;
}

.dot_3 {
    animation: 1.5s linear 0s normal none infinite running animateDot3;
    background: #ff850c none repeat scroll 0 0;
    left: 12px;
}

.dot_4 {
    animation: 1.5s linear 0.5s normal none infinite running animateDot4;
    left: 24px;
}

@keyframes animateDot1 {
    0% {
        transform: rotate(0deg) translateX(-12px);
    }
    25% {
        transform: rotate(180deg) translateX(-12px);
    }
    75% {
        transform: rotate(180deg) translateX(-12px);
    }
    100% {
        transform: rotate(360deg) translateX(-12px);
    }
}

@keyframes animateDot2 {
    0% {
        transform: rotate(0deg) translateX(-12px);
    }
    25% {
        transform: rotate(-180deg) translateX(-12px);
    }
    75% {
        transform: rotate(-180deg) translateX(-12px);
    }
    100% {
        transform: rotate(-360deg) translateX(-12px);
    }
}

@keyframes animateDot3 {
    0% {
        transform: rotate(0deg) translateX(12px);
    }
    25% {
        transform: rotate(180deg) translateX(12px);
    }
    75% {
        transform: rotate(180deg) translateX(12px);
    }
    100% {
        transform: rotate(360deg) translateX(12px);
    }
}

@keyframes animateDot4 {
    0% {
        transform: rotate(0deg) translateX(12px);
    }
    25% {
        transform: rotate(-180deg) translateX(12px);
    }
    75% {
        transform: rotate(-180deg) translateX(12px);
    }
    100% {
        transform: rotate(-360deg) translateX(12px);
    }
}


/*page loader style start here*/
