﻿/* Footer Area Start */
.footer {
    padding: 0 120px;
   height:auto;
    background-color: var(--footer);
}

.footer-sec {
    padding-block:10px;
    height:auto;
}

.form-section {
    background-color: #53a4a8;
    margin: 0px;
    
}
.sectionDivider {
    margin-bottom: 30px;
  
}
.form-section .heading {
        color: #fff;
        font-family: Audiowide, sans-serif;
        font-size:32px;
        padding:32px;
        padding-bottom:0px;
}
    .form-section .waveimg {
        width: 100%;
        max-width: 550px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
        .form-section .tab-content{
    background-color:#fff;
  
}
    .dealeragentTab {
        border-bottom: unset !important;
    }

.genral-agency{
    border-bottom:1px solid #d3d3d3;
}
.dealerHeadMain {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dealerHeadMain p {
    font-size: 16px;
    font-weight:600;
}
.dealeragentTab .navItemdealer {
    background-color: #87BFC2;
    color: #000 !important;
    font-weight: 600;
    margin: 0px;
  display:flex;
  justify-content:center;
}
.navItemdealer  {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    width:200px;
    padding:10px 8px;
  
    border-radius:unset !important;
    
}
    .navItemdealer.active {
        background-color: #fff !important;
        color: #000 !important;
        font-weight: 600;
        font-size: 18px;
        border-color: #87BFC2 !important;
        border-radius: unset;
    }
        main {
        padding-bottom: 0 !important
    }

footer.border-top.footer.text-muted {
    display: none;
}
.tabMainBox{
    margin-top:0px !important;
}
.RadioLayout {
    margin-top: 14px;
}

.para{
    margin-bottom:5px;
}

.renterGroup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .renterGroup input {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

.inquiryingAbout .inqAbout {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
.mainDiv{
    padding:0px;
}
.label{
    background-color:unset !important;
}
.yes-no-ques{
    font-weight:500;
}
.mainDiv .radioText {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-left: 10px;
}
.businessActivley {
    margin-top: 30px;
}
.flexNavPill{
    justify-content:flex-start !important;
}
/* responsive css for landing page */
@media only screen and (max-width: 1366px) {
    .cardMainSection {
        top: -20px;
    }

    .card.cardSection1, .card.cardSection3 {
        margin-top: 0px;
    }

    .dealerHeadMain {
    font-size:28px;
    }

        .agentHead, .dealerHeadMain i, .renterGroup h3 {
            font-size: 22px;
        }

    .floating-label-input > label {
    font-size:14px;
    }

    #txtCompanyContact::placeholder {
        font-size: 8px;        
    }
  
  
}
