body {
    scroll-behavior: smooth;
}

.flex-center {
    display: flex;
    align-items: center;
}
#recaptcha_callback3,
#recaptcha_callback2,
#recaptcha_callback {
    display: none;
}

.text-left{
    text-align: left !important;
}
.contacterr,
.emailerr {
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
}
.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
}
form .error{
    border: 2px solid #ff0000;
}

#header_form .contacterr {
    margin: -10px 0 5px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
}
#header_form
.emailerr {
    font-size: 12px;
    margin: -15px 0 15px;
    line-height: 1;
    font-weight: 600;
}
#footer_form .contacterr, #footer_form .emailerr {
    color: red;
    font-size: 12px;
    margin: 0;
    display: none;
    position: absolute;
    bottom: 4px;
    left: 75px;
    font-weight: 600;
}
#contact_form
.emailerr {
    font-size: 12px;
    margin: -8px 0 0;
    line-height: 1;
    font-weight: 600;
}

#contact_form
.contacterr {
    font-size: 12px;
    margin: 0px 0 5px;
    line-height: 1;
    font-weight: 600;
}
.form {
    background: #282828;
    padding: 45px 35px;
    border-radius: 9px;
    padding-bottom: 20px;
    position: relative;
}

.form:after {
    content: "25% Off on First Order";
    position: absolute;
    left: -66%;
    top: 42%;
    font-size: 38px;
    width: 120%;
    height: 15%;
    transform: rotate(-90deg);
    color: #fff;
    background: #f68237;
    padding: 20px;
    z-index: -1;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.contact-sec {
    padding: 20px;
    background: url(../../images/duke-img/welcome-banner.png) no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 60% !important;
}

.form h4 {
    color: #fff;
    font-weight: 900;
    text-align: left;
    margin-bottom: 8px;
    font-size: 32px;
    margin: 0 0 30px 0;
    position: relative;
}

.form h4 span {
    font-size: 14px;
    color: #f68237;
}

.form p {
    color: #252b50;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
}

.form .form-group {
    margin-bottom: 20px;
}

.form p span {
    color: #cf1f2a;
    font-weight: 900;
}

.form label {
    font-size: 14px;
    color: #252b50;
    font-weight: 500;
    margin-bottom: 1px;
}

.form input {
    height: 45px;
    border-radius: 4px;
}

.form .checkboxterms {
    font-size: 11px !important;
    color: #000 !important;
    font-weight: 100 !important;
    line-height: 12px !important;
    text-align: left !important;
    padding-top: 13px !important;
}

.form button {
    padding: 6px !important;
    background-color: #f68237 !important;
    color: #282828 !important;
    font-size: 19px !important;
    font-weight: 900;
}

.form button img {
    padding-left: 12px;
    width: 42px;
    padding-bottom: 4px;
}

.waah {
    transform: translate(0%, 15%);
}

.waah .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 453px;
}

.waah .content h1 {
    font-size: 55px;
    font-weight: 900;
    color: #282828;
    position: relative;
}

.waah .content h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 1px;
    background: #282828;
    content: "";
}

.waah .content h1 span {
    font-size: 72px;
    margin: 0;
    color: #f68237;
    font-weight: 400;
}

.view-more {
    height: 212px;
    background: #f68237;
    border-radius: 8px;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    position: absolute !important;
    left: 0;
    right: 0;
    margin-top: 1px;
    padding: 13px 100px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 10ms;
    border-top: 1px solid #f68237;
    border-bottom: 2px solid #f68237;
    transition: 0.5s;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .li1 {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    padding-left: 1%;
    padding-top: 13px;
    padding-bottom: 13px;
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: #f68237db;
    transform: translateX(280px);
    transition: 0.5s;
    border-left: 2px solid #0009;
    z-index: 99999;
}

#offcanvas-menu .close-menu i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background-color: #f68237;
    border: 1px solid #000;
}

#offcanvas-menu .menu-wrapper li a {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    border-bottom: 1px solid #b7becd;
    padding: 10px 17px;
    display: block;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .li1 .inner-ul li {
    position: relative;
    transition: 0.5s;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .li1 .inner-ul li:after {
    position: absolute;
    content: "";
    background: url(../../images/duke-img/about/li-line-about.webp) no-repeat;
    width: 25px;
    height: 25px;
    top: 14px;
    left: -16px;
}

.header-section .navbar .navbar-collapse .navbar-nav li {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: static;
    margin-right: 28px;
}

.mega_socialbar .fab {
    padding: 5px;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    width: 28px;
    margin-right: 4px;
    padding-left: 22%;
    background: #f68237;
    transition: 0.5s;
}

.mega_socialbar .fab:hover {
    background: #ce5200;
}

.header-section .navbar .col-md-10 {
    position: unset;
}

.header-section .navbar h4 {
    font-size: 25px;
    font-weight: 700;
    color: #282828;
    position: relative;
}

.header-section .navbar h4:after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/partner-line.png) no-repeat;
    width: 66%;
    height: 20px;
    top: 29px;
    left: 0;
}

