/*-----------------------------------------------------------------------------------

  Template Name: Responsive Multipurpose HTML5 Business Template
  Template URI: http://mehedihtml.com/
  Description: Responsive Multipurpose Business Template design and development, one page, Portfolio, website design, lanfing page design.
  Author: Mehedi Hasan
  Author URI: http://mehedihtml.com/
  Version: 1.0.0

CSS INDEX
-----------------------------------------------------------------------------------*/


/* **********************************
Reset CSS
************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/********************************
 Typography Style
******************************** */

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
    font-size: 15px;
}

* {
    letter-spacing: -0.4px;
}


/*-------------------------
loader
----------------------------*/

.loaders {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(243, 246, 252, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader {
    border: 10px solid #0F161B;
    border-radius: 50%;
    border-top: 10px solid #DA0304;
    border-bottom: 10px solid #DA0304;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.scrolltotop {
    color: #fff;
    background-color: rgba(54, 54, 54, 1);
    padding: 6px 12px;
    position: fixed;
    line-height: 1;
    right: 15px;
    bottom: 10px;
    text-decoration: none;
    display: none;
    font-size: 24px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
}

.scrolltotop:hover {
    color: #fff;
    background-color: #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*******************************
 containers
*******************************/

.containers {
    width: 90%;
    margin: 0 auto;
}


/* *******************************
Header-area
********************************** */

.header-area {
    background: #fff;
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
    font-family: 'Roboto', sans-serif;
}

.sm-clean a {
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.5 !important;
    letter-spacing: -0.4px !important;
    color: #000;
    padding: 13px 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: inline-block;
}

.sm-clean a .sub-arrow {
    right: 0px;
}

.sm-clean ul {
    padding: 0;
    background: #fff;
    border-radius: 5px !important;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 1px 5px rgb(144 147 160 / 12%);
    box-shadow: 0px 1px 5px rgb(144 147 160 / 12%);
}

.sm-clean li.active a {
    color: #000;
}

.sm-clean li.active .sub li a {
    color: #000 !important;
}

.sm-clean>li>ul::before {
    border-color: transparent transparent #eee transparent;
}

.sm-clean a .sub-arrow {
    font: bold 22px/34px monospace !important;
}

.sub,
.sm-nowrap {
    top: 100% !important;
}

#main-menu .sub li {
    padding: 0 !important;
    margin-left: 0 !important;
    border-bottom: none !important;
}

#main-menu .sub li a {
    padding: 4px 12px !important;
    margin-left: 0 !important;
    border-bottom: none !important;
    color: #323348 !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    display: block;
}

#main-menu li {
    margin: 5px 0;
}

#main-menu li a.active::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #fff;
}

#main-menu li a.signup.active::after {
    display: none;
}

.navigation .container-fluid {
    padding: 0;
}

.navbar-brand {
    padding-bottom: 0;
}

.sm-clean {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin-right: 0;
    margin-left: auto;
}

.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted {
    color: #000;
}

a.love {
    margin-top: 5px;
}

.sm-clean a .sub-arrow {
    border-color: #000 transparent transparent transparent;
}

.navbar-toggler:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

a.signup {
    background: #DA0304;
    padding: 13px 15px;
    margin-left: 20px;
    color: #fff;
}

a.signup:hover {
    color: #fff;
}

.hotline p {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
}

.hotline h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.hotline {
    position: relative;
    padding-left: 15px;
}

.hotline::after {
    display: block;
    content: '';
    clear: both;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: -15px;
    height: 76px;
    width: 100%;
    -webkit-transform: skewX( -10deg);
    -ms-transform: skewX( -10deg);
    transform: skewX( -10deg);
    z-index: -1;
}

.mobhotline {
    display: none;
    background: #000;
    padding: 8px 15px;
}

.mobhotline p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
}

.mobhotline h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.mobile {
    display: none !important;
}

.navbar-toggler-icon svg path {
    fill: #000;
}



/* **************************
video-banner
**************************** */

.margintop {
    margin-top: 75px;
}

