/*
 *
 *	PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - HEADER TOP
 *	 - HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 *	+ RESPONSIVE
 *	 - LARGE DISPALY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES)
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/

 body {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #444444;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* .homepagebg {
    background-color: #6a6a6a2e;
    background-image: url("/cmspages/images/website-new/bg/bg-full.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
#main-container {
    overflow: hidden;
    background-color: #fff;
}

.boxed {
    background: url(../images/bg-pattern-1.png) repeat top left;
}

.boxed #main-container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    -webkit-box-shadow: 0px 0px 5px #323232;
    box-shadow: 0px 0px 5px #323232;
}

.boxed .header-sticky {
    max-width: 1200px;
}

.dropdown_mrchnat_acc .cartbtn {
    width: 100%;
    /* margin-top: 20px; */
    font-size: 11px;
    text-align: center;
    padding: 4px 8px 4px 8px;
    text-transform: none;
    font-weight: 500;
}

/* .b_acc_cart{

} */
.dropdown_content_acc ul {
    list-style: none;
}

.b_btn {
    width: 160px !important;
    border-radius: 20px;
}

.acc_cart {
    right: 7%;
}

.acc_cart .btn {
    width: inherit;
}

.dropdown_content_acc {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 165px;
    top: 28px;
    /* border-radius: 10px; */
    border: 1px solid #787676;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.dropdown_content_acc a {
    color: #626262;
    padding: 2.5px 16px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;

}

.dropdown_content_acc ul {
    margin-bottom: 0px;
}

.dropdown_content_acc li {
    border-bottom: 1px solid #787676;
}

.dropdown_content_acc li:last-child {
    border-bottom: none;
}

.dropdown_content_acc a:hover {
    background-color: #ddd;
    text-decoration: none;
    color: #000 !important;
}

.dropdown_mrchnat_acc:hover .dropdown_content_acc {
    display: block;
}

.dash_fa {
    color: #626262 !important;
}

.mtt-50 {
    margin-top: 50px;
}

@media (min-width: 1400px) {

    .boxed #main-container,
    .boxed .header-sticky {
        max-width: 1350px;
    }
}

/***********************************************************************************
*	+ HEADER
***********************************************************************************/

/***********************************************************************************
*	- HEADER TOP
***********************************************************************************/

#header-top {
    padding: 5px 0;
    border-bottom: 5px solid #c72a1e;
    background-color: #ff4c3e;
    color: #fbfbfb;
}

#header-top a {
    color: #fff;
}

#header-top a:hover {
    color: #e84538;
}

#header-top h1,
#header-top h2,
#header-top h3,
#header-top h4,
#header-top h5,
#header-top h6 {
    color: #000000;
}

#header-top .widget:last-child {
    margin-bottom: 0;
}

#header-top .widget-pages ul li:before,
#header-top .widget-metadata ul li:before,
#header-top .widget-archives ul li:before,
#header-top .widget-categories ul li:before {
    background-color: #fff;
}

#header-top .widget-tags a:hover {
    border-color: #fff;
    color: #fff;
}

#header-top .widget-contact ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
}

#header-top .widget-contact ul li:last-child {
    margin-right: 0;
}

#header-top .widget-contact ul li i {
    color: #fff;
}

#header-top .widget-social .social-media {
    text-align: right;
}

#header-top .widget-social .social-media.rounded a {
    line-height: 24px;
    font-size: 12px;
    width: 26px;
    height: 26px;
    margin-bottom: 0;
    border-color: #fff;
}

.card-img-top {
    margin-right: -35px;
}

/***********************************************************************************
*	- HEADER
***********************************************************************************/

#header {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* border-bottom: 1px solid #eaeaea; */
    z-index: 1000;
    background-color: #fff;
    margin-top: -23px;
}

#header [class^="col-"] {
    position: static;
}

#header .container {
    position: relative;
}

.headerRow {
    padding-top: 7px;
}

.middle-log {
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.logo {
    float: left;
    margin: 0;
    padding: 0;
}

.custom-header {
    padding: 33px 0 10px 0;
}

.top_head_k #mloginbtnn {
    margin-top: 25px;
}

/***********************************************************************************
*	- LOGO
***********************************************************************************/
.IOSModel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-body input[type="file"] {
    margin-left: auto;
    margin-right: auto;
}

.IOSModel .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-caption {
    padding: 1.5rem;
    text-align: center;
    background-color: #d3d3d3;
    padding-bottom: 0px;
}

.section-heading {
    margin-top: 40px;
}

.section-subheading {
    padding-top: 10px;
    padding-bottom: 5px;
}

.portfolio-caption-heading {
    font-size: 1.5rem;
    /* font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji"; */
        font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.portfolio-caption-subheading input[type="file"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.portfolio-caption-subheading label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 2px 30px;
    border: 3px solid #e83e31;
    border-radius: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    color: #e83e31;
}

.portfolio-caption-subheading label:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.portfolio-caption-subheading label.active {
    background-color: #e83e31;
    color: #ffffff;
}

.portfolio-caption-subheading label span {
    font-weight: normal;
}

.input-fields-div-width-flex-display input[type="file"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.input-fields-div-width-flex-display label {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 1px 10px;
    border: 3px solid #e83e31;
    border-radius: 48px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: bold;
    color: #e83e31;
}

.input-fields-div-width-flex-display label:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.input-fields-div-width-flex-display label.active {
    background-color: #e83e31;
    color: #ffffff;
}

.input-fields-div-width-flex-display label span {
    font-weight: normal;
}

@media only screen and (max-width: 1024px) {}


/***********************************************************************************
*	- MENU
***********************************************************************************/
.menu,
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999999;
}

.menu {
    float: right;
    padding-top: 3px;

    margin-right: 28px;
    z-index: 999999;
    margin-bottom: -36px;
}

.menu>li {
    float: left;
    z-index: 999999;
    margin-right: 4px;
}

.menu li a {
    display: block;
    color: #ffffff;
    /* color: #4e515d; */
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    z-index: 999999;
}

.menu li a:hover {
    color: black !important;
}

.menu>li>a {
    position: relative;
    margin-right: 16px;
    padding: 25px 15px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-decoration: none;
    text-transform: uppercase;
    color: #151f48;
    z-index: 999999;
}

.menu>li>a:hover {
    color: #e83e31 !important;
}

/* new added
.glyphicon-chevron-down{
margin-top: 10px;
} */

/* merchant sliders */
#imgslide {
    max-width: 400px;
}

.menu>li:last-child>a {
    margin-right: 0;
}

.menu li.dropdown ul {
    position: absolute;
    top: 100%;
    left: 10px;
    display: none;
    z-index: 999999;
    width: 210px;
    margin-top: -1px;
    border-bottom: none;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    /* text-align: center; */
}

.menu li.dropdown ul ul {
    top: 0;
    left: 100%;
    z-index: 999999;
}

.menu li.dropdown:hover>ul {
    display: block;
    z-index: 999999;
}

.menu li.dropdown ul li a {
    padding: 8px 20px;
    border-bottom: 1px solid #f5f5f5;
    z-index: 999999;
}

#moves1 {
    font-weight: bold;
}

.menu li.dropdown ul li:last-child a {
    border-bottom: none;
}

.menu li.dropdown ul li a:before {
    content: "\e911";
    font-family: "mt-icons";
    font-size: 10px;
    position: relative;
    top: -1px;
    left: -10px;
}

.menu li.megamenu .megamenu-container {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 2000;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
}

.megamenu-container .section {
    float: left;
    width: 25%;
    padding: 20px;
}

.megamenu-container.col-2 .section {
    width: 50%;
}

.megamenu-container.col-3 .section {
    width: 33.33333333%;
}

.megamenu-container.col-4 .section {
    width: 25%;
}

.megamenu-container.col-5 .section {
    width: 20%;
}

.megamenu-container .section>ul {
    margin: -20px;
}

.megamenu-container .section>ul li a {
    padding: 15px 30px;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.megamenu-container .section>ul li a:before {
    content: "\e911";
    font-family: "mt-icons";
    font-size: 10px;
    position: relative;
    top: -1px;
    left: -15px;
}

.megamenu-container .section>ul li:last-child a {
    border-bottom: none;
}

.megamenu-container .section:last-child>ul li a {
    border-right: none;
}

.menu li.megamenu:hover>.megamenu-container {
    display: block;
}

.sf-arrows .sf-with-ul:after {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -21px;
    content: "";
    border: 5px solid transparent;
    border-top-color: #151f48;
}

.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>li.active>.sf-with-ul:after {
    border-top-color: #5e6265;
}

.sf-arrows ul .sf-with-ul:after {
    display: block;
    margin-top: -5px;
    margin-right: 10px;
    border-color: transparent;
    border-left-color: #4e515d;
}

.sf-arrows ul li:hover>.sf-with-ul:after {
    border-left-color: #fff;
}

.menu li a:hover,
.menu li.active>a,
.menu li.sfHover>a {
    text-decoration: none;
    color: #5e6265;
}

.menu ul li>a:hover,
.menu ul li.sfHover>a {
    background-color: #5e6265;
    color: #fff;
}

/***********************************************************************************
*	- MOBILE MENU
***********************************************************************************/


#mobile-menu-button .top_head_k .dropdown_mrchnat_acc .cartbtn {
    width: 100%;
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
    padding: 4px 8px 4px 8px;
    text-transform: none;
    font-weight: 500;
}

#mobile-menu-button .top_head_k li .dropdown_content_acc {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    right: 10px;
    top: 75px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#mobile-menu-button .top_head_k li .dropdown_content_acc a {
    color: #626262;
    padding: 2.5px 16px;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

#mobile-menu-button .top_head_k li .dropdown_content_acc a:hover {
    background-color: #ddd;
    text-decoration: none;
    color: #000 !important;
}

#mobile-menu-button .dropdown_mrchnat_acc:hover .dropdown_content_acc {
    display: block;
}

#mobile-menu-button .top_head_k .dash_fa {
    color: #626262 !important;

}

#mobile-menu-button {
    float: right;
    display: none;
    font-size: 24px;
    line-height: 24px;
    padding: 9px 10px 6px;
    border-radius: 3px;
    margin-top: 39px;
    text-decoration: none;
    background-color: #fffffe;
    color: #e84538;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#mobile-menu-button:hover {
    background-color: #ffffff;
}

#mobile-menu,
#mobile-menu ul {
    list-style: none;
    display: none;
    margin: 0;
}

#mobile-menu {
    border-bottom: 1px solid #fff;
    background-color: #e84538;
    z-index: 999999;
}

#mobile-menu li a {
    display: inline-block;
    /* padding: 10px 20px; */
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}

#mobile-menu li:last-child {
    border-bottom: none;
}

#mobile-menu>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

#mobile-menu li a .dropdown .loginmenu {
    border-bottom: none;
}

#mobile-menu ul a {
    padding-left: 40px;
}

#mobile-menu ul ul a {
    padding-left: 60px;
}

#mobile-menu .megamenu-container {
    display: none;
    margin-left: 0;
    border-top: 1px solid #fff;
}

#mobile-menu .megamenu-container .section {
    float: none;
    width: 100%;
    margin-bottom: -1px;
    padding: 0 20px 20px 20px;
}

#mobile-menu .megamenu-container .section ul {
    display: block;
    margin: 0 -25px -20px;
}

#mobile-menu .megamenu-container .section ul a {
    padding-left: 40px;
    border-top: none;
}

#mobile-menu .megamenu-container .section>ul li a:before {
    display: none;
}

#mobile-menu .megamenu-container .section ul li:last-child a {
    border-bottom: 1px solid #fff;
}

#mobile-menu li.dropdown>a,
#mobile-menu li.megamenu>a {
    position: relative;
}

#mobile-menu li.dropdown>a:after,
#mobile-menu li.megamenu>a:after {
    position: absolute;
    top: 17px;
    right: 25px;
    font-family: "mt-icons";
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
    content: "\e90c";
}

#mobile-menu li.dropdown>a.open:after,
#mobile-menu li.megamenu>a.open:after {
    content: "\e912";
}

/***********************************************************************************
*	- SEARCH
***********************************************************************************/
#search-form {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#search-form-container {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0 20px 0;
    text-align: center;
    background-color: #45bbff;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#209fe8),
            color-stop(#45bbff),
            to(#209fe8));
    background: -o-linear-gradient(#209fe8, #45bbff, #209fe8);
    background: linear-gradient(#209fe8, #45bbff, #209fe8);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#search-form-container.open-search-form {
    z-index: 9999;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}

#search-form #search {
    display: inline-block;
    width: 50%;
    height: 50px;
    padding: 10px 45px 10px 20px;
    margin: 0 auto;
    border-color: #fff;
    background-color: #fff;
}

#search-submit {
    display: inline-block;
    border: none;
    padding: 8px;
    margin-left: -40px;
    margin-bottom: 0;
    vertical-align: middle;
    background: url(../images/search.png) no-repeat center center;
}

#search-form #s:focus {
    border-color: #c1c1c1;
}

#search-form-container a.search-form-close {
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#search-form-container a.search-form-close:hover {
    border-color: #fff;
    background-color: #fff;
    color: #45bbff;
}

/***********************************************************************************
*	- STICKY
***********************************************************************************/

#header-sticky [class^="col-"] {
    position: static;
}

#header-sticky .container {
    position: relative;
}

#header-sticky {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -21px;
    width: 100%;
    z-index: 8000;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}

.header-sticky #logo img {
    display: inline-block;
    -webkit-transition: all 0.3s 0.01s;
    -o-transition: all 0.3s 0.01s;
    transition: all 0.3s 0.01s;
}

.header-sticky .menu {
    /* margin-top: 12px; */
    -webkit-transition: all 0.3s 0.01s;
    -o-transition: all 0.3s 0.01s;
    transition: all 0.3s 0.01s;
}

.header-sticky .menu>li>a {
    padding-bottom: 23px;
    -webkit-transition: all 0.3s 0.01s;
    -o-transition: all 0.3s 0.01s;
    transition: all 0.3s 0.01s;
}

.header-sticky .sf-arrows .sf-with-ul:after {
    margin-top: -9px;
    -webkit-transition: all 0.3s 0.01s;
    -o-transition: all 0.3s 0.01s;
    transition: all 0.3s 0.01s;
}

.header-sticky .sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
}

#header-sticky #search-form-container {
    display: none;
}

/***********************************************************************************
*	+ PAGE CONTENT
***********************************************************************************/
.BaseImage {
    position: relative;
    left: -15%;
    max-width: 140%;
}

.TopImage {
    position: absolute;
    top: 10px;
    max-width: 75%;
    left: 10%;
    z-index: 2;
}

.TopImage1 {
    position: absolute;
    top: 10px;
    max-width: 75%;
    left: 10%;
    z-index: 3;
}

.TopHeading {
    color: #e83e31;
    left: 5.5vw;
    position: absolute;
    top: 55%;
    font-size: 2.5vw;
}

.RideHead {
    font-size: 2.2vw;
}

.SubHead {
    left: 5.5vw;
    position: absolute;
    top: 65%;
    font-size: 1.5vw;
}

.SubHeadRide {
    font-size: 1.3vw;
}

.rwd-line {
    display: block;
    line-height: normal;
}

@media only screen and (max-width: 992px) {
    .TopHeading {
        left: 9.1vw;
        font-size: 4vw;
        top: 50%;
    }

    .SubHead {
        left: 9.1vw;
        font-size: 2.2vw;
        top: 60%;
    }
}

/***********************************************************************************
*	- PAGE HEADER
***********************************************************************************/

#page-header,
#page-header_1 {
    /* margin-bottom: 45px; */
    padding: 40px 0;
    text-align: center;
    /* background:#dadada; */
    /* background : -webkit-linear-gradient(linear, left top, left bottom, from(#dadada), to(#dadada)); */
}

#page-header h4,
#page-header_1 h4 {
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic;
    text-transform: capitalize;
    color: #e53e30;
}

.sty {
    margin-left: -28px;
}

/***********************************************************************************
*	+ FOOTER
***********************************************************************************/

/***********************************************************************************
*	- FOOTER
***********************************************************************************/