.header-section .navbar p {
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 12px;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    color: #282828 !important;
    line-height: 45px;
    font-weight: 600;
}

#navbar .col-md-2 img {
    width: 100%;
    padding-top: 5px;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
    color: #f68237;
}

.homePageThree .header-section .navbar {
    background-color: #fff;
    transition: 0.5s;
    border-bottom: 2px solid #f68237;
}

.roww {
    position: absolute;
    top: 40%;
}

.roww h5 {
    font-size: 40px;
    font-weight: 800;
    color: #f68237;
    margin: 0;
}

.roww h4 {
    font-size: 45px;
    font-weight: 800;
    color: #282828;
    position: relative;
}

.roww h4:after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/header-line.png) no-repeat;
    background-size: contain;
    width: 82%;
    height: 5px;
    bottom: -10px;
    left: 0;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a {
    color: #444;
    font-weight: 700;
    font-size: 16px;
}

.top-bar .col-md-2 {
    padding-top: 0;
    color: #f68237;
}

.homePageThree .header-section .navbar.sticky {
    background-color: #fff;
}

.top-bar a {
    color: #f68237;
    font-size: 14px;
}

.top-bar:after {
    display: none;
}

.homePageThree .header-section .top-bar {
    min-height: 0;
    line-height: 22px;
}

.homePageThree .header-section .top-bar {
    background: #282828;
    padding: 3px 0;
}

.top_socialbar .fab {
    background: 0 0;
    padding: 3px;
    color: #f68237;
    font-size: 17px;
    border-radius: 0;
    width: 33px;
    margin-right: 4px;
    padding-left: 5%;
}

.top_socialbar .fa-facebook-f,
.top_socialbar .fa-linkedin-in {
    border-right: 2px solid #f68237;
}

.footer-section {
    position: relative;
    background: url(../../images/duke-img/footer.png);
    background-size: cover;
}

.footer-section ul li a {
    color: #dcdcdc;
    border-bottom: 1px solid #504e4e;
}

.footer-section .footer-container .footer-wrapper p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #aaa;
    height: auto;
    padding: 10px 0;
    text-align: left;
}

.footer-section h4 {
    color: #f68237;
    font-size: 22px;
    font-weight: 600;
    padding-top: 23px;
    margin-bottom: 9px;
}

.footer-top-row {
    margin-bottom: 20px;
}

.head h4 {
    margin: 0;
    color: #f68338;
    font-size: 28px;
    position: relative;
}

.head h4:after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/12.png) no-repeat;
    background-size: contain;
    width: 149px;
    height: 41%;
    top: 12px;
    left: 131px;
}

.btn-primary {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 0 4px 4px 0;
    padding: 3px 9px;
    z-index: 5;
    margin-left: -5px;
    overflow: hidden;
    background-color: #f68237 !important;
    color: #fff;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-wrapper {
    text-align: center;
}

.form-footer h4 {
    text-align: center;
    color: #fff;
}

.form-footer h4 span {
    color: #f68237;
}

.form-footer {
    background: 0 0;
    border: 3px solid #fff;
    padding-bottom: 25px;
    border-radius: 16px;
    position: relative;
}

.footer-info .col-md-6 p {
    text-align: left;
    padding: 0;
    margin: 0;
}

.footer-info {
    padding-top: 25px;
}

.bottom_socialbar .fab {
    padding: 8px;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    width: 33px;
    margin-right: 4px;
    text-align: center;
    background: #f68237;
}

.welcome_section .col-md-4 img {
    width: 60px;
}

.welcome_section .col-md-8 {
    border: 2px solid #f6863e;
    border-radius: 9px;
    width: 750px;
    margin-left: 17px;
    text-align: center;
    margin-top: 7px;
}

.welcome_section .col-md-8 .row .col-md-4 p {
    margin: 0;
    font-size: 18px;
}

.welcome_section .first-row {
    padding: 20px;
    background: #f68237;
}

.welcome-sec {
    padding: 20px;
    background: url(../../images/duke-img/welcome-banner.png) no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
}

.welcome_section {
    padding: 31px;
    padding-bottom: 150px;
}

.first-row h6 {
    margin: 0;
    font-size: 17px;
    color: #282828;
    font-weight: 500;
    position: relative;
}

