

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

a{
    text-decoration: none !important;
}



.site-navbar-wrap {
    /*background-color: white;*/
    z-index: 99;
    width: 100%;
    left: 0;
}

.site-navbar-wrap a {
    color: #fff;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.rel {
    position: absolute !important;
    bottom: 25%;
    color: white;
}

.font11 {
    font-weight: 500;
    font-size: 38px;
    line-height: 49px;
}

.font11 {
    font-weight: 500 !important;
    font-size: 19px !important;
    line-height: 31px !important;
}

/*.three_box {
    padding: 0 40px;
}
*/
.card {
    background: #fff;
    text-align: center;
    padding: 50px 20px;
    margin-top: -80px;
    /*box-shadow: #a99b9b 0px 0px 14px 2px;*/
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    box-shadow: 0px 0px 21px rgba(181, 38, 24, 0.12);
    border-radius: 10px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
     border-bottom: 1px solid rgba(0, 0, 0, 0.000); 
}

.btn-block {
    display: block;
    width: 100%;
    height: 43px;
    background-color: #b70a0a;
    font-style: italic;
    font-size: 14px;
    position: relative;
    top: 45px;
}

.btn-danger {
    color: #fff;
    background-color: #b70a0a;
    border-color: #b70a0a;
}

.formimg sub, sup {
    font-size: 100%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-style: italic;
    right: 126px;
}

.box_text h3 {
    color: #121010;
    font-size: 18px;
    font-weight: 600;
}

.box_text p {
    font-size: 15px;
    margin-right: 0px;
    color: black;
}

.box_text i {
    padding: 6px 0px 10px 0px;
    display: block;
}

.card-header img {
    position: relative;
    right: 3px;
    bottom: 4px;
}

.formimg .locimg img {
    position: relative;
    bottom: 58px;
    height: 32px;
    left: 44%;
    cursor: pointer;
}

.box_text h3 img {
    height: 20px;
    position: absolute;
    left: 158px;
    top: -13px;
}

.loc_icon img{
    position: absolute;
    bottom: 4px;
    height: 35px;
    right: -206px;
}


.locationimg img {
    height: 35px;
    margin-left: 89%;
    position: relative;
    margin-top: -107px;
    cursor: pointer;
}

.hidebx {
    display: none;
}

.form-input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.cara_text1{
    font-family: Inter;
font-size: 64px;
font-style: italic;
font-weight: 700;
line-height: 77px;
letter-spacing: 0em;
text-align: center;
}

/* Radio Button Hide */

[type=radio] {
    position: absolute;
    opacity: 0;
}

[type=radio]+img {
    cursor: pointer;
    margin-right: 0.5rem;
}

[type=radio]:checked+img {
    filter: invert(1);
}

/* END RADIO BUTTON HIDE */

/* Second page css*/

.secondimg {
     background: #fff;
     text-align: center;
     padding: 50px 20px 57px 28px;
     margin-top: -80px;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     border-radius: 6px;
}

.secondimg img{
  position: relative;
  height: 22px;
  right: 7px;
  bottom: 2px;
}

.secondimg h3 {
    color: #121010;
    font-size: 18px;
    font-weight: 600;
}

.secondimg .card{
  border-radius: 6px;
  padding: 0px 0px;
  margin-top :0px;
}

.secondimg .card p {
  text-align: left;
  font-style: italic;
  position: relative;
  color: black;
  background-color: pink;
  padding: 16px;
  font-size: 19px;
  border-radius: 4px;
}

.secondimg .card h6 {
    font-size: 16px;
    position: relative;
    font-style: italic;
    color: black;
    text-align: left;
    bottom: 28px;
    left: 15px;
}

.secondimg .card a {
  position: relative;
  right: 188px;
  font-style: italic;
}

/*.secondimg .card button {
  background-color: #b70a0a;
    border: none;
    color: white;
    padding: 7px 33px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    left: 331px;
    bottom: 40px;
    width: 34%;
    border-radius: 6px;
    font-style: italic;
}*/

.secondimg .card button {
  background-color: #b70a0a;
    border: none;
    color: white;
    padding: 7px 33px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    left: 334px;
    bottom: 30px;
    width: 34%;
    border-radius: 6px;
    font-style: italic;
}