#footer {
    /* padding: 50px 0; */
    background-color: #e54033;
    color: white;
    padding-top: 3.8%;
    border-top-left-radius: 85% 44%;
    margin-bottom: -50px;
    -webkit-box-shadow: 0px -13px 0px 0px #ffa8a2;
    box-shadow: 0px -13px 0px 0px #ffa8a2;
    margin-bottom: -50px;
}

#footer a {
    color: white;
}

#footer a:hover {
    color: #45bbff;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #ffffff;
}

#footer .widget:last-child {
    margin-bottom: 0;
}

#footer .widget-title {
    font-size: 18px;
    text-transform: none;
    margin: 15px 0px;
    /* margin-left: 20px; */
}

#footer .widget-recent-posts ul li .post-title {
    font-style: italic;
    color: #fff;
}

#footer .widget-recent-posts ul li .post-details {
    border-bottom: none;
    margin-bottom: 0;
    font-weight: 300;
}

#footer .widget-recent-posts ul li .post-details:after {
    content: "";
    display: block;
    width: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #909090;
}

#footer .widget-recent-posts ul li .post-details,
#footer .widget-recent-posts ul li .post-details a {
    color: #e84538;
}

#footer .widget-recent-posts ul li .read-more {
    color: #909090;
}

#footer .widget-newsletter input[type="email"] {
    border-color: #d1d1d1;
    background-color: transparent;
    color: #d1d1d1;
}

.aligncenter {
    text-align: center;
}

.imgradius4 {
    margin-left: -10px;
    width: 200px;
    height: 90px;
    margin-top: -20px;
}

#riderform {
    height: 650px;
}

.visitorcount {
    -webkit-box-shadow: 0px 0px 3px 3px #e83e31;
    box-shadow: 0px 0px 3px 3px #e83e31;
    background-color: #fff;
    border-radius: 18px;
    z-index: 999999;
    /* margin-left: 1250px; */
    position: fixed;
    /* margin-right:-403px; */
    /* margin-top: 400px; */
    /* overflow: hidden; */
    /* height: 60px;
    width: 90px; */
    overflow: hidden;
    bottom: 36px;
    right: 20px;
}

.div1count {
    height: 50%;
    background-color: #e83e31;
    border-bottom: #e83e31;
    padding-top: 3px;
    text-align: center;
}

.div2count {
    height: 50%;
    color: black;
    text-align: center;
}

.viscountnum {
    font-weight: bold;
}

.viscounthead {
    font-weight: bold;
    color: white;
}

/***********************************************************************************
*	- FOOTER BOTTOM
***********************************************************************************/

#footer-bottom {
    font-size: 13px;
    padding: 15px 0;
    background-color: #111315;
    color: #fff;
}

#footer-bottom a {
    color: #c7c7c7;
}

#footer-bottom a:hover {
    color: #e84538;
}

#footer-bottom h1,
#footer-bottom h2,
#footer-bottom h3,
#footer-bottom h4,
#footer-bottom h5,
#footer-bottom h6 {
    color: #fff;
}

#footer-bottom .widget:last-child {
    margin-bottom: 0;
}

#footer-bottom .widget-pages ul {
    text-align: right;
}

#footer-bottom .widget-pages ul li {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#footer-bottom .widget-pages ul li:before {
    display: none;
}

#footer-bottom .widget-pages ul li:after {
    margin: 0 5px 0 7px;
    content: "|";
}

#footer-bottom .widget-pages ul li:last-child:after {
    display: none;
}

/***********************************************************************************
*	+ PAGES
***********************************************************************************/
/***********************************************************************************
*	- INDEX
***********************************************************************************/

/***********************************************************************************
*	- ABOUT
***********************************************************************************/

.team {
    list-style: none;
    margin-bottom: 50px;
}

.team>li {
    border-bottom: 1px solid #f0f0f0;
}

.team>li:last-child {
    border-bottom: none;
}

.team>li .about-me {
    float: left;
    width: 50%;
    padding: 50px 0;
    margin-bottom: 0;
}

.about-me {
    margin-bottom: 50px;
}

.about-me+.about-me {
    border-left: 1px solid #f0f0f0;
}

.about-me-image,
.about-me-details {
    float: left;
    width: 50%;
}

.about-me-details {
    padding: 30px 30px 0;
}

.about-me-details h4 {
    margin-bottom: 20px;
}

.about-me-details h4 small {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #e84538;
}

.about-me .social-media {
    margin-bottom: 0;
}

.team>li:after,
.about-me:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***********************************************************************************
*	- SERVICES
***********************************************************************************/

/* SERVICE BOX STYLE 1 */
.service-box.style-1 {
    margin-bottom: 50px;
}

.service-box.style-1>i {
    float: left;
    display: block;
    width: 78px;
    height: 78px;
    font-size: 32px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #e84538;
    color: #e84538;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.service-box.style-1>i:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background-color: #e84538;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.service-box.style-1 .service-box-content {
    margin-left: 100px;
}

.service-box.style-1 .service-box-content h4 {
    margin-bottom: 20px;
}

.service-box.style-1:hover>i {
    background-color: #e84538;
    color: #fff;
}

.service-box.style-1:hover>i:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* SERVICE BOX STYLE 2 */
.service-box.style-2 {
    margin-bottom: 50px;
    text-align: center;
}

.service-box.style-2>i {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #ea4b3e;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service-box.style-2 .service-box-content h5 {
    margin-bottom: 15px;
}

.service-box.style-2 .btn {
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}

.service-box.style-2:hover>i {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* SERVICE BOX STYLE 3 */
.service-box.style-3 {
    margin-bottom: 50px;
    visibility: visible;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.service-box.style-3>i {
    position: relative;
    float: left;
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #e75044;
}

.service-box.style-3>i:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(transparent),
            to(rgba(255, 255, 255, 0.7)));
    background: -o-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.7));
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* .service-box.style-3 .service-box-content {
    margin-left: 85px;
} */

.service-box.style-3 .service-box-content h5 {
    padding-top: 12px;
    margin-bottom: 30px;
}

.service-box.style-3:hover>i:after {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/* SERVICE BOX STYLE 4 */
.service-box.style-4 {
    margin-bottom: 50px;
    text-align: center;
}

.service-box.style-4>i {
    display: block;
    width: 78px;
    height: 78px;
    font-size: 32px;
    line-height: 78px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 2px solid #2cacf5;
    color: #2cacf5;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.service-box.style-4>i:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background-color: #2cacf5;
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#SideButton1 {
    background-color: #e83e31;
}

.service-box.style-4 .service-box-content h4 {
    margin-bottom: 20px;
}

.service-box.style-4 .btn {
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}

.service-box.style-4:hover>i {
    background-color: #2cacf5;
    color: #fff;
}

.service-box.style-4:hover>i:after {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}

/* SERVICE BOX STYLE 5 */
.service-box.style-5 {
    text-align: center;
    padding: 75px 20px 10px;
    margin-bottom: 30px;
    border: 2px solid #4e515d;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box.style-5>i {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 42px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box.style-5 a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box.style-5 .service-box-content {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box.style-5 .service-box-content h6 {
    text-transform: uppercase;
}

.service-box.style-5:hover {
    cursor: pointer;
    padding: 45px 20px 40px;
    border-color: #e84538;
    background-color: #e84538;
    color: #fff;
}

.mar {
    margin-left: -65px;
}

.service-box.style-5:hover .service-box-content {
    opacity: 1;
}

.service-box.style-5:hover a {
    color: #fff;
}

/* SERVICES BOX STYLE 6 */
.service-box.style-6 {
    margin-bottom: 50px;
}

.service-box.style-6.icon-right {
    text-align: right;
}

.service-box.style-6>i {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background-color: #e84538;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.service-box.style-6.icon-left>i {
    float: left;
}

.service-box.style-6.icon-right>i {
    float: right;
}

.service-box.style-6.icon-left .service-box-content {
    margin-left: 60px;
}

.service-box.style-6.icon-right .service-box-content {
    margin-right: 60px;
}

.service-box.style-6 .service-box-content h4 {
    padding-top: 7px;
    margin-bottom: 15px;
}

.service-box.style-6:hover>i {
    -webkit-animation: icon-zoom 0.5s linear;
    animation: icon-zoom 0.5s linear;
}

@-webkit-keyframes icon-zoom {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes icon-zoom {
    50% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* SERVICES LIST */
.services-list {
    list-style: none;
    margin-bottom: 50px;
}

.services-list ul {
    margin-left: 0;
}

.services-list>li {
    border-bottom: 1px solid #d7d7d7;
}

.services-list>li:last-child {
    border-bottom: none;
}

.services-list>li .service-box {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding: 50px 30px;
}

.services-list>li .service-box:first-child {
    padding-left: 0;
}

.services-list>li .service-box:last-child {
    padding-right: 0;
}

.services-list>li .service-box+.service-box {
    border-left: 1px solid #d7d7d7;
}

.services-list>li .service-box *:last-child {
    margin-bottom: 0;
}

.services-list>li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***********************************************************************************
*	- PORTFOLIO
***********************************************************************************/

.portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio-item-thumbnail {
    position: relative;
    overflow: hidden;
}

.portfolio-item-thumbnail img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgba(69, 187, 255, 0.78);
    color: #fff;
}

.portfolio-item-hover a {
    color: #fff;
}

.portfolio-item-hover a:hover {
    color: #151f48;
}

.portfolio-item-details {
    text-align: center;
}

.portfolio-item-details h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.portfolio-item-details h4+p {
    font-size: 13px;
    font-style: italic;
}

.portfolio-item-details *:last-child {
    margin-bottom: 0;
}

.portfolio-item-hover .portfolio-item-details {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item-thumbnail+.portfolio-item-details {
    margin: 30px 0;
}

a.zoom-action {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    line-height: 32px;
    text-decoration: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-item:hover .portfolio-item-hover {
    width: 100%;
    height: 100%;
}

.portfolio-item:hover .portfolio-item-hover .portfolio-item-details {
    opacity: 1;
}

.portfolio-item:hover a.zoom-action {
    opacity: 1;
}

.portfolio-item:hover .portfolio-item-thumbnail img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* PORTFOLIO CLASSIC */
.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
    float: left;
    width: 50%;
}

.portfolio-item.portfolio-classic .portfolio-item-details {
    text-align: left;
    float: left;
    width: 50%;
    margin-top: 0;
    padding: 0 50px;
}

.portfolio-item.portfolio-classic .portfolio-item-details h4 {
    text-transform: uppercase;
}

.portfolio-item.portfolio-classic:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/***********************************************************************************
*	- BLOG
***********************************************************************************/

/* BLOG ARTICLE */
.blog-article {
    position: relative;
    margin-bottom: 100px;
}

.blog-article-thumbnail {
    margin-bottom: 30px;
}

.blog-article-date {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    width: 75px;
    padding: 15px 0;
    margin-bottom: 50px;
    text-align: center;
    background-color: #e84538;
    color: #fff;
}

.blog-article-date:after,
.blog-article-date:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 8px solid;
}

.blog-article-date:after {
    border-bottom-color: #2cacf5;
}

.blog-article-date:before {
    bottom: -8px;
    border-bottom-color: #209fe8;
}

.blog-article-date small {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    display: block;
}

.blog-article-thumbnail+.blog-article-date {
    position: absolute;
    top: 0;
    left: 15px;
}

.blog-article>.blog-article-thumbnail+.blog-article-date {
    left: 0;
}

.blog-article-details h4 {
    margin-bottom: 5px;
}

.blog-article-details h4+p {
    font-size: 13px;
    font-weight: 600;
    color: #e84538;
}

/* BLOG ARTICLE AUTHOR */
.blog-article-author {
    margin-bottom: 100px;
}

.blog-article-author-img {
    float: left;
    width: 135px;
    padding: 30px 0;
    margin-bottom: 10px;
    border-radius: 30px 0 0 30px;
    text-align: center;
    background-color: #e84538;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#209fe8),
            color-stop(#2cacf5),
            to(#45bbff));
    background: -o-linear-gradient(left, #209fe8, #2cacf5, #45bbff);
    background: linear-gradient(90deg, #209fe8, #2cacf5, #45bbff);
}

.blog-article-author-img img {
    border-radius: 50%;
}

.blog-article-author h5 {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
    color: #e84538;
}

.blog-article-author-details {
    margin-left: 180px;
    padding-top: 30px;
}

.blog-article-author-details>*:last-child {
    margin-bottom: 0;
}

.blog-article-author:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* BLOG POST COMMENT */
.commentlist-title {
    text-transform: uppercase;
}

.commentlist,
.commentlist ul {
    list-style: none;
}

.commentlist {
    margin: 50px 0 100px;
}

.commentlist li>ul.children {
    margin-left: 90px;
}

.comment-body {
    position: relative;
    padding-left: 125px;
    margin-bottom: 50px;
}

.comment-author .avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.comment-author .fn {
    font-weight: 600;
    color: #151f48;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    margin-bottom: 20px;
}

.comment-metadata a {
    font-style: italic;
    color: #4e515d;
}

.comment-content {
    font-style: italic;
}

.reply a {
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
    padding: 6px 20px 6px 20px;
    border-radius: 20px;
    border: 2px solid #d7d7d7;
    color: #d7d7d7;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.reply a:hover {
    border-color: #45bbff;
    color: #45bbff;
}

/* BLOG POST COMMENT FORM */
.commentform-title {
    text-transform: uppercase;
}

#commentform {
    margin: 50px 0;
}

#commentform input[type="text"],
#commentform input[type="submit"] {
    padding: 10px 30px;
}

/***********************************************************************************
*	- CONTACT
***********************************************************************************/

#contact-form {
    margin: 50px 0;
}

#contact-form label {
    display: block;
}
.error{color: #e04530;font-weight:500;}
#contact-form label.error {
    position: relative;
    top: -10px;
    margin-left: 20px;
}

/***********************************************************************************
*	- SHORTCODES
***********************************************************************************/

.icons-list {
    list-style: none;
}

.icons-list li {
    text-align: center;
    display: inline-block;
    padding: 10px;
    width: 19%;
}

.icons-list li i,
.icons-list li .glyphicon {
    font-size: 20px;
}

.icons-list li .icon-name {
    display: block;
}

/***********************************************************************************
*	+ RESPONSIVE
***********************************************************************************/
/***********************************************************************************
*	- LARGE DISPALY (>1200px)
***********************************************************************************/

#deliver43 {
    margin-left: 40px;
}

@media (min-width: 1200px) {
    .portfolio-item.portfolio-classic .portfolio-item-details {
        padding: 50px;
    }

    .icons-list li {
        width: 14%;
    }
}

/***********************************************************************************
*	- SMALL DISPLAY (TABLETS)
***********************************************************************************/

@media (min-width: 980px) and (max-width: 1100px) {
    #mobile-menu-button {
        display: block;
    }

    #search-form-container {
        position: relative;
        z-index: 1;
        padding: 15px 20px;
        text-align: left;
        border-top: 1px solid #fff;
        background: transparent;
        -webkit-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }

    #search-form {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #search-form #search {
        width: 100%;
        height: 40px;
    }

    #search-submit {
        position: absolute;
        top: 0;
        right: 15px;
    }

    #search-form-container a.search-form-close {
        display: none;
    }

    #header-sticky {
        visibility: hidden;
    }

    .team>li {
        border-bottom: none;
    }

    .team>li .about-me {
        float: none;
        width: 100%;
        border-bottom: 1px solid #d7d7d7;
    }

    .team>li .about-me+.about-me {
        border-left: none;
    }

    .team>li:first-child .about-me:first-child {
        padding-top: 0;
    }

    .team>li:last-child .about-me:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .service-box.style-1>i {
        float: none;
        margin-bottom: 20px;
    }

    .service-box.style-1 .service-box-content {
        margin-left: 0;
    }

    .portfolio-item.portfolio-classic .portfolio-item-details {
        padding: 0 20px;
    }

    .blog-article-author-details {
        margin-left: 160px;
        padding-top: 20px;
    }

    .commentlist li>ul.children {
        margin-left: 30px;
    }

    .icons-list li {
        width: 24%;
    }

    #footer .widget-title {
        margin-bottom: 60px;
    }
}

/***********************************************************************************
*	- EXTRA SMALL DISPLAY (PHONES)
***********************************************************************************/

