@charset "utf-8";
/*..............embedded fonts..............*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*..............embedded fonts..............*/

/*font-family: 'Poppins', sans-serif;*/

:root {
    /* --orangeColor: #ea6b3d; */
    --orangeColor: #3D3F8D;
}

/*..............common styles..............*/
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    color: #222;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0;
}

img {
    max-width: 100%;
}

a,
img {
    border: 0;
    text-decoration: none;
    outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
    /*color: #179ae2;*/
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
select {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    outline: none;
}

input[type="submit"] {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    outline: none;
}

/* --- Button Styles --- */
.btn {
    /* border: 0;
    display: inline-block;
    vertical-align: top;
    background: var(--orangeColor);
    color: #fff;
    padding: 18px 35px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 700; */

    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border: 1px solid #3D3F8D !important;
    display: inline-block;
    vertical-align: top;
    background: #3D3F8D;
    color: #fff;
    padding: 21px 36px;
    font-size: 18px;
    line-height: 1;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

/* .btn span {
    margin-left: 10px;
} */
.btn span {
    padding-left: 5px;
}

.btn span img {
    filter: brightness(0) invert(1);
}

.btn:hover span img {
    filter: unset;
}

.btn.border {
    background: none;
    color: #769fcd;
    border: 2px solid #769fcd;
}

.btn:hover {
    /* background: #314591;
    color: #fff; */
    background: #fff;
    color: #3D3F8D;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    box-shadow: 0 12px 10px #0000001f;
    transform: inherit;
}

/* --- Button Styles --- */

.common-padd {
    padding: 80px 0px;
}

/*..............common styles..............*/

.click {
    display: none;
    color: #000;
    float: right;
    font-size: 28px;
}

.main_menu a.closebtn {
    display: none;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
    color: #fff;
}

/*for header css*/
.main-header {
    /*background: rgba(30, 30, 34, 0.9);*/
    padding: 15px 0;
}

.headerRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

/*for header css*/
.main-header.fixed {
    padding: 10px 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    top: 0;
    width: 100%;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    backdrop-filter: blur(10px);
    z-index: 99;
}


.bannHom {
    background: url(../images/bannWave.png) no-repeat center center #314591;
    background-size: cover;
    padding-top: 114px;
    padding-bottom: 50px;
}

.bannContent h1 {
    font-weight: 700;
    font-size: 38px;
}

.bannContent>p {
    font-size: 18px;
    margin: 60px 0;
}

.bann-iconBox {
    border-left: 1px solid var(--orangeColor);
    padding-left: 15px;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.bann-icon {
    margin-bottom: 11px;
}

.bann-iconBox h6 {
    width: 100%;
}

.bann-iconBox h6 a {
    color: #fff;
}

.bann-iconBox h6 a:hover {
    color: var(--orangeColor);
}

.bann-iconBox p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 0;
}

.bannContent .btn:hover {
    background: #222;
    color: #fff;
}

.slider-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10%;
    background-color: #fff;
}

.slider-wrap .container {
    position: relative;
    z-index: 2;
}

/* single text */
.single-text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #aaaaaa;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
}

.trustLogo-list ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.trustLogo-list ul .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.velti-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.velti-flex-h {
    position: relative;
    padding-left: 45px;
}

.velti-flex .velti-flex-box {
    width: 50%;
    padding: 20px 20px;
}

.velti-flex .velti-flex-box {
    width: 50%;
    padding: 50px 35px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.velti-flex-h img {
    position: absolute;
    left: 0;
    top: -3px;
    width: 35px;
    object-fit: contain;
    height: 35px;
}

.velti-flex .velti-flex-box:nth-child(even) {
    border-right: none;
}

.velti-flex .velti-flex-box:nth-child(3),
.velti-flex .velti-flex-box:nth-child(4) {
    border-bottom: none;
}

.our-mission-sec h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.03em;
    color: #222222;
}

.our-mission-main {
    max-width: 1024px;
    margin: 0 auto;
}

.delivery-img {
    position: relative;
    padding-bottom: 48%;
}

.delivery-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery-img::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 96.42%);
    opacity: 0.7;
}

.delivery-col {
    position: relative;
}

.delivery-col .delivery-content {
    position: absolute;
    bottom: 15%;
    padding: 0px 60px;
    z-index: 2;
}

.delivery-col .delivery-content h3 {
    color: #fff;
    margin-bottom: 30px;
}

.delivery-col .delivery-content p {
    color: #fff;
    margin-bottom: 0px;
    max-width: 532px;
}