/*.secondimg .card .rounded-button {
      width: 60px;
      height: 60px;
      background: #009578;
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border-radius: 50%;
      border: none;
      text-decoration: none;
      transition: background 0.2s;
}

.rounded-button:hover {
     background: #00866c;
}*/

.secondimg .card .in_btn {
  background-color: #ffffff;
  color: #b70a0a;
  padding: 6px 0px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  left: 312px;
  bottom: 44px;
  width: 34%;
  font-style: italic;
  border-radius: 5px;
  border-color: red;
  border: 2px solid;
}

.secondimg .in_btn {
  background-color: #b70a0a;
  border: none;
  color: white;
  padding: 4px 23px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  left: 107px;
  bottom: 22px;
}

.secondimg .lastbtn {
    width: 100%; 
    margin-top: 5%; 
    color: #b70a0a; 
    background-color: #ffffff; 
    border-color: #b70a0a;
}

/* END SECOND PANGE CSS*/

/* third page css*/

.box {
    background: #fff;
    text-align: center;
    padding: 50px 20px 57px 28px;
    margin-top: -80px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 6px;
    position: relative;
    /*height: 100%;*/
}

.box h3 {
    color: #121010;
    font-size: 18px;
    font-weight: 600;
}

.box h3 img {
    height: 20px;
    position: absolute;
    left: 138px;
    top: 68px;
}

.box p {
  color: #080808;
  font-weight: 300;
}

.box [type=radio] {
  position: absolute;
  opacity: 1;
  margin-left: -56px;
  accent-color: black;
}

.box .workshop p {
  position: relative;
  bottom: 17px;
  font-weight: 750;
  left: 24%;
  font-size: 12px;
}

.garage p {
  position: relative;
  left: 14%;
  bottom: 0px;
  font-weight: 550;
}

.box .in_btn {
  background-color: #ffffff;
  color: #b70a0a;
  padding: 9px 0px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  width: 108%;
  font-style: italic;
  border-radius: 5px;
  border-color: red;
  border: 2px solid;
  left: -6%;
  /*top: 143px;*/
}

.box .btn {
  background-color: #b70a0a;
  border: none;
  color: white;
  padding: 11px 26px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  left: 0px;
  width: 108%;
  font-style: italic;
  /*top: 143px;*/
}

/*       end page 3 css        */


/* About US page css */

.divHeaders {
    background: #B52618;
    padding: 190px;
    margin-bottom: 20px;
}

.divHeader {
    background: #B52618;
    padding: 60px;
    margin-bottom: 20px;
}

.divHeader span {
    font-style: italic; 
    color: white; 
    font-family: Inter; 
    font-weight: 600;
    font-size: 24px;
}



.divHeader h5 {
    font-style: italic; 
    color: white; 
    font-weight: 500;
}

/* end css about us */


/* CONTACT US PAGE CSS*/

.divHeaders h3 {
    position: absolute;
    width: 287px;
    height: 48px;
    left: 550px;
    top: 116px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    text-align: center;
    color: white;
    font-size: 40px;
    line-height: 48px;
}

.divHeaders .phoneimg img{
    position: relative;
    left: 70px;
    width: 20%;
    bottom: 65px;
}

.divHeaders .locationaimg img {
    position: relative;
    left: 110px;
    width: 20%;
    bottom: 65px;
}

.divHeaders .messageimg img {
    position: relative;
    left: 140px;
    width: 20%;
    bottom: 65px;
}