/*form horizontal add*/
.form-horizontal {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 2px 2px #cecece;
    box-shadow: 0px 0px 2px 2px #cecece;
    padding: 10px 30px;
    max-width: calc(100vw - 40px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.form-horizontal input {
    margin: 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
}

/* !--form horizontal add*/

/*form custom add*/

.form-custom {
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 2px 2px #cecece;
    box-shadow: 0px 0px 2px 2px #cecece;
    padding: 10px 30px;
    max-width: calc(100vw - 40px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.form-custom h2 {
    margin: 5px 0;
    padding-bottom: 5px;
    font-size: 22px;
}

.form-custom input {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #bebed2;
    margin-bottom: 0px;
}

.form-custom2 input {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #bebed2;
    margin-bottom: 0px;
}

.form-custom2 input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.form-custom input:focus {
    border-bottom: 2px solid #78788c;
}

.form-custom p:before {
    content: attr(type);
    display: block;
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a;
}

.form-custom button:hover {
    background: #78788c;
    color: #fff;
}

.form-custom div {
    /* content: 'Hi'; */
    /* bottom: -15px; */
    /* right: -20px; */
    /* background: #50505a; */
    color: #c7c7c7;
    /* width: 320px; */
    /* padding: 16px 4px 16px 0; */
    /* border-radius: 6px; */
    /* font-size: 13px; */
    /* box-shadow: 10px 10px 40px -14px #000;*/
}

.list li {
    display: inline-block;
    margin: 5px;
    text-align: center;
}

.list-dt li {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    text-align: center;
}

.list-dt input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 1px #cccccc;
    box-shadow: 0px 0px 2px 1px #cccccc;
    padding: 5px;
    margin: 5px;
    text-align: center;
}

.st3 {
    display: inline;
}

.st4 {
    fill: none;
    stroke: #666666;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st5 {
    fill: #666666;
}

.st6 {
    font-family: "ProximaNova-Regular";
}

.st7 {
    font-size: 25px;
}

.st15 {
    fill: #e83e31;
}

.st18 {
    fill: #ffffff;
}

.st19 {
    display: inline;
    fill: #e83e31;
}

.st20 {
    fill: #f2f2f2;
}

.st23 {
    display: inline;
    fill: none;
    stroke: #f2f2f2;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.st26 {
    fill: #e6e6e6;
}

.st27 {
    fill: none;
    stroke: #999999;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 12;
}

.st28 {
    fill: none;
    stroke: #e83e31;
    stroke-miterlimit: 10;
}

tspan {
    fill: #e84538;
}

.text1 {
    opacity: 0;
    -webkit-animation: fadeIn 0.75s linear forwards;
    animation: fadeIn 0.75s linear forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.circle1 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: stroke 2s ease-out forwards;
    animation: stroke 2s ease-out forwards;
}

@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    counter-reset: progress;
}

.StepProgress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 10px;
    height: 100%;
    border-left: none;
    outline: 2px solid #e6e6e6;
}

.right {
    float: right;
}

.StepProgress-item {
    position: relative;
    counter-increment: progress;
}

.StepProgress-item input {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 0px;
}

.StepProgress-item input:focus {
    outline: none;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -45px;
    width: 25px;
    height: 25px;
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    background-color: #fff;
    /*	content: counters(progress,".") " ";*/
    color: #777;
}

.StepProgress-item:last-child::after {
    bottom: 0;
}

.StepProgress strong {
    display: block;
}

/* -- quantity box -- */

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 1px #cccccc;
    box-shadow: 0px 0px 2px 1px #cccccc;
}

.small,
.medium,
.large,
.xl {
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 1px #cccccc;
    box-shadow: 0px 0px 2px 1px #cccccc;
    width: 90px;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 0px 7px;
    border: 1px solid #f3f4f5;
    cursor: pointer;
    background: #f3f4f5;
    color: #ff5200;
    font-size: 15px;
    font-weight: 800;
    width: auto;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.has-success .form-control-feedback {
    color: #ea5045;
    font-size: 24px;
}

.form-custom2 input[type="checkbox"]:checked::before {
    border-color: #ea5045;
    background-color: #ea5045;
}

.pro-nav {
    text-align: right;
}

.pro-nav-ls {
    border: 1px solid;
    padding: 5px;
    display: inline-block;
}

/**/

form {
    margin: 2em 0;
}

.field-pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}

label,
input {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.form-custom input {
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

.form-custom input:focus {
    outline: 0;
    border-bottom: 1px solid #666;
}

.form-custom label {
    text-transform: uppercase;
}

/**
* Translate down and scale the label up to cover the placeholder.
*/

.form-custom input:-moz-placeholder-shown+label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
    font-size: 12px;
}

.form-custom input:-ms-input-placeholder+label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -ms-transform: translate(0, 2.125rem) scale(1.5);
    transform: translate(0, 2.125rem) scale(1.5);
    font-size: 12px;
}

.form-custom input:placeholder-shown+label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 2.125rem) scale(1.5);
    -ms-transform: translate(0, 2.125rem) scale(1.5);
    transform: translate(0, 2.125rem) scale(1.5);
    font-size: 12px;
}

/**
* By default, the placeholder should be transparent. Also, it should
* inherit the transition.
*/
::-webkit-input-placeholder {
    /* opacity: 0; */
    -webkit-transition: inherit;
    transition: inherit;
}

/**
* Show the placeholder when the input is focused.
*/
input:focus::-webkit-input-placeholder {
    opacity: 1;
}

/**
* When the element is focused, remove the label transform.
*/
input:not(:-moz-placeholder-shown)+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

input:not(:-ms-input-placeholder)+label {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

input:not(:placeholder-shown)+label,
input:focus+label {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

/* shop page css */

.banner .med-caption {
    font-size: 2.5em;
}

.box-title {
    margin-bottom: 0;
    line-height: 1em;
}

.box-title small {
    font-size: 10px;
    color: #838383;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}

button,
input[type="button"].button,
a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
}

button.btn-small,
input[type="button"].button.btn-small,
a.button.btn-small {
    height: 28px;
    padding: 0 24px;
    line-height: 28px;
    font-size: 0.9167em;
}

a.button {
    display: inline-block;
    background: #d9d9d9;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
}

a.button:hover {
    background: #98ce44;
}

button.yellow,
a.button.yellow,
input[type="button"].button.yellow {
    background: #f0715f;
}

button.yellow:hover,
a.button.yellow:hover,
input[type="button"].button.yellow:hover {
    background: #f0715f;
}

.five-stars-container {
    display: inline-block;
    position: relative;
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    text-align: left;
    cursor: default;
    white-space: nowrap;
    line-height: 1.2em;
    color: #dbdbdb;
}

.five-stars-container .five-stars,
.five-stars-container.editable-rating .ui-slider-range {
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding-left: 1px;
}

.five-stars-container .five-stars:before,
.five-stars-container.editable-rating .ui-slider-range:before {
    content: "\e006\e006\e006\e006\e006";
    color: #ef715f;
}

.five-stars-container:before {
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    content: "\e006\e006\e006\e006\e006";
    z-index: 0;
}

.price {
    color: #7db921;
    font-size: 1.6667em;
    text-transform: uppercase;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
}

.price small {
    display: block;
    color: #838383;
    font-size: 0.5em;
}

.price-wrapper {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.8333em;
    color: inherit;
    line-height: 1.3333em;
    margin: 0;
}

/* .item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.1);
} */
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.headCarousel {
    width: 100% !important;
}

/* .headCarousel img{
    height: 800px;
} */
#myCarousel {
    width: 50%;
    /* margin-left: 140px; */
}

#myCarousel3 {
    width: 50%;
    /* margin-left: 140px; */
}

.cid {
    margin-left: 140px;
}

.c2 {
    margin-left: -50%;
}

/* #assi{
    margin-left: -130px;
} */
.image-carousel.style2 .slides>li {
    margin-right: 30px;
}

.image-box .box>.details,
.image-box.box>.details {
    padding: 12px 15px;
}

.listing-style1.hotel .feedback {
    margin: 5px 0;
    border-top: 1px solid #f5f5f5;
    padding-top: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.listing-style1.hotel .feedback .review {
    display: block;
    float: right;
    text-transform: uppercase;
    font-size: 0.8333em;
    color: #9e9e9e;
}

.listing-style1.hotel .action .button:last-child {
    float: right;
}

.box {
    border: 1px solid #cccccc;
}

/* .privacy_1 li {
    padding-left: 14px;
} */
.privacy-heading {
    color: #e82026;
    font-family: 'Roboto', sans-serif;
}

.privacy-policy ul,
.privacy-policy ol {
    padding-left: 24px;
}

.privacy-policy mark {
    background-color: yellow;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1286px) {
    .glogofooter {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1258px) {
    .frm {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1258px) {
    .frm {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1025px) {

    /* .privacy,
    .privacy1 {
        margin-left: 20px;
    } */
}

@media screen and (max-width: 1218px) {
    .frm {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1024px) {
    #moves1 {
        margin-left: 50px;
    }
}

@media screen and (min-width: 1015px) {
    #moves1 {
        margin-left: 50px;
    }
}

/* copyright text */
/* @media screen and (max-width: 768px)
{
#moves1
{
margin-top:10px;
text-align: center;
}
} */
/* menu text */

/* @media screen and (max-width: 768px)
{
#moving1
{
padding-left:px;
}
} */
.fontnew {
    font-size: 29px !important;
}

/* dropdown for about us link in header  */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    padding: 5px 5px 5px 5px;
}

/* .dropdown-content a:hover {
    background-color: #ddd;
} */

.dropdown:hover .dropdown-content {
    display: block;
}

/* our teammembers */
.box-shadow {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    width: 80%;
}

.imgradius {
    border-radius: 50%;
    height: 120px;
    margin-left: 90px;
    padding-top: 5px;
    width: 100px;
}

.box-shadow:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.space {
    margin-top: 40px;
}

.card-text1 {
    font-weight: 600;
}

/* merchant onboard */
input[type="file"]::-webkit-file-upload-button {
    padding: 0px 7px;
    background-color: #fff;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 30px;
    font-size: 12px;
    border-width: 0px 0px;
    color: #e83e31;
    /* font-weight: 600; */
    border: 1px solid #e83e31;
    outline: none;
    float: right;
    -webkit-box-shadow: 0px 0px 3px 2px lightgrey;
    box-shadow: 0px 0px 3px 2px lightgrey;
}

input[type="file"] {
    border: 0 !important;
    outline: none !important;
}

input[type="file"]::-webkit-file-upload-button {
    border: none !important;
    outline: none !important;
    -webkit-transition: 1s;
    transition: 1s;
}

input[type="file"]::file-selector-button {
    border: none !important;
    outline: none !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

input[type="file"]::-webkit-file-selector-button {
    border: none !important;
    outline: none !important;
    -webkit-transition: 1s;
    transition: 1s;
}

.imgradius1 {
    margin-left: -30px;
    margin-top: -140px;
    /* height: 550px; */
    z-index: -999999;
    max-width: 1000px;
}

.imgradius11 {
    margin-left: -30px;
    margin-top: -140px;
    /* height: 550px; */
    z-index: -999999;
    max-width: 1000px;
}

.imgradius12 {
    margin-left: -30px;
    margin-top: -140px;
    /* height: 550px; */
    z-index: -999999;
    max-width: 1000px;
}

.imgradius2 {
    height: 265px;
    width: 500px;
    margin-top: -480px;
    margin-left: 40px;
}

.imgradius21 {
    height: 265px;
    width: 500px;
    margin-top: -480px;
    margin-left: 40px;
}

.imgradius3 {
    height: 150px;
    width: 260px;
    margin-top: -240px;
    margin-left: 100px;
}

.imgradius13 {
    margin-left: -30px;
    margin-top: -140px;
    /* height: 550px; */
    z-index: -999999;
    max-width: 1000px;
}

.imgradius23 {
    height: 265px;
    width: 500px;
    margin-top: -450px;
    margin-left: 30px;
}

.imgradius33 {
    height: 150px;
    width: 260px;
    margin-top: -240px;
    margin-left: 100px;
}

.deliver {
    color: #e83e31;
    font-size: 27px;
    margin-left: 40px;
}

.deliver11 {
    color: #e83e31;
    font-size: 27px;
    margin-left: 40px;
}

.deliver1 {
    font-size: 17px;
    margin-left: 40px;
    color: #000;
}

.deliverm {
    font-size: 17px;
    margin-left: 40px;
    color: #000;
}

.deliver13 {
    font-size: 17px;
    margin-left: 40px;
    color: #000;
}

.floating {
    margin-top: 20px;
    margin-left: 20px;
    width: 400px;
    border-radius: 8px;
}

.box-shadow1 {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1000;
    background-color: #fff;
    height: 490px;
}

.floating1 {
    width: 200px;
    border-radius: 8px;
    z-index: 1000;
    display: block;
}

.floating2 {
    margin-top: 100px;
    width: 600px;
    border-radius: 8px;
    z-index: 1000;
}

.c23 {
    margin-left: -150px;
}

#floating2 {
    margin-top: -100px;
    width: 600px;
    border-radius: 8px;
    z-index: 1000;
    margin-left: -10px;
    z-index: 1000;
}

#merchantbox1 {
    margin-top: 80px;
}

.CVbtn {
    background-color: transparent !important;
    /* White background for old browsers */
    /* background-color: rgb(230, 224, 224); */
    margin-top: -10px;
    color: #000000;
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.CVbtn:hover {
    color: #e83e31 !important;
}

.CVbtn input[type="file"] {
    border-radius: 10px;
    margin-left: 5px;
}

.box-shadow2 {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
    padding-top: 5px;
    border-radius: 8px;
    z-index: 1000;
    background-color: #fff;
}

#bshadow2 {
    height: 200px;
    width: 250px;
}

#clockk {
    margin-left: 75px;
}

.box-shadow3 {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1000;
    background-color: #fff;
    height: 440px;
}

.texted {
    float: left;
    margin-left: 10px;
    color: #000;
}

.texted1 {
    float: left;
    color: #000;
    font-weight: bold;
    /* margin-top:px; */
    font-size: 13px;
    margin-left: 13px;
}

.form-check-label,
.form-check-input {
    float: left;
}

.texted2 {
    float: left;
    color: #000;
    margin-top: -20px;
    font-size: 10px;
    margin-left: 13px;
    font-weight: 600;
    text-align: justify;
}

.InputFile {
    width: 90px;
}

.MerchantSubHead {
    text-align: center;
    padding: 4px;
    font-weight: 500;
}

#ParallaxStyle {
    background-position: 50% 27px;
}

#OwlID {
    opacity: 1;
    display: block;
}

.texted4 {
    float: left;
    margin-left: 10px;
    margin-bottom: 0px;
    font-weight: 700;
}

.OwlWrapper {
    width: 3330px;
    left: 0px;
    display: block;
    -webkit-transition: all 0ms ease 0s;
    -o-transition: all 0ms ease 0s;
    transition: all 0ms ease 0s;
    -webkit-transform: translate3d(-550px, 0px, 0px);
    transform: translate3d(-550px, 0px, 0px);
    -webkit-transform-origin: 1387.5px center;
    -ms-transform-origin: 1387.5px center;
    transform-origin: 1387.5px center;
    -webkit-perspective-origin: 1387.5px center;
    perspective-origin: 1387.5px center;
}

.OwlItem {
    width: 555px;
}

#MissionImage {
    visibility: visible;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/* .uppers{
    margin-top: -10px; */
.texted3 {
    margin-left: -17px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}

#tex {
    text-align: left;
    margin-left: -15px;
}

.upper {
    margin-bottom: -30px;
}

/* .input{
    border-bottom: 0px;
} */
.inputss {
    background: transparent;
    border: none;
    outline: none;
    height: 1px;
    border-top: 0 !important;
    width: 90%;
    margin-bottom: -20px;
}

.spacings {
    margin-top: 5px;
}

.inputsss {
    border-bottom: 1px solid lightgrey;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.shifts {
    margin-right: -20px;
}

.completed {
    border: 1px solid #e83e31;
    border-radius: 30px;
    padding: 0px 7px;
    color: #e83e31;
    -webkit-box-shadow: 0px 0px 3px 2px lightgrey;
    box-shadow: 0px 0px 3px 2px lightgrey;
    background-color: #fff;
    font-weight: 600;
    float: right;
}

.spacing {
    margin-bottom: -10px;
}

.para {
    color: #000;
}

#p {
    margin-left: 25px;
    /* margin-top: -180px; */
}