.story-col-left img {
    width: 100%;
}

.story-col-left .story-sm-img {
    margin-bottom: 20px;
}

.story-col-right {
    padding-left: 60px;
}

.joining-sec h2 {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.joining-sec h2 {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 700;
}

.apply-a a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 90px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #ea6b3d;
    margin-bottom: 30px;
    display: block;
}

/* footer */
.footer-main {
    padding: 100px 0px;
}

.footer-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #223168, #223168), url(image.png);
    opacity: 0.9;
}

.footer-main .container {
    position: relative;
    z-index: 2;
}

.footer-info h5 {
    font-family: "Poppins";
    font-style: normal;
    /* font-weight: 600; */
    /* font-size: 14px; */
    /* letter-spacing: 0.3em; */
    text-transform: uppercase;
    /* color: #aaaaaa; */
    /* margin-bottom: 15px; */
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.footer-info ul {
    padding: 0;
    list-style: none;
}

.footer-info ul li {
    margin-bottom: 13px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.footer-info ul li a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.footer-new .footer-info.menu-footer-services ul {
    display: flex;
    flex-flow: wrap;
}

.footer-new .footer-info.menu-footer-services ul li {
    width: 50%;
}

ul.social-link {
    display: flex;
    margin-bottom: 0;
}

ul.social-link li {
    margin-bottom: 0;
    padding-right: 15px;
}

ul.social-link li:last-child {
    padding-right: 0px;
}

.footer-bottom p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #fff !important;
}

.footer-bottom {
    margin-top: 30px;
}

.footer-bottom .ftr-copyright p {
    color: #AAAAAA !important;
    margin-bottom: 0;
    text-align: right;
    font-size: 18px;
}

/* check */
.check-out-main {
    background-color: #f5f5f5;
}

.check-out-wrap {
    background-color: #fff;
    padding: 70px 70px;
    margin: 0 auto;
    max-width: 1440px;
}

.check-out-wrap .payment-details h4 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 26px;
    color: #000000;
}

.headerR .cta-btns {
    display: flex;
    justify-content: center;
    align-items: start;
}

.headerR .btn:first-child {
    margin-right: 10px;
}

.form-group label {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
    color: #3f3f3f;
    margin-bottom: 10px;
}

.payment-details .form-group {
    margin-bottom: 20px;
}

.payment-details .form-group .form-control,
.payment-details .form-group select {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50px;
    height: 52px;
    padding: 10px 23px;
}

.payment-details .form-group .form-control:focus {
    box-shadow: none;
    border: 1.5px solid #4561c7;
}

.light-col-box {
    background: #fffaf9;
    border: 1.5px solid #ea6b3d;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.check-out-wrap .payment-details .light-col-box h4 {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.check-out-wrap .payment-details .light-col-box p {
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 0px;
}

.black-background {
    background: #1a191c;
    border-radius: 30px;
    padding: 50px 40px;
    overflow: hidden;
}

.black-background::after {
    content: " ";
    position: absolute;
    top: -58px;
    right: 29px;
    width: 223px;
    height: 427px;
    background-color: #ea6b3d;
    opacity: 0.4;
    filter: blur(50px);
    border-radius: 100px;
    transform: rotate(34deg);
}

.black-background h6 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.4em;
    color: #ffffff;
}

.black-background h3 {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 10px;
}

.black-background h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.payment-details {
    padding-right: 90px;
}

.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem;
}

.form-switch.form-switch-sm .form-check-input {
    height: 25px;
    width: 40px;
    border-radius: 2rem;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem;
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem;
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.day-details {
    background-color: #f3f5f9;
    border-radius: 30px;
}

.free-part {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    margin: 30px 30px;
}

.free1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free1 h4 {
    margin-bottom: 0px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.free1 .total-item h3 {
    font-weight: 700;
    font-size: 24px;
    color: #ea6b3d;
    text-align: right;
}

.free1 .total-item p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 0px;
}

.free2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.free2 h6 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #4561c7;
}

.free2 h5 {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    color: #4561c7;
    margin-bottom: 0px;
}

.free3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free3 p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 0;
}

.free4 {
    background: #f8f9fd;
    border-radius: 30px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free4 h5 {
    font-weight: 400;
    font-size: 16px;
    color: #4561c7;
    margin-bottom: 10px;
}

.free4 h4 {
    margin-bottom: 0px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.03em;
    color: #4561c7;
}

.day-details {
    background-color: #f3f5f9;
    border-radius: 30px;
    padding-bottom: 30px;
}

.free-part {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    margin: 30px 30px;
}

.free1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free1 h4 {
    margin-bottom: 0px;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #000000;
}

.free1 .total-item h3 {
    font-weight: 700;
    font-size: 24px;
    color: #ea6b3d;
    text-align: right;
}

.free1 .total-item p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 0px;
}