.first-row h6:after {
    content: "";
    background: url(../../images/duke-img/welcome.png) no-repeat;
    background-size: contain;
    width: 139px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 94px;
}

.first-row h4 {
    color: #282828;
    font-weight: 700;
}

.first-row p {
    line-height: 22px;
    font-size: 14px;
    margin: 0;
}

.welcome_section .col-md-8 .row .col-md-4 {
    padding: 10px;
}

.first-fold .sub_content {
    margin: 0 30px;
    position: absolute;
    bottom: -200px;
    left: 0;
    padding: 20px;
    background: #fff;
    right: 0;
    border-radius: 5px;
    margin-top: -61px;
    -webkit-box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.75);
    box-shadow: 0 0 10px 0 rgba(195, 195, 195, 0.75);
    padding-left: 33px;
    transition: 0.5s;
    min-height: 244px;
}

.first-fold .row {
    position: relative;
}

.first-fold .sub1 h4::after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/frst1.png) no-repeat;
    background-size: contain;
    width: 12%;
    height: 19%;
    top: 6px;
    left: -34px;
}

.first-fold .sub2 h4::after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/frst2.png) no-repeat;
    background-size: contain;
    width: 12%;
    height: 19%;
    top: 6px;
    left: -34px;
}

.first-fold .sub1 h4::before {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/arrow.png) no-repeat;
    background-size: contain;
    width: 12%;
    height: 13%;
    top: 14px;
    right: 0;
}

.bottom_socialbar .fab:hover {
    background: #b55110;
    color: #fff;
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 25px;
    transform: translateX(-102%);
    background-color: #b55110;
    opacity: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.first-fold .sub2 h4::before {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/arrow.png) no-repeat;
    background-size: contain;
    width: 12%;
    height: 13%;
    top: 14px;
    right: 0;
}

.first-fold {
    height: 860px;
    padding-top: 250px;
}

.first-fold .sub_content h5 {
    font-size: 18px;
    color: #f68237;
    font-weight: 400;
    position: relative;
}

.first-fold .sub_content h5:after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/col.png) no-repeat;
    background-size: contain;
    top: 7px;
    width: 100px;
    left: 80px;
    height: 8px;
}

.first-fold .sub_content .h5:after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/col.png) no-repeat;
    background-size: contain;
    top: 7px;
    width: 100px;
    left: 124px;
    height: 8px;
}

.first-fold .sub_content p {
    color: #444;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
}

.first-fold .sub_content h4 {
    margin: 0;
    padding-bottom: 7px;
    font-weight: 800;
    color: #282828;
    font-size: 30px;
}

.second-ford {
    padding: 100px 0;
    color: #fff;
}

.second-ford .col-md-3 {
    width: 100px;
}

.second-ford .container {
    border-bottom: 3px solid #f68237;
    border-top: 3px solid #f68237;
    padding: 20px 0;
}

.second-ford .sec h5 {
    font-size: 18px;
    font-weight: 900;
    padding-top: 5px;
}

.second-ford .frst h6 {
    padding-top: 5px;
    font-size: 25px;
    color: #ff832e;
    position: relative;
}

.second-ford .frst h4 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
}

.second-ford .frst p {
    width: 80%;
}

.second-ford .frst h6::after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/journal-line.png) no-repeat;
    width: 152px;
    height: 10px;
    top: 15px;
    left: 120px;
}

.third-ford .content img {
    width: 70px;
    height: 70px;
}

.third-ford {
    padding: 20px;
}

.third-ford .service {
    border-radius: 14px;
    background: #f68237;
    color: #fff;
    padding: 56px 12px;
    padding-left: 25px;
}

.third-ford .content {
    padding: 20px;
}

.third-ford .service h5 {
    font-size: 28px;
    margin: 0;
    position: relative;
}

.third-ford .service h5::after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/our-line.png) no-repeat;
    width: 146px;
    height: 10px;
    top: 15px;
    left: 65px;
}

.third-ford .service h4 {
    font-size: 44px;
    font-weight: 800;
    color: #282828;
}

.third-ford .sec-service .content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.third-ford .sec-service .content div {
    margin: 0;
    padding-left: 10px;
}

.third-ford .main {
    padding: 50px 0;
    border-bottom: 1px solid #cbcbcb;
}

.third-ford .sec-service .content div h4 {
    font-size: 22px;
    font-weight: 700;
    color: #282828;
    margin: 0;
}

.third-ford .sec-service .content div p {
    font-size: 14px;
    margin: 0;
    color: #444;
}

.fourth-ford .second h5 {
    margin: 0;
    font-size: 30px;
    color: #ef7f37;
    font-weight: 500;
    position: relative;
}

