
html 
{
    scroll-behavior: smooth;
}

#idHeader {
    background-image: linear-gradient(to right, #ED0807 , #ED0807);
}
.footer  {
    background-image: linear-gradient(to right, #ED0807 , #ED0807);
}

.clsPbAct
{  
    width: 100%;
    border: 1px solid #DA0419;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #999;
    font-size: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size-adjust: 0.58;
    padding: 7px;
    
}
.clsPbAct:hover, #clsContact:hover
{
    
    box-shadow: none;
    
}
#clsContact
{  
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #BBB;
    font-size: 90%;
    font-size-adjust: 0.58;
    font-size: 16px;
    padding: 5px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.clsColorRed
{
    color: #DA0419;

}

.navbar-brand .branch  {
    visibility:hidden;
}
.honda-logo {
    visibility: visible;
    padding-top: 10px;
    margin-bottom: -10px;
}
#newsandpromoTitle
{
    text-align: left;
    font-size: 18px;
    color: #DA0419;
    padding: 0px;
    margin: 5px;
    margin-top: -10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.clsNPThumb {
    border: 2px solid #999;
    border-radius: 5px;
    box-shadow: 5px 5px 8px #CCC;
    width: 100%;
    margin-bottom:5px;
}

.clsNPThumb2 {
    border: 2px solid #999;
    border-radius: 5px;
    box-shadow: 5px 5px 8px #CCC;
    width: 94%;
    height: 92%;
    margin-bottom:6px;
}

.clsNPThumb:hover {
    box-shadow: 2px 2px 8px #CCC;
}
.ft-right
{
    text-align: right;
    padding-bottom: 20px;
}
.mapouter {
    margin-bottom: 10%;
}

.form-content {
    padding: 5px; 
    padding-bottom: 100px;
}

select.form-control {
    color: #71748d;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 85% 52%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../assets/images/down-arrow.png);
    padding-right: 15px;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
}


#idInquiry {
    color: #71748d;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 99% 52%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../assets/images/down-arrow.png);
    padding-right: 15px;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
}

.sticky + .content {
  padding-top: 102px;
}
.content {
    margin-top: 30px;
}

.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      margin-top: 60px;
      right: 0;
      z-index: 2;
}


.navbar-carmodel-btn {
    background-color: #222; 
    padding: 15px 0; 
    margin: 0; 
    text-align: center;
}

.navbar-carmodel-btn:hover {
    background-color: #ED0807; 
}

.navbar-carmodel-btn a {
    color: #eee;
    font-size: 1vw;
}


.navbar-carmodel-icon {
    background-color: #222; 
    text-align: center;
}

.navbar-carmodel-icon img {
    width: 100px;
    padding: 0px;
}   

.anchor-carmodel  {
     display: block;
     height: 120px;
     margin-top: -120px;
     visibility: hidden;
}
@media screen and (max-width: 991px)
{ 
    .clsNPThumb {
     width: 50%;
     margin: 20px;
     transform: scale(1.5);
    }
    .clsNPThumb2 {
     width: 50%;
     margin: 20px;
     height:auto;
     transform: scale(1.5);
    }
    
    .promo-left 
    {
        text-align: right;
        float: left; width: 50%; 
    }
    .promo-right 
    {
        text-align: left;
        float: right; width: 50%; 
    }
    #newsandpromo
    {
        margin-bottom: 80%;
    }
    .mapouter {
        margin-bottom: 20%;
    }
    .content-service, .content-newsandpromo {
        padding: 0px 40px;
    }
    .form-content {
        padding: 5px; 
        padding-bottom: 200px;
    }
}


@media screen and (max-width: 935px)
{
    .clsPbAct{  
        font-size: 12px;
    }
    .lazy {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mapouter {
        margin-bottom: 25%;
    }
    .content-service, .content-newsandpromo {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 905px)
{
    .clsPbAct
    {  
        font-size: 10px;
        white-space: nowrap;
    }
   


}

@media screen and (max-width: 808px)
{
    .clsPbAct
    {  
        font-size: 9px;
        height: 38px;
        white-space: normal;
    }
    .clsNPThumb {
        transform: scale(1.7);
        border: 1px solid #999;
    }
    .clsNPThumb2 {
        transform: scale(1.7);
        border: 1px solid #999;
    }

     .promo-left 
    {
        text-align: right;
        float: left; width: 50%; 
    }
    .promo-right 
    {
        text-align: left;
        float: right; width: 50%; 
    }
    .mapouter {
        margin-bottom: 30%;

    }
     .content-service, .content-newsandpromo {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 767px)
{
    .content {
        margin-top: 60px;
    }
    select.form-control {
        color: #71748d;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-position: 98% 52%;
        background-size: auto;
        background-repeat: no-repeat;
        background-image: url(../assets/images/down-arrow.png);
        padding-right: 15px;
        border: 1px solid #d2d2e4;
        border-radius: 2px;
    }

}
   

@media screen and (max-width: 699px)
{
    .style-two {
        margin: 40px 0;
    }
    .anchor-carmodel {
         display: block;
         height: 160px;
         margin-top: -160px;
         visibility: hidden;
    }
    .navbar-carmodel-btn a {
        font-size: 2vw;
      }
    .dashboard-main-wrapper {
        margin-top: 0;
    }
    #navbarNav {
        margin-top: 30px;
    }
    .card-body 
    {
        transition:.8s;
        margin-top: -20px;
    }
    .lazy {
        margin-top: -20px;
        margin-bottom: -60px;
    }
    .honda-logo {
        visibility: visible;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-brand .branch {
        visibility:visible;
    }
    .clsNPThumb {
       transform: scale(1.5);
    }
    .clsNPThumb2 {
       transform: scale(1.5);
    }

    .promo-left 
    {
        text-align: right;
        float: left; width: 50%; 
    }
    .promo-right 
    {
        text-align: left;
        float: right; width: 50%; 
    }
     .footer, .ft-right
    {
        text-align: center;
    }
    .content-service, .content-newsandpromo {
        margin-top: -20px;
        padding: -20px 0px;
    }
}


@media screen and (max-width: 575px)
{
    .clsPbAct
    {
        font-size: 8px;

    }
    #clsContact
    {  
        font-size: 9px;
    }
    .clsNPThumb {
       transform: scale(1.6);

    }
    .clsNPThumb2 {
       transform: scale(1.6);

    }
      #newsandpromoTitle
    {
       text-align: center;
       font-size: 14px;
    }
    #newsandpromo
    {
        margin-bottom: 80%;
    }
    .mapouter {
        margin-bottom: 40%;
    }
}
      
@media screen and (max-width: 450px)
{

    .clsNPThumb {
       transform: scale(2);
       border: 1px solid #aaa;
       margin-bottom: 25px;
    }
    .clsNPThumb2 {
       transform: scale(2);
       border: 1px solid #aaa;
       margin-bottom: 25px;
    }
    #newsandpromo
    {
        margin-bottom: -100%;
    }
    .mapouter {
        margin-bottom: 45%;
    }
    .clsServices-image-2 img 
    {
        display: none;
        
    }
    .clsServices-image-3 img 
    {
        display: block;
    }
    .clsServices-content-2 {
        width: 100%;
    }
} 

@media screen and (max-width: 400px)
{

     .clsNPThumb {
       transform: scale(2.5);
       border: 1px solid #aaa;
       margin: 30px 20px;

    }
     .clsNPThumb2 {
       transform: scale(2.5);
       border: 1px solid #aaa;
       margin: 30px 20px;

    }
    .mapouter {
        margin-bottom: 50%;
    }


   
} 

input[type=date]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}