.free2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}

.free2 h6 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #4561c7;
}

.free2 h5 {
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    color: #4561c7;
    margin-bottom: 0px;
}

.free3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free3 p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 0;
}

.free4 {
    background: #f8f9fd;
    border-radius: 30px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free-service h5 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #4561c7;
    margin-bottom: 0px;
}

.free4 h5 {
    font-weight: 400;
    font-size: 16px;
    color: #4561c7;
    margin-bottom: 10px;
}

.free4 h4 {
    margin-bottom: 0px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.03em;
    color: #4561c7;
}

.free-order {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free-order p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}

.free-order a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #ea6b3d;
}

.free-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.free-service h6 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    letter-spacing: -0.03em;
    color: #4561c7;
}

.black-background-text {
    z-index: 2;
}

/*-- new-login-page(start) --*/
.log-in-page {
    /* background: url("../images/bannWave.png") no-repeat center center #314591; */
    background: url("../images/bannWave.svg") no-repeat center center #efecf8f5;
    background-size: cover;
    padding: 100px 0;
}

.loging-form-wraper h5 {
    margin-bottom: 40px;
    color: #3D3F8D !important;
}

.loging-form .loging-formTop {
    margin-bottom: 40px;
}

.loging-form .loging-formTop .reset-heading {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.log-in-page .loging-form-box {
    display: flex;
    flex-direction: column;
    max-width: 670px;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
}

.log-in-page .loging-form {
    padding: 60px;
    border-radius: 20px;
    background: rgb(48, 66, 135);
    background: linear-gradient(167deg,
            rgba(48, 66, 135, 1) 0%,
            rgba(41, 58, 122, 1) 100%);
    box-shadow: 0 0 27px 2px rgba(255, 255, 255, 0.2);
}

.loging-form .form-check {
    display: flex;
    flex-flow: row wrap;
    margin: 20px 0;
}

.log-in-page .form-group {
    position: relative;
    margin-bottom: 30px;
}

.log-in-page .loging-form .form-group label {
    margin: 0;
    position: absolute;
    top: -9px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    left: 14px;
    background-color: #304186;
    padding: 0 7px;
}

.log-in-page .form-control {
    border: none;
    height: 60px;
    border: 2px solid #314591;
    border-radius: 13px;
    padding: 20px;
    font-size: 14px;
    color: #fff;
    background: transparent !important;
}

.log-in-page input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
}

.log-in-page input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.log-in-page input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.log-in-page input:-webkit-autofill,
.log-in-page input:-webkit-autofill:hover,
.log-in-page input:-webkit-autofill:focus,
.log-in-page input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
}

.log-in-page .btn.full-btn {
    width: 100%;
}

.log-in-page .form-check label.form-check-label {
    margin-left: 10px;
}

/*-- new-login-page(End) --*/
.footer-info.quickLinks ul li {
    margin-bottom: 5px;
    letter-spacing: 0;
}

.footer-info.quickLinks ul li a:hover {
    color: var(--orangeColor);
}

.disabled:hover {
    cursor: not-allowed;
}

/* -- New-css(04-07-2023) --*/