.fourth-ford .second h5:after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/serv.png) no-repeat;
    width: 125px;
    height: 10px;
    top: 15px;
    left: 65px;
}

.fourth-ford .second h4 {
    font-size: 38px;
    font-weight: 800;
    color: #282828;
}

.fourth-ford .second p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 28px;
    color: #444;
}

.fourth-ford {
    padding: 30px 0 10px;
}

.fourth-ford .second a i {
    color: #f68237;
    transition: 0.5s;
}

.fourth-ford .second a:hover i {
    color: #fff;
}

.fourth-ford .second a {
    text-transform: capitalize;
    color: #282828;
    font-size: 22px;
    font-weight: 600;
    border: 2px solid #f68237;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
}

.fourth-ford .second a:hover {
    background: #f68237;
    color: #fff;
}

.fourth-ford .second {
    padding: 100px 0;
}

.fourth-ford .mask2 h4 {
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    margin: 0;
    font-weight: 500;
}

.fourth-ford .mask2 p {
    margin: 0;
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
    position: relative;
}

.fourth-ford .fourth-ford .mask2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
}

.fourth-ford img {
    width: 100%;
    display: block;
    position: relative;
}

.first-of-fourth {
    padding: 20px;
}

.fourth-ford .content {
    min-height: auto;
    padding-bottom: 20px;
    position: relative;
    height: auto;
}

.fourth-ford .content.view-more {
    padding-bottom: 0;
}

.fourth-ford .content.view-more img {
    opacity: 0;
}

.fourth-ford .content .mask2 {
    position: absolute;
    bottom: 13%;
    left: -6%;
}

.sixth-ford .content {
    color: #fff !important;
}

.sixth-ford .first_row {
    padding-bottom: 20px;
}

.last_row {
    border-radius: 5px;
}

.sixth-ford .sub {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
}

.sixth-ford .sub h4 {
    padding: 0;
    margin: 0;
    padding-left: 5px;
    line-height: 23px;
    font-weight: 600;
    font-size: 16px;
}

.sixth-ford .sub-content {
    padding: 68px 20px;
}

.sixth-ford .sub-content h5 {
    font-size: 33px;
    margin: 0;
    position: relative;
}

.sixth-ford .sub-content h5::after {
    content: "";
    position: absolute;
    background: url(../../images/duke-img/our2.png) no-repeat;
    width: 164px;
    height: 8px;
    top: 18px;
    left: 64px;
}

.sixth-ford .sub-content h6 {
    font-size: 40px;
    font-weight: 700;
    color: #282828;
}

.sixth-ford .con1 {
    border-bottom: 1px solid #282828;
    padding-bottom: 45px;
}

.sixth-ford .content {
    border-radius: 5px;
}

.sixth-ford .last_row {
    background: url(../../images/duke-img/soluton-bb.png);
    background-size: cover;
    height: 455px;
}

.sixth-ford .cont2 {
    padding: 0;
    margin: 0;
}

.p23 {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 800;
}

.p24 {
    font-size: 10px;
    font-weight: 700;
    text-transform: lowercase;
}