.divHeaders .phoneimg p {
    position: absolute;
    width: 85px;
    height: 29px;
    left: 72px;
    top: 6px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.divHeaders .locationaimg p {
    position: absolute;
    width: 85px;
    height: 29px;
    left: 110px;
    top: 6px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.divHeaders .messageimg p {
    position: absolute;
    width: 85px;
    height: 29px;
    left: 142px;
    top: 6px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.divHeaders .phoneimg h5 {
    position: absolute;
    width: 189px;
    height: 58px;
    /* left: 225px; */
    top: 29px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.divHeaders .locationaimg h5 {
    position: absolute;
    width: 270px;
    height: 58px;
    /* left: 225px; */
    top: 23px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.divHeaders .locationaimg span {
    position: absolute;
    width: 362px;
    height: 58px;
    top: 65px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    right: 0px;
}

.divHeaders .messageimg h5 {
    position: absolute;
    width: 362px;
    height: 58px;
    top: 28px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    left: 3px;
}

.container .about_box {
    background: #fff;
    text-align: center;
    padding: 50px 20px 57px 28px;
    margin-top: -80px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 6px;
    position: relative;
    height: 350px;
}

.about_box h2 {
    position: absolute;
    width: 260px;
    height: 48px;
    left: 46px;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    bottom: 243px;
}

.about_box .msgbox .form-control {
    height: 109px;
}

.about_box .form-control {
    height: 45px;
}

.about_box .msgbox button {
    background-color: #b70a0a;
    border: none;
    color: white;
    padding: 9px 26px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    left: 0%;
    width: 100%;
    font-style: italic;
    top: 21px;
}

/* END CSS CONTACT US PAGE*/

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    position: relative;
    bottom: 6px;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
    /*margin-bottom: 0;*/
        float: right;

}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
    padding: 20px 10px;
    color: rgba(0, 0, 0);
    font-size: 15px;
    text-decoration: none !important;
    letter-spacing: 0.5px;
}

.site-navbar .site-navigation .site-menu>button {
    letter-spacing: 0.5px;
}

.site-navbar .site-navigation .site-menu>li>a.active {
    color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    /*color: #fff;*/
}

.site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}


.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 250px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 34px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 11px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span{
    color: #b52618;
}

.site-mobile-menu .site-mobile-menu-body button {
    margin-left: 20px !important;
    margin-top: 10px !important;
}


.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    /*position: absolute;*/
    /*background-color: white;*/
    height: 80px !important;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
    color: #000;
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #f1f3f5;
    height: 80px !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
    color: rgba(0, 0, 0);
     /*color: rgba(255, 255, 255, 0.6);*/
    font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
    /*color: #fff !important;*/
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
    /*color: #000;*/
}

.container .firstdiv1 p {
    position: relative;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
    font-size: 19px;
    line-height: 40px;
    bottom: 30px;
}

.container .firstdiv1 p span {
    position: relative;
    top: 30px;
}

@media (min-width: 320px) and (max-width: 425px) {
    .site-navbar-wrap .is-sticky .js-sticky-header{
        position: scroll !important;
    }

    .sticky-wrapper {
        height: 56px !important;
    }

    .sticky-wrapper.is-sticky .site-navbar {
        height: unset !important; 
    }

    .para {
        display: none;
    }

    .card {
        margin-top: -15px;
        border-radius: 11px;
        padding: 23px 14px 57px 14px;
        width: 100%;
        /*margin-left: 6%;*/
        height: 100%;
    }

    .carousel-caption{
        bottom: 25px !important;
    }

    .carousel-caption img {
        width: 0px;
    }

    .carousel-caption .cara_text {
        position: relative;
        font-size: 19px;
        top: 44px;
    }

    .carousel-caption .cara_text1 {
        font-size: 16px;
        position: relative;
        top: 28px;
        line-height: 23px;
    }

    .carousel-caption .cara_text2 {
        position: relative;
        font-size: 11px;
        top: 20px;
    }

    .loc_icon img{
        height: 33px !important;
    }

    .box_text img {
        height: 45px;
    }

    .locationimg img {
        height: 35px;
        left: 15px;
    }

    .box_text h3 {
        color: #121010;
        font-size: 16px;
        font-weight: 600;
        margin-left: 20px;
        position: relative;
    }

    .formimg .locimg img {
        position: relative;
        bottom: 58px;
        height: 33px;
        left: 38%;
    }

    .box_text h1 img {
        position: relative;
        left: 75%;
        height: 34px;
        bottom: 85px;
    }

    .sticky-wrapper {
        background-color: #12101000;
    }

    .site-logo img {
        margin: 17px;
        margin-left: 100px;
    }

    .leftimg {
        position: relative;
        left: 0px;
    }

    

    .leftimg p {
        font-size: 12px;
        color: black;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .rightimg p {
        font-size: 12px;
        color: black;
    }

    .box_text label {
        /*display: inline-block;*/
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        /*margin-right: 125px;*/
    }

    .box_text .row {
        flex-wrap: nowrap;
    }
    
    .rightimg img {
        position: relative ;
        left: 0px;
        height: 40px;
    }

    .leftimg img {
        position: relative;
        right: 0px;
        height: 40px;
    }

    .formimg sub, sup {
        font-size: 100%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
        font-style: italic;
        right: 59px;
    }

    .row .col-sm-6 {
        position: relative;
        min-height: 1px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .secondimg .card {
      border-radius: 6px;
      position: relative;
      bottom: 49px;
      width: 100%;
    }

    .secondimg .card h6 {
      font-size: 16px;
      position: relative;
      font-style: italic;
      color: black;
      right: 0%;
      bottom: 28px;
    }

    .secondimg .card a {
      position: relative;
      right: 32%;
      font-style: italic;
      bottom: 20px;
    }

    .secondimg .card button {
      background-color: #b70a0a;
        border: none;
        color: white;
        padding: 7px 26px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        left: 31%;
        bottom: -11px;
        width: 91%;
        font-style: italic;
    }

    .secondimg .card .in_btn {
      background-color: #ffffff;
      color: #b70a0a;
      padding: 6px 0px;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      left: 11px;
      bottom: 19px;
      width: 91%;
      font-style: italic;
      border-radius: 5px;
      border-color: red;
      border: 2px solid;
    }

    .secondimg {
        background: #fff;
        text-align: center;
        /*padding: 50px 31px 57px 7px;*/
        padding: 50px 30px 57px 28px !important;
        margin-top: -50px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        border-radius: 6px;
        position: relative;
        width: 100%;
        right: 0%;
        margin-top: -36px !important;
    }

    .secondimg p img {
        height: 10%;
    }

    .secondimg h3 {
        color: #121010;
        font-size: 12px;
        position: relative;
        font-weight: 600;
        right: 8%;
        width: 123%;
        bottom: 41px;
    }

    .secondimg img {
        position: relative;
        height: 16px;
        bottom: 2px;
        left: -2px;
    }

    .secondimg .lastbtn {
        width: 100%;
    }

    .btn-block {
        display: block;
        width: 100%;
        height: 43px;
        background-color: #b70a0a;
        font-style: italic;
        font-size: 14px;
        position: relative;
        top: 5px;
    }

    .box {
      background: #fff;
      text-align: center;
      padding: 50px 20px 57px 28px;
      margin-top: -80px;
      box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
      border-radius: 6px;
      position: relative;
      /*height: 116%;*/
      width: 100%;
      right: 0%;
      top: 5%;
    }

    .box h3 {
      color: #121010;
      font-size: 18px;
      font-weight: 600;
      margin-left: 13px;
    }

    .box h3 img {
      height: 20px;
      position: absolute;
      left: 15%;
      top: 67px;
    }

    .box p {
      color: #080808;
      position: relative;
      font-weight: 300;
      right: 45%;
      font-style: italic;
    }

    .box [type=radio] {
      position: absolute;
      opacity: 1;
      margin-left: -110px;
      z-index: 99;
      accent-color: black;
    }

        .box .workshop p {
          position: relative;
          bottom: 18px;
          font-weight: 750;
          left: -8%;
          font-size: 13px;
          right: 21px;
        }

        .box .garage p {
          position: relative;
          bottom: -2px;
          font-weight: 750;
          left: -16%;
          font-size: 13px;
          right: 21px;
        }

        .box .in_btn {
          background-color: #ffffff;
          color: #b70a0a;
          padding: 9px 0px;
          font-size: 16px;
          cursor: pointer;
          position: relative;
          width: 50%;
          font-style: italic;
          border-radius: 5px;
          border-color: red;
          border: 2px solid;
          left: -32%;
          top: 45px;
        }

        .box .btn {
          background-color: #b70a0a;
          border: none;
          color: white;
          padding: 11px 16px;
          font-size: 15px;
          cursor: pointer;
          position: relative;
          left: 66px;
          width: 54%;
          font-style: italic;
          /*top: 36px;*/
        }


        .divHeader {
            background: #B52618;
            padding: 10px;
            position: relative;
            bottom: 5px;
        }

        .divHeader span {
            position: relative;
            left: 6px;
            font-size: 12px;
        }

        .divHeader h5 {
            position: relative;
            left: 6px;
        }

        .container .firstdiv1 p img {
           width: 100px !important;
            height: 100px !important;
            margin-left: 15px;
            position: relative;
            top: -30px !important;
            right: 0px !important;
        }

        .container .firstdiv1 p {
            position: relative;
            font-family: 'Inter';
            font-weight: 400;
            font-style: italic;
            font-size: 14px;
            line-height: 20px !important;
            bottom: 30px;
        }

        
        #content1::after{
            content: "\a";
            white-space: pre;
        }


        .container .about_box {
            background: #fff;
            /*text-align: center;*/
            padding: 50px 20px 17px 20px;
            margin-top: -80px;
            box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
            border-radius: 6px;
            position: relative;
            height: 500px;
            bottom: 18px;
            left: 18px;
            width: 90%;
        }

        .divHeaders {
            background: #B52618;
            padding: 189px 175px 0px 145px;
            margin-bottom: 20px;
        }

        .divHeaders h3 {
            position: absolute;
            width: 287px;
            height: 48px;
            left: 0px;
            top: 35px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 600;
            text-align: center;
            color: white;
            font-size: 25px;
            line-height: 48px;
        }

        .about_box h2 {
            position: absolute;
            width: 260px;
            height: 48px;
            left: 10%;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 600;
            font-size: 23px;
            line-height: 48px;
            text-align: center;
            text-transform: uppercase;
            color: #000000;
            bottom: 390px;
        }

        .divHeaders .phoneimg img {
            position: relative;
            left: -141px;
            bottom: 150px;
            height: 44px;
            width: 44px;
        }

        .divHeaders .phoneimg p {
            position: absolute;
            width: 85px;
            height: 29px;
            left: -84px;
            top: -154px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 600;
            font-size: 16px;
            line-height: 29px;
            text-align: center;
            text-transform: uppercase;
            color: #FFFFFF;
        }

        .divHeaders .phoneimg h5 {
            position: absolute;
            width: 200px;
            height: 58px;
            left: -121px;
            top: -140px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            text-align: center;
            text-transform: uppercase;
            color: #FFFFFF;
        }

        .divHeaders .locationaimg img {
            position: relative;
            left: -141px;
            width: 44px;
            bottom: 130px;
            height: 44px;
        }

        .divHeaders .locationaimg p {
            position: absolute;
            width: 85px;
            height: 29px;
            left: -73px;
            top: -135px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 600;
            font-size: 16px;
            line-height: 29px;
            text-align: center;
            text-transform: uppercase;
            color: #FFFFFF;
        }

        .divHeaders .locationaimg h5 {
            position: absolute;
            width: 248px;
            height: 58px;
            left: -73px;
            top: -120px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            text-align: left;
            text-transform: uppercase;
            color: #FFFFFF;
        }

        .divHeaders .locationaimg span {
            position: absolute;
            width: 248px;
            /* height: 100px; */
            top: -95px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            text-align: center;
            text-transform: uppercase;
            color: #FFFFFF;
            right: -141px;
        }
        

        .divHeaders .messageimg img {
            position: relative;
            left: -153px;
            height: 44px;
            width: 44px;
            bottom: 107px;
        }

        .divHeaders .messageimg p {
            position: absolute;
            width: 85px;
            height: 29px;
            left: -92px;
            top: -111px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 600;
            font-size: 16px;
            line-height: 29px;
            text-align: center;
            text-transform: uppercase;
            color: #FFFFFF;
        }

        .divHeaders .messageimg h5 {
            position: absolute;
            width: 361px;
            height: 58px;
            top: -96px;
            font-family: 'Inter';
            font-style: italic;
            font-weight: 400;
            font-size: 12px;
            line-height: 16px;
            text-align: center;
            text-transform: uppercase;
            color: #FFFFFF;
            left: -187px;
        }

}


@media (min-width: 426px) and (max-width: 768px) {
    .cara_text1 {
        font-family: Inter;
         font-size: 26px !important; 
        font-style: italic;
        font-weight: 700;
         line-height: 40px !important; 
        letter-spacing: 0em;
        text-align: center;
    }

    .sticky-wrapper {
        height: 56px !important;
    }

    .sticky-wrapper.is-sticky .site-navbar {
        height: unset !important; 
    }
    

   .leftimg {
        position: relative;
        left: 0px;
    }

   

    .row .col-sm-6 {
        position: relative;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }



    .btn-block {
        display: block;
        width: 100%;
        height: 43px;
        background-color: #b70a0a;
        font-style: italic;
        font-size: 14px;
        position: relative;
        top: 5px;
    }

    .full_card{
        position: relative;
        left: 61px;
    }

    .formimg .locimg img {
        position: relative;
        bottom: 58px;
        height: 32px;
        left: 39%;
        cursor: pointer;
    }


    



    .secondimg .card {
      border-radius: 6px;
      position: relative;
      bottom: 49px;
      width: 110%;
      right: 0%;
    }

    .secondimg .card h6 {
      font-size: 16px;
      position: relative;
      font-style: italic;
      color: black;
      right: 0%;
      bottom: 28px;
    }

    .secondimg .card a {
      position: relative;
      right: 32%;
      font-style: italic;
      bottom: 20px;
    }

    .secondimg .card button {
      background-color: #b70a0a;
        border: none;
        color: white;
        padding: 7px 26px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        left: 31%;
        bottom: -11px;
        width: 91%;
        font-style: italic;
    }

    .secondimg .card .in_btn {
      background-color: #ffffff;
      color: #b70a0a;
      padding: 6px 0px;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      left: 11px;
      bottom: 19px;
      width: 91%;
      font-style: italic;
      border-radius: 5px;
      border-color: red;
      border: 2px solid;
    }

    .secondimg {
        background: #fff;
        text-align: center;
        padding: 50px 50px 57px 28px;
        margin-top: -50px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        border-radius: 6px;
        position: relative;
        width: 100%;
        right: 0%;
    }

    .secondimg p img {
        height: 10%;
    }

    .secondimg h3 {
        color: #121010;
        font-size: 12px;
        position: relative;
        font-weight: 600;
        right: 8%;
        width: 123%;
        bottom: 41px;
    }

    .secondimg .lastbtn {
        width: 110%;
    }

    /* contact us page css */

    .container .about_box {
        background: #fff;
        text-align: center;
        padding: 50px 20px 57px 28px;
        margin-top: -80px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        border-radius: 6px;
        position: relative;
        height: 500px;
    }

    .about_box h2 {
        bottom: 389px;
    }

    .divHeaders .messageimg h5 {
        position: absolute;
        width: 316px;
        height: 58px;
        top: 28px;
        font-family: 'Inter';
        font-style: italic;
        font-weight: 400;
        font-size: 13px;
        line-height: 29px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        left: 3px;
    }

    .divHeaders h3 {
        left: 259px;
    }

    .divHeaders .phoneimg img {
        position: relative;
        left: -70px;
        width: 33%;
        bottom: 37px;
    }

    .divHeaders .phoneimg p {
        left: -82px;
    }

    .divHeaders .phoneimg h5 {
        left: -138px;
    }   

    .divHeaders .locationaimg img {
        left: 40px;
        width: 33%;
        bottom: 37px;
    }

    .divHeaders .locationaimg p {
        left: 30px;
    }

    .divHeaders .locationaimg h5 {
        left: -68px;
        top: 31px;
        font-size: 14px;
    }

    .divHeaders .locationaimg span {
        width: 234px;
        top: 69px;
        font-size: 14px;
        right: -53px;
    }
    
    .divHeaders .messageimg img {
        width: 33%;
        bottom: 36px;
    }

    .divHeaders .messageimg h5 {
        top: 32px;
        font-size: 14px;
    }            

    .divHeaders .messageimg p {
        left: 130px;
    }    

    .about_box .col-md-6 {
        max-width: 100%;
    }
    /* contact us css end*/
       
}

@media (min-width: 769px) and (max-width: 1440px) {
    .item_img{
        height: 490px !important;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    
    .cara_text1 {
        font-family: Inter;
        font-size: 43px;
        font-style: italic;
        font-weight: 700;
        line-height: 77px;
        letter-spacing: 0em;
        text-align: center;
    }

    .secondimg {
        background: #fff;
        text-align: center;
        padding: 50px 46px 57px 20px !important;
        margin-top: -50px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        border-radius: 6px;
        position: relative;
        width: 113%;
        right: 6%;
    }
   
    .site-mobile-menu {
        width: 300px;
        position: fixed;
        right: 0.0%;
        z-index: 2000;
        padding-top: 20px;
        background: #fff;
        height: calc(100vh);
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
        box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

    .secondimg .card h6 {
        font-size: 16px;
        position: relative;
        font-style: italic;
        color: black;
        right: 77px;
        bottom: 28px;
    }

    .secondimg .card a {
        position: relative;
        right: 108px;
        font-style: italic;
    }

    .secondimg .card button {
        background-color: #b70a0a;
        border: none;
        color: white;
        padding: 7px 33px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        left: 173px;
        bottom: 40px;
        width: 52%;
        border-radius: 6px;
        font-style: italic;
    }

    .secondimg .card .in_btn {
        background-color: #ffffff;
        color: #b70a0a;
        padding: 6px 0px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        left: 143px;
        bottom: 49px;
        width: 52%;
        font-style: italic;
        border-radius: 5px;
        border-color: red;
        border: 2px solid;
    }

    .box h3 img {
        height: 20px;
        position: absolute;
        left: 36px;
        top: 68px;
      }

      .box .btn {
        background-color: #b70a0a;
        border: none;
        color: white;
        padding: 11px 21px;
        font-size: 16px;
        cursor: pointer;
        position: relative;
        left: 0px;
        width: 108%;
        font-style: italic;
        top: 143px;
      }

      .box p {
        color: #080808;
        font-weight: 600;
        position: relative;
        width: 51px;
      }

      .box [type=radio] {
        position: absolute;
        opacity: 1;
        margin-left: -17px;
        z-index: 99;
        accent-color: black;
      }

      .box .workshop p {
        position: relative;
        bottom: 17px;
        font-weight: 750;
        left: 51%;
        font-size: 12px;
      }

      .box .garage p {
        position: relative;
        bottom: 0px;
        font-weight: 750;
        left: 51%;
        font-size: 13px;
        top: 2px;
      }

      .divHeader {
        background: #B52618;
        padding: 31px;
        position: relative;
        bottom: 25px;
        width: 105%;
    }

    .divHeader span {
        font-style: italic;
        color: white;
        font-family: Inter;
        font-weight: 600;
        font-size: 22px;
    }
    

    .divHeaders {
        width: 106%;
    }


    .divHeaders h3 {
        position: absolute;
        width: 287px;
        height: 48px;
        left: 419px;
        top: 116px;
        font-family: 'Inter';
        font-style: italic;
        font-weight: 600;
        text-align: center;
        color: white;
        font-size: 40px;
        line-height: 48px;
    }

    .divHeaders .locationaimg span {
        position: absolute;
        width: 362px;
        height: 58px;
        top: 65px;
        font-family: 'Inter';
        font-style: italic;
        font-weight: 400;
        font-size: 13px;
        line-height: 29px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        left: -33px;
    }

    .divHeaders .phoneimg img {
        position: relative;
        left: 82px;
        width: 20%;
        bottom: 42px;
    }

    .divHeaders .locationaimg img {
        position: relative;
        left: 118px;
        width: 20%;
        bottom: 42px;
    }

    .divHeaders .messageimg img {
        position: relative;
        left: 151px;
        width: 20%;
        bottom: 42px;
    }
}


.leftimg img ,.rightimg img{
    width: 100%;
}


.hv_line h3 {
  overflow: hidden;
  font-size: 35px !important;
  font-weight: bold;
  font-style: italic;
}

.hv_line h3:after {
  background-color: #b52618;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 60%;
  /*color: #;*/
}

.hv_line h3:after {
  left: 0.5em;
  margin-right: -50%;
}

.cara_text{
    font-family: Inter;
font-size: 32px;
font-style: italic;
font-weight: 700;
line-height: 39px;
letter-spacing: 0em;
text-align: center;
}


.box_text2{
    font-family: Inter;
font-size: 32px;
font-style: italic;
font-weight: 700;
line-height: 39px;
letter-spacing: 0em;
text-align: center;

}


@media (min-width: 576px){
    .container {
        max-width: unset; 
    }
}


/************************************************************************/

.loader_container{
  background: #0000007d;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  display: none;
    z-index: 9999;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 2px solid #ffffff00;
  border-top: 2px solid #ffffff00;
  border-right: 2px solid #3897f0;
  border-left: 2px solid #ffffff00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 0.7s linear infinite;
}

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

.loading_inner_container{
  box-shadow: 0px 8px 20px 0px #00000073;
  padding: 25px;
  display: flex;
  align-items: center;
  background: #fafafa;
  border-radius: 2px;
}
.loading_inner_container span{
  margin-left: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}