.main-header .logo,
.main-header.fixed .logo {
    height: auto;
    /* width: 400px; */
    width: 22vw;
    /* max-width: 460px; */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.main-header .logo img {
    height: auto;
    width: 100%;
}

.footer-logo {
    width: 260px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

/* -- New-css(05-07-2023) --*/

.loging-form-box a {
    color: #fff;
}

.loging-form .alrt-box ul {
    padding: 0;
    margin: 0;
    list-style: inside;
}

.loging-form .alrt-box {
    margin-bottom: 30px;
}

.our-mission-main h6 {
    font-weight: 400;
    text-align: center;
}

/*-- Blog-page(css)-20-07-2023-(Start) --*/

.bannInner .bannContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    padding: 15px;
    z-index: 2;
}

.bannInner {
    padding-top: 30%;
    overflow: hidden;
}

.bannInner img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.bannInner:after {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

/*-- Blog-page(css)-20-07-2023-(End) --*/

.blogBox {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.blogPic {
    padding-top: 56%;
}

.blogPic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.blogContent {
    padding: 30px 25px;
    /* text-align: center; */
}

.btnSm {
    padding: 11px 20px;
    font-size: 15px;
    font-weight: 500;
}

.blogContent h4 a {
    color: var(--orangeColor);
}

.blogContent h4 a:hover {
    color: #222;
}

.imageHover {
    overflow: hidden;
}

.imageHover img {
    transition: 0.6s all ease-in-out 0s;
}

.imageHover:hover img {
    transform: scale(1.1);
}

.badge {
    background: #2a2d65;
}

.post-dateList ul {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    /* justify-content: center; */
    margin: 0;
    padding: 0;
}

.post-dateList ul li:not(:last-child) {
    margin-right: 8px;
}

.post-dateList ul li {
    /*position:relative; padding-left: 7px;*/
    font-size: 14px;
}

/*.post-dateList ul li:before{width: 4px; height: 4px; border-radius: 50px; background: #777;  position: absolute; left: 0; top: 9px; content: "";}
.post-dateList ul li:first-child:before{display: none;}*/
.post-dateList ul li:first-child {
    padding-left: 0;
}

.post-dateList ul li a {
    color: var(--orangeColor);
}

.post-dateList ul li .badge a {
    color: #fff;
    font-weight: 500;
}

.post-dateList ul li a:hover {
    color: #777;
}

.blog-listingSec .blogContent h4 {
    margin-bottom: 7px;
}

.blogDetails-picLeft {
    float: left;
    margin: 0 20px 20px 0;
}

.blogDetails-picRight {
    float: right;
    margin: 0 0px 20px 20px;
}

.blog-detailsSec .blogContent {
    text-align: left;
}

.blog-detailsSec .badge a {
    color: #fff;
    font-weight: 500;
}

.articlePublishedDate {
    color: var(--orangeColor);
    font-size: 13px;
}

.linehaulContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.revolutionizePic {
    border-radius: 60px;
    overflow: hidden;
}

.revolutionizeContent h2 {
    font-weight: 700;
    color: #000;
}

.revolutionizeContent p {
    font-size: 18px;
    color: #000;
}

.gapL {
    padding-left: 55px;
}

.gapR {
    padding-right: 55px;
}

.revolutionizeContent:before {
    background-image: radial-gradient(rgba(238, 93, 53, 0.65) 2%,
            rgba(184, 184, 255, 0.63),
            rgba(255, 255, 255, 0.14));
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    filter: blur(100px);
    z-index: -1;
}

.robustBg {
    background-color: #2e2f81;
    border-radius: 30px;
    border: 11px solid #fff;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    padding: 70px 85px;
}

.robustBg .revolutionizeContent:before {
    display: none;
}

.revolutionizeContent h2 span {
    color: var(--orangeColor);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
    color: #fff;
}

.optimizeBg {
    position: relative;
}

.optimizeBg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(46, 47, 129, 0.8);
    z-index: 0;
}

.optimizeBg .row {
    z-index: 2;
    position: relative;
}

.ground-metSec .revolutionizeContent:before {
    width: 400px;
    height: 400px;
}

.footer-main.footer-two::after {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.footer-two ul.social-link li {
    margin-bottom: 0;
    padding-right: 0px;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.footer-two ul.social-link li:last-child {
    margin-right: 0;
}

.footer-two ul.social-link li a {
    font-size: 22px;
}

.footer-two .footer-info h5 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 22px;
}

.footer-main.footer-two {
    padding: 90px 0px;
}

.footer-two .footer-logo {
    margin-top: 30px;
}

.footer-info ul li a:hover {
    color: var(--orangeColor);
}

.bannlaneHaul {
    background-color: #000;
    padding-top: 50px;
}

.bannlaneHaul .bannPic {
    border-radius: 10px;
    overflow: hidden;
}

.bannContent h1 span {
    background-color: var(--orangeColor);
    color: #fff;
}

.bannlaneHaul .bannContent {
    max-width: 560px;
}

.ground-metPicList ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
    list-style: none;
}

.ground-metPicList ul li {
    margin-right: 20px;
}

.ground-metPicList ul li:first-child {
    width: 40%;
}

.ground-metPicList ul li:last-child {
    width: 60%;
    margin-right: 0px;
}

.payrollSec:before {
    position: absolute;
    top: 150px;
    height: 94%;
    width: 100%;
    left: 0;
    content: "";
    background-color: var(--orangeColor);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 74%);
}

.payrollSec .row,
.compliantSec .row {
    position: relative;
    z-index: 2;
}

.compliantSec:before {
    position: absolute;
    top: 0px;
    height: 80%;
    width: 100%;
    left: 0;
    content: "";
    background-color: var(--orangeColor);
    clip-path: polygon(0 0, 100% 0%, 100% 74%, 0 100%);
}

/*-- New-css(24-07-2023)-lineHaul-page(End) --*/

/*-- New-css(26-07-2023)-elevate-page(Start) --*/

.imgwrapper {
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.imgwrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgwrapper:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.1) 100%);
    position: absolute;
}