@media (max-width: 320px) {
    .sixth-ford .cont2 {
        padding: 0 15px;
        margin: 0;
    }
    .fifth-ford .content h5::after {
        width: 113px;
        height: 20px;
        top: 11px;
        left: 169px;
    }
    .sixth-ford .sub-content h5::after {
        width: 132px;
        height: 10px;
        top: 18px;
        left: 64px;
    }
    .second-ford .img2 {
        width: 288px;
    }
    .first-fold .sub_content .h5:after {
        left: 110px;
    }
    .form-footer {
        background: 0 0;
        border: 3px solid #fff;
        padding-bottom: 24px;
        border-radius: 16px;
        width: 305px;
        margin-top: 20px;
    }
    .first-fold .sub_content h4 {
        margin: 0;
        padding-bottom: 7px;
        font-weight: 800;
        color: #282828;
        font-size: 25px;
    }
    .first-fold .sub_content p {
        color: #444;
        line-height: 14px;
        font-size: 11px;
        font-weight: 600;
    }
    .third-ford .row {
        margin: 0;
    }
    .first-fold .content {
        padding-bottom: 282px;
    }
    .first-fold {
        padding-bottom: 62em;
    }
    .first-fold .sub2 {
        bottom: 81px;
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .form:after {
        font-size: 32px;
    }
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a {
        color: #444;
        font-weight: 700;
        font-size: 13px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li {
        margin-right: 20px;
    }
    .first-row h4 {
        font-size: 20px;
    }
    .first-row p {
        line-height: 1.2;
        font-size: 14px;
    }
    .welcome_section .col-md-8 .row .col-md-4 p {
        font-size: 16px;
    }
    .first-fold .sub_content h5 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .first-fold .sub_content h4 {
        font-size: 22px;
    }
    .first-fold .sub_content {
        padding: 20px 12px 12px 33px;
        min-height: 247px;
    }
    .first-fold .sub1 h4::before,
    .first-fold .sub2 h4::before {
        width: 25px;
        height: 21px;
        top: 20px;
        right: 20px;
    }
    .second-ford .frst p {
        width: 100%;
        font-size: 14px;
        line-height: 1.3;
    }
    .second-ford .frst h4 {
        font-size: 28px;
    }
    .second-ford .frst h4 {
        font-size: 28px;
    }
    .second-ford .frst h6::after {
        left: 100px;
    }
    .second-ford .sec h5 {
        font-size: 14px;
        text-align: center;
    }
    .second-ford {
        padding: 50px 0;
    }
    .fourth-ford .second p {
        font-size: 14px;
        line-height: 1.3;
    }
    .fourth-ford .second a {
        font-size: 16px;
        padding: 8px 15px;
    }
    .fourth-ford .second h4 {
        font-size: 28px;
    }
    .fourth-ford .second h5 {
        font-size: 22px;
    }
    .fourth-ford .second h5:after {
        background: url(../../images/duke-img/serv.png) no-repeat;
        width: 80px;
        height: 7px;
        top: 10px;
        left: 42px;
        background-size: contain;
    }
    .view-more {
        height: 170px;
    }
    .fourth-ford .content .mask2 {
        left: 6%;
    }
    .fourth-ford .mask2 h4 {
        font-size: 14px;
        padding-left: 0;
    }
    .fourth-ford .mask2 p {
        padding-left: 0;
        font-size: 12px;
    }
    .sixth-ford .sub-content h6 {
        font-size: 26px;
    }
    .sixth-ford .sub-content h5 {
        font-size: 20px;
    }
    .sixth-ford .sub-content p {
        font-size: 14px;
        line-height: 1.3;
        margin: 0;
    }
    .sixth-ford .sub-content h5::after {
        width: 106px;
        height: 6px;
        top: 11px;
        left: 39px;
        background-size: contain;
    }
    .sixth-ford .sub {
        bottom: 11px;
    }
    .s-e-o-content button {
        width: 12%;
    }
    .waah {
        transform: translate(0, 15%);
    }
}

@media (max-width: 1152px) {
    .view-more {
        height: 170.5px;
    }
    .sixth-ford .sub {
        bottom: 15px;
        padding-left: 13px;
    }
    .sixth-ford .sub-content {
        padding: 40px 20px;
    }
    .sixth-ford .sub-content h6 {
        font-size: 26px;
    }
    .sixth-ford .sub-content h5 {
        font-size: 25px;
    }
    .sixth-ford .sub-content h5::after {
        width: 93px;
        height: 6px;
        top: 14px;
        left: 50px;
        background-size: contain !important;
    }
    .s-e-o-content button {
        width: 13%;
    }
    .welcome_section .col-md-8 {
        border: 2px solid #f6863e;
        border-radius: 9px;
        width: 612px;
        margin-left: 17px;
        text-align: center;
        margin-top: 7px;
    }
    .first-row p {
        line-height: 16px;
        font-size: 14px;
        margin: 0;
    }
    .fourth-ford .second {
        padding: 30px 0;
    }
    .first-row h4 {
        color: #282828;
        font-weight: 700;
        margin: 0 0 10px;
    }
    .form:after {
        content: "25% Off on First Order";
        position: absolute;
        left: -66%;
        top: 42%;
        font-size: 32px;
        width: 120%;
        height: 15%;
        transform: rotate(-90deg);
        color: #fff;
        background: #f68237;
        padding: 20px;
        z-index: -1;
        border-radius: 8px;
    }
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon,
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a {
        font-size: 14px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        position: static;
        margin-right: 16px;
    }
    .first-fold .sub1 h4::before,
    .first-fold .sub2 h4::before {
        width: 6%;
        height: 6%;
        top: 20px;
        right: 20px;
    }
    .first-fold .sub_content {
        min-height: 294px;
    }
}

@media (max-width: 991px) {
    .sixth-ford .last_row {
        padding: 0;
        margin: 19px 0px 0;
        height: auto;
        background-position: center;
    }
    .fourth-ford .mask2 h4 {
        font-size: 18px;
    }
    .fourth-ford .mask2 p {
        padding-left: 0;
        font-size: 15px;
    }
    .waah .row.flexOnSm {
        display: flex;
        align-items: center;
    }
    .waah .content h1 span {
        font-size: 40px;
    }
    .waah {
        transform: translate(0, 0);
        padding: 40px 0 80px;
    }
    .waah .content h1 {
        font-size: 40px;
    }
    .form:after {
        font-size: 30px;
    }
    .roww h5 {
        font-size: 23px;
    }
    .welcome_section .col-md-8 .row .col-md-4 {
        padding: 0;
    }
    .roww h4 {
        font-size: 23px;
    }
    .roww p {
        font-size: 12px;
        line-height: 13px;
        font-weight: 600;
        padding-right: 30px;
    }
    .roww {
        padding: 0;
        margin: 0;
        top: 21%;
    }
    .sixth-ford .cont2 {
        padding: 0 15px;
        margin: 0 15px;
    }
    .welcome_section .first-row {
        padding: 20px;
        background: #f68237;
        border-radius: 0;
    }
    .welcome_section .col-md-8 {
        border: 2px solid #f6863e;
        border-radius: 0;
        padding: 10px;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        margin-top: 0;
        color: #282828;
        background: #fff;
    }
    .welcome-sec {
        background: 0 0;
    }
    .welcome_section {
        padding: 0;
        padding-bottom: 0;
    }
    .welcome_section .col-md-8:after {
        width: 0;
    }
    .welcome_section .col-md-8 .row .col-md-4 p {
        padding-top: 5px;
        line-height: 16px;
        font-size: 11px;
    }
    .welcome_section .sec-row .row {
        margin-left: 2px;
    }
    .first-fold .sub_content p {
        color: #444;
        line-height: 1.2;
        font-size: 12px;
        font-weight: 400;
    }
    .first-fold .sub_content {
        min-height: 270px;
    }
    .view-more {
        min-height: 280px;
    }
}

@media (max-width: 991px) {
    .s-e-o-content button {
        width: 18%;
    }
    .footer-section h4 {
        font-size: 18px;
    }
    .footer-section ul li {
        padding: 0;
    }
    .waah .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 200px;
    }
    .waah .content h1 {
        font-size: 40px;
        font-weight: 900;
        color: #282828;
        position: relative;
    }
    .waah .content h1 span {
        font-size: 40px;
        margin: 0;
        color: #f68237;
        font-weight: 400;
    }
    .waah {
        transform: translate(0);
    }
    .first-fold .sub2 h4::after {
        width: 16%;
        height: 16%;
        top: 15px;
        left: -20px;
    }
    .first-fold .sub2 h4::before {
        width: 9%;
        height: 9%;
        top: 28px;
        right: 5px;
    }
    .first-fold .sub1 h4::before {
        width: 9%;
        height: 9%;
        top: 28px;
        right: 5px;
    }
    .first-fold .sub1 h4::after {
        width: 16%;
        height: 16%;
        top: 15px;
        left: -20px;
    }
    .first-fold .content {
        padding-bottom: 272px;
    }
    .first-fold .sub1 {
        bottom: 14px;
        padding-bottom: 0;
    }
    .first-fold .sub2 {
        bottom: 14px;
        /* padding-bottom: 0; */
    }
    .first-fold {
        padding-bottom: 1em;
        padding-top: 180px;
        height: auto;
    }
    .second-ford {
        padding: 30px;
        color: #fff;
        padding-left: 16px;
        margin-top: 20px;
    }
    .second-ford .img2 {
        width: 330px;
    }
    .third-ford .sec-service .content div h4 {
        padding-top: 8px;
    }
    .second-ford .frst p {
        padding-right: 60px;
        width: 80%;
        padding-left: 5px;
        margin: 0;
        margin-right: 1px;
        padding: 0;
        margin: 0;
    }
    .second-ford .container {
        border: none;
        padding: 0;
        margin: 0;
    }
    .second-ford .sec {
        padding: 15px 0;
    }
    .third-ford .content {
        padding: 10px;
    }
    .third-ford .content img {
        width: 54px;
        height: 54px;
    }
    .third-ford .sec-service .content div {
        text-align: left;
    }
    .third-ford .sec-service .content {
        display: inline;
    }
    .third-ford .sec-service .content div p {
        font-size: 14px;
        margin: 0;
        line-height: 17px;
        color: #444;
    }
    .third-ford .main {
        padding: 0;
        border-bottom: 1px solid #cbcbcb;
    }
    .third-ford .sec-service {
        padding-top: 20px;
    }
    .third-ford .service {
        border-radius: 0;
    }
    .fourth-ford .second {
        padding: 0 15px;
        padding-bottom: 50px;
    }
    .fifth-ford {
        padding: 0;
    }
    .fifth-ford .content {
        padding: 0 33px;
        min-height: 457px;
        padding-bottom: 20px;
    }
    .fifth-ford .content p {
        margin: 0 0 10px;
        line-height: 25px;
        font-size: 16px;
    }
    .fifth-ford .content h4 {
        padding-top: 16px;
        font-size: 34px;
        font-weight: 800;
        color: #282828;
    }
    .sixth-ford .content {
        margin: 0;
        padding: 0;
        border-radius: 6px;
    }
    .sixth-ford .sub-content {
        padding: 16px 20px;
    }
    .last_row p {
        line-height: 23px;
    }
    .sixth-ford .sub-content h6 {
        margin-bottom: 1px;
    }
    .seventh-ford .img {
        padding-top: 20px;
    }
    .form-footer {
        background: 0 0;
        border: 3px solid #fff;
        padding-bottom: 24px;
        border-radius: 16px;
        width: 300px;
        margin-top: 20px;
    }
    .sixth-ford .col-md-4,
    .sixth-ford .col-md-6 {
        padding: 0;
        margin: 10px 30px;
    }
    .sixth-ford .first_row {
        padding-bottom: 0;
    }
    .seventh-ford {
        padding: 0 0 55px;
    }
    .footer-section .footer-container .footer-wrapper {
        padding-bottom: 0;
    }
    .first-fold .head {
        padding-top: 16px;
    }
}

@media (width: 768px) {
    .form-footer {
        background: 0 0;
        border: 3px solid #fff;
        padding-bottom: 24px;
        border-radius: 16px;
        width: auto;
        margin-top: 20px;
    }
    .first-fold .content {
        padding-bottom: 272px;
    }
    .first-fold .sub1 {
        bottom: 14px;
        padding-bottom: 0;
    }
    .first-fold .sub2 {
        bottom: 37px;
        padding-bottom: 0;
    }
    .first-fold {
        padding-bottom: 84em;
    }
    .sixth-ford .last_row {
        padding: 0;
        margin: 0;
        height: 186px;
    }
    .sixth-ford .cont2 {
        padding: 0 15px;
        margin: 0 0;
    }
    .third-ford {
        padding: 0;
    }
    .third-ford .row {
        margin: 0;
    }
    .third-ford .service .container {
        padding: 0;
        margin: 0;
        width: 720px;
    }
    .third-ford .service p {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .s-e-o-content .content h1,
    .s-e-o-content .content h2,
    .s-e-o-content .content h3,
    .s-e-o-content .content h4 {
        font-size: 24px;
    }
    .first-fold .sub_content {
        min-height: auto;
    }
    .first-fold .content {
        padding-bottom: 132px;
    }
    .first-fold .sub2 h4::after,
    .first-fold .sub1 h4::after {
        width: 43px;
        height: 43px;
    }
    .waah .row.flexOnSm {
        justify-content: space-between;
    }
    .form:after {
        font-size: 24px;
        left: -68%;
        width: 120%;
        height: 13%;
        padding: 12px 0;
    }
    .form .form-group {
        margin-bottom: 12px;
    }
    .form {
        padding: 20px 22px;
    }
    .form h4 {
        font-size: 25px;
    }
    .form h4 span {
        font-size: 12px;
    }
    .first-fold {
        padding-bottom: 1em;
        padding-top: 230px;
        height: auto;
    }
}

@media screen and (width: 1440px) {
    .waah {
        transform: translate(0, 15%);
    }
}

@media screen and (width: 1280px) {
    .first-fold {
        height: 600px;
        padding-top: 250px;
        padding-bottom: 40em;
    }
    .first-fold .content:hover .sub1,
    .first-fold .content:hover .sub2 {
        bottom: -200px;
    }
    .waah {
        transform: translate(0, 15%);
    }
}

@media screen and (width: 1336px) {
    .waah {
        transform: translate(0, 15%);
    }
}

@media screen and (max-width: 1360px) {
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        position: absolute !important;
        left: 0;
        right: 0;
        margin-top: 1px;
        padding: 13px 10px;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 10ms;
        border-top: 1px solid #f68237;
        border-bottom: 2px solid #f68237;
        transition: 0.5s;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media screen and (width: 1024px) {
    .welcome_section .col-md-8 {
        width: 600px;
    }
    .first-fold {
        height: 600px;
        padding-top: 120px;
        padding-bottom: 35em;
    }
    .first-row p {
        line-height: 16px;
        font-size: 14px;
        margin: 0;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        position: absolute !important;
        left: 0;
        right: 0;
        margin-top: 1px;
        padding: 10px 10px;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 10ms;
        border-top: 1px solid #f68237;
        border-bottom: 2px solid #f68237;
        transition: 0.5s;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
    .p24 {
        font-size: 7px;
        padding-top: 8px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
        color: #282828 !important;
        line-height: 30px;
        font-weight: 600;
        font-size: 10px;
    }
    .header-section .navbar p {
        font-size: 12px;
        line-height: 20px;
    }
    .welcome_section .col-md-8:after {
        background: 0 0;
        display: none;
    }
    .footer-top-row {
        margin-bottom: 65px;
    }
    .second-ford {
        padding: 100px 0;
        color: #fff;
        margin-top: 50px;
    }
    .p12 {
        padding-top: 39px !important;
    }
    .mega_socialbar {
        padding: 0;
    }
}

.sec-row .row:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width:580px) {
    .fourth-ford .content .mask2 {
        left: 4%;
    }
    .fourth-ford .mask2 h4 {
        font-size: 16px;
    }
    .fourth-ford .mask2 p {
        padding-left: 0;
        font-size: 14px;
        padding: 0;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .welcome_section .flex-center {
        display: block;
    }
    .form:after {
        font-size: 18px;
        left: -60%;
        width: 100%;
        height: auto;
        padding: 10px 0 12px;
    }
    .form {
        transform: translateX(-15px);
    }
    .first-fold {
        padding-top: 410px;
        height: auto;
    }
}

@media (max-width:552px) {
    .form h4 {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .form input {
        height: auto;
        padding: 8px 10px 8px;
    }
    .form button {
        padding: 5px !important;
        font-size: 17px !important;
    }
    .form {
        padding: 15px 15px;
    }
    .form:after {
        font-size: 18px;
        left: -63%;
        width: 110%;
        height: auto;
        padding: 7px 0 7px;
    }
}

@media (max-width:530px) {
    .waah .row.flexOnSm {
        justify-content: space-between;
        display: block;
    }
    .form {
        transform: translateX(0);
    }
    .waah {
        transform: translate(0, 0);
        padding: 40px 0 0;
    }
    .welcome-sec {
        top: 96%;
    }
    .first-fold {
        padding-top: 380px;
        height: auto;
    }
    .first-fold {
        padding-top: 440px;
        height: auto;
    }
    .fourth-ford .mask2 p {
        font-size: 12px;
    }
    .fourth-ford .mask2 h4 {
        font-size: 14px;
    }
}

@media (max-width:380px) {
    .first-fold {
        padding-top: 470px;
        height: auto;
    }
}

@media (max-width:470px) {
    .fourth-ford .content .mask2 {
        left: 4%;
        bottom: 14%;
    }
    .fourth-ford .mask2 p {
        font-size: 10px;
    }
    .fourth-ford .mask2 h4 {
        font-size: 12px;
    }
}

@media (max-width:460px) {
    .first-fold .sub_content {
        min-height: auto;
        position: relative;
        z-index: 99;
        bottom: 0;
        padding: 20px 20px 20px 45px;
        margin: 0;
    }
    .first-fold .sub1 h4::after,
    .first-fold .sub2 h4::after {
        left: -10px;
    }
    .first-fold .sub_content p {
        line-height: 1.4;
        font-size: 13px;
        margin: 0;
    }
    .first-fold .content {
        padding-bottom: 0;
        margin: 0 0 30px;
    }
}

@media (max-width:420px) {
    .fourth-ford .mask2 h4 {
        font-size: 10px;
    }
}

@media (max-width:385px) {
    .fourth-ford .mask2 p {
        font-size: 9px;
    }
    .fourth-ford .content .mask2 {
        left: 4%;
        bottom: 18%;
    }
}

@media (max-width:360px) {
    .first-fold .sub_content h4 {
        font-size: 20px;
    }
    .second-ford .img2 {
        width: 100%;
    }
    .second-ford .container {
        border: none;
        padding: 0 15px;
    }
    .second-ford .frst p {
        width: 100%;
        margin: 0 0 8px;
    }
    .second-ford .frst h4 {
        font-size: 24px;
    }
    .second-ford .frst h6::after {
        left: 100px;
        background-size: contain;
        width: 100px;
        height: 7px;
    }
    .fourth-ford .mask2 h4 {
        font-size: 14px;
    }
    .fourth-ford .mask2 p {
        font-size: 12px;
        line-height: 1;
        margin: 4px 0 0;
    }
}

@media (max-width:340px) {
    .second-ford .col-md-3 {
        width: 90px;
    }
    .fourth-ford .mask2 p {
        font-size: 10px;
        line-height: 1;
        margin: 4px 0 0;
    }
    .fourth-ford .mask2 h4 {
        font-size: 12px;
    }
    .fourth-ford .content .mask2 {
        left: 4%;
        bottom: 30px;
    }
}
