﻿* {
    box-sizing: border-box;
    margin:0;
    font-family:'Sans-Serif';
}

body {
    margin: 0;
}

/*.head {
    width: 100%;
    min-height: 660px;
    clear: both;
}*/

img
{
    vertical-align:middle;
}
.Hb-FtrEIdPddng {
    padding: 5px 0px;
}

.header {
    height: 44px;
    width: 100%;
    position: fixed;
    z-index: 10000000;
}
.Hb-LogoTxt {
    margin-top: -57px;
    /*padding-left: 35px*/
}
.header-left {
    float: left;
    width: 40%;
    /*padding: 10px 34px;*/
    padding: 12px 37px;
    /*padding: 40px 0px;*/
    height: 44px;
    background: linear-gradient(to right, #0b09091a, 10%, #e7a24fcc, 88%, #7d747400);
}

.header-right {
    width: 60%;
    height: 44px;
    float: right;
    text-align: right;
    padding-top: 11px;
    cursor: pointer;
    padding-right: 65px;
    background: linear-gradient(to right, #0b09091a, 10%, #eacbabcc, 88%, #7d747400);
}
.Hb-Hdr-Email 
{

}
.Hb-BgScrHdrPhnNum {
    font-size: 19px;
    font-weight:bold;
}

.navbar {
    min-height: 56px;
    width: 100%;
    z-index: 10000000;
    box-shadow: 1px 1px 5px black;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.Hb-navbarLeft {
    width: 42%;
  
    padding-left: 14px;
}
.Hb-navbarRight {
    width: 40%;
 
}
.Hb-navbarLogo {
    width: 20%;

}
/*.left-navbar {
    height: 70px;
    float: left;
    text-align: center;
    z-index: 10000000;
    padding-right: 154px;
}*/
.Hb-NavbarTop {
    position: fixed;
    z-index: 10000000;
    top: 40px;
    background-color: transparent;
}

.right-navbar {
    height: 30px;
    width: 100%;
    display: flex;
    display: -webkit-box;
}
    /*height: 90px;
    float: right;
    padding-right: 50px;
    z-index: 10000000;*/


.LogIn-SignUp {
    height: 70px;
    float: left;
    width: 15%;
    text-align: center;
    z-index: 10000000;
}



.right-navbar a {
    float: left;
    text-align: center;
    color: black;
    padding: 20px 35px;
    text-decoration: none;
    font-size: 14px;
    z-index: 10000000;
    font-weight: bold;
}

    .right-navbar a:hover {
        border-bottom: 3px solid #f5f5f5;
        height: 56px;
        background-color: white;
        color: black;
    }

    .right-navbar a.active {
        background-color: rgb(255, 255, 255);
        color: #243665;
        height: 56px;
    }


.R-header {
    display: none;
}

.footer {
    min-height: 193px;
    width: 100%;
    padding: 0px 40px;
    text-align: center;
    font-size: 15px;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    display: -webkit-box;
}
.footer-start {
    min-height: 170px;
    width: 33.33%;
    padding: 10px 20px;
    text-align: justify;
    line-height: 25px;
}

.footer-end {
    width: 100%;
    text-align: center;
    clear: both;
    background-color: #000;
    height: 50px;
    padding: 20px 0px;
}
.footerIconContainer {
    min-height: 20px;
    width: 22%;
    border-radius: 5px;
    text-align: center;
    padding: 4px 2px;
    cursor:pointer;

}

.Enquri-div {
    position: fixed;
    top: 30%;
    z-index: 16776272;
    width: 40px;
    right: -6px;
    color: white;
    cursor: pointer;
    transition: left 5s cubic-bezier(.5, -1, .5, 2);
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    font-weight: bold;
    background-color: #d17d1f;
}



.form-enquiry {
    padding: 0px;
    top: 22%;
    z-index: 16776272;
    background-color: #fff;
    right: 50px;
    color: #243665;
    padding-left: 11px;
    cursor: pointer;
    border-radius: 10px
}

#SideEnquiryForm {
    min-height: 378px;
    width: 22%;
    padding: 7px 13px;
    position: fixed;
    top: 22%;
    z-index: 16776272;
    cursor: pointer;
    border-radius: 10px;
    transition: right 0s cubic-bezier(0, 0, 1, 1),;
    transition-duration: 1s;
    right: -30%;
}

.input {
    font-family: 'Sans-Serif';
    color: #777;
    margin-top: 15px;
    font-size: 13px;
    padding-left: 10px;
    border: 1px solid #777;
}

.box-6x {
    height: 31px;
    width: 97%;
}

.R-footer {
    display: none;
}

.txtENQUIRY {
    padding: 12px 14px;
    font-size: 12px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}


.Rnav {
    min-height: 130px;
    min-width: 40%;
    background-color: rgba(36, 54, 101, 0.83);
    left: 0;
    position: absolute;
    top: 40px;
    padding: 3px 9px;
    line-height: 34px;
    color: #e7c130;
}
.Hb-R-HdrNavIcon {
    display: none;
}
.Hb-btn-submit {
    padding: 7px 27px;
    margin-top: 22px;
    border: 1px;
    font-size: 16px;
    /*background-color: #ed880d;
    color: black;*/
    font-family: 'Sans-Serif';
    box-shadow: inset 1px 0px 9px rgba(14, 14, 14, 0.40);
    cursor:pointer;
}

.Hb-BgScrBtn {
    display: block;
}
.Hb-SmScrBtn
{
    display:none;

}
.Hb-BtnSliderPrevious {
    position: absolute;
    z-index: 1000;
    top: 179px;
    width: 2.5%;
    min-height: 42px;
    padding: 14px 6px;
    border-bottom-right-radius: 26px;
    cursor: pointer;
    left: 0px;
    border: none;
    font-weight: bold;
    font-size: 28px;
    padding-top: 10px;
    padding-right: 19px;
}

.Hb-BtnSliderNext {
    border: none;
    position: absolute;
    z-index: 1000;
    top: 179px;
    width: 2.5%;
    min-height: 42px;
    padding: 14px 6px;
    right: 0;
    border-top-left-radius: 27px;
    font-weight: bold;
    cursor: pointer;
    font-size: 28px;
    padding-top: 10px;
    padding-right: 19px;
}
.FormInBxMrgTp10{
    margin-top:10px;

}
.FormInBxMrgTp20 {
    margin-top: 20px;
}
.FormInBxMrgTp12 {
    margin-top: 12px;
}
.FormInBxMrgTp8 {
    margin-top: 8px;
}
.Hb-FormInBxBrdrTrns {
    border: none;
}
.ValidationTxt
{
    font-size:12px;
    width:100%;
    display:none;

}

/* On smaller screens, decrease text size */
/*@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}*/
.am-zoom {
    transition: transform 1.6s; /* Animation */
    transition-timing-function:ease-in-out;
    cursor: pointer;
}

    .am-zoom:hover {
        transform: scale(0.96); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.Hb-ImgDescription 
{
min-height:75px;
width:100%;
text-align:center;
padding:3px 0px;

}
/*---------------------------Enquiry form Css----------------------*/
.Hb-EnquiryForm {
    min-height: 385px;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 141px;
    display: flex;
    display: -webkit-box;
    flex-flow: row wrap;
    padding: 6px 6px;
}

.Hb-EnquiryFormLeft {
    width: 51%;
}

.Hb-EnquiryFormAddressPrt {
    font-size: 15px;
    padding:10px 0px;
}

.Hb-RatingBtn {
    padding: 3px 6px;
    margin-top: unset;
}

.Hb-EnquiryFormRight {
    width: 49%;
    padding: 0px 10px;
}

.Hb-EnquiryFormRatingPrt {
    min-height: 100px;
    width: 100%;
    background: url('../Image/Bikes/yellow-super-bike-full-hd-wallpaper-download-super-bike-images-free-display-colourful-amazing-pictures-1920x1080 - Copy.jpg') no-repeat;
    margin-top: 3px;
    padding: 3px 8px;
}
.Hb-FooterSocialIcons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 44%;
    font-size: 25px;
    min-height: 40px;
    padding: 20px 0px;
}
.RWeather {
}
.Hb-FormInbxContainer {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
}
.Hb-RCallUs {
    display: none;
    height: 30px;
    width: 54%;
    float: right;
    box-shadow: inset 1px 0px 9px #111010;
    padding: 5px 4px;
    text-align: center;
    font-size: 17px;
}
.Hb-TxtBold {
    font-weight: bold;
}
.PopOverlay {
    min-height: 800px;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 40px;
    display: none;
}

.ViewPop {
    min-height: 327px;
    width: 37%;
    position: absolute;
    z-index: 1;
    top: 104px;
    left: 457px;
    font-size: 26px;
    font-style: italic;
    border: 3px solid rgba(237, 229, 213, 0.82);
    border-radius: 21px;
}
.Hb-NavbarPosition {
    position: fixed;
    top: 44px;
}
.Hb-RLogo 
{
    display:none;
}
.ImgBorder {
    border: 3px solid #ff5d0a;
    border-radius: 20px;
    box-shadow: 2px 2px 6px 2px rgba(231, 193, 48, 0.44);
    height: 176px;
    margin-top: 16px;
    width: 93%;
}
@media screen and (max-width:768px) {
    .Hb-RLogo {
        display: block;
    }
    
    
    .Hb-NavbarPosition {
      
        top: 59px;
    }
    .header{
      height:59px;
  }
    .Hb-navbarLogo
    {
        display:none;
    }
    
    .Hb-RCallUs{
       display:block;
   }
    .Hb-FtrEIdPddng {
        padding:unset;
    }
    .RWeather {
        display: none;
    }
    .Hb-FooterSocialIcons {
        width: 66%;
    }
    .Hb-PhoneIconBgScr {
        display: none;
    }
    .Hb-BgScrHdrPhnNum {
        display: none;
    }
    .Hb-Hdr-Email {
    display:none;
    }

    .Hb-BtnSliderPrevious, .Hb-BtnSliderNext {
        top:54px;
    
    }
        .Hb-BgScrHdrPhnNum {
        display: none;
     
    }

    .Hb-R-HdrNavIcon {
        display: block;
    }
    .navbar
    {
        min-height:35px;
        justify-content:unset;
    }
    /*.right-navbar a:not(:first-child) {
        display: none;
    }*/
    .right-navbar a:hover {
        border-bottom: 3px solid #f5f5f5;
        height: 35px;
        background-color: white;
        color: black;
    }

    .right-navbar a.active {
        background-color: rgb(255, 255, 255);
        color: #243665;
        height: 35px;
    }
    .right-navbar a {
        display: none;
        padding: 10px 14px;
    }
        .right-navbar a.Hb-R-HdrNavIcon {
            display: block;
            cursor: pointer;
        }
 
    .right-navbar.responsive {
        position: relative;
    }

        .right-navbar.responsive .Hb-R-HdrNavIcon {
            position: absolute;
            text-align: right;
            top: 0;
            right: 0;
            width: 12%;
        
        }

        .right-navbar.responsive a {
            float: none;
            display: block;
            text-align: left;
            width: 100%;
        }
    .Hb-navbarLeft {
     
        padding-left: unset;
        width:100%;
    }
    .Hb-navbarRight
    {
        width:100%;
    }
    .right-navbar {
        min-height: 25px;
        height:unset;
        width: 100%;
        padding-right: 0;
        display:unset;
    }

    .Hb-LogoTxt {
        margin-top: -21px;
        padding-left: 0px;
        font-size: 14px;
    }
    
    .Hb-BgScrBtn {
        display: none;
    }
    .Enquri-div {
        top: 28%;
    }

    .Hb-SmScrBtn {
        display: block;
    }
    .R-footer {
        display: block;
        min-height: 193px;
        width: 100%;
        text-align: center;
        background-color: #111;
        color: rgba(167, 158, 158, 0.72);
        font-size: 13px;
        clear: both;
        margin-top: 20px;
    }

    /*.R-header {
        height: 40px;
        color: white;
        width: 100%;
        background-color: black;
        position: fixed;
        z-index: 10000000;
        display: block;
    }*/

    .header-left {
        padding: 9px 7px;
        height:59px;
    }

    .header-right {
        padding-right: 16px;
        height: 59px;
    }

    .footer {
        font-size: 10px;
        display:flex;
        padding: 0;
    }


    .footer-start {
        width: 100%;
        line-height: 16px;
        font-size: 13px;
        height: 164px;
    }

    .txtENQUIRY {
        padding: 16px 15px;
        font-size: 10px;
    }

    .input {
        font-size: 11px;
    }

    .box-6x {
        min-height: 22px;
    }

    .EnquireHeading {
        font-size: 11px;
    }

    #SideEnquiryForm {
        width: 84%;
        right: -100%;
    }

    .ContactInput {
        min-height: 28px;
        width: 84%;
        box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
        border: none;
        margin-left: 23px;
    }

    .MessageInput {
        min-height: 88px;
        width: 84%;
        margin-left: 23px;
    }
    .Hb-btn-submit {
        padding: 7px 15px;
        font-size: 12px;
    }
    .Hb-EnquiryForm
    {
        width:94%;
    }
    .Hb-EnquiryFormLeft {
       display:none;
    }
    .Hb-EnquiryFormRight {
       width:100%;
    }
}