.bannElevate .linehaulContent {
    max-width: 510px;
}

.bannElevate .bannContent>p {
    margin: 0px 0 20px;
}

.bannFlowtingBtn {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #fff;
    color: #000;
    box-shadow: 0px 4px 24px 0px rgba(124, 124, 124, 0.25);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    -webkit-animation: mover 1s infinite alternate;
    animation: moverarrow 1s infinite alternate;
}

@-webkit-keyframes moverarrow {
    0% {
        bottom: 0;
        opacity: 0.7;
    }

    100% {
        bottom: -25px;
        opacity: 1;
    }
}

.bannFlowtingBtn:hover {
    background: var(--orangeColor);
    color: #fff;
}

/*-- hamburger-menu(Start) --*/

.hamburgerClick {
    color: #000;
    font-size: 28px;
    position: absolute;
    top: 0px;
    left: 100px;
    cursor: pointer;
}

.main_menu a.closebtn {
    color: #fff;
    display: block;
}

.main_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0 !important;
    background-color: rgba(32, 33, 86, 0.97);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.main_menu a {
    display: block;
    transition: 0.3s;
}

.main_menu a:hover {
    color: #333;
}

.main_menu .closebtn {
    position: absolute;
    top: 14px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
}

.main_menu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

.main_menu ul li a {
    color: #fff;
    font-size: 24px;
    padding: 10px 10px;
}

.main_menu ul li a:hover,
.main_menu .closebtn:hover,
.hamburgerClick:hover {
    color: var(--orangeColor);
}

/*-- hamburger-menu(End) --*/

.ground-pdContent p {
    font-size: 18px;
    color: #000;
}

.ground-pd-overlay {
    position: relative;
}

.ground-pd-overlay:before {
    position: absolute;
    top: 0;
    bottom: 27px;
    content: "";
    background: #2e2f81;
    width: 25%;
    z-index: -1;
}

.ground-pd-gapL {
    padding-left: 120px;
}

.optimize-dashboardPic {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-right: 12px solid #2e2f81;
    border-bottom: 12px solid #2e2f81;
}

.orangeBg {
    background: var(--orangeColor);
}

.prioritizeText {
    padding-top: 30%;
}

.prioritizePic img {
    transform: scale(1.2);
}

.common-paddLg {
    padding: 120px 0px;
}

.control-costPic {
    box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border-left: 25px solid var(--orangeColor);
    border-bottom: 25px solid var(--orangeColor);
}

.unleashBg {
    background: #2e2f81;
}

.ground-pdContent.text-white p,
.ground-metContent.text-white p {
    color: #fff;
}

.unleashSec .btn {
    font-weight: 500;
}

.unleashSec {
    margin-bottom: -36px;
    position: relative;
    z-index: 99;
}

.large-ftr-topGap {
    padding-top: 240px !important;
}

.footer-two {
    background-repeat: no-repeat;
    background: top center;
    background-size: cover;
}

.ground-metContent p {
    color: #000;
    font-size: 18px;
}

.custom_error {
    font-weight: 600;
    color: crimson !important;
}

.custom_success {
    font-weight: 600;
    color: limegreen !important;
}

.userNameSuggestion p {
    padding: 0;
    margin: 0;
}

.userNameSuggestion .inner {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
    align-items: center;
}

.userNameSuggestion .inner a {
    display: inline-block;
    cursor: pointer;
    color: blue;
    font-weight: 500;
    background: #eee;
    padding: 5px 8px;
    border-radius: 5px;
}

.swal2-container.swal2-top-right.position-absolute.swal2-backdrop-show {
    position: fixed !important;
}

.forgot_pass_method_modal .modal-body {
    padding: 1.3rem;
}

.forgot_pass_method_modal p {
    color: #000;
    font-weight: 500;
}

.forgot_pass_method_modal label {
    color: #000;
}

.custom_btn {
    padding: 0.6em 1.2em;
    border: none;
}