@media only screen and (max-width: 1167px) {
    #p {
        margin-top: -80px;
    }
}

@media only screen and (max-width: 1069px) {
    #p {
        margin-top: -160px;
    }
}

.GubMerchantText {
    margin-left: 15px;
}

#p2 {
    margin-left: 10px;
}

#p23 {
    margin-left: 15px;
    /* margin-top: 50px; */
}

#assi {
    font-weight: bold;
    margin-left: 400px;
}

#assis {
    font-weight: bold;
    margin-left: 280px;
}

.allign {
    margin-left: 115px;
}

.par {
    padding-left: 1px;
    padding: 4px;
    font-weight: 500;
}

.h6 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #e83e31;
    font-size: 14px;
    line-height: 24px;
}

/* .p{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
 } */
.h1 {
    font-family: inherit;
}

.h5 {
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
}

/* #sliderfontP{
     font-weight: bold;
 } */
.para1 {
    color: #000;
    font-weight: 700;
    text-align: center;
}

.para2 {
    margin-bottom: -10px;
}

.fa-quote-left,
.fa-quote-right {
    color: #000;
}

#cardimage {
    /* margin-left:-8px;
     margin-top: -25px; */
    margin-left: -8px;
    margin-top: -5px;
    -webkit-box-shadow: 0px 0px 5px #323232;
    box-shadow: 0px 0px 5px #323232;
    outline: 0 !important;
    border: none !important;
    color: #e83e31;
}

.imgradius6 {
    float: right;
    height: 400px;
    margin-top: -20px;
    z-index: -999999;
}

.imgradius7 {
    margin-bottom: -200px;
    margin-left: -100px;
    z-index: -999999;
    overflow: hidden;
}

.imgradiuss7 {
    margin-left: -100px;
    z-index: -999999;
    overflow: hidden;
}

.hiddens {
    display: none;
}

/* css kaif new  start */
.category-home-k .row_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.category-home-k .delivery_system {
    text-align: center;
    margin: 8px 0px;
}

.category-home-k .delivery_system span {
    background-color: #0468BE;
    color: white;
    display: inline-block;
    border: 2px solid #ffae00c7;
    border-radius: 22px;
    padding: 10px 16px;
    font-weight: 500;
    /* font-family: 'Merienda One', cursive; */
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

.category-home-k .delivery_system .explore {
    background-color: #0CB1F2;
}

.category-home-k .delivery_system .explore_1 {
    background-color: #23B99A;
}

/* .pick_h h2 {
    color: #e82026;
    text-align: center;
    font-size: 40px;
    position: relative;
} */
.image_banner {
    margin: 15px -15px 0px -15px;
}

.happy-customer {
    background-color: #fff9e7;
    margin: 35px -18px 0px -18px;
}

.happy-customer .head_er h3 {
    background-color: #EE978D;
    text-align: center;
    padding: 15px 0px;
    color: white;
    /* font-family: 'Merienda One', cursive; */
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.home_content{padding: 1rem 0;}
.home_content .item {
    position: relative;
}
.home_content .item{
    padding: 0 0.85rem;
}
.home_content .card{border:1px solid rgb(227 227 227);min-height: 180px;border-radius: 0.85rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.home_content .card .feedback_para{
    padding: 0.85rem;
}
.title-section{font-size: 2rem;padding: .85rem 0;color: #e83e31;font-weight:bold;}
.partner-slider .brands-img{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;border-radius: 0.55rem;text-align: center;
border: 1px solid rgb(212, 212, 212);}
.partner-slider .brands-img img{border-radius: .55rem;margin:0 auto;}
.download-mobile-section{background-image: linear-gradient(94deg, rgba(255,180,185,1) 100%, rgba(255,237,211,1) 100%);}
.download-mobile-section h3,
.download-mobile-section .image{
    padding-left: 12px;
}
.download-mobile-section h3{margin-bottom: 40px;font-size: 3rem;color: #e83e31;}
.download-mobile-section .image img{margin: 20px auto;}
.download-mobile-section .image1 img{margin-left: auto;}
.partner-slider .slick-prev i{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
    font-size: 2rem;
}
.partner-slider .slick-next i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    font-size: 2rem;
}
#bannerSlider .owl-prev, #bannerSlider .owl-next{
    display: none;
}
.mpick {
    margin-top: 100px;
}

.mt-70 {
    margin-top: 70px;
}

.dropdown_mrchnat_acc.nv_dash_m.acc_cart {
    top: 20px;
}

.top_header_k_cont-after {
    display: none;
}

/* css kaif new end */
/* Responsiveness of merchant onboard */

@media only screen and (max-width: 1252px) {
    .frmm {
        width: 320px;
    }

    .form-check-label,
    .form-check-input {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1109px) {

    .form-check-label,
    .form-check-input {
        font-size: 9px;
    }
}

@media only screen and (max-width: 1100px) {
    #mobile-menu {
        text-align: center;
    }

    #mobile-menu li {
        margin-bottom: -15px;
    }
}

@media only screen and (max-width: 1080px) {

    .form-check-label,
    .form-check-input {
        font-size: 8px;
    }
}

@media only screen and (max-width: 1110px) {
    .frmm {
        margin-left: -10px;
    }

    .allign2 {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1100px) {
    .bullet-list {
        margin-top: -50px;
    }

    #footer .imgradius4 {
        margin-left: -25px;
    }

    #footer #moves {
        margin-top: 22px;
    }
}

@media only screen and (max-width: 1081px) {
    .frmm {
        margin-left: -60px;
    }

    .texted3 {
        font-size: 12px;
    }

    #moves {
        max-width: 130px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .frmm {
        margin-left: 30px;
        width: 350px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media only screen and (max-width: 412px) {
    .frmm {
        margin-left: 10px;
    }

    .applestore {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1080px) {
    .texted3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1053px) {
    #moves {
        max-width: 130px;
        /* padding-left: 20px; */
        margin-left: 20px;
        /* margin-top: 70px; */
    }
}

@media screen and (max-width: 991px) {
    #p {
        margin-top: 50px;
    }

    .glogofooter {
        margin-left: -20px;
        margin-top: 20px;
    }

    .imgradius12 {
        max-width: 800px;
    }

    .imgradius13 {
        max-width: 800px;
    }

    .imgradius23 {
        margin-top: -480px;
        height: 250px;
    }

    #p23 {
        margin-top: 95px;
    }

    /* .price-plan{
        margin-left: 150px;
    } */
    .GubMerchantText {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1326px) {
    .allign2 {
        font-size: 11px;
        margin-left: -50px;
    }
}

@media screen and (max-width: 884px) {
    .allign2 {
        font-size: 10px;
        margin-left: 130px;
    }
}

/* @media screen and (max-width: 992px)
 {.floating{
 margin-top:70px;
 }
 } */
@media screen and (max-width: 992px) {
    .imgradius1 {
        max-width: 900px;
    }

    .imgradius11 {
        max-width: 900px;
    }

    .imgradius2 {
        margin-top: -490px;
    }

    /* .floating{
        margin-top:160px;
    } */
}

@media screen and (max-width: 895px) {
    .imgradius1 {
        max-width: 800px;
    }

    .imgradius11 {
        max-width: 800px;
    }
}

@media only screen and (max-width: 795px) {
    .imgradius12 {
        max-width: 600px;
    }

    .imgradius2 {
        width: 280px;
        height: 190px;
        margin-top: -370px;
        margin-left: 11px;
    }

    .imgradius1 {
        max-width: 700px;
    }

    .deliver1 {
        font-size: 14px;
    }

    .deliver {
        font-size: 20px;
    }

    .imgradius3 {
        width: 170px;
        height: 130px;
        margin-top: -156px;
        margin-left: 50px;
    }

    .deliver1 {
        font-size: 11.5px;
        line-height: 1em;
        margin-left: 11px;
    }

    .deliver {
        margin-left: 11px;
    }

    .sty {
        margin-top: -800px;
    }
}

@media(max-width: 468px) {
    .category-home-k .delivery_system span {
        font-size: 14px;
        padding: 8px 14px;
    }
}

@media screen and (max-width: 768px) {

    .image_banner {
        margin-top: 14px;
    }
}


/* side nav css*/
#mySidenav a {
    /* font-family: "Open Sans", Arial, sans-serif; */
    font-family: "Roboto", sans-serif;
    z-index: 9999;
    position: fixed;
    right: -130px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 15px;
    width: 150px;
    text-decoration: none;
    /* font-size: 20px; */
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
}

#mySidenav a:hover {
    right: 0;
}

#about {
    top: 120px;
    background-color: #e04530;
}

#blog {
    top: 230px;
    background-color: #e04530;
}

/* side nav css */

@media only screen and (max-width: 695px) {
    /* .imgradius1{
 max-width: 550px;
 }
 .imgradius11{
    max-width: 480px;
    }
 .imgradius21{
     width:200px;
     height:150px;
     margin-left:30px;
     margin-top:500px;
 } */
    /* .imgradius2{
    width:200px;
    height:230px;
    margin-left:30px;
    margin-top:400px;
} */

}

.indexcontent {
    /* font-family: "DM Serif Text", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-align: center;
}

@media only screen and (max-width: 797px) {
    .service-box-content>h3 {
        font-size: 17px;
    }

    .indexcontent {
        font-size: 13px;
    }

    .service-box.style-3>i {
        margin-left: 20px;
    }
}


.WhoContent {
    font-weight: 600;
    font-size: 15px;
    text-align: justify;
    color: black;
}

.ourmission {
    font-weight: 600;
    font-size: 15px;
    text-align: justify;
}

.privacy {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 8px 0px;
}

.privacy a {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.privacy1 {
    /* text-align: left; */
    font-family: 'Roboto', sans-serif;
}
.delivey-service h1{
    display: none;
}
.ouraim {
    font-weight: 600;
    font-size: 15px;
    text-align: justify;
}
@media only screen and (max-width: 779px) {
    .aboutheadingpara {
        font-size: 15px;
    }

    .WhoAreWe {
        font-size: 38px;
    }

    .WhoContent {
        font-size: 13px;
    }

    .foundermsg {
        font-size: 15px;
    }

    .service-box.style-3>i {
        margin-left: 20px;
    }

    .commonh4heading {
        font-size: 17px;
    }

    .ourmission {
        font-size: 13px;
        /* margin-left: 20px; */
    }

    /* .privacy {
        margin-left: 20px;
    } */

    /* .privacy1 {
        margin-left: 20px;
        font-size: 20px;
    } */

    .ouraim {
        font-size: 13px;
    }
}

/*
 .WhoContent{
    font-weight: 600; font-size:15px; text-align:justify;
 }
 .ourmission{
    font-weight: 600; font-size:15px; text-align:justify;
 }
 .ouraim{
    font-weight: 600; font-size:15px; text-align:justify;
} */
@media only screen and (max-width: 779px) {
    .aboutheadingpara {
        font-size: 15px;
    }

    .WhoAreWe {
        font-size: 38px;
    }

    .WhoContent {
        font-size: 13px;
    }

    .foundermsg {
        font-size: 15px;
    }

    .service-box.style-3>i {
        margin-left: 20px;
    }

    .commonh4heading {
        font-size: 17px;
    }

    /* .privacy {
        margin-left: 20px;
    } */

    /* .privacy1 {
        margin-left: 20px;
    } */

    .ouraim {
        font-size: 13px;
    }
}

@media only screen and (max-width: 408px) {
    #fclm3 {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

/* @media only screen and (max-width: 515px){
    .WhoAreWe{
        margin-left: -30px;
    }
} */
@media only screen and (max-width: 359px) {
    .WhoAreWe {
        font-size: 30px;
    }
}

@media only screen and (max-width: 297px) {
    .WhoAreWe {
        font-size: 25px;
    }
}

@media only screen and (max-width: 756px) {
    .tackletext {
        font-size: 25px;
    }
}

/* @media only screen and (max-width: 506px){
    .service-box.style-2{
        padding-left: 20px;
    }
 } */
@media only screen and (max-width: 737px) {
    .aboutheadingpara {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 700px) {

    /* .ourmission{
        margin-left:50px;
    } */
    /* .privacy {
        margin-left: 50px;
    }

    .privacy1 {
        margin-left: 50px;
    } */
}

@media only screen and (max-width: 449px) {
    .tackletext {
        font-size: 20px;
    }
}

@media only screen and (max-width: 597px) {

    /* .imgradius2{
     width:180px;
     height:190px;
     margin-left:30px;
     margin-top:480px;
 } */
    /* .imgradius1{
    max-width: 500px;
    }
    .imgradius11{
        max-width: 500px;
        }

       .deliverm{
        font-size:12px;
        margin-top:-18px;
    } */
    #subheading {
        font-size: 15px;
        line-height: 1em;
    }

    .hiddens {
        display: block;
    }
}

@media screen and (max-width: 622px) {
    .floating2 {
        width: 200px;
        margin-left: 15px;
    }

    .clck {
        margin-left: -210px;
    }

    #c22 {
        margin-left: -198px;
    }

    .allign {
        margin-top: 100px;
        margin-left: -100px;
        font-size: 11px;
    }

    #assi {
        margin-left: 60px;
        font-size: 11px;
    }
}

@media screen and (max-width: 622px) and (min-width: 622px) {
    assi:nth-child(2):after {
        content: "";
        display: block;
        height: 3em;
    }
}

@media only screen and (max-width: 468px) {
    .imgradius1 {
        max-width: 380px;
    }

    .imgradius11 {
        max-width: 420px;
    }

    .floating {
        margin-left: -10px;
    }

    .imgradius2 {
        width: 200px;
        height: 150px;
        margin-left: 40px;
        margin-top: 540px;
    }

    .imgradius21 {
        width: 200px;
        height: 150px;
        margin-left: 40px;
        margin-top: 540px;
    }

    .deliver {
        font-size: 13px;
        /* margin-left:6px; */
        margin-top: -5px;
    }

    .deliver11 {
        font-size: 13px;
        /* margin-left:6px; */
        margin-top: -5px;
    }

    .deliver1 {
        font-size: 11px;
        /* margin-left:6px; */
        margin-top: -18px;
    }

    .deliverm {
        font-size: 11px;
        /* margin-left:6px; */
        margin-top: -18px;
    }

    .hiddens {
        display: block;
    }
}

@media only screen and (max-width: 460px) {
    .imgradius2 {
        height: 150px;
    }

    .deliver1 {
        /* margin-left:-7px; */
        font-size: 10px;
    }

    .deliverm {
        /* margin-left:-7px; */
        font-size: 10px;
    }
}

@media screen and (max-width: 540px) {
    #mobile-menu-button {
        top: -7px;
    }

    #myCarousel {
        margin-left: 22px;
    }

    #myCarousel3 {
        margin-left: 22px;
    }

    /* .frmm{
        margin-top: -80px;
    } */
}

@media screen and (max-width: 450px) {
    #logo1 {
        margin-left: 120px;
    }
}

@media screen and (max-width: 420px) {
    .imgradius1 {
        max-width: 300px;
    }

    .imgradius11 {
        max-width: 340px;
    }

    .imgradius21 {
        max-width: 200px;
        margin-top: 600px;
        height: 90px;
    }

    .deliverm {
        line-height: 2em;
        font-size: 9.7px;
    }
}

@media only screen and (max-width: 379px) {
    .merchmail {
        font-size: 10px;
        margin-top: -60px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 281px) {
    .merchmail {
        font-size: 8px;
    }
}

@media only screen and (max-width: 360px) {
    .aboutHead {
        font-size: 15px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 348px) {
    #fclm1 {
        margin-left: -70px;
    }
}


.frmm input[type="file"] {
    float: right !important;
}

/************ new @media query ***************/
@media only screen and (max-width: 1120px) {

    .top_head_k #mloginbtnn {
        margin-top: 11px !important;
    }
}

/******** 1120k ********/