.video-banner {
    position: relative;
    width: 100%;
    background: url('../img/MOTORCYCLE.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

.video-banner::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.headingg {
    position: relative;
    padding-top: 7%;
    padding-left: 7%;
    padding-right: 5%;
}

.banerimg {
    text-align: end;
}

.video-banner .col-12 {
    padding: 0;
}

.heading p {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.8;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 25px;
}

.heading p .dots {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 5px;
}

p.bar {
    border-top: 1px solid #fff;
    width: 30%;
    margin: 25px 0;
    margin-top: 40px;
}

.banner-text h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 100px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.banner-btn h4 {
    font-weight: normal;
    font-size: 28px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.banner-btn li {
    display: inline;
}

.banner-btn li a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 40px;
    border: 1px solid #fff;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-btn li a:hover {
    background: #DA0304;
    border: 1px solid #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-btn li a.act {
    background: #DA0304;
    border: 1px solid #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.skew-mask {
    overflow: hidden;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

/* *************************
bike-headlines
****************************** */

.bike-headlines {
    background: url('../img/headlines.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    overflow: hidden;
}

.headlines {
    background: url('../img/head-red.png?v1');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px 0;
    margin-right: -15px;
}

.headlines-grid {
    width: 20%;
    float: left;
    position: relative;
    padding: 25px 30px;
    z-index: 1;
}

.headlines-grid::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #fff;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX( -10deg);
    -ms-transform: skewX( -10deg);
    transform: skewX( -10deg);
    z-index: -1;
}

.headlines-grid:first-child::after {
    display: none;
}

.headlines-grid:last-child::after {
    display: none;
}

.headlines-grid img {
    display: block;
    margin-bottom: 15px;
}

.headlines-grid a {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}


/* ****************************
chosse-area
*************************** */

.chosse-area {
    background: url('../img/white-concrete-wall 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    overflow: hidden;
}

.title h2,
.title .title_item
{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #0F161B;
}

.chosse-bike {
    margin-bottom: 30px;
}

.chosse-bike img {
    width: 100%;
}

.chosse-content .title p {
    color: #0F161B;
}

.chosse-list {
    margin: 30px 0;
}

.chosse-list li {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #0F161B;
    border-bottom: 1px solid #0F161B;
    margin: 15px 0;
    padding: 5px 0;
}

.chosse-list li i {
    margin-right: 10px;
}

.chosse-list li:last-child {
    border-bottom: 1px solid transparent;
}

.banner-btn2.banner-btn li a {
    color: #0F161B;
    border: 1px solid #0F161B;
}

.banner-btn2.banner-btn li a:hover {
    background: #DA0304;
    border: 1px solid #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}

.banner-btn2.banner-btn li a.act {
    background: #DA0304;
    border: 1px solid #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}

.banner-btn2.banner-btn h4 {
    color: #0D0D0D;
}

.banner-btn2 {
    margin-bottom: 15px;
}


/* *****************************
waiting-area
******************************** */

.waiting-area {
    background-color: #000;
    background-image: url('../img/waiting-bg.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60%;
}

.title h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.waiting-img img {
    width: 100%;
}

.title p {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
}

.title p.text-thanks{
    font-size: 35px;

}

.waiting-btn {
    margin-top: 20px;
}

.all-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.waiting-btn li {
    display: inline-block;
}

.waiting-btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DA0304;
    padding: 13px 30px;
    margin: 5px;
    margin-right: 15px;
}

.waiting-btn li a img {
    margin-right: 10px;
}


/* **********************
award-area
************************ */

.award-area {
    background: url('../img/white-concrete-wall 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
}

.title2 {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}

.title2::after {
    display: block;
    content: '';
    clear: both;
    background: url('../img/shap2.png');
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1;
}

.title2 h2 {
    font-size: 40px;
    padding: 15px;
    color: #FFFFFF;
    text-align: center;
}

.title2 p {
    padding: 0 15px;
}

.award-list {
    margin: 15px 0;
}

.award-img {
    margin-top: -100px;
}

img {
    vertical-align: bottom;
}


/* ******************************
google-review
********************************** */

.google-review {
    background: url('../img/google-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.google-review .title h2 ,
.google-review .title .title_item
{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.google-review .title p {
    text-align: center;
}

.google-review .items {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px 2px;
    padding: 50px 80px;
    position: relative;
    /* height: 380px; */
}

.review-man img {
    height: 84px;
    width: 84px !important;
    position: absolute;
    top: -44px;
    left: 135px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.review-con {
    padding: 15px 0;
}

.review-con p {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.review-con h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
}

.star li {
    display: inline-block;
    margin: 5px 3px;
}

.star li i {
    color: #FEC429;
}

.titlestar {
    text-align: center;
    margin-bottom: 10px;
}

.titlestar.star li i {
    color: #FEC429;
    font-size: 30px;
}

.google-review .owl-prev i {
    background: #DA0304;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 22px;
    right: 76px;
}

.google-review .owl-next i {
    background: #DA0304;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 22px;
    right: 12px;
}

.google-review .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

.google-review .owl-dots .owl-dot {
    background: #6C6C6C;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.google-review .owl-dots .owl-dot.active {
    background: #fff;
}

.google-carousel {
    width: 80%;
    margin: 0 auto;
}


/* *****************************
client-success
******************************** */

.client-success {
    background: url('../img/client-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.title3 {
    position: relative;
    z-index: 1;
    margin-left: 5%;
    margin-bottom: 50px;
}

.title3 h2 {
    color: #fff;
    margin-bottom: 25px;
}

.title3::after {
    display: block;
    content: '';
    clear: both;
    background: url('../img/shap1.png');
    height: 135px;
    width: 35%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1;
}

.title3 a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 40px;
    border: 1px solid #fff;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.client-success .items {
    position: relative;
}

.bikecard-img {
    position: relative;
}

.bikecard-img img {
    width: 100%;
    height: 100%;
}

.items .bikecard-img img {
    width: 100%;
    height: 250px;
}

.bikecard-img::after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
}

.bikecard-img .prce-name {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 10px 15px;
}

.bikecard-img .prce-name p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.bikecard-img .prce-name p span {
    background: #DA0304;
    padding: 8px;
    margin-right: 10px;
}

.bikecard-img .prce-name a {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #FFFFFF;
}

.bike-con {
    padding: 10px 15px;
    background: #fff;
    height: 250px;
    position: relative;
}

.bike-con h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #0D0D0D;
    margin-bottom: 10px;
}

.bike-con p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #7C7C7C;
    margin-bottom: 10px;
}

.readmore {
    position: absolute;
    bottom: 5px;
}

.readmore a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #DA0304;
    padding: 10px 20px;
    border: 1px solid #DA0304;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.readmore a:hover {
    color: #fff;
    background: #DA0304;
    border: 1px solid #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.client-success .owl-prev i {
    background: #DA0304;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 24%;
    left: -15px;
}

.client-success .owl-next i {
    background: #DA0304;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 24%;
    right: -15px;
}


/* ******************************
free-case-area
******************************* */

.free-case-area {
    background: url('../img/free-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    text-align: center;
}

.free-case h3 {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.free-case a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #DA0304;
    background: #fff;
    padding: 10px 40px;
    border: 1px solid #fff;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.title4 {
    position: relative;
    z-index: 1;
    margin-left: 5%;
    margin-bottom: 50px;
}

.title4 h2 {
    color: #fff;
    margin-bottom: 25px;
}

.title4::after {
    display: block;
    content: '';
    clear: both;
    background: url('../img/shape3.png');
    height: 135px;
    width: 65%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: -1;
}

.title4 a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 40px;
    border: 1px solid #fff;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* ****************************
instagram
****************************** */

.title h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.title a {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 40px;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.instagram {
    padding: 0;
}

.instt {
    width: 25%;
    float: left;
}

.instt img {
    width: 100%;
}


/* **************************
local-area
**************************** */

.local-area {
    background-color: #F0F0F0;
    background-image: url(../img/local-bg.png);
    background-size: 20% 100%;
    background-position: right;
    background-repeat: no-repeat;
    padding: 50px 0;
    height: 100%;
}

.locals {
    border-left: 4px solid #DA0304;
    padding: 10px 0px 10px 15px;
    margin-bottom: 25px;
}

.locals h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #DA0304;
}

.locals p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #4D4D4D;
}

.locals p a {
    color: #DA0304;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
}


/* ************************
faq-area
*************************** */

.faq-area {
    background: #DA0304;
    padding: 30px 0;
}

.faq-area h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
}


/* ****************************+
faq-content
********************************* */

.faq-content {
    padding: 50px 0;
    background-color: #F0F0F0;
}

.faq-content .accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 24px;
    color: #0D0D0D;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}

.accordion-item {
    background-color: transparent;
    border: 1px solid #B0B0B0;
}

.accordion-button:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.accordion-body {
    padding: 1rem 0;
}

.accordion-body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #4D4D4D;
    margin-bottom: 10px;
}


/* ****************************
wecomeyou-area
***************************** */

.wecomeyou-area {
    background: url('../img/wecome-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.wecomeyou-area .title h2,
.wecomeyou-area .title .title_item
{
    color: #fff;
}

.comelocation li {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    list-style: disc;
    margin: 5px 0;
    margin-left: 15px;
}

.wecome {
    margin-top: 80px;
}


/* **************************
brand-area
*************************** */

.brand-area {
    background: #DA0304;
    padding: 15px 0;
}

.barands li {
    display: inline;
}

.barands ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


/* *****************************
footer-area
***************************** */

.footer-area {
    background: #0F100D;
    padding: 30px 0;
}

.copyright p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: end;
}

.footer-area p.bar {
    border-top: 1px solid #fff;
    width: 100%;
    margin: 25px 0;
    opacity: 0.5;
}

.footer-item {
    margin-bottom: 20px;
}

.footer-item li a {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 7px 0;
}

.footer-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 7px 0;
}

.social li {
    display: inline;
}

.social li a {
    display: inline-block;
    margin-right: 5px;
}

.social li a i {
    height: 45px;
    width: 45px;
    background: #4B4B4B;
    line-height: 45px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}

.mobile-view {
    display: none;
}


/* ******************************
banner-case
****************************** */

.banner-area {
    padding: 50px 0;
    height: 550px;
}

.banner-case {
    background: url('../img/case-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb {
    margin-bottom: 25px;
}

.breadcrumb-item a {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DA0304;
    padding: 5px 10px;
}

.breadcrumb-item.active {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: '';
    background: url(../img/arrowb.svg);
    height: 100%;
    width: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 6px;
    background-position-y: 4px;
}

.banner-area .title h2,
.banner-area .title .title_item{
    color: #fff;
    line-height: 1.2;
}

.heading {
    margin-top: 25px;
}

.banner-text p {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 0;
}

.banner-content .banner-text {
    margin-top: 80px;
    position: inherit;
    padding: 0;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
}


/* *******************************
cases-area
****************************** */

.cases-area {
    padding: 50px 0;
    background: #0F161B;
}

.casemargin {
    margin-top: -22px;
}

.case-grid .bikecard-img img {
    height: 300px;
    width: 100%;
}

.case-grid {
    margin-bottom: 25px;
}


/* ******************************
accident-area
******************************* */

.accident-area {
    background: url('../img/accident-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.accident-area .banner-btn {
    margin-top: 50px;
}

.accident-area .title h3 {
    line-height: 1.5;
}


/* *****************************
case-details-bg
******************************** */

.case-details-bg {
    background: url('../img/casedetails-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-content .title h4 {
    line-height: 1.3;
}

.cases-details {
    position: relative;
    padding: 30px 0;
    background: #F8F8F8;
}

.caese-details-img {
    margin-top: -200px;
}

.cases-details-con h3 {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #DA0304;
    margin-bottom: 10px;
}

.cases-details-con h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6D6D6D;
    margin-bottom: 25px;
}

.cases-details-con h5 span {
    background: #DA0304;
    padding: 8px;
    color: #fff;
    margin-right: 10px;
}

.cases-details-con p {
    font-weight: normal;
    font-size: 25px;
    line-height: 1.5;
    color: #0F161B;
    margin-bottom: 10px;
}

.details-con h3 {
    font-weight: normal;
    font-size: 25px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.share-btn {
    position: absolute;
    top: -38px;
    right: 5%;
}

.share-btn li {
    display: inline;
}

.share-btn li a {
    display: inline-block;
    margin-left: 10px;
}


/* *****************************
cases-steps
********************************* */

.cases-steps {
    padding: 50px 0;
    background: #F8F8F8;
}

.steps {
    padding: 0;
}

.steps-head {
    background: #DA0304;
    padding: 25px 25px;
}

.steps-head h4 {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
}

.steps2 {
    background: rgba(218, 3, 4, 0.8);
}

.steps3 {
    background: rgba(218, 3, 4, 0.65);
}

.steps-con {
    padding: 30px 15px;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #0F161B;
}

.steps-con p {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #0F161B;
    margin-bottom: 15px;
}


/* ********************************
resouse-bg
************************************* */

.resouse-bg {
    background: url('../img/resource-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.resources-area {
    background: #0F161B;
    padding: 50px 0;
}

.resours {
    margin-top: -200px;
}

.video-modal .modal-body {
    padding: 0;
}

.video-modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.video-modal .btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    padding: .25em .25em;
    color: #fff;
    background: none;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
    font-size: 28px;
    position: absolute;
    right: -32px;
    top: -2px;
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    opacity: 1;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    outline: 0;
}

.resources-video img {
    width: 100%;
}

.resources-video h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
}

.resources-video {
    margin-bottom: 25px;
    position: relative;
}

.resources-video a.play-btn {
    position: absolute;
    top: 43%;
    left: 0;
    text-align: center;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}


/* ****************************
motoerciyle-area
****************************** */

.motoerciyle-area {
    background: url('../img/motoerciyle-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.motoerciyle h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
}

.motoerciyle {
    padding: 0 15px;
    border-left: 4px solid #fff;
}


/* ******************************
insurence-area
**************************** */

.insurence-area {
    background: url('../img/insurence-bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 50px 0;
}

.insurence {
    margin-bottom: 30px;
    border-bottom: 1px solid #0D0D0D;
    padding-bottom: 30px;
}

.insurence:last-child {
    border-bottom: 1px solid transparent;
}

.insurence h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5;
    color: #0D0D0D;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.insurence h3 span {
    color: #fff;
    font-size: 24px;
    padding: 6px 15px;
    background: #0D0D0D;
    margin-left: 10px;
}

.insurence h3 img {
    margin-left: 10px;
}

.insurence p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #0F161B;
    margin-bottom: 15px;
}

.insurence .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.insurence .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
}

.insurence a.call {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #DA0304;
    padding: 10px 40px;
    border: 1px solid #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* **********************************
blog-area
****************************************** */

.banner-blog {
    background: url('../img/blog-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-post {
    margin-top: -12px;
}

.blog-area {
    background: #0F161B;
    padding: 50px 0;
}

.single-post .bikecard-img img {
    height: auto;
}

.single-post2 .bikecard-img img {
    height: 200px;
}

.single-post .bikecard-img .prce-name p {
    font-size: 25px;
    margin-bottom: 20px;
}

.single-post .bikecard-img .prce-name a {
    font-size: 40px;
}

.single-post {
    margin-bottom: 35px;
}

.single-post2 {
    margin-bottom: 35px;
}

.single-post2 .bikecard-img .prce-name {
    position: inherit;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 10px 0;
    margin-top: 15px;
}

.single-post2 .bikecard-img::after {
    display: none;
}

.single-post2 .bikecard-img .prce-name a {
    font-size: 20px;
}

.category {
    margin-bottom: 30px;
}

.category h3,
.most-news h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.category li {
    display: block;
    border-bottom: 1px solid #3D3D3D;
}

.category li a {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 10px 0;
}

.most-news {
    margin-bottom: 30px;
}

.news-box img {
    width: 100%;
}

.news-box a {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 15px;
    width: 100%;
}

.post-pagiantion {
    padding: 30px 0;
    border-top: 1px solid #5F5F5F;
}

.page-link {
    position: relative;
    display: block;
    color: #B7B7B7;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    height: 54px;
    width: 54px;
    text-align: center;
    margin-right: 15px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #B7B7B7;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.page-item.disabled .page-link {
    color: #B7B7B7;
    pointer-events: none;
    background-color: transparent;
    border-color: #B7B7B7;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #373939;
    border-color: #B7B7B7;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #373939;
    border-color: #B7B7B7;
}

.ter {
    height: 380px;
}


/* ****************************
details-img
************************** */

.banner-details {
    background: url('../img/details-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-share {
    padding: 15px 0;
    border-bottom: 1px solid #5F5F5F;
    margin: 25px 0;
}

.details-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}

.details-time p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.details-time p span {
    background: #DA0304;
    padding: 8px;
    margin-right: 10px;
}

.print-share {
    text-align: end;
}

.print-share li {
    display: inline;
}

.print-share li a {
    display: inline-block;
    margin-left: 5px;
    background: none;
    padding: 0 !important;
    margin-left: 5px;
}

.print-share li a img {
    height: 48px;
}

.details-con p {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.details-con img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.details-con small {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #929292;
    display: block;
}

.details-con ul {
    margin-bottom: 25px;
}

.details-con ul li {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    list-style: disc;
    margin-left: 18px
}

.details-con ol {
    margin-bottom: 25px;
}

.details-con ol li {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
    list-style: decimal;
    margin-left: 18px
}


/* ****************************
recent-area
****************************** */

.recent-area {
    background: #0F161B;
    padding-bottom: 50px;
    overflow: hidden;
}

.tag-area {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #5F5F5F;
    border-bottom: 1px solid #5F5F5F;
}

.tag-area p {
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #7A7A7A;
}

.tag-area ul {
    display: inline-block;
}

.tag-area ul li {
    display: inline;
}

.tag-area ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #7A7A7A;
    background: #272727;
    padding: 5px 8px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
}

.recent-title h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.related-area {
    margin-bottom: 25px;
}

.related {
    margin-bottom: 25px;
}

.related .bikecard-img img {
    height: 300px;
}

.related-area .bikecard-img img {
    height: 300px;
}


/* *****************************
banner-about
*************************** */

.banner-about {
    background: url('../img/about-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-area {
    padding: 50px 0;
}

.about-con {
    margin-top: -200px;
}

.about-con img {
    width: 100%;
    margin-bottom: 25px;
    display: block;
}

.about-con h6 {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    color: #0D0D0D;
    margin-bottom: 25px;
}

.about-con h5 {
    border-left: 4px solid #DA0304;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    color: #DA0304;
    margin-bottom: 25px;
}

.about-con p {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    color: #0D0D0D;
    margin-bottom: 25px;
}


/* **********************************
contact-area
************************************ */

.contact-area {
    background: url('../img/contact-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-form {
    margin-right: 50px;
    padding: 50px 0;
}

.contact-form .title h2 ,
.contact-form .title .title_item
{
    color: #fff;
    margin-bottom: 45px;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-floating>label {
    position: absolute;
    top: 17px;
    left: 15px;
    height: 20px;
    padding: 0;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.form-control:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-floating {
    margin-bottom: 25px;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 1;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    font-size: 14px;
    top: 13px;
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 1;
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    font-size: 14px;
    top: 13px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    font-size: 14px;
    top: 13px;
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 1;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    color: #000;
}

.send-btn {
    border: none;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 40px;
    background: #DA0304;
    border: 1px solid #DA0304;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* ****************************
banner-sumnit
***************************** */

.banner-sumnit {
    background: url('../img/submit-case.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-submit {
    margin-bottom: 50px;
    margin-top: -200px;
}

.hotline a {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
}

.mobhotline h5 a {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
}

.details-img img {
    width: 100%;
}

div#bottom-right-black-bubble-invite-container {
    bottom: 50px;
     right: auto;
         max-width: 268px;
    left: 15px;
}

a#black-circle-background-image-container{
    float:left !important;
}

.chat-window-curved-triangle-container {
    left: 47px;
    right: auto;
    float: left !important;
}
/*body .uwy.userway_p3 .uai {*/
/*    right: auto !important;*/
/*    left: 13px !important;*/
/*}*/
/*main.userway-widget-container.p3.userway-large.userway_overflow,*/
/*.userway-widget-container.p3 {*/
/*    align-items: flex-end;*/
/*    flex-direction: row-reverse !important;*/
/*}*/

/*body .uwy.utb.userway_p1 .uhd, body .uwy.utb.userway_p2 .uhd, body .uwy.utb.userway_p3 .uhd {*/
/*     left: 63px  !important;*/
/*    right: auto  !important;*/
/* }*/

/* .userway-widget-container.p1.userway-large, .userway-widget-container.p2.userway-large, .userway-widget-container.p3.userway-large, .userway-widget-container.p5.userway-large, .userway-widget-container.p6.userway-large, .userway-widget-container.p7.userway-large{*/

/*         padding: 15px  144px !important;*/
/*             flex-direction: row-reverse !important;*/


/* }*/

div#userwayAccessibilityIcon {
    bottom: 61px;
}
 .chat-cta {
    left: 0;
    right: auto;
        flex-direction: row-reverse;
    border-radius: 0 70px 70px 0 !important;
}

.chat-mock-container {
    left: 0;
    right: auto;
}

 .chat-mock-container {
    left: 0;
    right: auto;
}
.chat-mock-container:after {
    top: 100%;
    left: 15%;
    right: auto;
      border-right: 5px solid transparent;
    border-left: 20px solid transparent;
 }

 .chat-bubble-new {
    left: 35px;
}