button.custom_btn.custom_btn_primary {
    background: none;
    border: 1px solid #314591;
    color: #314591;
    border-radius: 5px;
    transition: 0.3s ease;
    font-weight: 600;
}

button.custom_btn.custom_btn_primary:hover,
button.custom_btn.custom_btn_primary:active {
    background: none;
    border: 1px solid #314591;
    color: #fff;
    background: #314591;
    border-radius: 5px;
}

button.custom_btn.custom_btn_danger {
    background: none;
    border: 1px solid crimson;
    color: crimson;
    border-radius: 5px;
    font-weight: 600;
}

button.custom_btn.custom_btn_danger:hover,
button.custom_btn.custom_btn_danger:active {
    background: none;
    border: 1px solid crimson;
    color: #fff;
    background: crimson;
    border-radius: 5px;
}

.forgot_pass_method_modal input[type="radio"] {
    --s: 1em;
    /* control the size */
    --c: #314591;
    /* the active color */

    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s) / 8) solid #939393;
    padding: calc(var(--s) / 8);
    background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s) / 10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: 0.3s;
}

input[type="radio"]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
}

input[type="radio"]:disabled {
    background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
    opacity: 0.5;
    cursor: not-allowed;
}

.forgot_pass_method_modal .radio_box {
    display: flex;
    align-items: center;
    gap: 4px;
}

/*======== Job Details Start ========*/
.inner-banner-wrap {
    margin: 30px 0 0 0;
}

.inner-banner-wrap img {
    border-radius: 20px;
}

.inner-banner-wrap .container {
    position: relative;
}

/* .inner-banner-wrap .banner-logo {
    position: absolute;
    width: 176px;
    height: 176px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 60px;
    bottom: -50%;
    transform: translateY(-40%);
    padding: 0 18px;
} */
.inner-banner-wrap .banner-logo {
    position: absolute;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    padding: 0 18px;
    border: 3px solid #fff;
}

.inner-banner-wrap .banner-logo img {
    border-radius: 0;
    height: auto;
}

.job-details-wrap {
    padding: 120px 0 80px;
}

.job-each h2 {
    margin-bottom: 8px;
    color: #000;
}

.job-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: #2a2d65;
    margin-bottom: 10px;
}

.job-title ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.job-title ul li {
    position: relative;
    margin-right: 10px;
}



.job-title ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

/* .job-title ul li:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #666666;
    border-radius: 50%;
    content: "";
    z-index: 1;
} */

.job-title ul li:last-child:after {
    display: none;
}

.job-each h3 {
    font-size: 20px;
    color: #000;
}

.job-each h6 {
    font-size: 18px;
    color: #666666;
    font-weight: 700;
}

.job-each p {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 15px;
}

.job-each {
    margin-bottom: 35px;
}

.job-details-info {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 40px 35px;
}

.job-location img {
    height: 25px;
    width: auto;
}

.job-location h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 0 16px;
}

.job-details-info h6 {
    font-size: 18px;
    font-weight: 500;
    color: #a5a5a5;
    margin: 20px 0 27px;
}

.job-salary h4 {
    font-weight: 700;
    margin-bottom: 7px;
    line-height: 1;
    font-size: 1.6rem;
}

.job-salary p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.job-info-each {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.job-info-each .info-each-lt {
    width: 50px;
    height: 50px;
    background: #f6f4fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.job-info-each .info-each-rt p {
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    margin: 0;
}

.job-info-each .info-each-rt p strong {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
}

.job-info-each:last-child {
    margin: 0;
}

.job-info-each .career-apply-btn {
    margin-top: 10px;
}

.text-small {
    font-size: 1.2rem;
}

/*-- New-css(26-08-2024) --*/
.loging-form-box .btn {
    background-color: #fff;
    color: var(--orangeColor);
}

button.btn.full-btn:hover {
    background-color: transparent;
    border-color: #fff !important;
    color: #fff;
}

.footer-new {
    background-color: #1A1C37;
    padding: 120px 0 80px;
}

.footer-new .social-link li {
    padding-right: 0
}

.footer-new .social-link li:not(:last-child) {
    margin-right: 10px;
}

.footer-new .social-link li a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    font-size: 18px;
    color: #000;
}

.footer-new .social-link li a:hover {
    color: #5D86FF;
    text-decoration: underline;
}

.footer-new .logo-ftr {
    /* max-width: 400px; */
    height: auto;
    /* width: 400px; */
    width: 22vw;
    margin-bottom: 15px;
}