@media only screen and (max-width: 920px) {
    .dropdown_mrchnat_acc {
        right: -70%;
    }

    .IOSModel {
        max-width: 50rem;
        margin-left: auto;
        margin-right: auto;
    }

    .dropdown_mrchnat_acc {

        right: -22%;
        top: -27px;

    }

    .acc_cart {
        top: -54px !important;
        right: 0% !important;
    }

    .dropdown_mrchnat_acc .cartbtn {
        font-size: 8px;
    }

    .bikeimage,
    .bikeimage1 {
        display: none;
    }

    .categoryimage {
        /* padding-left: 15px; */
        padding-top: 5px;
        opacity: 0.8;
    }

    .imgradius2 {
        width: 250px;
        height: 150px;
        margin-left: 30px;
        margin-top: -350px;
    }

    .imgradius3 {
        width: 150px;
        height: 100px;
        margin-top: -128px;
        margin-left: 65px;
    }

    .imgradius21 {
        width: 250px;
        height: 300px;
        margin-left: 10px;
        margin-top: 300px;
    }

    #logo1 {
        margin-left: 40%;
        margin-top: -70px;
        max-width: 180px;
    }

    #gub {
        /* max-width: 120px; */
        margin-left: -15px;
    }

    #getInTouch2 {
        padding-left: 60px;
    }

    .lgo {
        margin-left: -22px;
    }

    #gub {
        margin-left: -15px;
        padding: 30px 0 0px 38px;
    }

    .top_head_k #mloginbtnn {
        margin-top: 5px !important;
    }

    .review-images {
        width: auto;
        transform: translate(-33%, 8%);
        height: 482px;
    }

    .reviews-desktop-screen {
        display: none;
    }

    .reviews-mobile-screen {
        display: block;
    }

    .customer-satisfaction-text {
        margin-top: 50px;
        font-size: 7vw;
    }

    .priceless-text-2 {
        font-size: 8vw;
    }

    .happy-customers {
        font-size: 10vw;
    }

    .reviews-mobile-screen .slick-list {
        height: 110px;
    }

    .cutomer_txt h3 {
        font-size: 10vw;
    }

    .cutomer_txt p {
        font-size: 8vw;
    }

    .cutomer_txt span {
        font-size: 8vw;
        margin-left: 0;
    }

    .banner-bg-k {
        background-position: 99% 72%;
    }

    .mt-70 {
        margin-top: 52px;
    }

    .animation_offer h2 {
        font-size: 18px;
    }

    .pick_h h2 {
        top: 0px;
    }

    .service-box.style-3>i {
        padding-left: 10px;
    }

    .service-box.style-3>i {
        margin-left: 25px;
    }

    /* .ourmission{
        margin-left: 30px;
        padding-right: 15px;
    } */
    /* .privacy {
        margin-left: 30px;
        padding-right: 15px;
    } */

    /* .privacy1 {
        margin-left: 30px;
        padding-right: 15px;
    } */

    .ourAimheading,
    .ouraim {
        margin-left: 30px;
    }

    .imagecategorytext h1 {
        font-size: 30px;
        /* margin-bottom: -40px; */
    }

    .testimonial h2,
    .whyGubtext {
        font-size: 30px !important;
    }

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

    .tackle-text-container span:last-of-type {
        display: block;
    }

    .app-download-phone {
        height: 250px;
        width: 150px;
    }

    .col2-margintop-tablet-case {
        margin-top: -70px;
    }

    .imagecategoryrow-container {
        margin-top: 10px;
    }

    .certificate-width {
        width: 50%;
    }

    .happy-customer-mobile-screen {
        display: none;
    }

    .happy-customer-desktop-screen {
        display: block;
    }

    .category-home-k h3 {
        font-size: 20px;
    }

    .bike-gif {
        width: 30%;
    }

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

    .form-card {
        left: 0;
        margin-left: 10%;
        width: 100%;
    }

    .input-fields-div-width-flex-display label {
        margin-top: 5px;
        margin-left: 0;
    }

    .only-mobileview-display-image {
        display: block;
    }

    .form-head-card {
        font-size: 3vw;
    }

    .only-desktopview-display-image {
        display: none;
    }

    .input-fields-div-width-flex-display {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .only-mobileview-display-image {
        display: none;
    }

    .custom-header {
        padding: 0px 0 0px 0;
        top: 82px;
    }

    .menu {
        padding-top: 0px;
        margin-bottom: 0px;
        position: relative;
        ;
        top: -56px;
    }

    .menu {
        margin-bottom: -86px;
    }

    .pick_h h2 {
        font-size: 23px;
        top: 8px;
    }

    .dropdown_mrchnat_acc.nv_dash_m.acc_cart {
        top: -30px !important;
        right: 44px !important;
        position: relative;
    }

    /* .top_header_k_cont-after {
            position: relative;
            top: 16px;
        } */
    .dropdown_mrchnat_acc {
        display: inline-block;
        position: relative;
        /* top: 28px; */
        margin: -18px 0;
    }

    .dropdown_content_acc {
        min-width: 160px;
        top: 28px;
    }
}


/********* 920k **********/
@media only screen and (max-width: 820px) {
    .dropdown_mrchnat_acc {
        right: -70%;
    }

    .IOSModel {
        max-width: 50rem;
        margin-left: auto;
        margin-right: auto;
    }

    .dropdown_mrchnat_acc {

        right: -22%;
        top: -27px;

    }

    .acc_cart {
        top: -54px !important;
        right: 0% !important;
    }

    .dropdown_mrchnat_acc .cartbtn {
        font-size: 8px;
    }

    .bikeimage,
    .bikeimage1 {
        display: none;
    }

    .categoryimage {
        /* padding-left: 15px; */
        padding-top: 5px;
        opacity: 0.8;
    }

    .imgradius2 {
        width: 250px;
        height: 150px;
        margin-left: 30px;
        margin-top: -350px;
    }

    .imgradius3 {
        width: 150px;
        height: 100px;
        margin-top: -128px;
        margin-left: 65px;
    }

    .imgradius21 {
        width: 250px;
        height: 300px;
        margin-left: 10px;
        margin-top: 300px;
    }

    #logo1 {
        margin-left: 40%;
        margin-top: -70px;
        max-width: 180px;
    }

    #gub {
        /* max-width: 120px; */
        margin-left: -15px;
    }

    #getInTouch2 {
        padding-left: 60px;
    }

    .lgo {
        margin-left: -22px;
    }

    #gub {
        margin-left: -15px;
        padding: 30px 0 0px 38px;
    }

    .top_head_k #mloginbtnn {
        margin-top: 5px !important;
    }

    .review-images {
        width: auto;
        transform: translate(-33%, 8%);
        height: 482px;
    }

    .reviews-desktop-screen {
        display: none;
    }

    .reviews-mobile-screen {
        display: block;
    }

    .customer-satisfaction-text {
        margin-top: 50px;
        font-size: 7vw;
    }

    .priceless-text-2 {
        font-size: 8vw;
    }

    .happy-customers {
        font-size: 10vw;
    }

    .reviews-mobile-screen .slick-list {
        height: 110px;
    }

    .cutomer_txt h3 {
        font-size: 10vw;
    }

    .cutomer_txt p {
        font-size: 8vw;
    }

    .cutomer_txt span {
        font-size: 8vw;
        margin-left: 0;
    }

    .banner-bg-k {
        background-position: 99% 72%;
    }

    .mt-70 {
        margin-top: 52px;
    }

    .animation_offer h2 {
        font-size: 18px;
    }

    .pick_h h2 {
        top: 0px;
    }

    .service-box.style-3>i {
        padding-left: 10px;
    }

    .service-box.style-3>i {
        margin-left: 25px;
    }

    /* .ourmission{
        margin-left: 30px;
        padding-right: 15px;
    } */
    /* .privacy {
        margin-left: 30px;
        padding-right: 15px;
    }

    .privacy1 {
        margin-left: 30px;
        padding-right: 15px;
    } */

    .ourAimheading,
    .ouraim {
        margin-left: 30px;
    }

    .imagecategorytext h1 {
        font-size: 30px;
        /* margin-bottom: -40px; */
    }

    .testimonial h2,
    .whyGubtext {
        font-size: 30px !important;
    }

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

    .tackle-text-container span:last-of-type {
        display: block;
    }

    .app-download-phone {
        height: 250px;
        width: 150px;
    }

    .col2-margintop-tablet-case {
        margin-top: -70px;
    }

    .imagecategoryrow-container {
        margin-top: 10px;
    }

    .certificate-width {
        width: 50%;
    }

    .happy-customer-mobile-screen {
        display: none;
    }

    .happy-customer-desktop-screen {
        display: block;
    }

    .category-home-k h3 {
        font-size: 20px;
    }

    .bike-gif {
        width: 30%;
    }

    .partner-img img {
        width: 80%;
    }

    .form-card {
        left: 0;
        margin-left: 10%;
        width: 100%;
    }

    .input-fields-div-width-flex-display label {
        margin-top: 5px;
        margin-left: 0;
    }

    .only-mobileview-display-image {
        display: block;
    }

    .form-head-card {
        font-size: 3vw;
    }

    .only-desktopview-display-image {
        display: none;
    }

    .input-fields-div-width-flex-display {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .only-mobileview-display-image {
        display: none;
    }

    .custom-header {
        padding: 0px 0 0px 0;
        top: 82px;
    }

    .menu {
        padding-top: 0px;
        margin-bottom: 0px;
        position: relative;
        ;
        top: -56px;
    }

    .menu {
        margin-bottom: -86px;
    }

    .dropdown_mrchnat_acc.nv_dash_m.acc_cart {
        top: -30px !important;
        /* margin: 45px 15px 0 0; */
        right: 44px !important;
        position: relative;
    }

}

/************ 820k ************/

