   .footer-sec {
    & .flex-container.ft-wrap {
        justify-content: space-between;
        padding: 65px 0 70px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
   }

   .ft-contact-details { 
        width: 530px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
   }
    
    .copyright {
        text-align: center;
        padding: 15px 0;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    
    footer {
        position: relative;
        background: #272727;
        display: inline-block;
        width: 100%;
    }
    
    .ft-nav-logo {
        display: inline-block;
        margin-bottom:20px;
        & > a {
            font-size: 50px;
            letter-spacing: 0;
            font-weight: 500;
            line-height: 1.2;
            color: #fff;
        }
    }

    .ft-links-wrap { 
        display: inline-flex;
        align-items: center;
        width: calc(100% - 530px);
        padding-left: 95px;
    }

    ul.ft-navbar {
        display: inline-flex;
        justify-content: space-between;
        width: auto;
        flex: 1;
        align-items: center;
        margin: 0 100px 0 0;

        & > li {
            margin-bottom:0;
            & > a {
                font-size:22px;
                color: #fff;
                text-decoration: none;
                font-weight: 500;
                letter-spacing: 0.44px;
                position: relative;

                &::after { 
                    content: '';
                    width: 86px;
                    height: 8px;
                    position: absolute;
                    right: 0;
                    background: transparent url(../images/icon/theme-ark-w.svg) no-repeat center;
                    background-size: contain;
                    bottom: -13px;
                    z-index: 0;
                    max-width: 100%;
                    opacity: 0;
                }
                &:hover { 
                    text-decoration: none;
                    transition: all 0.5s ease-in-out;
                    -webkit-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                }
                &:hover::after { 
                    opacity: 1;
                }
            }
        }
    }

    .contact-detail {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.44px;
        display: inline-flex;
        align-items: center;
        line-height: 1.2;
        gap: 5px;
        & + .contact-detail { 
            margin-top: 15px;
            width: 100%;
        }
        & > a:hover { 
            color:var(--themecolor)
        }
    }

    /* Group the cards for better structure. */
    
    
    
    .copyright p span {
        color: #fff;
    }
    
    .copyright p {
        color: #FFFFFF;
        margin-bottom: 0;
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 20px;
        letter-spacing: 0.4px;
        column-gap: 10px;

        & > a {
            color: #fff;
            text-decoration: none;
        }
    }
    
    
    /* pop-up-get-a-quote */
    
    /*  for ccs Model option - 2  */
        .fancybox-close-small {
            min-height: unset;
            border-radius: 100% !important;
            top: 10px;
            right: 10px;
        }
        #free-quote  {
            display: none;
            max-width: 919px;
            border-radius: 15px;
            cursor: auto;
            padding: 0;
            background: #FFF;
            height: auto;
            font-family: 'Gupter';
            min-height: auto !important;
        }
        #free-quote .contact-form-box { 
            padding: 0;
            & textarea.form-control {
                height: 80px;
                min-height: 60px;
            }
        }
        .pop-up-left {
            background: var(--themecolor);
        }

        .pop-up-left .heading-26 {
            color: white;
            margin-bottom: 30px;
            display: inline-block;
        }

        .modalmodaldlist li {
            padding-left: 25px;
        }

        .modaldlist {
            margin-bottom: 35px;
            display: inline-block;
            width: 100%;
        }

        .modaldlist li {
           position: relative;
            padding-left: 31px;
            margin-bottom: 20px;
            letter-spacing: 0.48px;
            list-style: none;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            line-height: 1.35;
        }

        .modaldlist li:last-child {
            margin-bottom: 0;
        }

        .modaldlist li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            object-fit: initial;
            background: transparent url(../images/icon/check-white.svg) no-repeat center;
            background-size: contain;
            z-index: 1;
        }

        .award-box .award-icon img {
            border-radius: 50%;
        }

        .award-box .award-icon {
            display: inline-block;
        }

        .award-box {
            display: inline-flex;
            width: 100%;
            justify-content: space-between;
            column-gap: 10px;
            margin-bottom: 25px;
        }
        .popup-body {
            display: flex        ;
            border-radius: 10px !important;
        }
        
        .popup-body .pop-up-left {
            width: 415px;
            padding: 40px 50px 45px 50px;
        }

        .popup-body .pop-up-right {
            width: calc(100% - 415px);
            padding: 40px 50px 45px 50px;
        }
        textarea.form-control { 
            margin-bottom: 20px;
        }
        .color-title {
            color: var(--themecolor);
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
        }

        .popup-body .pop-up-left p {
            color: white;
            text-align: center;
            font-size: 16px;
        }
        .popup-body .pop-up-left p:last-child { 
            margin-bottom: 0;
        }

        .pop-up-right .head {
            margin-bottom: 25px;
        }

        .pop-up-right .head p {
            font-size: 16px;
            line-height: 1.4;
            font-family: 'Gupter';
        }
        .pop-up-right .heading-30 { 
            margin-bottom: 15px;
        }
        .pop-up-right form .form-group label { 
            font-size: 16px;
            display: none;
        }
        .contact-form-box { 
            padding: 0;
        }
        .form-box .row .form-group.width50>span {
            display: inline-block;
            top: 12px;
            z-index: 2;
            position: absolute;
            /* margin-left: 17px; */
            left: 23px;
        }
        .form-box>.row>.form-group.width100>span
        {
            display: inline-block;
            top: 14px;
            z-index: 2;
            position: absolute;
            /* margin-left: 17px; */
            left: 23px;
        }

        .cta-box {
            display: inline-block;
            width: 100%;
            padding: 20px 19px;
            text-align: center;
            background: #231d16;
            margin-bottom:20px;
            border-radius:6px;
        }

        .cta-box .heading-20 {
            color:#fff;
            margin-bottom:0;
            & span {
                font-size: 20px;
                display:inline-flex;
                /* width:100%; */
                    width:100%;
                align-items:center;
                justify-content:center;
                gap:10px
            }
            &  .discount {
                font-size: 30px;
                display: inline-block;
            }
        }
    /* pop-up-get-a-quote */


    @media (max-width: 1599.98px) {
        
        .ft-contact-details { 
            width: 450px;
        }
        .ft-links-wrap { 
            width: calc(100% - 450px);
            padding-left: 30px;
        }
    }
    
    @media (max-width: 1439.98px) {
     
        .ft-contact-details {
            width: 340px;
        }

        .ft-nav-logo { 
            margin-bottom: 10px;
            & > a {
                font-size: 36px; 
            }
        }
        .contact-detail { font-size: 16px; width: 100%; } 
        .contact-detail {
            & + .contact-detail {
                margin-top: 10px;
            }
        }
        .ft-links-wrap {
            width: calc(100% - 340px);
            padding-left: 30px;
            flex-wrap: wrap;
        }
        ul.ft-navbar { margin: 0 20px 0 0; }
        ul.ft-navbar {
            & > li {
                & > a {
                    font-size: 20px;
                }
            }
        }
        .footer-sec {
            & .flex-container.ft-wrap { padding: 50px 0 50px; }
        }

       
    }
    
    @media (max-width: 1199.98px) {
       .ft-links-wrap { 
            gap: 30px;
            justify-content: center;
       }
    }
    
    @media (max-width: 991.98px) {
        .footer-sec {
            & .flex-container.ft-wrap {
                padding: 25px 0 25px;
                gap: 20px;
            }
        }
        .ft-contact-details { 
            width: 100%;
            border: 0;
        }
        .ft-links-wrap { 
            gap: 30px;
            justify-content: center;
            width: 100%;
            flex-direction: column;
            padding: 0;
        }
        ul.ft-navbar { 
            width: 100%;
            margin: 0;
        }
        .copyright { 
            border-radius: 0;
        }
        .copyright p {
            font-size: 20px;
            letter-spacing: 0.4px;
            column-gap: 10px;
            justify-content: center;
        }
        .popup-body .pop-up-left { display: none;}
        .popup-body .pop-up-right { width: 100%;}
    }
    
    @media (max-width: 767.98px) {
        .cta-headings {
            margin-left: 0;
        }
        .cta-wrap .img-wrap {
            width: 80px;
            min-width: 80px;
        }


        /* pop-up-gee-a-Quote */
        .popup-wrap {
            column-gap: 10px;
            flex-direction: column;
            row-gap: 30px;
        }
         .popup-body .pop-up-right {
            padding: 40px;
        }
    }
    
    @media (max-width: 575.98px) {

        footer {
            margin-top: 0px;
        }
        
        ul.ft-navbar {
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            & > li {
                & > a {
                    font-size: 16px;
                }
            }
        }
        .contact-detail {
            justify-content: center;
        }

        .ft-contact-details { text-align: center;}

        /* pop-up-gee-a-Quote */


        .popup-body .pop-up-right {
            padding: 30px;
        }   
        #free-quote { width: 95%;}
    }