.footer-main.footer-new:after {
    display: none;
}

.footer-main .footer-bottom {
    margin-top: 100px;
}

.footer-new .footer-info ul li:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1699px) {
    .footer-new {
        padding: 100px 0 72px;
    }

    .footer-main .footer-bottom {
        margin-top: 70px;
    }

    .footer-top h5 {
        margin-bottom: 20px;
    }

    .footer-new .footer-info ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1440px) {
    .footer-new {
        padding: 80px 0 62px;
    }

    .footer-main .footer-bottom {
        margin-top: 50px;
    }

    .footer-top h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1399px) {
    .footer-new {
        padding: 70px 0 52px;
    }

    .footer-main .footer-bottom {
        margin-top: 30px;
    }

    .footer-top h5 {
        font-size: 20px;
    }

    .footer-info ul li,
    .footer-info ul li a {
        font-size: 16px;
    }

    .footer-new .footer-info ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer-new .social-link li a {
        width: 40px;
        height: 40px;
    }

    .footer-bottom .ftr-copyright p {
        font-size: 16px;
    }
}


@media only screen and (max-width: 1199px) {
    .inner-banner-wrap .banner-logo {
        max-width: 156px;
        height: 156px;
        left: 0px;
        bottom: 0%;
        transform: translateY(0%);
    }

    .job-details-info {
        padding: 20px 15px;
    }

    .footer-new {
        padding: 60px 0 42px;
    }

    .footer-new .footer-info ul li:not(:last-child) {
        margin-bottom: 12px;
    }

    .footer-new .social-link li a {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .job-details-info h6 {
        font-size: 14px;
        margin: 15px 0 20px;
    }

    .job-salary p {
        font-size: 14px;
    }

    .job-details-lt {
        width: 60%;
    }

    .job-details-rt {
        width: 40%;
    }

    .inner-banner-wrap .banner-logo {
        width: 100px;
        height: 100px;
    }

    .job-each h3 {
        margin-bottom: 15px;
    }

    .job-each {
        margin-bottom: 25px;
    }

    .job-title ul li:after {
        display: none;
    }

    .job-title ul {
        display: block !important;
        list-style: disc;
        padding-left: 20px;
    }

    .job-title ul li {
        padding-right: 10px;
        margin-right: 0;
    }

    .job-each h2 {
        font-size: 20px;
    }

    .job-each h3 {
        font-size: 18px;
    }

    .footer-main .footer-bottom {
        margin-top: 15px;
    }

    .footer-top h5 {
        font-size: 18px;
    }

    .footer-new .footer-info ul li:not(:last-child) {
        margin-bottom: 8px;
    }

}

@media only screen and (max-width: 767px) {

    .main-header .logo,
    .main-header.fixed .logo,
    .footer-new .logo-ftr {
        width: 30vw;
    }

    .log-in-page .loging-form {
        padding: 60px 10px;
    }

    .job-details-lt {
        width: 100%;
    }

    .job-details-rt {
        width: 100%;
    }

    .inner-banner-wrap .banner-logo {
        width: 85px;
        height: 85px;
    }

    .job-details-wrap {
        padding: 80px 0;
    }

    .job-each h3 {
        margin-bottom: 10px;
    }

    .job-each {
        margin-bottom: 15px;
    }

    .footer-new {
        padding: 42px 0 42px;
    }

    .footer-bottom .ftr-copyright p {
        font-size: 14px;
        text-align: center;
    }

    .footer-col {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .reset-password-page {
        padding: 0;
    }

    .main-header .logo,
    .main-header.fixed .logo,
    .footer-new .logo-ftr {
        width: 44vw;
    }

    .footer-top h5 {
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 550px) {
    /* .inner-banner-wrap .banner-logo {
        width: 86px;
        height: 86px;
        left: 40px;
        bottom: -38%;
        transform: translateY(0%);
    } */

    .inner-banner-wrap img {
        height: 110px;
    }

    .job-details-wrap {
        padding: 65px 0 50px;
    }
}

/*======== Job Details End ========*/

/*Media Query css*/

@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1330px;
    }
}

@media only screen and (max-width: 1440px) {
    /* .main-header .logo {
        width: 300px;
    } */

    .job-details-wrap {
        padding: 100px 0 70px;
    }
}

@media only screen and (max-width: 1365px) {
    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 30px;
    }

    .bannContent h1 {
        font-size: 40px;
    }

    .apply-a a {
        font-size: 44px;
        line-height: 1;
    }

    .job-details-wrap {
        padding: 80px 0 60px;
    }
}