@media screen and (max-width: 720px) {
    .IOSModel {
        /* padding-left: 3rem; */
        z-index: 99999999;
    }

    .dropdown_mrchnat_acc {
        right: -14%;
    }

    .dropdown_mrchnat_acc {
        right: -3%;
    }

    .IOSModel img {
        width: 90%;
        height: auto;
    }

    .IOSModel .heading2 {
        font-size: 1rem;
    }

    .CVbtn {
        font-size: 15px;
    }

    .RideHead {
        font-size: 3.3vw;
    }

    .TopHeading {
        top: 47%;
    }

    .RideHead {
        top: 50%;
        font-size: 3.3vw;
    }

    .SubHeadRide {
        top: 65%;
    }

    .SubHeadRide {
        top: 67%;
    }

    .TopHeading {
        font-size: 4.2vw;
        top: 45%;
    }

    .SubHead {
        font-size: 3vw;
    }

    .RideHead {
        top: 47%;
        font-size: 3.3vw;
    }

    .SubHeadRide {
        font-size: 2.5vw;
    }

    #logo1 {
        margin-left: 100px;
        margin-top: -52px;
    }

    #logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #gub {
        max-width: 90px;
    }

    #mobile-menu-button {
        top: -15px;
    }

    #headericons {
        font-size: 20px;
    }

    .para2 {
        font-size: 10px;
    }

    .clock2 {
        margin-left: -210px;
    }

    .c23 {
        margin-left: -195px;
    }

    #assis {
        margin-left: 75px;
    }

    #myCarousel3 {
        margin-left: 5px;
        width: 200px;
    }

    #footer .bullet-list {
        font-size: 9px;
    }

    #footer .widget-title {
        font-size: 17px;
    }

    #footer #moves1 {
        margin-left: 15px;
    }

    #footer .imgradius4 {
        margin-left: 190px;
    }

    #footer #moves {
        margin-left: 450px;
        margin-top: -40px;
    }

    #fclm1 {
        margin-top: 50px;
        margin-left: 70px;
    }

    #fclm2 {
        margin-left: 220px;
    }

    #fclm3 {
        /* margin-top: -140px; */
        margin-left: 350px;
    }

    #fclm1 {
        margin-left: 20px;
    }

    #fclm2 {
        margin-left: 180px;
    }

    #fclm3 {
        margin-left: 300px;
    }

    #footer .imgradius4 {
        margin-left: 160px;
    }

    #footer #moves {
        margin-left: 420px;
    }

    #footer #moves {
        margin-left: 380px;
    }

    #fclm1 {
        margin-left: -10px;
    }

    #fclm2 {
        margin-left: 135px;
    }

    #fclm3 {
        margin-left: 250px;
    }

    #footer .imgradius4 {
        margin-left: 120px;
    }

    #footer #moves1 {
        margin-left: -50px;
    }

    #footer .widget-title {
        font-size: 15px;
    }

    .price-plan ul li {
        margin-bottom: 20px;
        /* margin-top: -8px;
        font-size: 11px; */
    }

    .whyGubtext {
        text-align: center;
    }

    #footer #moves {
        margin-left: 320px;
    }

    #fclm2 {
        margin-left: 110px;
    }

    #fclm3 {
        margin-left: 220px;
        margin-top: -127px;
    }

    #footer #moves1 {
        font-size: 11px;
        margin-left: -65px;
    }

    #footer .imgradius4 {
        margin-left: 100px;
    }

    #footer .widget-title {
        font-size: 13px;
    }

    #footer .bullet-list {
        font-size: 8px;
    }

    /* #footer #moves{
        max-width: 80px;
    } */
    #fclm3 {
        /* margin-left: 150px; */
        width: 200px;
    }

    /* #fclm2{
        margin-left: 80px;
    } */
    #footer #moves1 {
        margin-left: -50px;
        font-size: 9px;
    }

    #footer .imgradius4 {
        max-width: 120px;
        margin-left: 120px;
    }

    #footer #moves {
        max-width: 70px;
        margin-left: 270px;
    }

    #footer .imgradius4 {
        margin-left: 80px;
    }

    #footer .widget-title {
        font-size: 10px;
        margin-top: 10px;
    }

    #footer .bullet-list {
        margin-top: -40px;
    }

    #fclm3 {
        margin-top: -122px;
    }

    #fclm2 {
        margin-top: -165px;
    }

    #roww {
        margin-top: 10px;
    }

    .glogofooter {
        margin-left: -80px;
    }

    #scroll-up {
        bottom: 140px;
    }

    #footer #moves1 {
        font-size: 8.5px;
    }

    #footer .imgradius4 {
        margin-left: 80px;
    }

    #footer .bullet-list {
        line-height: 2em;
        font-size: 7px;
    }

    #fclm1 {
        margin-left: -75px;
    }

    #fclm2 {
        margin-top: -120px;
        margin-left: -10px;
    }

    #fclm3 {
        margin-top: -110px;
        margin-left: 35px;
    }

    [class^="mt-icon-"],
    [class*=" mt-icon-"] {
        font-size: 12px;
    }

    .social-media.rounded a {
        width: 25px;
        height: 25px;
        line-height: 18px;
        margin-bottom: 5px;
        margin-left: 25px;
    }

    #footer {
        height: 450px;
    }

    #footer #moves1 {
        margin-left: -100px;
        font-size: 8.2px;
    }

    #footer .imgradius4 {
        margin-left: 50px;
    }

    [class^="mt-icon-"],
    [class*=" mt-icon-"] {
        font-size: 15px;
    }

    .social-media.rounded a {
        width: 25px;
        height: 25px;
        line-height: 20px;
        margin-bottom: -50px;
        margin-left: -15px;
    }

    #mobile-menu-button i {
        font-size: 20px;
    }

    .social-media.rounded a {
        width: 15px;
        height: 15px;
        line-height: 6px;
        margin-bottom: -50px;
        margin-left: -15px;
    }

    #footer .bullet-list {
        font-size: 7.5px;
    }

    #fclm1 {
        line-height: 1.2em;
        margin-top: -5px;
    }

    #fclm2 {
        line-height: 1.2em;
        margin-top: -108px;
    }

    #fclm3 {
        line-height: 1.2em;
        margin-top: -108px;
    }

    .social-media.rounded a {
        margin-bottom: 2px;
    }

    #footer #moves1 {
        font-size: 8px;
        margin-left: -40px;
        line-height: 1.2rem;
    }

    /* [class^="mt-icon-"], [class*=" mt-icon-"]{
        margin-left: -10px;
    } */
    .social-media.rounded a {
        margin-left: -10px;
        margin-bottom: 10px;
    }

    #fclm1 {
        line-height: 0.8em;
    }

    #fclm2 {
        line-height: 0.8em;
        margin-top: -88px;
    }

    #fclm3 {
        line-height: 0.8em;
        margin-top: -87px;
    }

    #scroll-up {
        width: 30px;
        height: 30px;
        line-height: 20px;
    }

    #footer .imgradius4 {
        max-width: 80px;
    }

    .GubMerchantText {
        font-size: 30px;
        line-height: 1.5em;
    }

    #deliver43 {
        margin-left: 40px;
        font-size: 12px;
        line-height: 2em;
        font-weight: bold;
        margin-top: -20px;
    }

    #deliver53 {
        font-size: 9.5px;
        margin-top: -18px;
        line-height: 3em;
    }

    #p23 {
        margin-top: 20px;
        font-size: 35px;
        line-height: 1.5em;
    }

    .floating {
        width: 450px;
    }

    .texted3 {
        margin-left: 1px;
    }
    /* .visitorcount {
        height: 40px;
        width: 70px;
    } */
    .viscounthead {
        font-size: 10px;
    }

    .allign {
        margin-left: 1px;

        font-size: 9px;
    }

    /* .frmm{
          margin-top: -90px;
      } */
    #p {
        font-size: 30px;
        line-height: 1.5em;
    }

    .texted3 {
        text-align: left;
    }

    #myCarousel {
        margin-left: 25px;
    }

    .myCarousel3 {
        width: 100px;
    }
    /* .visitorcount {
        height: 44px;
        width: 63px;
    } */
    .viscounthead {
        font-size: 8px;
        margin-top: 0;
    }
    .viscountnum {
        font-size: 10px;
        margin-top: 0;
    }
    .div1count {
        height: 60%;
    }

    .div2count {
        height: 40%;
    }
    .input-fields-div-width-flex-display label {
        margin-top: 5px;
        margin-left: 0;
    }
    .only-mobileview-display-image {
        display: block;
    }
    .form-head-card {
        font-size: 3vw;
    }
    .only-desktopview-display-image {
        display: none;
    }
    .form-head-card {
        font-size: 4vw;
        width: 60%;
        margin-left: 20%;
    }
    .category-home-k h3 {
        font-size: 11px;
    }
    .category-home-k .tire-left {
        top: 83px;
    }
    .category-home-k .tire-right {
        top: 83px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-70 {
        margin-top: 20px;
    }

    .pick_h h2 {
        font-size: 29px;
    }

    .form-head-card {
        font-size: 4.2vw;
        margin-top: -10px;
    }

    .category-home-k .tire-right {
        top: 95px;
    }

    .category-home-k .tire-left {
        top: 95px;
    }

    .category-home-k h3 {
        font-size: 10px;
    }

    .imgradius13 {
        max-width: 400px;
    }

    .imgradius23 {
        margin-top: 550px;
        height: 130px;
        width: 200px;
        margin-left: 35px;
    }

    .imgradius33 {
        height: 90px;
        width: 120px;
        margin-top: -117px;
        margin-left: 70px;
    }

    #deliver2 {
        width: 0px;
        padding-right: 180px;
        height: 200px;
    }

    .imgradius3 {
        width: 150px;
        margin-top: -108px;
        margin-left: 35px;
        height: 80px;
    }

    .imgradius2 {
        width: 200px;
        height: 130px;
        margin-top: -290px;
        margin-left: 12px;
    }

    .deliver {
        margin-top: -20px;
        font-size: 18px;
        margin-left: 12px;
    }

    .deliver1 {
        margin-left: 12px;
        font-size: 10px;
    }

    #imr {
        max-width: 500px;
    }

    #deliver5 {
        font-size: 11.4px;
    }

    /* #deliver2{
 width:750px;
 padding-right:180px;
 height:200px;
} */
    #deliver3 {
        width: 130px;
    }

    #deliver4 {
        font-size: 14px;
    }

    #deliver5 {
        font-size: 10px;
        margin-top: -20px;
    }

    #deliver2 {
        height: 180px;
    }

    #deliver3 {
        width: 130px;
    }

    #deliver4 {
        margin-top: -20px;
        font-size: 11.7px;
    }

    #deliver5 {
        font-size: 10px;
        margin-top: -20px;
    }

    #imr {
        max-width: 350px;
    }

    .imgradius1 {
        max-width: 470px;
    }

    .imgradius11 {
        max-width: 470px;
    }

    .imgradius2 {
        margin-top: -200px;
        height: 100px;
        width: 180px;
    }

    .imgradius3 {
        margin-top: -110px;
        height: 80px;
        width: 100px;
    }

    .imgradius21 {
        height: 150px;
        margin-top: 520px;
    }

    .imgradius12 {
        max-width: 200px;
    }

    .deliver {
        font-size: 13px;
        /* margin-left:6px; */
        margin-top: -5px;
    }

    .deliver1 {
        font-size: 8px;
        /* margin-left:6px; */
        margin-top: -18px;
    }

    .hiddens {
        display: block;
    }

    #subheading {
        font-size: 11px;
    }

    #merchheading {
        font-size: 18px;
    }

    #deliver2 {
        height: 150px;
        width: 800px;
    }

    #deliver3 {
        width: 130px;
        height: 100px;
        margin-bottom: -90px;
    }

    #deliver4 {
        margin-top: -20px;
        font-size: 11.7px;
    }

    #deliver5 {
        font-size: 10px;
        margin-top: -20px;
    }

    #footer #moves {
        margin-left: 300px;
    }

    #deliver3 {
        margin-left: -1px;
    }

    /* .social-media.rounded a{
   width: 20px;
   height: 20px;
}
#socialicons{
   font-size: 15px;
}
.mt-icon-twitter{
   margin-top: -20px;
} */
    /* #imr{
    max-width: 250px;
} */
    .imgradius2 {
        margin-top: -150px;
        /* margin-left: -20px; */
        height: 70px;
        width: 150px;
    }

    .imgradius3 {
        margin-top: -79px;
        height: 50px;
        /* margin-left: 3px; */
        width: 80px;
    }

    #deliver4 {
        /* margin-left: -15px; */
        font-size: 9px;
    }

    .deliver1 {
        /* margin-left: -15px; */
        font-size: 6.5px;
    }

    #logo1 {
        max-width: 130px;
        margin-top: -50px;
    }

    #gub {
        max-width: 125px;
    }

    #deliver3 {
        margin-left: -1px;

    }

    #partnermail {
        margin-top: 40px;
    }

    #deliver53 {
        font-size: 9px;
        margin-top: -15px;
        line-height: 2em;
    }

    .categoryimage {
        width: 60%;
    }

    .downloadtext {
        font-size: 25px;
        margin-top: 5px;
    }

    .download-app-section img {
        width: 50%;
        height: auto;
    }

    .tackle-text-container h2 {
        font-size: 15px;
    }

    .imagecategoryrow {
        font-size: 13px;
    }

    .category-image-width {
        width: 70px;
        height: 70px;
    }

    .imagecategoryrow {
        font-size: 10px;
    }

    .category-image-width {
        width: 50px;
        height: 50px;
    }

    .imagecategoryrow {
        font-size: 8px;
    }

    #gub {
        margin-left: -29px;
    }

    /* .lgo {
    margin-left: -5px;
} */
    .footer-image-bg {
        height: 100px;

    }

    .imagecategorytext h1 {
        font-size: 22px;
    }

    .index-page-category-card {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .index-page-category-card {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .category-home-k .tire-left {
        margin-left: calc(50% - 47px);
        transform: translateX(-50%);
        width: 35px;
    }

    .category-home-k .tire-right {
        margin-left: calc(50% + 7px);
        transform: translateX(-50%);
        width: 35px;
    }

    .cardd.bg-why-merchant-card {
        width: 80%;
    }

    .cardd.rider-work-card {
        width: 80%;
    }

    .why-gubbins-new {
        font-size: 7vw !important;
    }

    .viscountnum {
        margin-top: 5px;
    }

    .deliver {
        font-size: 18px;
    }

    .deliver11 {
        font-size: 18px;
    }

    .deliver1 {
        font-size: 13px;
    }

    .deliverm {
        font-size: 11px;
    }

    .imgradius11 {
        max-width: 280px;
    }

    .imgradius21 {
        width: 120px;
        margin-top: 630px;
        height: 80px;
    }

    .deliver11 {
        line-height: 1.8em;
    }

    .deliverm {
        font-size: 7px;
    }

    .custom-header {
        padding: 0px 0 0px 0;
    }

    #header {
        margin-top: 0px;
    }

    .menu {
        margin-right: 0px;
        padding-top: 0px;
        margin-bottom: -18px;
    }

    .top_head_k #mloginbtnn {
        width: 100%;
        margin-top: 12px;
        font-size: 11px;
    }

    .logo {
        float: none;
    }

    #logo1 {
        float: right;
    }

    #mloginbtnn {
        margin-top: 16px !important;
    }

    .menu {
        margin-right: 15px;
        top: 0px;
    }

    .navbar_new_k {
        top: -27px;
    }

    .category-home-k h3 {
        font-size: 11px;
    }

    .pick_h h2 {
        font-size: 28px;
        top: 22px;
    }

    .dropdown_mrchnat {
        position: relative;
        display: inline-block;
        top: -146px;
    }

    .dropdown_mrchnat_acc.nv_dash_m.acc_cart {
        top: -3px !important;
        right: 20px !important;
        position: relative;
    }

    .dropdown_content_acc {
        top: 27px;
    }

    .dropdown_mrchnat_acc {
        display: inline-block;
        position: relative;
        /* top: 28px; */
        margin: -2px;
    }

}

/***** 720k *****/
@media screen and (max-width: 1920px) {
    .element {
        /* width: 90px; */
        color: transparent;
        font-weight: bold;
        font-size: 11px;
    }
}

.element {
    margin-left: 20px;
}

#z-index {
    z-index: 1000;
}

@media screen and (max-width: 1327px) {
    .menu>li>a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1197px) {
    .menu>li>a {
        font-size: 11px;
    }
}

.merchantonb {
    padding: 1px 100px;
}

#c22 {
    display: block;
    position: absolute;
    top: -30px;
    left: 250px;
    width: 70px;
    border: 3px solid rgb(243, 238, 238);
    height: 70px;
    line-height: 48px;
    border-radius: 50%;
    font-size: 1.8rem;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 0px 0px #cecece;
    box-shadow: 0px 0px 0px 0px #cecece;
}

.clock {
    display: block;
    position: absolute;
    top: -15px;
    left: 165px;
    width: 30px;
    border: 3px solid rgb(243, 238, 238);
    height: 30px;
    line-height: 48px;
    border-radius: 50%;
    font-size: 1.8rem;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 0px 0px #cecece;
    box-shadow: 0px 0px 0px 0px #cecece;
}

.clock1 {
    display: block;
    position: absolute;
    top: -15px;
    left: -1px;
    width: 30px;
    border: 3px solid rgb(243, 238, 238);
    height: 30px;
    line-height: 48px;
    border-radius: 50%;
    font-size: 1.8rem;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 0px 0px #cecece;
    box-shadow: 0px 0px 0px 0px #cecece;
}

.clock2 {
    display: block;
    position: absolute;
    top: -25px;
    left: 265px;
    width: 70px;
    border: 1px solid #fff;
    height: 70px;
    line-height: 48px;
    border-radius: 50%;
    font-size: 1.8rem;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 2px 2px rgb(243, 238, 238);
    box-shadow: 0px 0px 2px 2px rgb(243, 238, 238);
    background-color: #e83e31;
    border: 3px solid rgb(243, 238, 238);
}

/* rideronboard */

/* index */
@media screen and (max-width: 1116px) {

    /* .wow{
        margin-right: -10px;
    } */
    .mar {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1002px) {

    /* .wow{
        margin-right: -25px;
    } */
    .mar {
        margin-left: -40px;
    }

    #moves {
        margin-left: 20px;
    }

    #footer .widget-title {
        /* margin-left: 18px; */
        font-size: 20px;
    }

    #footer .bullet-list {
        font-size: 12px;
    }
}

@media screen and (max-width: 980px) {
    #footer .bullet-list {
        font-size: 10px;
    }

    #footer .widget-title {
        font-size: 19px;
    }

    #footer .imgradius4 {
        margin-left: -35px;
    }

    /* .wow{
        margin-right: -40px;
    } */
    .mar {
        margin-left: -28px;
    }

    .mar {
        margin-left: 25px;
    }

    /* .price-plan{
        width: 400px;
    } */
    #footer .widget-title {
        margin-left: -1px;
        margin-top: -15px;
    }

    #footer .bullet-list {
        margin-right: 40px;
        margin-top: -30px;
        font-size: 10.5px;
    }

    #fclm1 {
        margin-left: 100px;
        margin-top: -85px;
    }

    #fclm2 {
        margin-left: 265px;
        margin-top: -179px;
    }

    #fclm3 {
        margin-left: 400px;
        margin-top: -130px;
    }

    #footer {
        padding: 50px;
    }

    #footer #moves {
        margin-left: -25px;
        margin-top: 80px;
        max-width: 110px;
    }

    #wt {
        margin-right: -20px;
    }

    #footer .imgradius4 {
        margin-left: 220px;
    }

    .imgradius21 {
        margin-top: 360px;
        margin-left: 45px;
    }

    .deliver11 {
        font-size: 22px;
    }

    .deliverm {
        font-size: 13px;
    }

    .imgradius13 {
        max-width: 600px;
    }

    .imgradius23 {
        margin-top: 430px;
        height: 200px;
        width: 350px;
        margin-left: 35px;
    }

    .imgradius33 {
        height: 120px;
        width: 230px;
        margin-top: -150px;
        margin-left: 80px;
    }

    #deliver43 {
        margin-left: 40px;
        font-size: 19px;
    }

    #deliver53 {
        font-size: 10.1px;
        margin-top: -10px;
        line-height: 1.8rem;
    }

    #p23 {
        margin-top: 50px;
    }


    #deliver43 {
        margin-left: 40px;
        font-size: 12px;
        line-height: 2em;
        font-weight: bold;
        margin-top: -20px;
    }

    #deliver53 {
        font-size: 9.5px;
        margin-top: -18px;
        line-height: 3em;
    }

    #p23 {
        margin-top: 20px;
        font-size: 35px;
        line-height: 1.5em;
    }
}



/* @media screen and (max-width: 796px)
{ #deliver2{
 margin-left:10px;
}
#deliver3{
    margin-left:60px;
   }
#deliver4{
    margin-left:10px;
    font-size:20px;
}
#deliver5{
    margin-left:10px;
    font-size:13px;
   }

   .imgradius13{
       max-width: 600px;
   }
   .imgradius23{
       margin-top: -350px;
       height: 200px;
       width: 350px;
   }
   .imgradius33{
       height: 120px;
       width: 230px;
       margin-top: -150px;
       margin-left: 80px;
   }

   #deliver43{
       margin-left: 40px;
       font-size: 19px;
   }
   #deliver53{
       font-size: 10.1px;
       margin-top:-10px;
   }
   #p23{
       margin-top:40px;
   }
} */




.tmem {
    margin-left: 85px;
}

.team-member {
    margin: 15px 0;
    padding: 0;
    width: 80%;
    margin-top: -10px;
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.team-member figure img {
    min-width: 100%;
}

.team-member figcaption p {
    font-size: 16px;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member h4 {
    margin: 10px 0 0;
    padding: 0;
}

.team-member figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(230, 78, 62, 0.9);
    /* Primary color, can be changed via colors.css */

    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, 0.97);
}

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.supporteam,
h6 {
    /* text-align: center; */
    margin-bottom: 20px;
    color: #e83e31;
}

.center3 {
    text-align: center;
}

.imagecategorytext {
    /* margin-top: 50px; */
    margin-bottom: -50px;
}

.imagecategorytext h1 {
    color: #e83e31;
    font-size: 45px;
    /* animation: text 3s infinite; */
    /* font-family: "Merienda", cursive; */
    font-family: "Roboto", sans-serif;
}

@-webkit-keyframes text {
    0% {
        color: black;
    }

    30% {
        letter-spacing: 8px;
    }

    85% {
        letter-spacing: 5px;
    }
}

@keyframes text {
    0% {
        color: black;
    }

    30% {
        letter-spacing: 8px;
    }

    85% {
        letter-spacing: 5px;
    }
}

.categoryimage {
    opacity: 0.5;
}

.categoryimage:hover {
    opacity: 1;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* .bikeimage1{
     float: left;
     padding-left: 30px;
 } */
/* .bikeimage{
     animation: slideMe .7s ease-in;
     float: left;
     padding-left: 30px;
 } */
.bikeimage,
.bikeimage1 {
    opacity: 0;
    float: left;
    padding-left: 30px;
}

@-webkit-keyframes slideMe {
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    20% {
        opacity: 0.6;
    }

    40% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
}

@keyframes slideMe {
    0% {
        opacity: 0.5;
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    20% {
        opacity: 0.6;
    }

    40% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }
}

/* #bike1, #bike2, #bike3{
     display: none;
 } */

@media only screen and (max-width: 1024.5px) {
    /* .categoryimage{
        padding-left: 15px;
    } */
}



#download {
    /* background-color: #e83e31; */
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgb(255, 255, 255)),
            color-stop(rgb(255, 255, 255)),
            color-stop(25%, rgb(240, 242, 247)),
            color-stop(85%, rgb(240, 242, 247)));
    background: -o-linear-gradient(rgb(255, 255, 255),
            rgb(255, 255, 255),
            rgb(240, 242, 247) 25%,
            rgb(240, 242, 247) 85%);
    background: linear-gradient(rgb(255, 255, 255),
            rgb(255, 255, 255),
            rgb(240, 242, 247) 25%,
            rgb(240, 242, 247) 85%);
}

.downloadtext {
    margin-top: 50px;
    font-weight: 800;
    /* font-family: "Merienda", cursive; */
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    line-height: 5rem;
    margin-left: -10px;
    color: #e83e31;
}

@media only screen and (min-width: 991.5px) {
    .downloadtext {
        margin-top: 150px;
    }
}

/* .bdeVXO {
    box-sizing: border-box;
    display: flex;
    margin-top: 48px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(
-180deg
, rgb(255, 255, 255), rgb(255, 255, 255) 30%, rgb(240, 242, 247) 15%, rgb(240, 242, 247) 85%);
}
@media (min-width: 1024px){
.ivNYRl {
    max-width: 1024px;
}
}
.ivNYRl {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
}
.cMelyt {
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}
.iPKTVl {
    box-sizing: border-box;
    width: 80%;
    padding-right: 12px;
    margin-right: 8px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: flex;
}
.echbQn {
    box-sizing: content-box;
    width: 176px;
    height: 240px;
} */

/* ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #e83e31;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
  } */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(202, 202, 202);
    box-shadow: inset 0 0 6px rgb(202, 202, 202);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e83e31;
    box-shadow: inset 0 0 6px #e83e31;
}

.fa-home {
    color: #000;
}

.terms_msg {
    color: #000000;
    font-family: "Newsreader", serif;
    font-size: 15px;
}

.terms_msg_red_color {
    color: #e83e31;
}

.modal_login_button_margin {
    margin-top: 20px;
}

.hide_modal_otp_sent_column {
    display: none;
}

.show-job-details {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

.show-job-details:hover {
    cursor: pointer;
}

.details-job-card {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    display: none;
}

.hover-pointer:hover {
    cursor: pointer;
}

.shining-animation {
    overflow: hidden;
    background: -o-linear-gradient(320deg, #000, #fff, #000);
    background: linear-gradient(130deg, #000, #fff, #000);
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-animation: animate 3s linear infinite;
    animation: animate 3s linear infinite;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(223, 23, 23, 0.699);
}

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

@-webkit-keyframes animate {
    0% {
        background-position: -500%;
    }

    50% {
        background-position: -200%;
    }

    100% {
        background-position: 500%;
    }
}

@keyframes animate {
    0% {
        background-position: -500%;
    }

    50% {
        background-position: -200%;
    }

    100% {
        background-position: 500%;
    }
}

.whyGubtext {
    /* font-family: "Merienda", cursive; */
    font-family: "Roboto", sans-serif;
    color: #e83e31;
    /* animation: text 3s infinite; */
    font-size: 45px;
}

.testimonial h2 {
    /* font-family: "Merienda", cursive; */
    font-family: "Roboto", sans-serif;
    color: #e83e31;
    /* animation: text 3s infinite; */
    font-size: 45px;
}

.margin-top-10 {
    margin-top: 10px;
}

#gub:hover {
    cursor: pointer;
}

.font-averia-serif {
    /* font-family: "Averia Serif Libre", cursive; */
    font-family: "Roboto", sans-serif;
}

.color-red a {
    color: #e83e31 !important;
}

.download-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media only screen and (max-width: 992.5px) {
    .download-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tackle-text-container h2 {
        font-size: 20px;
    }
}

.app-download-phone {
    height: 450px;
    width: 250px;
}

.category-image-width {
    width: 100px;
    height: 100px;
}

.imagecategoryrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 15px;
}

/* @media only screen and (min-width: 766.5px){ */
/* .imagecategoryrow .category-img-personal-div:nth-child(even) {
        margin-top: 10em;
    } */
/* } */
@media only screen and (min-width: 991.5px) {
    .imagecategoryrow .category-img-personal-div1:nth-child(even) {
        margin-top: 10em;
    }

    .imagecategoryrow .category-img-personal-div2:nth-child(odd) {
        margin-top: 10em;
    }
}

@media only screen and (max-width: 991.2px) {
    .imagecategoryrow .category-img-personal-div1:nth-child(even) {
        margin-top: 10em;
    }

    .imagecategoryrow .category-img-personal-div2:nth-child(even) {
        margin-top: 10em;
    }
}

@media only screen and (min-width: 766.5px) and (max-width: 992.5px) {
    .col2-margintop-tablet-case {
        margin-top: -100px;
    }
}

/* @media only screen and (max-width: 767px){
    .imagecategoryrow-container{
        margin-top: 70px;
    }
    .col2-margintop-tablet-case{
        margin-top: 10px;
    }
} */


.category-img-personal-div img {
    -webkit-animation: pulse-black 3s linear infinite;
    animation: pulse-black 3s linear infinite;
    border-radius: 50%;
}

@-webkit-keyframes pulse-black {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 218, 218);
        box-shadow: 0 0 0 0 rgb(255, 218, 218);
    }

    40% {
        -webkit-box-shadow: 0 0 5px 1px #e83e31;
        box-shadow: 0 0 5px 1px #e83e31;
    }

    60% {
        /* box-shadow: 0 0 0 5px rgb(254, 255, 198); */
    }
}

@keyframes pulse-black {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255, 218, 218);
        box-shadow: 0 0 0 0 rgb(255, 218, 218);
    }

    40% {
        -webkit-box-shadow: 0 0 5px 1px #e83e31;
        box-shadow: 0 0 5px 1px #e83e31;
    }

    60% {
        /* box-shadow: 0 0 0 5px rgb(254, 255, 198); */
    }
}

.category-img-personal-div:hover {
    cursor: no-drop;
}

.category-img-personal-div img:hover {
    -webkit-transform: scale3d(1.01, 1.05, 1.1);
    transform: scale3d(1.01, 1.05, 1.1);
}

.hover1 .category-img-personal-div:nth-child(1):hover,
.hover1 .category-img-personal-div:nth-child(2),
.hover1 .category-img-personal-div:nth-child(3) {
    cursor: pointer;
}

.slideline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: calc(410px / 5.7);
    background: #3641b7;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.imagecategorytext .fa-bars {
    color: #e83e31;
}

.fa-bars {
    color: #e83e31;
}

.indexline {
    border: none;
    border-bottom: 3px solid #d3d3d3;
}