@media only screen and (max-width: 1280px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .bannContent h1 {
        font-size: 35px;
    }

    .bannHom {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .slider-wrap::after {
        display: none;
    }

    .common-padd {
        padding: 60px 0px;
    }

    .delivery-img {
        padding-bottom: 60%;
    }

    .story-col-right {
        padding-left: 23px;
    }

    .apply-a a {
        font-size: 32px;
    }

    .footer-main {
        padding: 50px 0px;
    }

    .btn {
        padding: 16px 30px;
        font-size: 14px;
    }

    /* .main-header .logo {
        width: 250px;
    } */
}

@media only screen and (max-width: 1199px) {
    .bannContent h1 {
        font-size: 32px;
    }

    .bannContent>p {
        font-size: 15px;
        margin: 25px 0;
    }

    .velti-flex .velti-flex-box {
        padding: 35px 21px;
    }

    .delivery-col .delivery-content h3 {
        margin-bottom: 13px;
    }

    .bann-iconBox h6 {
        margin-bottom: 10px;
    }

    .bannPic {
        margin-bottom: 20px;
    }

    .single-text h2 {
        margin-bottom: 25px;
    }

    .common-padd {
        padding: 40px 0px;
    }

    .delivery-img {
        padding-bottom: 70%;
    }

    .story-col-left {
        margin-bottom: 20px;
    }

    /* .main-header .logo {
        width: 235px;
    } */

    .footer-logo {
        width: 200px;
    }

    .job-details-wrap {
        padding: 60px 0 40px;
    }
}

@media only screen and (max-width: 991px) {
    .bannContent h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom {
        margin-top: 12px;
    }

    .bannPic img {
        width: 100%;
    }

    .bannContent>p {
        margin: 15px 0;
    }

    .delivery-img {
        padding-bottom: 100%;
    }

    .delivery-col .delivery-content {
        padding: 0px 20px;
    }

    .velti-flex-h img {
        width: 28px;
        height: 28px;
    }

    .velti-flex-h {
        padding-left: 35px;
    }

    .velti-flex .velti-flex-box {
        padding: 20px 12px;
    }

    .story-col-left .row .col-md-6 {
        width: 50%;
    }

    .story-col-right {
        padding-left: 0;
    }

    .apply-a a {
        font-size: 23px;
    }

    .job-details-wrap {
        padding: 50px 0 40px;
    }

    .headerR .btn {
        padding: 1rem 1.1rem;
    }

}

@media only screen and (max-width: 767px) {
    .footer-info {
        margin-bottom: 20px;
        text-align: center;
    }

    ul.social-link {
        justify-content: center;
    }

    /* .logo {
        width: 119px;
    } */

    .btn {
        padding: 10px 28px;
        font-size: 14px;
    }

    .velti-flex {
        display: block;
        flex-wrap: wrap;
        margin-top: 33px;
    }

    .velti-flex .velti-flex-box {
        width: 100%;
        border: none;
    }

    .velti-flex-box p {
        margin-bottom: 0px;
    }

    .delivery-img {
        padding-bottom: 60%;
    }

    .footer-main {
        padding: 30px 0px;
    }

    .main-header {
        padding: 10px 0;
    }

    .headerR .btn {
        padding: 1rem 1.1rem;
    }

    .footer-logo {
        margin: auto;
    }
}

@media only screen and (max-width: 550px) {
    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
    }

    .bannContent h1 {
        font-size: 20px;
    }

    .bannContent>p {
        font-size: 13px;
    }

    .bannHom {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .single-text h2 {
        margin-bottom: 0px;
        font-size: 16px;
    }

    .velti-flex-h h5 {
        margin-bottom: 12px;
    }

    .delivery-img {
        padding-bottom: 90%;
    }

    .footer-logo a {
        display: block;
        width: 119px;
        margin: 0 auto;
    }

    /* .main-header .logo {
        width: 180px;
    } */

    .footer-new {
        padding: 42px 0 42px;
    }
}

@media only screen and (max-width: 480px) {
    .header-wrapper .headerR a.btn {
        padding: 4px 7px;
        font-size: 10px;
    }
}

@media only screen and (max-width: 380px) {
    /* .main-header .logo {
        width: 170px;
    } */

    .headerR .btn {
        padding: 5px 12px;
        font-size: 12px;
    }

    .main-header .logo,
    .main-header.fixed .logo,
    .footer-new .logo-ftr {
        width: 45vw;
    }
}

/*Media Query css*/