.index-page-category-card {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    border: 1px solid rgb(85, 84, 84);
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(235, 171, 179, 0.274);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.index-page-category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#5255fe36),
            to(#e83d311e));
    background: -o-linear-gradient(#5255fe36, #e83d311e);
    background: linear-gradient(#5255fe36, #e83d311e);
    -webkit-transform: translateY(40px) scale(0.9);
    -ms-transform: translateY(40px) scale(0.9);
    transform: translateY(40px) scale(0.9);
    z-index: -1;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    opacity: 0.9;
}

.index-page-category-card h3 {
    color: #e83e31;
}

.index-page-category-card-image {
    width: 80%;
}

.border-box-black {
    border: 1px solid rgb(85, 84, 84);
    border-radius: 5px;
}

.red-gradient-bg {
    margin-top: 10px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ff4331),
            to(#d31a50));
    background-image: -o-linear-gradient(#ff4331, #d31a50);
    background-image: linear-gradient(#ff4331, #d31a50);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 20px;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

.red-gradient-bg:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    cursor: pointer;
}

.btn-red-gradient {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ff4331),
            to(#d31a50));
    background-image: -o-linear-gradient(#ff4331, #d31a50);
    background-image: linear-gradient(#ff4331, #d31a50);
    color: #ffffff;
    border-radius: 10px;
}

.btn-red-gradient:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

/*  */
.flowerslider1 {
    margin: 15px;
    bottom: 0;
    width: 40%;
}

.outlet_card_image {
    border-radius: 10px;
    padding-top: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 10px 1px rgb(122, 122, 122);
    box-shadow: 0 0 10px 1px rgb(122, 122, 122);
    text-align: center;
    color: #000000;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
}

.cardBodyImg {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.cardBodyImg:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.margin-bottom50 {
    margin-bottom: 0px;
}


.font-family-newsreader {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

.fa-eye {
    color: #e83e31;
}

/*  */
/*  */
/* typing text animation animation */
/*  */
/*  */
/* .tackle-typing-animation-css .tackle-text-container .css-typing{
    white-space: nowrap;
    overflow: hidden;
    animation: animated-text 10s linear 1s 1 normal both,
    animated-cursor 600ms linear infinite;
}
@keyframes animated-text{
  from{width: 0;}
  to{width: 100%;}
}
@keyframes animated-cursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
} */
.tackletext {
    font-size: 25px;
}

.jello {
    -webkit-animation: jello 2s infinite;
    animation: jello 2s infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    33.3% {
        -webkit-transform: skewX(0.02deg);
        transform: skewX(0.02deg);
    }

    44.4% {}

    55.5% {
        -webkit-transform: skewX(0.006deg);
        transform: skewX(0.006deg);
    }

    66.6% {
        -webkit-transform: skewX(0.05deg);
        transform: skewX(0.05deg);
    }

    77.7% {
        -webkit-transform: none;
        transform: none;
    }

    88.8% {
        -webkit-transform: none;
        transform: none;
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }

    33.3% {
        -webkit-transform: skewX(0.02deg);
        transform: skewX(0.02deg);
    }

    44.4% {}

    55.5% {
        -webkit-transform: skewX(0.006deg);
        transform: skewX(0.006deg);
    }

    66.6% {
        -webkit-transform: skewX(0.05deg);
        transform: skewX(0.05deg);
    }

    77.7% {
        -webkit-transform: none;
        transform: none;
    }

    88.8% {
        -webkit-transform: none;
        transform: none;
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.animate__tada {
    -webkit-animation: animate__tada;
    animation: animate__tada;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.margin-top50 {
    margin-top: -50px;
}

/* .loader{
      display: block;
  }
  .loader span{
      display: inline-block;
      margin-top: 10px;
      height: 20px;
      width: 20px;
      border-radius: 50%;
  }
  .loader span:not(first-child){
      margin-left: 10px;
  }
  @keyframes moves{
      from{
          transform: translateY(-10px);
      }
      to{
          transform: translateY(5px);
      }
  }
  .loader span:first-child{
      color: #4285F4;
  }
  .loader span:nth-child(2){
      color: #DB4437;
  }
  .loader span:nth-child(3){
      color: #f4B400;
  }
  .loader span:nth-child(4){
      color: #4285F4;
  }
  .loader span:nth-child(5){
      color: #0F9D58;
  } */

/* .loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #e83e31;
  letter-spacing: 0.2em;
  z-index: 999999;
  opacity: 1;
}
.loader::before, .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #e83e31;
  position: absolute;
  animation: load .7s infinite alternate ease-in-out;
}
.loader::before {
  top: 0;
}
.loader::after {
  bottom: 0;
}
@keyframes load {
  0% { left: 0; height: 30px; width: 15px }
  50% { height: 8px; width: 40px }
  100% { left: 235px; height: 30px; width: 15px}
} */
.overlay {
    /* background: rgb(255, 255, 255);   */
    /* background: rgba(255, 255, 255, 0.829);   */
    background: #fefcfe;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.linebg-1 svg {
    position: absolute;
    top: 70%;
    left: 8%;
}

svg text {
    font-size: 8rem;
    stroke-width: 3px;
    fill: transparent;
    stroke: #e83e31;
    letter-spacing: 2px;
    animation: effect 8s infinite alternate;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

@keyframes effect {
    0% {
        stroke-dasharray: 0 70%;
    }

    100% {
        stroke-dasharray: 50% 0;
        stroke-dashoffset: 10%;
    }
}

.middleimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-social-icons-ordersuccess:hover {
    transform: scale(1.04);
}

.padding20px {
    padding: 20px;
}

.font-size-2rem {
    font-size: 2rem;
}

/* slick banner k */
.slider-k {
    margin: 0 auto;
    width: 80%;
}

.category-home-k {
    margin: 0 auto;
}


.banner-bg-k {
    background-image: url(/cmspages/images/website-new/bg/scooter.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 99% 113%;
    padding: 50px 0px;
}

.banner-bg-k button,
input[type="button"].button,
a.button {
    display: n;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15;

    display: none !important;
}


@media only screen and (min-width: 766.5px) {
    .text-rightt {
        text-align: right;
    }

    .order-success-graphic-size {
        width: 70%;
        height: auto;
    }
}

/* .customerbg{
    background-image: url("https://gab-bins-images.s3.ap-south-1.amazonaws.com/pages/image/customer_1634031013.png");
    background-repeat: no-repeat;
    background-size: 1800px 300px;
    height: 500px;
} */
.margin-bottom-30 {
    margin-bottom: 30px;
}

.happy-customer-desktop-screen {
    display: none;
}

.happy-customer-mobile-screen {
    padding: 15px;
}


.homepage-Parent h2 {
    color: #e82026;
}

.delhi-ncr-bg {
    background-image: url("/cmspages/images/website-new/bg/delhi-ncr-merchant.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bike-gif {
    /* padding-top: 70px; */
    width: 150px;
    border-radius: 50% 50% 20% 20%;
}

.footer-image-bg {
    background-image: url("/cmspages/images/website-new/bg/riders.png");
    background-position: 0 37px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    margin-bottom: 3px;
}

.image-frame {
    top: 0;
    position: relative;
    margin-top: 100px;
    width: 80%;
    height: auto;
}

.review-images {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 100%;
    transform: translate(-50%, 12%);
    color: #000;
    height: 381px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.arrow-box {
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    width: 200px;
    position: absolute;
    padding: 2px 20px 10px 20px;
}

.arrow-box-mobile {
    background: #fff;
    position: relative;
    border: 1px solid #000;
    border-radius: 10px;
    width: max-content;
    padding: 2px 20px 10px 20px;
    margin: auto;
    width: auto;
}

.arrow-box:nth-child(odd) {
    position: relative;
    right: 40px;
    margin-top: 20px;
    top: -14px;
    margin-right: 70px;
    float: right;
}

.arrow-box:nth-child(even) {
    position: relative;
    /* right: 180px; */
    margin-top: 149px;
    top: -19px;
    margin-right: -40px;
    float: right;
}

.arrow-box::after {
    content: " ";
    position: absolute;
    bottom: -15px;
    border-top: 15px solid #000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}

.arrow-box-mobile::after {
    content: " ";
    position: absolute;
    bottom: -15px;
    border-top: 15px solid #000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}

.first-letter-name {
    background: #e83e31;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-letter-name-child-span {
    font-size: 20px;

}

.arrow-box .fa-star.checked {
    color: #faaf3b;
    font-size: 20px;
}

.arrow-box .fa-star {
    color: rgba(175, 175, 231, 0.774);
}

.arrow-box-mobile .fa-star.checked {
    color: #faaf3b;
    font-size: 20px;
}

.arrow-box-mobile .fa-star {
    color: rgba(175, 175, 231, 0.774);
}

.flexx {
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.review-content {
    font-size: 13px;
}

.rating-stars {
    margin-left: 10px;
}

.customer-satisfaction-text {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 4vw;
    width: fit-content;
    font-weight: 800;
    margin-left: auto;
    margin-right: auto;
}

.priceless-text-2 {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 3vw;
    font-weight: 800;
    color: #e83e31;
}

.happy-customers {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 5vw;
    font-weight: 800;
}

@media only screen and (min-width: 991px) {
    .customer-satisfaction-text {
        margin-top: 50%;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

}

/* slick banner k */
.slider-k {
    margin: 0 auto;
    width: 80%;

}

.banner-bg-k {
    background-image: url(/cmspages/images/website-new/bg/scooter.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 100% 103%;
    padding: 50px 0 107px 0px;
}

.banner-bg-k button,
input[type="button"].button,
a.button {
    display: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    display: none !important;
}

.cust_frame {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px 25px;
    background-image: url("/cmspages/images/website-new/bg/ratings-bg.jpg");
    background-size: contain;
    background-repeat: repeat-x;
}

.frame_clip img {
    position: relative;
    top: 15px;
    margin: 0 auto;
    display: block;
    width: 15%;
}

.cutomer_txt h3 {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 4vw;
    font-weight: 800;
}

.cutomer_txt span {
    font-size: 38px;
    font-weight: 700;
    display: block;
    /* margin-left: 41%; */
    padding: 33px 0 0 0;
}

.cust_frame button,
input[type="button"].button,
a.button {
    display: n;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15;
    display: none !important;
}

.cutomer_txt p {
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 5vw;
    font-weight: 800;
    color: #e83e31;
}

.cutomer_txt {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(26%);
}

.mb-70 {
    margin-bottom: 70px;
}

.cust_frame::before {
    background-size: 30%;
}

.mt-100 {
    margin-top: 100px;
}

.category-home-k img {
    display: block;
    margin: 0 auto;
}


@media only screen and (max-width: 1199.5px) {
    .arrow-box:nth-child(odd) {
        right: -3px;
    }

    .arrow-box:nth-child(even) {
        margin-right: -98px;
    }

    .review-images {
        transform: translate(-50%, 15%);
        height: 325px;
    }
}

@media only screen and (max-width: 1024.5px) {
    .review-images {
        transform: translate(-50%, 17%);
        height: 314px;
    }
}

@media only screen and (max-width: 991.5px) {
    .review-images {
        width: auto;
        transform: translate(-33%, 6%);
        height: 508px;
    }

    .image-frame {
        margin-left: 70px;
    }
}

@media only screen and (max-width: 990.5px) {
    .review-images {
        height: 489px;
    }
}

.reviews-mobile-screen {
    display: none;
}

.review-images {
    background-image: url("/cmspages/images/website-new/bg/ratings-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 57.2% 0;
}

.reviews-mobile-screen .pos_img {
    padding: 0 5px 0 5px;
}

@media only screen and (max-width: 991.2px) {
    .linebg-4 {
        display: none;
    }
}

@media only screen and (min-width: 1199.5px) {
    .linebg-4 {
        position: absolute;
        left: 0;
        margin-left: 17px;
        top: 0;
        margin-top: -109px;
        width: 70%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199.5px) {
    .linebg-4 {
        position: absolute;
        left: 0;
        margin-left: 17px;
        top: 0;
        margin-top: -90px;
        width: 70%;
    }
}

@media only screen and (min-width: 991px) {

    /* .linebg-1{
        background-image: url("/cmspages/images/website-new/line-png/1.png");
        background-size: 93% 61%;
        background-repeat: no-repeat;
        background-position: 56% 50%;
    } */
    .linebg-3 {
        background-image: url("/cmspages/images/website-new/line-png/3.png");
        background-size: 100% 170%;
        background-repeat: no-repeat;
        background-position: 65px 127%;
    }

    .category-home-k {
        margin: 0px auto 40px auto;
    }
}


.bottom_footer_k {
    background-color: #ff1908;
    padding-top: 4px;
}

.bottom_footer_k marquee {
    line-height: 10px;
}


.step1 {
    display: block;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 1267px) {
    .linebg-1 svg {
        margin-top: 30px;
        width: 90%;
    }
}

@media only screen and (max-width: 991.5px) {
    .linebg-1 svg {
        display: none;
    }
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.slick-prev:before {
    content: url('/cmspages/images/website-new/icons8-back-to-100.png');
}

.slick-next:before {
    content: url('/cmspages/images/website-new/icons8-next-page-100.png');
}

.slick-prev {
    left: -50px;
    opacity: 0.5;
}

.slick-next {
    right: -50px;
    opacity: 0.5;
}

.slick-prev:hover,
.slick-prev:focus {
    opacity: 1;
}

.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}

.slick-slider button {
    background: transparent;
}

.category-home-k .tire-left {
    position: absolute;
    bottom: 9px;
    width: 50px;
    top: 142px;
    left: 0;
    margin-left: calc(50% - 71px);
    transform: translateX(-50%);
    animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
}

.category-home-k .tire-right {
    position: absolute;
    bottom: 9px;
    width: 50px;
    top: 142px;
    left: 0;
    margin-left: calc(50% + -1px);
    transform: translateX(-50%);
    animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
}

@keyframes moving {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.02);
    }
}

.moving-animation {
    animation: moving 2s linear infinite;
}

.category-home-k .truck {
    position: relative;
    width: 100%;
    /* border: 2px solid #ffae00c7;
    border-radius: 46px; */


}

.category-home-k .truck:hover {
    transform: scale(1.01);
}

@media only screen and (min-width: 1112px) and (max-width: 1184.5px) {

    .category-home-k .tire-left,
    .category-home-k .tire-right {
        width: 40px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1112px) {
    .category-home-k .tire-left {
        margin-left: calc(50% - 42px);
        transform: translateX(-50%);
        width: 35px;
    }

    .category-home-k .tire-right {
        margin-left: calc(50% + 4px);
        transform: translateX(-50%);
        width: 35px;
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .rotating1 {
    animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
 }
.rotating2 {
    animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
} */
/* .rotating-left {
    margin-left: calc(41% - 40px) !important;
    transform: translateX(-50%) !important;
    animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
}
.rotating-right {
    margin-left: calc(41% + 40px) !important;
    transform: translateX(-50%) !important;
    animation: rotating 2s linear infinite;
    -webkit-animation: rotating 2s linear infinite;
} */
.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.similiar-product-slider-bg {
    margin-bottom: 50px;
}

.feedback-image-width {
    width: 70%;
}

.thankyou-message {
    color: #000;
}

.thankyou-message h2 {
    line-height: normal;
    margin-bottom: 0;
    color: #000;
}

@media only screen and (min-width: 991px) {
    .thankyou-message {
        position: absolute;
        top: 50%;
        margin-top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .feedback-page-orderid {
        left: 0;
        margin-left: 23%;
    }
}

.thankyou-message .feedback-thankyou {
    color: #e83e31;
    /* font-family: "Newsreader", serif; */
    font-family: "Roboto", sans-serif;
}

.thankyou-message .service-text {
    color: #e83e31;
    margin-top: 5px;
}

.demo {
    padding: 40px;
}

@import url(https://fonts.googleapis.com/css?family=Francois+One);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

.ratingControl {
    position: relative;
    width: 375px;
    height: 65px;
    user-select: none;
    margin: 0 auto;
}

.ratingControl input {
    visibility: hidden;
}

.ratingControl-stars {
    position: absolute;
    width: 75px;
    height: 65px;
    background-image: url('data:image/svg+xml; charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2215px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2015%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3EEmpty%20Star%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Order-Details---Order-final---Not-reviewed%22%20transform%3D%22translate%28-108.000000%2C%20-385.000000%29%22%20fill%3D%22%23D5D5D5%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28108.000000%2C%20316.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%280.000000%2C%2069.000000%29%22%20id%3D%22Star-7%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%227.5%2011.25%203.09161061%2013.5676275%203.93353806%208.65881373%200.367076128%205.18237254%205.2958053%204.46618627%207.5%200%209.7041947%204.46618627%2014.6329239%205.18237254%2011.0664619%208.65881373%2011.9083894%2013.5676275%20%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: auto 65px;
    background-repeat: no-repeat;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ratingControl-stars:hover,
.ratingControl-stars:hover~.ratingControl-stars,
input:checked~.ratingControl-stars {
    background-image: url('data:image/svg+xml;	charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2215px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2015%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3ESolid%20Star%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Order-Details---Order-final---Not-reviewed%22%20transform%3D%22translate%28-108.000000%2C%20-385.000000%29%22%20fill%3D%22%23FEC844%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28108.000000%2C%20316.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%280.000000%2C%2069.000000%29%22%20id%3D%22Star-7%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%227.5%2011.25%203.09161061%2013.5676275%203.93353806%208.65881373%200.367076128%205.18237254%205.2958053%204.46618627%207.5%200%209.7041947%204.46618627%2014.6329239%205.18237254%2011.0664619%208.65881373%2011.9083894%2013.5676275%20%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.ratingControl-stars:active,
.ratingControl-stars:active~.ratingControl-stars,
input:checked~.ratingControl-stars:active {
    background-image: url('data:image/svg+xml;	charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2215px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2015%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3ESolid%20Star%20%E2%80%93%20Light%3C%2Ftitle%3E%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Order-Details---Order-final---Not-reviewed%22%20transform%3D%22translate%28-108.000000%2C%20-385.000000%29%22%20fill%3D%22%23FFE39C%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%28108.000000%2C%20316.000000%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20transform%3D%22translate%280.000000%2C%2069.000000%29%22%20id%3D%22Star-7%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20points%3D%227.5%2011.25%203.09161061%2013.5676275%203.93353806%208.65881373%200.367076128%205.18237254%205.2958053%204.46618627%207.5%200%209.7041947%204.46618627%2014.6329239%205.18237254%2011.0664619%208.65881373%2011.9083894%2013.5676275%20%22%3E%3C%2Fpolygon%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.ratingControl-stars--05 {
    left: 0px;
}

.ratingControl-stars--1 {
    left: 0px;
}

.ratingControl-stars--15 {
    left: 75px;
}

.ratingControl-stars--2 {
    left: 75px;
}

.ratingControl-stars--25 {
    left: 150px;
}

.ratingControl-stars--3 {
    left: 150px;
}

.ratingControl-stars--35 {
    left: 225px;
}

.ratingControl-stars--4 {
    left: 225px;
}

.ratingControl-stars--45 {
    left: 300px;
}

.ratingControl-stars--5 {
    left: 300px;
}

.ratingControl-stars--half {
    width: 34px;
}

.btn-red-gradient a {
    background-color: none;
}

.btn-red-gradient a button {
    color: #000;
}

::selection {
    color: #fff;
    background: #e83d31b4;
}

video {
    width: 100%;
    height: auto;
}


/* new merchant on board css */
/* ######################### */
/* ######################### */
/* new merchant on board css */
/* ######################### */
/* ######################### */
/* new merchant on board css */
.form-card {
    background-color: #fff;
    border-radius: 5rem;
    box-shadow: 0 0 5px 1px #d3d3d3;
    position: relative;
    padding-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.margin-top {
    margin-top: 5%;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.form-head-card {
    position: absolute;
    top: 0;
    margin-top: -3rem;
    margin-left: 25%;
    box-shadow: 0 2px 5px 1px #d3d3d3;
    border-radius: 50px;
    padding: 2px 10px 2px 10px;
    background: #fff;
    font-size: 2vw;
    color: #e83e31;
    font-weight: 600;
    width: 50%;
}

.form-fields-container {
    /* width: 80%; */
    padding: 0 20px;
    text-align: center;
}

.input-fields-div-width {
    width: 80%;
    margin: auto;
    position: relative;
}

.form-fields-container input[type="text"] {
    border: none;
    border-bottom: 1px solid #632c28;
    border-radius: 0;
    padding-left: 40px;
    transition: all 0.2s;
    transition-timing-function: ease;
}

.input-fields-inner-icons {
    position: absolute;
    top: 7px;
    left: 10px;
}

.form-fields-container input[type="text"]:focus::placeholder {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform: translate(50%, 0) scale(1.01);
    -ms-transform: translate(50%, 0) scale(1.01);
    transform: translate(50%, 0) scale(1.01);
    font-size: 12px;
    transition: all 0.2s;
    transition-timing-function: ease;
}

.input-fields-div-width-flex-display {
    display: table;
    align-items: center;
    justify-content: space-between;
}

.only-mobileview-display-image {
    display: none;
}

.cardd {
    padding: 10px;
    box-shadow: 0 2px 5px 1px #d3d3d3;
    border-radius: 30px;
    background-image: url('/cmspages/images/new-merchant-rider/bg.jpg');
}

.width-35 {
    width: 35%;
}

@media screen and (max-width: 1180px) {
    .width-50 {
        width: 400px;
    }
}

.margin-auto {
    margin: auto;
}

.why-gubbins-new {
    font-size: 25px;
    color: #e83e31;
    font-weight: 600;
}

.bg-why-merchant-card {
    background-image: url('/cmspages/images/new-merchant-rider/merchant_bg.png');
    background-repeat: no-repeat;
    background-position: top right;
}

/* .p-absolute{
    position: absolute;
} */
.why-gub-card-head-card {
    color: #e83e31;
    font-size: 23px;
    font-weight: 600;
    box-shadow: 0 0 10px 0px #eb7f27;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(221, 114, 126, 0.274);
    border: 2px dashed rgba(66, 75, 206, 0.295);
    /* width: 70%; */
    /* margin: -40px calc(10% + 6px); */
}
.col1-order-success{
    margin-bottom: 14px;
}
@media (min-width: 993px) {
    #page-header {
        margin-top: 8%;
    }
   .col1-order-success{
      margin-top: 10%;
   }
}

@media only screen and (min-width: 991px) {

    /* .why-gub-card-head-card{
        font-size: 2vw;
        margin: -34px calc(10% - 5px);
    } */
    .h-200 {
        height: 200px;
    }

    .animation_offer {
        top: 120px;
    }
}

@media screen and (max-width: 991px) {
    .cardd-mobile-screen-margin {
        margin-top: 70px;
    }
}

.why-gub-card-customize {
    padding: 20px 0;
    color: #5f5e5e;
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .mtt-50 {
        margin-top: 50px;
    }

    .animation_offer h2 {
        font-size: 25px;
    }
    .mt-30 {
        margin-top: 80px;
    }
    .title-section{
        font-size: 1.4rem;
    }
}
/* @media(max-width: 900px) {
    .fluid-2 {
        margin-top: 4%;
    }
} */
@media(min-width: 1021px) {
    /* .fluid {
        padding-top: 0.8%;
    } */

    .fluid-1 {
        margin-top: 5%;
    }

    .fluid-2 {
        margin-top: 8%;
    }

}

@media(min-width:910px) and (max-width:1020px) {
    .fluid-1 {
        margin-top: 5%;
    }

    .fluid-2 {
        margin-top: 12%;
    }
}

.why-gub-card-head-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: -webkit-gradient( linear, left top, left bottom, from(#5255fe36), to(#e83d311e) ); */
    /* background: -o-linear-gradient(#5255fe36, #e83d311e); */
    background: linear-gradient(#5255fe36, #e83d311e);
    -webkit-transform: translateY(40px) scale(0.9);
    -ms-transform: translateY(40px) scale(0.9);
    transform: translateY(40px) scale(0.9);
    z-index: -1;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    opacity: 0.9;
}

.mtt-70 {
    margin-top: 70px;
}

.custom-submit-form-btn {
    padding: 10px;
    border-radius: 20px;
}

/* animation css */
.animation_offer {
    position: relative;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@-moz-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.animation_offer h2 {
    text-align: center;
    color: rgb(71, 71, 71);
    padding: 5px;
    --webkit-animation-name: blinker;
    --webkit-animation-duration: 0.6s;
    --webkit-animation-iteration-count: infinite;
    --webkit-animation-timing-function: ease-in-out;
    --webkit-animation-direction: alternate;
    margin-bottom: 0 !important;
    font-size: 25px;
    font-weight: bold;
    /* font-family: cursive; */
    font-family: "Roboto", sans-serif;
}
