/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/*google font*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

/*#exampleInputPassword1 {
    margin-bottom: 5px;
}*/

body {
    font-family: Ubuntu, sans-serif
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, sans-serif
}

.background_login {
    background-image: url(../img/Login\ Bg.jpg);
    background-size: cover;
    background-position: bottom
}

.background_register {
    background-image: url(../img/Login\ Bg.jpg);
    background-size: cover;
    background-position: bottom;
    height: 100vh
}

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none
}

.no-mar {
    margin: 0 !important
}

.no-pad {
    padding: 0 !important
}

.no-top-pad {
    padding-top: 0 !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.bg-theme {
    background-color: #ef525b
}

.bg-gray {
    background-color: #fafafa
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased
}

body {
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

img {
    max-width: 100%;
    height: auto
}

button,
input,
textarea {
    letter-spacing: 1px
}

.header-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3)
}

.menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo a {
    display: inline-block;
    width: 75%;
}

.logo a img {
    max-height: 100%
}

.main-menu {
    text-align: right
}

.main-menu nav ul li.abc {
    display: inline-block
}

.main-menu nav ul li a.xyz {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0;
    padding: 22px 25px;
    position: relative;
    padding-left: 0;
    text-decoration: none
}

.main-menu nav ul li a.xyz:hover {
    color: #ee4532
}

.main-menu nav ul li.active a.xyz {
    color: #ee4532
}

.main-menu nav ul li a.xyz:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 14px;
    height: 2px;
    width: 0%;
    background-color: #ee4532;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.main-menu nav ul li.active a:before,
.main-menu nav ul li:hover a:before {
    width: 70%
}

.slicknav_menu .slicknav_menutxt {
    display: none
}

.slicknav_menu {
    background: 0 0;
    margin-top: 21px
}

.slicknav_menu .slicknav_icon-bar {
    height: 3px;
    width: 29px;
    margin: 6px 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #999
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -51px;
    margin-right: 26px
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, 7px);
    -ms-transform: rotate(45deg) translate(0, 11px);
    transform: rotate(45deg) translate(0, 11px)
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    -ms-transform: rotate(-45deg) translateY(-13px);
    transform: rotate(-45deg) translateY(-13px)
}

.slicknav_menu {
    margin-top: 0
}

.slicknav_nav {
    background: #eee;
    margin: 10px;
    padding: 6px 0
}

.slicknav_nav a:hover {
    background: #fefefe none repeat scroll 0 0;
    border-radius: 0
}

.slicknav_nav a {
    font-size: 14px;
    letter-spacing: .01em
}

.slider-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    background: #fff;
}

.slider-img img {
    max-height: 100%
}

.slider-inner h2 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 49px
}

.slider-inner h5 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 50px;
    margin-top: 5px
}

.slider-inner a {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 200px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0
}

.slider-inner a i {
    position: absolute;
    left: 16px;
    top: 6px;
    height: 44px;
    width: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 16px;
    padding-left: 2px
}

.with-gradiant {
    position: relative
}

.with-gradiant:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#ffdc57), to(#5b1ffa)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, #ffdc57, #5b1ffa) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ffdc57, #5b1ffa) repeat scroll 0 0
}

.full-opacity:before {
    opacity: 1;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#ffdc57), to(#5b1ffa)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, #ffdc57, #5b1ffa) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ffdc57, #5b1ffa) repeat scroll 0 0
}

.warm-canvas {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#ffdc57), to(#5b1ffa)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, #ffdc57, #5b1ffa) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #ffdc57, #5b1ffa) repeat scroll 0 0
}

canvas.worms.sketch {
    max-width: 100%
}

.service-area {
    position: relative;
    margin-top: -100px;
    background-color: transparent
}

.service-single {
    padding: 40px 0;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.service-single img {
    max-width: 150px;
    margin-bottom: 33px
}

.service-single h2 {
    font-size: 30px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    margin-bottom: 10px
}

.service-single p {
    font-weight: 500;
    color: #666;
    font-size: 15px
}

.section-title {
    text-align: center;
    margin-bottom: 50px
}

/*start h1*/

.section-title .main_heading {
    font-size: 30px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    line-height: 37px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: Ubuntu, sans-serif !important;
}

.section-title.text-white .main_heading {
    color: #fff
}

.section-title .main_heading:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 130px;
    background-color: #db5ea5;
    left: calc(50% - 65px)
}

.section-title.text-white .main_heading:before {
    background-color: #fff
}

.section-title .main_heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 8px;
    width: 8px;
    background-color: #db5ea5;
    left: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section-title.text-white .main_heading:after {
    background-color: #fff
}

/*end h1*/

.section-title h2 {
    font-size: 30px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    line-height: 37px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.section-title.text-white h2 {
    color: #fff
}

.section-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 130px;
    background-color: #db5ea5;
    left: calc(50% - 65px)
}

.section-title.text-white h2:before {
    background-color: #fff
}

.section-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 8px;
    width: 8px;
    background-color: #db5ea5;
    left: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section-title.text-white h2:after {
    background-color: #fff
}

.section-title p {
    font-size: 20px;
    font-weight: 500;
    color: #666
}

.section-title.text-white p {
    color: #fff
}

.about-left-img img {
    max-width: 100%
}

.about-content p {
    color: #666;
    margin-bottom: 25px;
    font-size: 15px
}

.ft-content {
    margin-top: 76px
}

.ft-single {
    margin-bottom: 46px
}

.ft-single img {
    float: left;
    margin-right: 15px;
    width: 100px
}

.ft-content.rtl img {
    float: right;
    margin-left: 15px;
    margin-right: 0
}

.ft-content.rtl .meta-content {
    text-align: right
}

.ft-single h2 {
    font-size: 23px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 8px
}

.ft-single p {
    color: #666
}

.ft-screen-img {
    text-align: center
}

.ft-screen-img img {
    max-width: 100%
}

.achivement-area {
    position: relative;
    background: url(../img/bg/ach-bg-img.jpg) center center/cover no-repeat
}

.achivement-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(89, 30, 251, .9)
}

.ach-single {
    text-align: center
}

.ach-single .icon {
    font-size: 24px;
    color: #fff;
    margin-bottom: 35px
}

.ach-single>p,
.ach-single>span {
    font-size: 41px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 20px
}

.ach-single h5 {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0
}

.screen-area {
    position: relative
}

.screen-area img.screen-img {
    position: absolute;
    left: 50%;
    bottom: 82px;
    width: 506px;
    height: 546px;
    z-index: 111;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.screen-slider {
    margin-top: 116px
}

.screen-slider .owl-dots {
    text-align: center;
    margin-top: 130px
}

.screen-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #db5ea5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.screen-slider .owl-dots .active {
    background-color: #db5ea5
}

.single-tst {
    text-align: center;
    border: 2px solid #5a10fb;
    border-radius: 10px;
    margin-top: 109px;
    padding: 0 8%;
    padding-bottom: 24px
}

.single-tst img {
    max-width: 134px;
    margin: auto;
    position: relative;
    margin-top: -70px;
    z-index: 1;
    margin-bottom: 22px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.single-tst h4 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0
}

.single-tst span {
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    font-weight: 500
}

.single-tst p {
    color: #666;
    margin: 8px 0 20px
}

.tst-social li {
    display: inline-block
}

.tst-social li a {
    font-size: 20px;
    color: #555;
    margin: 0 5px
}

.tst-social li a:hover {
    color: #5a0efb
}

.testimonial-slider .owl-dots {
    text-align: center;
    margin-top: 50px
}

.testimonial-slider .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1px solid #5a10fb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.testimonial-slider .owl-dots .active {
    background-color: #5a10fb
}

.video-area {
    text-align: center;
    position: relative;
    background: url(../img/website-counter/videos-slide.jpeg) center center/cover no-repeat
}

.video-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.video-area h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 14px;
    line-height: 42px
}

.video-area p {
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

.video-area a {
    font-size: 22px;
    color: #7f21e6;
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    padding-left: 6px;
    background: #fff;
    display: inline-block;
    margin-top: 50px;
    padding-top: 14px;
}

.video-area a:after,
.video-area a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%
}

.video-area a:before {
    -webkit-animation: scaling 1s linear 0s infinite;
    animation: scaling 1s linear 0s infinite
}

.video-area a:after {
    -webkit-animation: scaling 1s linear .3s infinite;
    animation: scaling 1s linear .3s infinite
}

@-webkit-keyframes scaling {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    15% {
        opacity: .7;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes scaling {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    15% {
        opacity: .7;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }
}

.single-price {
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    padding-bottom: 35px;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #fff
}

.single-price:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.prc-head {
    background: #2793e6;
    text-align: center;
    padding-top: 12px
}

.prc-head span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 0;
    display: block
}

.prc-head h5 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 53px
}

.prc-head h5 small {
    color: #fff
}

.prc-head-drp {
    text-align: center;
}

.prc-head-drp span {
    font-size: 18px;
    font-weight: 500;
    color: #999;
    letter-spacing: 0;
    margin-bottom: 0;
    display: block
}

.prc-head-drp h6 {
    color: red;
    margin-bottom: 0;
    font-weight: 500;
}

.prc-head-drp h5 {
    font-size: 30px;
    color: #666;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 53px
}

.prc-head h5 small {
    color: #333
}

.single-price ul {
    text-align: left;
    margin-top: 10px;
    padding-left: 15px;
}

.single-price ul li {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 16px;
    margin-top: 19px;
    letter-spacing: 0
}

.single-price a.pricing_btn {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    border: 1px solid #2793e6;
    padding: 5px 21px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 44px
}

.single-price a:hover {
    color: #fff;
    background-color: #2793e6
}

.single-team {
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-team:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.team-thumb {
    margin: 40px 0
}

.team-thumb img {
    max-width: 160px;
    border-radius: 50%
}

.single-team h4 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0;
    margin-bottom: 8px
}

.single-team span {
    display: block;
    color: #666;
    font-weight: 400;
    letter-spacing: 0
}

.single-team ul {
    margin-top: 40px
}

.call-to-action {
    position: relative;
    z-index: 1;
    background: url(../img/bg/ach-bg-img.jpg) center center/cover no-repeat
}

.call-to-action:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(89, 30, 251, .9)
}

.download-btns a {
    margin: 0 32px;
    height: 50px;
    width: 195px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 33px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0
}

.download-btns a:hover {
    background-color: #fff;
    color: #5c1ef9
}

.download-btns a i {
    font-size: 19px;
    margin-right: 6px;
    vertical-align: middle
}

.single-post a {
    display: block;
    margin-bottom: 7px
}

.single-post a>img {
    border-radius: 5px 5px 0 0;
    max-width: 100%
}

.single-post .blog-meta ul li {
    display: inline-block;
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
    margin-right: 10px
}

.single-post .blog-meta ul li i {
    margin-right: 5px;
    color: #444
}

.single-post h2 a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 11px;
    margin-top: 7px;
    letter-spacing: 0
}

.single-post h2 a:hover {
    color: #5a10fb
}

.single-post p {
    color: #555;
    letter-spacing: .01em
}

/*===========================
END Blog Post
===========================*/

/*===========================
2.14 Clinet Area
===========================*/

.client-carousel img {
    border: 1px solid #8422f9;
    border-left: none;
    border-right: none;
    padding: 15px 0
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 17px;
    padding-left: 15px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    color: #222
}

.contact-form textarea {
    min-height: 100px
}

.contact-form #send {
    height: 45px;
    width: 150px;
    background: #db5ea5;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.contact-form #send:hover {
    background-color: #444
}

.contact_info {
    padding-left: 40px
}

.contact_info .s-info {
    margin-bottom: 14px
}

.s-info i {
    font-size: 21px;
    color: #db5ea5;
    float: left;
    margin-right: 14px;
    margin-top: 6px
}

.s-info .meta-content {
    overflow: hidden
}

.s-info .meta-content span {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    display: block
}

.c-social {
    margin-top: 25px
}

.c-social ul li {
    display: inline-block
}

.c-social ul li a {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #db5ea5;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-right: 6px
}

.c-social ul li a:hover {
    background-color: #444
}

.footer-area {
    height: auto;
    text-align: center;
    background-color: #f2f7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.footer-area p {
    color: #fff
}

.cust-width {
    width: 100%
}

.padding-remover {
    padding: 0
}

.list-item {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    padding: 15px 15px 26px
}

.blog-thumbnail {
    margin-bottom: 15px
}

.blog-thumbnail a {
    display: block
}

.blog-thumbnail a img {
    max-width: 100%
}

.list-item h2.blog-title a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    letter-spacing: 0;
    margin-bottom: 9px
}

.list-item h2.blog-title a:hover {
    color: #5b1ffa
}

.blog-meta ul li {
    display: inline-block;
    font-size: 14px;
    color: #272727;
    font-weight: 500;
    margin-right: 9px;
    width: 46%
}

.blog-meta ul li i {
    margin-right: 4px
}

.blog-summery {
    margin: 7px 0 25px
}

.blog-summery p {
    color: #696969;
    font-size: 15px
}

.blog-info h2.blog-title a {
    display: block;
    font-size: 18px;
    color: #444;
    letter-spacing: 0;
    margin-bottom: 10px
}

.blog-single-tags {
    margin-top: 67px
}

.blog-single-tags h2 {
    font-size: 24px;
    font-weight: 400;
    color: #444;
    letter-spacing: 0;
    margin-bottom: 32px;
    font-weight: 500;
    text-transform: uppercase
}

.blog-single-tags ul {
    list-style-type: none
}

.blog-single-tags ul li {
    display: inline-block
}

.blog-single-tags ul li a {
    display: inline-block;
    padding: 9px 15px;
    background: #db5ea5;
    color: #fff;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: .04em;
    font-size: 11px;
    margin-bottom: 11px;
    margin-right: 12px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.blog-single-tags ul li:last-child a {
    margin-bottom: 0
}

.comment-area {
    padding-bottom: 61px;
    border-bottom: 1px solid #efeaea
}

.comment-title h4 {
    font-size: 24px;
    font-weight: 400;
    color: #444;
    letter-spacing: 0
}

.comment-title h4 span {
    color: #ccc
}

.comment-area ul {
    list-style-type: none
}

.comment-info-inner article {
    padding: 51px 0 0 102px;
    position: relative
}

.comment-author {
    position: relative
}

.comment-author img {
    position: absolute;
    left: -103px;
    top: -1px;
    max-width: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 5px 7px -2px rgba(0, 0, 0, .3);
    box-shadow: 1px 5px 7px -2px rgba(0, 0, 0, .3)
}

.comment-author h2 {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    line-height: 13px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0
}

.meta-data {
    margin: 2px 0 10px
}

.meta-data p.category {
    font-size: 12px;
    font-weight: 600;
    color: #333
}

.meta-data p.category span {
    color: #ef4836
}

.comment-content p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: .02em;
    line-height: 26px
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 48px
}

.children {
    padding-left: 104px
}

.comment-title h4,
.related-post .rl-post-title h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #444;
    margin-bottom: 47px
}

.related-post-list .single-blog {
    padding: 0
}

.related-post-list>div>div:last-child .single-blog {
    margin-bottom: 0
}

.related-post-list .blog-content {
    padding: 0 15px 20px
}

.comment-title,
.rl-post-title {
    margin-top: 62px
}

.leave-comment form input[type=text] {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: none;
    color: #666;
    padding-left: 15px;
    font-size: 14px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.leave-comment form textarea {
    width: 100%;
    max-width: 100%;
    height: 176px;
    min-height: 176px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: none;
    padding-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding-top: 7px
}

.leave-comment form input[type=text]::-webkit-input-placeholder,
.leave-comment form textarea::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.leave-comment form input[type=text]::-moz-placeholder,
.leave-comment form textarea::-moz-placeholder {
    color: #666;
    opacity: 1
}

.leave-comment form input[type=text]:-ms-input-placeholder,
.leave-comment form textarea:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.leave-comment form input[type=text]:-moz-placeholder,
.leave-comment form textarea:-moz-placeholder {
    color: #666;
    opacity: 1
}

.leave-comment form input[type=text]:focus,
.leave-comment form textarea:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(241, 80, 89, .3);
    box-shadow: 0 0 5px rgba(241, 80, 89, .3)
}

.leave-comment form input#comment-submit {
    background: #5b1ffa;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .01em;
    color: #fff;
    padding: 14px 15px;
    line-height: 14px;
    border-radius: 2px;
    outline: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.leave-comment form input#comment-submit:hover {
    background: #f73540;
    color: #fff
}

.crumbs-area {
    width: 100%;
    background: #ece4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative
}

.crumbs-inner {
    width: 100%;
    margin-top: 72px;
    padding: 120px 0
}

.crumbs-inner h2 {
    text-transform: uppercase;
    color: #5b1ffa;
    letter-spacing: .05em;
    margin-bottom: 12px;
    font-size: 36px
}

.crumbs-inner ul li {
    display: inline-block
}

.crumbs-inner ul li a,
.crumbs-inner ul li span {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    color: #5b1ffa
}

.crumbs-inner ul li a {
    margin-right: 22px;
    position: relative
}

.crumbs-inner ul li a:before {
    content: '/';
    position: absolute;
    right: -16px;
    top: 0
}

.crumbs-inner ul li span {
    color: #444;
    font-weight: 600
}

.blog-post-area {
    padding-top: 60px
}

.blog-post-area .list-item {
    margin-bottom: 30px
}

.pagination-area {
    padding-bottom: 100px;
    padding-top: 20px
}

.pagination {
    text-align: center;
    width: 100%
}

.pagination ul {
    display: inline-block;
    background: #2793e6;
    padding: 4px 7px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.pagination ul li {
    display: inline-block
}

.pagination ul li a,
.pagination ul li span {
    display: block;
    padding: 10px 10px;
    color: #fff;
    letter-spacing: .01em;
    font-weight: 500;
    border-bottom: 1px solid transparent
}

.pagination ul li a:hover,
.pagination ul li span {
    color: #fff;
    border-bottom: 1px solid #fff
}

.flex-left-sidebar>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.sidebar--area {
    padding-left: 40px
}

.widget {
    margin-bottom: 50px
}

.widget:last-child {
    margin-bottom: 0
}

.widget-search form {
    position: relative
}

.widget-search form input {
    width: 100%;
    height: 45px;
    padding: 0 45px 0 15px;
    background: 0 0;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #444;
    letter-spacing: .02em;
    border-radius: 2px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.widget-search form input:focus {
    border-color: #e8313b
}

.widget-search form input:focus~button {
    color: #fff;
    background-color: #e8313b
}

.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background: #5b1ffa;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.widget-title {
    margin-bottom: 30px;
    background: #2793e6;
    padding: 8px 10px;
    border-radius: 2px
}

.widget-title h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
    line-height: 21px
}

.rc-single-post {
    overflow: hidden;
    margin-bottom: 20px
}

.rc-single-post:last-child {
    margin-bottom: 0
}

.meta-thumb {
    float: left;
    margin-right: 20px
}

.meta-thumb a {
    display: inline-block
}

.meta-thumb a img {
    max-width: 100%;
    max-width: 66px
}

.meta--content {
    overflow: hidden
}

.meta--content a {
    display: block;
    font-size: 16px;
    letter-spacing: .01em;
    color: #535151;
    line-height: 22px;
    font-family: Lato, sans-serif;
    margin-top: -3px
}

.meta--content a:hover {
    color: #5b1ffa
}

.meta--content span.up-time {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    color: #888
}

.widget--archive-list ul,
.widget--category-list ul {
    list-style-type: none
}

.widget--archive-list ul li:last-child,
.widget--category-list ul li:last-child {
    margin-bottom: -10px
}

.sidebar--area .widget-nav-menu ul li a,
.widget--archive-list ul li a,
.widget--category-list ul li a {
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 20px;
    color: #555;
    display: block;
    margin-bottom: 22px
}

.sidebar--area .widget-nav-menu ul li a:hover,
.sidebar--area .widget-nav-menu ul li a:hover::before,
.widget--archive-list ul li a:hover,
.widget--archive-list ul li a:hover::before,
.widget--category-list ul li a:hover,
.widget--category-list ul li a:hover::before {
    color: #5b1ffa
}

.widget--archive-list ul li a span,
.widget--category-list ul li a span {
    color: #c2b8b8
}

.widget-tag-list a {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    background: #db5ea5;
    color: #fff;
    padding: 7px 13px;
    margin-bottom: 5px;
    letter-spacing: 0;
    line-height: 15px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-right: 8px
}

.cust-align-copy {
    text-align: left;
    color: #000
}

.cust-align {
    text-align: right;
    color: #fff
}

.cust-align a {
    color: #000
}

.padding_div {
    padding-left: 0;
    padding-right: 0
}

.padding_section {
    padding-top: 45px
}

.margin_div {
    margin-top: 15px
}

.card_bottom {
    margin-bottom: 33px
}

.margin_top_div {
    margin-top: 50px
}

/* .logo img {
    height: 55px
} */

.carousel-inner img {
    width: 100%;
    height: 100%
}

.carousel-width {
    width: 5%
}

.instructions {
    text-align: center;
    font-size: 20px;
    margin: 15vh
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .75);
    opacity: .85;
    -moz-opacity: .85;
    z-index: 99999;
    display: none
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 65%;
    height: 346px;
    top: 5%;
    left: 20%;
    background-color: transparent;
    border: none;
    z-index: 99999;
    padding: 10px 20px
}

#btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    font-weight: 600
}

#delayedPopup>div.formDescription {
    float: left;
    display: block;
    width: 44%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left
}

#delayedPopup>div.formDescription h2 {
    color: #444;
    font-size: 36px;
    line-height: 40px
}

/*
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */

#delayedPopup #mc_embed_signup {
    float: left;
    width: 92%;
    padding: 1%;
    display: block;
    font-size: 16px;
    color: #666;
    margin-left: 1%
}

#delayedPopup #mc-embedded-subscribe-form input {
    width: 95%;
    height: 30px;
    font-size: 18px;
    padding: 3px;
    margin-bottom: 5px
}

#delayedPopup #mc-embedded-subscribe-form input:hover {
    border: solid 2px #40c348;
    -webkit-box-shadow: 0 1px 3px #aaa;
    box-shadow: 0 1px 3px #aaa
}

#delayedPopup #mc-embedded-subscribe-form input:focus {
    border: solid 2px #40c348;
    -webkit-box-shadow: none;
    box-shadow: none
}

#delayedPopup #mc-embedded-subscribe {
    width: 100% !important;
    height: 40px !important;
    margin: 10px auto 0 auto;
    background: #5d9e62;
    border: none;
    color: #fff
}

#delayedPopup #mc-embedded-subscribe:hover {
    background: #40c348;
    color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer
}

.resend_otp {
    background: 0 0;
    border: none;
    text-decoration: underline;
    color: #111;
    float: right
}

.register_otp {
    display: none
}

.pricing_margin {
    margin-top: -5%;
    margin-bottom: 3%
}

.combo_index {
    z-index: 99
}

.about_back_color {
    /* background-color: #f2f7f9 */
}

.cust-bred h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px
}

.cust-bred h3 {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0
}

.cust-bred a {
    color: #00b2ff;
    font-size: 15px
}

.cust-bred span {
    color: #fff
}

.flout-r {
    float: right
}

.contact-form #search {
    height: 30px;
    width: 90px;
    background: #db5ea5;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0
}

.contact-form select {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    color: #222
}

.contact-form label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px
}

.cont-div-pad {
    background: #e2e2e2;
    padding: 15px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3)
}

.cont-div-pad h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px
}

.search-ul {
    width: 95%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    vertical-align: top
}

.search-count {
    padding: 10px;
    margin-bottom: 10px;
    background: #794898;
    color: #fff;
    border-radius: 10px
}

.search-count h2 {
    color: #fff
}

.search-count h2 .badge {
    background-color: #df656e !important;
    border-radius: 50px !important;
    padding: 10px !important
}

.city_select {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important
}

.search_input {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.search_button {
    width: 59%;
    height: 45px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;

}

.search_input_text {
    border-radius: 0;
    border-left: 1px solid #ccc;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    height: 48px !important;
    font-size: 13px;
}

.form_padding {
    padding: 0
}

.search_form {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background: rgb(35, 132, 207, .9);
    left: 0;
    display: none;
}

.search_form1 {
    padding: 2px;
    height: 65px;
    position: relative
}

.timeline {
    position: relative;
    padding: 4px 0 0 0;
    margin-top: 22px;
    list-style: none
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right: -100px
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left: -100px
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both;
    min-height: 170px
}

.timeline>li .timeline-panel {
    position: relative;
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 2px solid #f0f0f0;
    border-radius: 100%;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 5px #4582ec;
    box-shadow: 0 0 5px #4582ec;
    width: 153px;
    height: 153px;
    margin-left: -100px
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 22px;
    margin-bottom: 4px;
    padding: 0;
    color: #b3b3b3
}

.timeline .timeline-heading h4.subheading {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 18px;
    color: #333
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color: grey
}

.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height: 335px;
    background-color: #3b5998;
    -ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
    -webkit-box-shadow: 0 0 5px #4582ec;
    box-shadow: 0 0 5px #4582ec
}

.timeline>li:nth-child(even) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height: 340px;
    background-color: #3b5998;
    -ms-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    -webkit-box-shadow: 0 0 5px #4582ec;
    box-shadow: 0 0 5px #4582ec
}

@media (min-width: 992px) and (max-width: 1199px) {
    .timeline>li:nth-child(even) {
        margin-bottom: 0;
        min-height: 0;
        right: 0
    }

    .timeline>li:nth-child(odd) {
        margin-bottom: 0;
        min-height: 0;
        left: 0
    }

    .timeline>li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0
    }

    .timeline>li:nth-child(odd) .timeline-image {
        left: 690px;
        margin-left: 0
    }

    .timeline>li:nth-child(even) .timeline-panel {
        width: 76%;
        padding: 0 0 20px 0;
        text-align: left
    }

    .timeline>li:nth-child(odd) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0;
        text-align: right
    }

    .timeline>li .line {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .timeline>li:nth-child(even) {
        margin-bottom: 0;
        min-height: 0;
        right: 0
    }

    .timeline>li:nth-child(odd) {
        margin-bottom: 0;
        min-height: 0;
        left: 0
    }

    .timeline>li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0
    }

    .timeline>li:nth-child(odd) .timeline-image {
        left: 520px;
        margin-left: 0
    }

    .timeline>li:nth-child(even) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0;
        text-align: left
    }

    .timeline>li:nth-child(odd) .timeline-panel {
        width: 70%;
        padding: 0 40px 20px 0;
        text-align: right
    }

    .timeline>li .line {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .timeline>li:nth-child(even) {
        margin-bottom: 0;
        min-height: 0;
        right: 0
    }

    .timeline>li:nth-child(odd) {
        margin-bottom: 0;
        min-height: 0;
        left: 0
    }

    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        margin-bottom: 0;
        display: inherit
    }

    .timeline>li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0;
        margin-top: 31px
    }

    .timeline>li:nth-child(odd) .timeline-image {
        float: right;
        right: 0 !important;
        margin-right: 0
    }

    .timeline>li:nth-child(even) .timeline-panel {
        width: 100%;
        padding: 0 0 20px 36%
    }

    .timeline>li:nth-child(odd) .timeline-panel {
        width: 100%;
        padding: 0 36% 20px 0
    }

    .timeline>li .line {
        display: none
    }
}

.search-title h4 {
    color: #fff;
    position: absolute;
    top: -24px;
    padding-bottom: 4px;
    left: -39px;
    padding: 5px 19px;
    z-index: 999;
    border-radius: 8px;
    background-color: #3890d3;
    font-size: 16px;
    font-weight: 500
}

.left-content-download {
    padding: 6% 0 0 6%;
    margin-bottom: 44px
}

.right-content-download {
    padding: 4% 0 0 6%;
    margin-bottom: 44px
}

.download_app {
    padding: 10px 0 0 0;
    color: #fff;
    overflow: hidden
}

.download_app h3 {
    text-align: center;
    font-size: 38px;
    color: #fff
}

.download_app h6 {
    text-align: center;
    color: #a9a9a9;
    margin-top: 10px;
    font-size: 23px
}

.playstore-icon {
    text-align: center;
    height: 120px;
    width: 290px
}

.download-icon {
    text-align: right;
    height: auto;
    width: 52%
}

.display_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile_image {
    margin-top: 15%
}

.app_feature_ul .fa-star {
    color: gold
}

.inner-bannerr {
    background: url(../img/bread/breadcrumbs.jpg);
    background-size: cover;
    height: 107px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 63px
}

.inner-bannerr:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .45
}

.cust-bred {
    top: 25%;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 11%
}

.cust-bred h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px
}

.cust-bred h3 {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 0
}

.cust-bred a {
    color: #00b2ff;
    font-size: 15px
}

.cust-bred span {
    color: #fff
}

.flout-r {
    float: right
}

.contact-form #search {
    height: 30px;
    width: 90px;
    background: #db5ea5;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0
}

.contact-form select {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #222;
    border-bottom: 1px solid #b9b9b9;
    border-top: none;
    border-right: none;
    border-left: none
}

.contact-form label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px
}

.cont-div-pad {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .3)
}

.cont-div-pad input {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #222;
    border-bottom: 1px solid #b9b9b9;
    border-top: none;
    border-right: none;
    border-left: none
}

.cont-div-pad h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #db5ea5
}

.search-ul {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    vertical-align: top
}

.search-ul>img {
    width: 100%
}

.search-ul>li {
    width: 48.5%;
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    height: auto;
}

/*
.search-ul > li:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}
*/

.search-ul>li i {
    font-size: 15px;
    color: #df656e;
    margin-right: 5px
}

.search-ul>li p {
    color: #000
}

.search-count {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    color: #fff
}

.search-count h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500
}

.search-count h2 .badge {
    background-color: #df656e !important;
    padding: 5px !important
}

.btnn {
    padding: 3px;
    border-radius: 3px;
    margin: 8px 0 8px 0;
    color: #fff !important;
    background-color: #fbdedb;
    display: inline-block;
    background: #db5ea5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: sans-serif;
    font-weight: 800;
    font-size: .85em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 -.3rem 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -.3rem 0 rgba(0, 0, 0, .1) inset;
    position: relative
}

.btnn:hover {
    color: #fff
}

.cust-btn {
    width: 100%;
    font-size: 10px;
    font-weight: 700
}

.contact-form-btm input {
    width: 43%;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    color: #222
}

.contact-form-btm #btm-seach {
    height: 45px;
    width: 100px;
    background: #db5ea5;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0
}

.contact-form-btm {
    width: 80%;
    margin: 0 auto
}

.cust-btnn {
    width: 75%;
    font-size: 10px;
    font-weight: 700;
    float: right
}

.cust-pos-img {
    position: relative
}

.cust-pos-img img {
    height: 100px;
    width: 100px;
}

.search-ul>li h5,
h6,
p {
    font-size: 14px;
    margin-bottom: 7px;
}

.social {
    list-style-type: none;
    position: absolute;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    font-size: 30px;
    top: 75px;
    left: -10px
}

.social li {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: inherit;
    overflow: hidden;
    background: 0 0;
    width: 21%;
    border: unset
}

.social li i {
    font-size: 20px
}

.color-fb {
    color: #3e5b99 !important
}

.color-insta {
    color: #d21160 !important
}

.color-youtube {
    color: #ff001b !important
}

.color-twitter {
    color: #00acee !important
}

.color-linkedin {
    color: #0077b5 !important
}

.padding-remover {
    padding: 0
}

.search-border {
    border: 1px solid #ccc;
    padding-bottom: 10px
}

.carousel-control.right {
    background-image: none
}

.carousel-control.left {
    background-image: none
}

.padding_right {
    padding-right: 0
}

.msg {
    padding-bottom: 15px
}

.open_in_app {
    color: #fff;
    background: #3890d3;
    padding: 7px;
    height: auto;
    width: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    right: -4%;
    top: 48%;
    border-radius: 10px 10px 0 0;
    z-index: 999
}

.open_in_app a {
    color: #fff;
    font-size: 13px
}

.form_input_height {
    height: 48px !important;
    font-size: 13px
}

.search_form_margin {
    margin-top: 15px
}

#slider_right span {
    background: #0a4f8b;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-top: 16px;
    border-radius: 50px;
}

#slider_left span {
    background: #0a4f8b;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding-top: 16px;
    border-radius: 50px;
}

.slider-area {
    height: auto;
    overflow: hidden;
    margin-top: 73px;
}

.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 9px
}

.carousel-indicators .active {
    width: 40px;
    height: 10px;
    margin: 0;
    background-color: #fff
}

.process-img {
    width: 98%;
    margin: 0 auto
}

.process-padding {
    padding-bottom: 20%
}

.modal_header_padding {
    padding: 10px 12px;
    background-color: #f1f1f1
}

.modal_header_padding h4 {
    color: #237abe;
    font-size: 14px
}

.btn-primary {
    color: #fff;
    background-color: #db5ea5;
    border-color: #db5ea5
}

.btn-primary:hover {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.modal_body_padding {
    padding: 11px 15px 11px 15px
}

.modal_width {
    width: 20%
}

.modal-header .close {
    margin-top: -20px
}

.modal_popup {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 999999;
    overflow: hidden;
    display: block
}

.modal_content_border {
    border: none;
    overflow: hidden
}

.modal_footer_padding {
    padding: 5px
}

.innerpage-banner {
    background-size: cover;
    margin-top: 5%;
    background-position: center;
    background-repeat: no-repeat
}

.inner-page-layer {
    background: rgba(0, 0, 0, .1);
    height: 116px;
    position: relative;
    /* margin-top: 5%; */
}

.inner-page-layer h6 {
    text-align: center;
    top: 50%;
    color: #fff;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    width: 100%
}

.inner-page-layer h5 {
    text-align: center;
    top: 18%;
    color: #fff;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    width: 100%
}

.inner-page-layer a {
    color: #3890d3;
    font-size: 15px
}

.search-img {
    position: absolute;
    bottom: 0;
    right: -177%;
    width: 32%
}

.prc-head h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 0;
    display: block
}

.alert_padding {
    padding: 13px
}

.get_an_app_button {
    background: #db5ea5;
    color: #fff
}

/*.blogs_social_icon img{*/
/*width:60px;*/
/*height:60px;*/
/*}*/

.blogs_buttons a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    border: 1px solid #2793e6;
    padding: 5px 13px;
    border-radius: 3px;
    display: inline-block;
    background-color: #2793e6;
    width: 100%
}

.blogs_buttons a:hover {
    color: #333;
    background-color: #fff;
    border: 1px solid #2793e6
}

.blogs_buttons_read_more a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    background-color: #fff;
    border: 1px solid #2793e6;
    padding: 5px 21px;
    border-radius: 3px;
    display: inline-block;
    width: 100%
}

.blogs_buttons_read_more a:hover {
    color: #fff;
    background-color: #2793e6;
    border: 1px solid #2793e6
}

.social_blog_left_menu {
    color: #fff;
    background: 0 0;
    padding: 7px;
    height: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: fixed;
    left: 0;
    top: 48%;
    border-radius: 10px;
    z-index: 999;
    display: table;
    width: 1px
}

.social_blog_left_menu a {
    color: #fff;
    font-size: 13px
}

.blogs_social_icon i {
    width: 50px;
    height: 50px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 15px
}

.blog_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.blog_ul li.blog_li {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    height: inherit;
    width: 33%
}

.foreach_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.foreach_ul li.foreach_li {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    height: inherit;
    width: 32%
}

.info-video iframe {
    width: 100%;
    height: 400px
}

.blog-summery a {
    color: #2793e6
}

.blogger-social {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    font-size: 30px
}

.blogger-social li {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 4px 0 0 0;
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.blogger-social li i {
    font-size: 30px
}

.blogger-social li span {
    color: #000;
    font-size: 13px
}

.footer-social a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.footer-social a {
    border: 2px solid #464646;
    border-radius: 50%;
    color: #b8b8b8;
    display: inline-block;
    font-size: 18px;
    height: 48px;
    line-height: 45px;
    margin: 0 3px;
    width: 48px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    margin-top: 11%
}

.footer-social a.instagram {
    color: #fff;
    background-color: #c13584;
    border-color: #c13584
}

.footer-social a.facebook:hover,
.footer-social a.instagram:hover {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .9);
    box-shadow: 0 0 20px rgba(255, 255, 255, .9);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.terms {
    text-align: right
}

.terms a {
    color: #fff
}

.terms a:hover {
    color: #fff
}

.terms_and_condition_content_point h5 {
    color: #2793e6
}

ul.privacy_li {
    list-style-type: square;
    padding-left: 20px
}

.refund_heading h3 {
    color: #2793e6
}

.background_dealer_img {
    background-image: url('../../assets/img/graphics back.jpg');
    background-size: cover;
    height: 100vh
}

.footer_logo {
    border-radius: unset;
    width: 150px;
    margin-bottom: 21px
}

.about_us h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    line-height: 37px;
    position: relative;
    margin-bottom: 15px
}

.img_gallery_size {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer
}

.view_more {
    border-radius: 23px
}

.footer_area p {
    color: #000
}

.footer_area a {
    color: #000
}

.footer_area {
    background: #fff
}

.social_icon .fa {
    padding: 7px;
    font-size: 18px;
    width: 35px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    height: 35px
}

.social_icon .fab {
    padding: 7px;
    font-size: 18px;
    width: 35px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    height: 35px
}

.social_icon .fa:hover {
    opacity: .7
}

.social_icon .fa-facebook {
    background: #3b5998;
    color: #fff
}

.social_icon .fa-twitter {
    background: #55acee;
    color: #fff
}

.social_icon .fa-google {
    background: #dd4b39;
    color: #fff
}

.social_icon .fa-linkedin {
    background: #007bb5;
    color: #fff
}

.fa-youtube {
    background: #b00;
    color: #fff
}

.fa-instagram {
    background: #125688;
    color: #fff
}

.feature_margin_bottom {
    margin-bottom: 50px
}

#pagingg ul.pagination {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font: 12px Tahoma;
    list-style-type: none
}

#pagingg ul.pagination li.details {
    padding: 7px 10px 7px 10px;
    font-size: 14px
}

#pagingg ul.pagination li {
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 5px
}

#pagingg ul.pagination li:first-child {
    margin-left: 0
}

#pagingg ul.pagination li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 7px 10px 7px 10px
}

#pagingg ul.pagination li a img {
    border: none
}

ul.pagination li.details {
    color: #699613
}

ul.pagination li a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 9px 6px 9px
}

ul.pagination li a {
    color: #fff;
    background: #db5ea5
}

ul.pagination li a.current,
ul.pagination li a:hover {
    color: #fff;
    background: #000
}

#pagingg {
    float: right
}

#screenshot-img {
    position: absolute;
    top: 29px;
    left: 312px;
    z-index: 9
}

.image {
    display: inline-block;
    float: left
}

.image img {
    width: 80px;
    border-radius: 50%;
    border: 3px solid transparent
}

.text-exp {
    padding: 0% 0 3% 8%;
    display: inline-block
}

.text-exp .name {
    font-size: 17px;
    font-weight: 700;
    margin-top: 5px;
    color: #555
}

.text-exp .desc {
    font-size: 15px;
    color: #999
}

.carousel-indicators {
    position: unset;
    background: 0 0;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
    text-align: left
}

.carousel-indicators a {
    position: relative;
    text-indent: unset;
    background: 0 0;
    border: 2px solid #196291;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
    min-height: 120px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.carousel-indicators .active {
    position: relative;
    text-indent: unset;
    padding: 9px;
    border-radius: 5px;
    min-height: 120px;
    margin: 6px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background: #56698f;
    border: none;
    -webkit-box-shadow: 0 0 10px 3px #ccc;
    box-shadow: 0 0 10px 3px #ccc;
    color: #fff;
}

.carousel-indicators .active .text-exp .name {
    color: #fff
}

.carousel-indicators .active .text-exp .desc {
    color: #efefef
}

.carousel-indicators2 {
    position: unset;
    background: 0 0;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    list-style-type: none
}

.carousel-indicators2 a {
    position: relative;
    text-indent: unset;
    background: 0 0;
    border: 2px solid #196291;
    color: #fff;
    padding: 9px;
    border-radius: 5px;
    min-height: 120px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.carousel-indicators2 .active {
    position: relative;
    text-indent: unset;
    padding: 9px;
    border-radius: 5px;
    min-height: 120px;
    margin: 6px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background: #56698f;
    border: none;
    -webkit-box-shadow: 0 0 10px 3px #ccc;
    box-shadow: 0 0 10px 3px #ccc;
    color: #fff;
}

.carousel-indicators2 .active .text-exp .name {
    color: #fff
}

.carousel-indicators2 .active .text-exp .desc {
    color: #efefef
}

.bx-wrapper {
    position: relative;
    margin: 90px 0 40px 52px;
    padding: 0;
    -ms-touch-action: pan-y;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: unset !important;
    /* max-width: 68% !important */
}

.bx-controls {
    display: none
}

.sectionClass {
    position: relative;
    display: block
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0;
    text-align: center;
    min-height: 20px
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e
}

.projectFactsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f1f1f1;
}

.projectFactsWrap img {
    width: 100%;
    margin-bottom: 5%
}

#projectFacts .fullWidth {
    padding: 0
}

.projectFactsWrap .item {
    width: 20%;
    height: 100%;
    padding: 20px;
    text-align: center
}

.projectFactsWrap .item p.number {
    font-size: 26px;
    padding: 0;
    font-weight: 700;
    display: inline-block;
    width: auto;
}

.projectFactsWrap .item p {
    color: #555;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}

.projectFactsWrap .item span {
    width: 50px;
    background: #7e71b1;
    height: 2px;
    display: block;
    margin: 10px auto
}

.projectFactsWrap .item i {
    font-size: 26px;
    color: #555;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: #555
}

.projectFactsWrap .item:hover span {
    background: #7e71b1
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
    z-index: 0
}

::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent))
}

.counter-icon:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.covered_city img {
    margin-bottom: 4%;
    width: 31%
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#fdfdf {
    display: block;
    position: relative;
    margin: 20px auto 25px auto;
    content: '';
    width: 15%;
    border-top: 2px solid #444;
    opacity: .9;
    border-color: #eee
}

.video-title {
    font-size: 27px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#sign-in-video {
    width: 84%;
    height: 314px;
    position: absolute;
    top: 38px;
    border: none;
    left: 55px;
}

#register-video {
    position: absolute;
    width: 79%;
    height: 289px;
    border: none;
    left: 60px;
    top: 14px
}

.html5-video-player a {
    display: none !important
}

.ytp-big-mode .ytp-chrome-top .ytp-watch-later-button,
.ytp-chrome-top .ytp-watch-later-button {
    display: none !important
}

.ytp-big-mode .ytp-chrome-top .ytp-share-button,
.ytp-chrome-top .ytp-share-button {
    display: none !important
}

.frame-video {
    position: relative;
    background: url(../img/laptop.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

/*end counter*/

.spinner img {
    position: fixed;
    left: 42%;
    top: 40%;
    z-index: 999;
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
}

.original_price {
    font-size: 22px;
    font-family: Ubuntu, sans-serif !important;
    margin-left: 11px;
    color: #ddd;
}

.sitemap ul {
    width: 100%;
    padding: 0;
    margin: 0 0 80px 0;
    list-style-type: none;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

.sitemap ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0;
    padding: 22px 25px;
    position: relative;
    padding-left: 0;
    text-decoration: none;
    text-align: center;
    width: 19%;
}

.sitemap ul li a {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.sitemapkeyword ul {
    width: 100%;
    padding: 0;
    margin: 0 0 80px 0;
    list-style-type: none;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

.sitemapkeyword ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0;
    padding: 22px 25px;
    position: relative;
    padding-left: 0;
    text-decoration: none;

    width: 23%;
}

.sitemapkeyword ul li a {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.sitemapheading {
    color: #3890d3;
}

.footer_keywords {
    margin-top: 10px;
}

.digitalcard_demo {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 20px;
    border-radius: 5px;
    background: #3890d3 !important;
    text-shadow: #1c486a -2px 1px 0px !important;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none;
}

.digitalcard_demo:hover {
    width: unset;
}

.digitalcard_demo:before {
    content: "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px !important;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEvElEQVRIiX2WS2xUZRTHf+fOvbfzKGVmGGbAKY2pRR4iQTCSKDHUGDfsjDEuaMLOQCwmRoP4CAsTEnfEcQExxujAhriRhI0xVRNCQPGF2hKI8giF4dWZznTazp0733Exdx4tyEm+fCf3nu88/985nwAWD6HEyGgf8CywEcgEn+8A54HTxXyu9LDzEhgwiw0lRkbXA/uAl0GioIF4N+kscAL4uJjPnV+kxwBWtwEA4iNvuIIcAN4WERdAFSTQrW1D2vFR1QcOqfJh6WhuPvhhAWaB1xf/+XdPqjf2zUAq8V4yFnV3Pb8VJxTila2bsC2LFzesIeI4gW5p7gqI2E2HOBmktBVBO0Ukdu61rh0+WCmUyuEe1+XSjQLDG9dzafImq7Mr+eXSZZ4YyLJu7wdUal4rRV1pa/Kq+q2gO6bynxoAu21N9K2a74eHsitRVfpTSUSE1dmVADz9+CC+73eyH6RIFvEIL6nKu8BBwNhBQfuBA8bAxOUSapQH0WOremnVpGPogfz7iZHRo8V87korgt0i0j79YPUdEgFUiBhDwq+T9nwyXnO3gGOZZLgujALv2Mmdo5bCa92npctFr1SmXriFNXWPq7NFdl0tkJirkfbq9DUMjiqoBukRVJWf+qKMR8OvJkZG99sqDACD2lIaRDAz8Rezh47gl6bbsU8Bz7VCCORDEWXVCzUiqQbVGyGufRdmheczHqUfGLKBtSKdCyQiCMr83xPUi2WskIUb6SHcGyW8JEq4r7mLCBPf/8bSwTrZbTUAlg76XP8xTMarI81o1tpAsvsiGVVUwcqkEZR1w1tIrkojEuCeprAag2UJ9WrzKqkolitYtpL22mhL2oCPdAobsgRjILTyEUQb1OdqTSiqYvwG3lyN+coc85UqYgnVyRC3f3cQoHLdxp8TMlpvQde3geuii3qMgJ2Ig2MzOX6FO1duMl+Zw5urYfzGYkxx6XhswZfldR9LwcANG2FcVT0RXFAaRjEGrEgUemPMFmeYLVaCwrY6Q9Cf7BDO8iTO8gSo0rtlA86KFO6JMZY06v50yDpveyFKrs9phe0gOLY0ayBhSqkkMl+np38FTiZFY6ZK37YtOMvizF+exEnFAcEr3KFy9g8qP/9JvXAHrzhN72D23LTt3LarX+RwR0Y/Q9kO0Ghos9BYkEwSS8aJPbWeeuEu3mSB4skfqN8rYWZmm/hXgydKMWRxy3W47dpcWJFgssf5vPjVoWYvUvhaYJ8lbBzsX9LOpW4aonDkOLNnfiUU6cHOLONUqcxN2+J2egkF16EQDjNt29Qsq4muZh4vqHIUMO15kBgZfebiJx+dLc9IG1HG90hVClwOjRNPP8pAfDNDe/ZTrtX4fxIf1eFiPncKuqZYMZ87F3XdWdu2cELNFYtG6FmbpRqbJtmbXQgzDVY3r2JQfbOYz50OdFvdA8eIgOtY7eU4ISJ2nIGlm7lwd6xbPYiCaDfvgb4OcpjOhDR2lwE0KHJbkRgUQ7lWYM2y4S65jkzQw84I7J7K537vdhg6AwfAskTIphdeGoAnMzsAOgNHBdACMAZ8CToWTLD7XijdBky1Wj3keV74PgstAWNIxCLHyvO1AnC3mM95LHw03Mf/B32tHIOXD87QAAAAAElFTkSuQmCC") no-repeat left center transparent;
    background-size: 100% 100%;
}

.footer_tags {
    font-size: 16px;
    font-weight: 500;
}

/*Subscription plan page design start*/
.ul_subcription_list {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ul_subcription_list li {
    width: 97%;
    height: auto;
    display: inline-block;
    margin-left: 11px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center;
}

.container_k {
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    padding: 23px;
    color: #DB5EA5;
    text-align: left;
}

.container_k::after {
    content: "";
    background: #DB5EA5;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-clip-path: circle(10% at 0% 0%);
    clip-path: circle(10% at 0% 0%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.content_k {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.container_k:hover::after {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
    color: white;
}

.container_k:hover .content_k {
    color: white;
}

.btn_buy_now_sub {
    background-color: #DB5EA5;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: white;
}

/*Subscription plan page design end*/

/* The container */
.radio_plan {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
}

/* Hide the browser's default radio button */
.radio_plan input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_plan:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_plan input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.icon-background1 {
    font-size: 70px;
    left: -10px;
    color: #c5e1a5;
}

/* Show the indicator (dot/circle) when checked */
.radio_plan input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_plan .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* start success page*/

.success_msg_main_div_k {
    background: white;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    padding: 25px 30px;
    color: #DB5EA5;
    margin-top: 80px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.18);
}

.btn_success_btn_sub {
    background-color: #DB5EA5;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: white;
}

.icon_checkmark_design {
    text-align: center;
    font-size: 33px;
    top: 15px;

}

.container_k::after {
    content: "";
    background: #f983c6;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-clip-path: circle(10% at 0% 0%);
    clip-path: circle(10% at 0% 0%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.table-borderless tbody tr td {
    border: none;
    font-size: 14px;
}

.table-borderless tbody tr a {
    color: #0000ff;
    cursor: pointer;
    font-size: 11px;
}

.cust-model-width {
    width: 25%;
}

.main_div {
    width: 100%;
    display: inline-block;
    background: #e0e0e0;
}

.first_right_div {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    background: url("../img/payment.jpeg") no-repeat;
    background-size: cover;
    padding: 60px 40px 157px;
    text-align: center;
    margin: 0 auto;
    max-height: 100%;
    height: auto;
}

.title-h3 {
    width: 60%;
    margin: 10px auto;
}

.title-h3 span {
    font-weight: 600;
}

.pricing_ul ul {
    width: 60%;
    margin: 0 auto;
    text-align: left;
}

.pricing_ul ul li {
    margin-bottom: 10px;
    color: white;
}

.pricing_ul ul li i {
    color: #acdef9;
}

.title-h3 h3 {
    color: white;
    font-weight: normal;
}

.second_right_div {
    width: 59.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 5px 0;
    height: auto;
}

.custom_card {
    overflow: hidden;
    ;
    padding-bottom: 0;
}

/* end */
.pay_btn {
    font-size: 18px;
    height: auto;
}

.pricing_include_ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.pricing_include_ul li.price {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.failed {
    display: none;
}

.success {
    display: none;
}

.success_btn {
    border-radius: 1px;
    color: white !important;
}

.profile_image {
    width: 75px;
    border-radius: 50%;
    border: 3px solid white;
    height: 75px;
    margin: 0;
}

.user_profile_1 {
    width: 12%;
    display: inline-block;
    padding: 10px 0;
}

.user_profile_2 {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

.user_profile_2 h4 {
    margin-bottom: 5px;
}

.user_profile_2 p {
    font-size: 15px;
    color: red;
    font-weight: 600;
}

.payment_heading {
    text-align: center;
    margin: 20px 0 15px 0;
}

.payment_heading h3 {
    font-size: 20px;
    color: #904b9c;
}

.user-profile {
    background: white;
    border-radius: 2px;
}

.bx-wrapper img {
    height: 393px;
    width: 95%;
}

.panel-success {
    border-color: #fff7f7;
    -webkit-box-shadow: 0 5px 12px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px 4px rgba(0, 0, 0, 0.1);
}

.form-control-names {
    color: #666;
    margin-bottom: 2px;
    display: -webkit-inline-box;
}

.custom_panel_heading {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: 600;
    color: #777;
    background: white;
    padding: 10px 15px;
}

.customr_count_img {
    display: inline-block;
    width: 30%;
    float: left;
    vertical-align: top;
}

.customer_count {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}

.steps_to_create_sec {
    padding-top: 50px;
    background: #f2f7f9;
}

.custom_deal_card {
    width: 29% !important;
}

.explore_now {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    background: #e8e8e8;
}

.explore_now_btn {
    padding: 22px 30px;
    line-height: 0;
    border-radius: 45px;
    margin: 10px auto;
    background: #388fd2;
    color: #fff !important;
    border-color: #388fd2;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0);
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0);
    width: 90%;
}

.explore_now_btn:hover {
    background: #fff;
    color: #db5ea5 !important;
    border-color: #db5ea5;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

.mt-10 {
    margin-top: 10px;
}

.d-inline-b {
    display: inline-block;
}

.digit-group .send_textbox:focus {
    border: 1px solid #1f91f3;
    color: #555;
}

.digit-group .send_textbox {
    width: 28px;
    height: 40px;
    background-color: #f9f9f9;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 200;
    color: #555;
    margin: 0 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.digit-group .splitter {
    color: #1f91f3;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1f91f3;
}

.custom-reg-width {
    width: 27.5%;
}

.header-div {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/dealership-img.jpg');
    background-size: cover;
    height: 345px;
    margin-top: 64px;
}

.title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.title>h1 {
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-size: 3rem;
    white-space: nowrap;
}

.title>h2 {
    font-size: 2rem;
}

.title>p {
    margin: 0;
    font-size: 1.3rem;
}

.dearle-para {
    padding-top: 15px;
}

/*process start*/
.process-section {
    padding-top: 85px;
    padding-bottom: 85px;
}

.base-header {
    padding-bottom: 56px;
    width: 57%;
    margin: auto;
    text-align: center;
}

.base-header h3 {
    padding-bottom: 16px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.1;
    color: #2b343b;
    margin-top: 0;
}

.base-header h3::before,
.base-header h3::after {
    position: absolute;
    content: "";
    background-color: #e6d7d7;
    width: 90px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
    border-radius: 136px;
    margin-bottom: -6px;
}

.base-header h3::before {
    position: absolute;
    content: "";
    background-color: #aedf04;
}

.base-header h3::after {
    margin-left: -18px;
    background-color: #acc42e;
    width: 35px;
}

.base-header h3::before,
.base-header h3::after {
    position: absolute;
    content: "";
    background-color: #e6d7d7;
    width: 90px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
    border-radius: 136px;
    margin-bottom: -6px;
}

.base-header p {
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

.process-section .row {
    position: relative;
}

.process-item:hover .img_process span {
    background: #fff;
    color: #acc42e;
    bottom: 10px;
    transition: all .3s ease-in-out;
}

.process-section .angle_icon {
    background: url(../img/dealership-img/shape1.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 161px;
    margin-top: 2px;
    left: 0;
    margin-left: 0;
}

.angle_icon {
    position: absolute;
    top: -26px;
    right: 0;
    margin-top: 32px;
    margin-right: -70px;
}

.process-item {
    text-align: center;
}

.img_process {
    position: relative;
}

.img_process img {
    border-radius: 50%;
    width: 55%;
    border: 1px solid #acc42e;
}

.process_text {
    text-align: center;
}

.img_process>span {
    position: absolute;
    right: 50%;
    background: #acc42e;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 #bbb3b3;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: -55px;
    bottom: 0;
    color: #fff;
    border: 1px solid #acc42e;
    transition: all .3s ease-in-out;
    font-size: 12px;
}

.process_text>h4 {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
}

.process-section>.col-md-2 {
    padding-left: 3px;
    padding-right: 3px;
}

.dealer_icon>p>i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    text-align: center;
    line-height: 18px;
    border: 1px solid #666;
}

/*
.input-group .form-control, .input-group input[type=text], .input-group input[type=number]{
    padding: 10px !important;
}*/
.search_text_city {
    background: #EDF4FF
}

.search_bar_starting {
    position: relative;
}

.search_bar_starting i.fa-angle-down {
    position: absolute;
    right: 5px;
    bottom: 31px;
}

.search_bar_div {
    position: absolute;
    top: 29%;
    width: 63%;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 19%;
    border-radius: 5px;
}

.search_bar_sub {
    width: 94%;
    margin: 0 auto;
    display: block;
}

.search_bar_sub button {
    width: 100% !important;
}

/*process end*/

.social-ul {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: 10px;
}

.social-ul>li {
    width: 9%;
    list-style: none;
    margin: 0;
    position: relative;
    /* padding-left: 10px; */
    color: #000;
    font-weight: 500;
    font-family: Roboto, Arial, sans-serif;
    text-align: justify;
    font-size: 15px;
    display: inline-block;
}

.social-ul>img {
    width: 35px;
    height: 35px;
}

.verified_btn {
    width: 100%;
    padding: 9px 4px;
}

.verified_btn>i {
    color: white !important;
    margin: 0 !important;
}

/*start*/

.business-card,
.flippable-business-card {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 4px;
    margin: 0 auto;
}

.business-card {
    height: auto;
}

.business-card {
    display: flex;
    flex-direction: column;
    /*background: linear-gradient(135deg, #fff 0%, #fff 50%, rgba(0, 200, 200, 0.4) 50.5%, rgba(0, 200, 200, 0.6) 100%);*/

    color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.business-card .profile>a>.image_profile {
    width: 20%;
    display: inline-block;
}

.business-card .profile {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.business-card .profile .profile-image {
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.business-card .profile .profile-title {
    padding-left: 15px;
    /*display: flex;
    flex-direction: column;
    justify-content: space-around;*/
    display: inline-block;
    width: 79%;
    vertical-align: top;
    margin-top: 15px;
}

.business-card .profile .profile-title h2 {
    font-size: 1.4em;
}

.business-card .info {
    width: 100%;
    display: inline-block;
    background: #e8e8e8;
}

.business-card .info .info-contact {
    padding: 15px;
    width: 49%;
    display: inline-block;
}

.business-card .info .info-contact a {
    color: #000;
}

.business-card .info .info-bio a {
    color: #000;
}

.business-card .info .info-contact i {
    font-size: 1.2em;
    width: 25px;
}

.business-card .info .info-contact span {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    display: block;
}

.business-card .info .info-bio span {

    font-size: 14px;
    line-height: 30px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.business-card .info .info-bio {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}

.contact-info {
    font-size: 12px;
}

.business-card .profile .profile-title h5,
h6 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}

.business-card .profile .profile-title h4 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags li,
.tags a {
    float: left;
    height: 26px;
    line-height: 24px;
    position: relative;
    font-size: 14px;
    margin-bottom: 6px;
}

.tags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #0089e0;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 14px 0;
}

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

.tags a:hover {
    background: #555;
}

.tags a:hover:before {
    border-color: transparent #555 transparent transparent;
}

/*end*/
.search-heading {
    text-align: center;
    margin-bottom: 20px;
}

.search-heading>h2 {
    color: white;
}

/*scroll start*/
.cata-sub-nav {
    padding: 10px 0;
    margin: 0 35px;
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* Remove the default scrollbar for WebKit implementations */
}

.cata-sub-nav::-webkit-scrollbar {
    display: none;
}

.cata-sub-nav ul {
    margin: 0;
    display: flex;
    -webkit-padding-start: 0px;
}

.cata-sub-nav li {
    display: inline-table;
    margin: 0 10px;
    font-size: 16px;
}

.arrow>i {
    font-size: 18px;
}

.nav-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 7px;
    margin-top: 2px;
    text-align: center;
}

.nav-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 7px;
    margin-top: -31px;
    text-align: center;
}

/*scroll end*/
.selectize-input {
    min-height: 48px;
    border: none;
    border-radius: unset;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
}

.card_demo_card {
    background: #fff;
    min-height: 50px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
    border-radius: 2px;
}

.demo_btn {
    color: #fff !important;
    background: #db5ea5;
    font-size: 14px;
    padding: 10px 30px;
    margin: 20px;
    border-radius: 5px;
    display: inline-block;
    width: 89%;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
    border: none;
    height: 48px;
    padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23%;
}

.img_process_custom {
    width: 80% !important;
    border-radius: unset !important;
}

.p-left-20 {
    padding-left: 20px;
}

.free_pricing_ul ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;

}

.free_pricing_ul ul li i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #3890d3;
    color: white;
    text-align: center;
    padding-top: 5px;
}

.free_pricing_ul ul li {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
}

.festival_div {
    margin-bottom: 30px;
}

.festival_div img {
    width: 100%;
}

.festival_btn {
    color: white !important;
    background: #3890d3;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    border-radius: 2px;
    padding: 9px 10px;
    margin-top: 15px;
}

.back_red {
    background: #ff3f3f !important;
}

.sign_up_btn_2 {
    color: white !important;
    font-size: 15px !important;
    font-weight: 600;
}

.reg_succ_div {
    display: none;
}

.reg_succ_div img {
    width: 18%;
    margin-bottom: 15px;
}

.reg_title {
    padding-bottom: 20px;
    text-align: center;
}

.reg_title>h2 {
    color: #7b9bd4;
}

.color_red {
    color: red;
}

.captcha_img {
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: 0;
    height: 30px;
}

.p-left-110 {
    padding-left: 110px !important;
}

.explore-cust-respon {
    display: none;
}

/* new css for dealer whitelist*/

.login-center {
    margin: auto;
    width: 30%;
}

.captchaData {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: flex-end;
}

.captchaLable {
    width: 75px;
    margin-right: 14px;
    color: #fff;
    background-color: #db5ea5;
    border-color: #db5ea5;
    padding: 4px 4px;
    border-radius: 7px;
}

.captchaLable span {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.cover-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
}


/* Styles for modal */
/* Styles for modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    /* Limiting width of modal content */
    border-radius: 10px;
    animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transition: color 0.3s;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
    outline: none;
    border-color: #007bff;
}

.inquiry-form button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.inquiry-form button:hover {
    background-color: #0056b3;
}


.product-list {
    display: flex;
    justify-content: space-around;
    align-items: top;
    flex-wrap: wrap;
}



.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product img {
    width: 100%;
    border-radius: 8px;
    transition: background-image 0.15s ease-in-out;
}

.product-title {
    margin-top: 10px;
    font-size: 20px;
}

.amount {
    color: black;
    margin-top: 5px;
    font-size: 18px;
}

.short-desc {
    margin-top: 10px;
}

/* .product .product-image:hover {
    content: url('/dist/assets/img/Products/Gold 4.jpg');
    transition-delay: 0.10s;
} */


/* Responsive gallery */


.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.item {
    cursor: pointer;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    text-align: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

.close {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.nav-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}

.gallery {
    display: grid;
    grid-gap: 10px;

    /* fill the page's width with columns, each having from about 200 to 400 px */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

    /* first row's height: 250px, second row's: 150px, third row's: 250px, and so on */
    grid-auto-rows: 250px 150px;

    /* from MDN: "fill in holes earlier in the grid, if smaller items come up later" */
    grid-auto-flow: dense;
}

.item {
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* for larger screens... */
    @media (min-width: 480px) {

        /* first item will have size 2x2 */
        &:first-child {
            grid-area: 1 / 1 / span 2 / span 2;
        }

        /* and every third item will have size 2x1 */
        &:nth-child(3n) {
            grid-column: span 2;
        }

    }
}

.counter {
    background-color: #007bff;
    color: #fff;
}

.nav-link {
    cursor: pointer;
}

.counter-value {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    animation: count-up 2s ease-out;
}

@keyframes count-up {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.counter_of_cards {
    width: 100%;
    margin: 0 15px;
    padding: 0;
    height: auto;
    list-style: none;
    position: relative;
    display: block;
}

.counter_of_cards li {
    width: 24%;
    margin: 20px 0 10px 0;
    padding: 5px;
    height: 125px;
    list-style: none;
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: top;
    text-align: center;
    background-color: #fff;
}

.counter_of_cards li h4 {
    font-size: 14px;
    font-weight: 600;
}

.counter_of_cards li div span {
    font-size: 32px;
    /* text-align: center; */
    font-weight: 800;
    display: block;
    margin: 15px 0;
    color: #D2579A;
}

.filter-buttons {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
    /* Prevent button wrapping */
    -webkit-overflow-scrolling: inherit;
    /* Enable smooth scrolling for iOS devices */
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    /* Add padding to ensure space for scrollbar */
}

/* Track */
::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar handle */
    border-radius: 5px;
    /* Radius of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the scrollbar handle on hover */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the scrollbar track */
}

/* Handle when it's grabbed */
::-webkit-scrollbar-thumb:active {
    background: #666;
    /* Color of the scrollbar handle when grabbed */
}


.filter-buttons button {
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #0056b3;
    background-color: #f1f1f1;
    color: #000;
    cursor: pointer;
    border-radius: 10px;
}

.filter-buttons button.active {
    background-color: #0056b3;
    color: #fff;
}

.filter-buttons button:hover {
    background-color: #0056b3;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .filter-buttons {
        flex-wrap: nowrap;
        /* Prevent button wrapping on small screens */
    }

    .filter-buttons button {
        flex: 0 0 auto;
        /* Allow buttons to shrink as needed */
    }
}

.hide {
    opacity: 0;
    pointer-events: none;
}

.product-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product {
    width: calc(24.33% - 20px);
    margin: 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    vertical-align: top;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    display: none;
}

.show {
    opacity: 1;
    visibility: visible;
    animation: fadeInAnimation 0.8s ease forwards;
    /* Add animation */
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* Maintain transition properties */
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Customize the appearance of previous and next buttons */
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    /* Adjust width as needed */
    height: 40px;
    /* Adjust height as needed */
    background-color: #fff;
    border: 2px solid #0056b3;
    /* Button background color */
    color: #0056b3;
    /* Button text color */
    border-radius: 50%;
    /* Make the button slightly rounded */
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Position the previous button on the left */
.owl-prev {
    left: 10px;
    /* Adjust distance from left edge */
}

/* Position the next button on the right */
.owl-next {
    right: 10px;
    /* Adjust distance from right edge */
}

/* Hover effect for buttons */
.owl-prev:hover,
.owl-next:hover {
    background-color: #fff;
    /* Change background color on hover */
}


.owl-carousel {
    display: none;
    /* Hide the carousel on screens larger than 768px */
}


.price_tag {
    margin: 15px 0px;
    font-size: 25px;
    font-weight: 800;
    color: #00acee;
}

.price_tag span {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.see_more {
    background-color: #eee;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 0 8px;
}

.panel-title .fas {
    float: right;
    margin-top: 3px;
}

.list-group-item span {
    float: right;
}

.list-group-item {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.form-label {
    margin-bottom: 2px;
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}

.input-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    padding-left: 6px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.input-group .input-group-addon {
    border: none;
    background-color: #eee;
    padding-left: 0;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #ccc;
}

.input-group {
    width: 100%;
    margin-bottom: 0;
}

.panel-title a {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.product_title_main {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #666;
    margin-bottom: 5px;
}













/* +++++++++++++++++++++++++++++++++++ */
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.gallery {
    overflow: hidden;
    display: block;
}

.gallery__hero {
    overflow: hidden;
    position: relative;
    padding: 2em;
    margin: 0 0 0.3333333333em;
    background: #f1f1f1;
}

.is-zoomed .gallery__hero {
    cursor: move;
}

.is-zoomed .gallery__hero img {
    max-width: none;
    position: absolute;
    z-index: 0;
    top: -50%;
    left: -50%;
}

.gallery__hero-enlarge {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    z-index: 1;
    width: 30px;
    height: 30px;
    opacity: 0.5;

    background-repeat: no-repeat;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gallery__hero-enlarge:hover {
    opacity: 0.6;
}


.gallery__thumbs {
    text-align: center;
    background: #fff2fa;
    border-radius: 10px;
    padding: 10px;
}

.gallery__thumbs a {
    display: inline-block;
    width: 20%;
    padding: 0.5em;
    opacity: 0.75;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gallery__thumbs a:hover {
    opacity: 0.6;
}

.gallery__thumbs a.is-active {
    opacity: 1;
    border: 2px solid #007bff;
    border-radius: 10px;
}

.gallery__hero {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.gallery__hero img,
.gallery__thumbs img {
    border-radius: 5px;
}

/* Hover state */
a:hover,
a:active,
a:focus,
a.visited {
    text-decoration: none;
    /* Remove underline on hover */
}

.form_terms {
    margin: 15px 0;
}

.message {
    font-size: 18px;
    margin: 5px 0 15px 0;
    font-weight: 600;
}

.benefits-section {
    background-color: #ffffff;
    padding: 50px 0;
}

.benefits-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #555;
}

.benefit {
    margin-bottom: 30px;
}

.benefit-icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #5cb85c;
    /* Bootstrap success color */
}

.benefit-icon img {
    width: 50%;
    height: auto;
}

.benefit-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #555;
}

.benefit-description {
    font-size: 14px;
    text-align: center;
}

.msg_1 {
    color: #DE4F87;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    display: block;
}

.success_message {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 32px;
    overflow: hidden;
    margin-top: 5%;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.success_message li:first-child {
    width: 10%;
    display: inline-block;
    float: left;
}

.success_message li:last-child {
    width: 90%;
    padding-left: 20px;
    display: inline-block;
}

.success_message li {
    vertical-align: top;
}

.success_message div img {
    width: 70%;
    margin: 0 auto;
}

.about-heading h3 {
    margin: 0 0 15px 0;
    color: #C959A3;
}

.ul_why_choose_us li {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}
.terms_and_condition_content_point ul li {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}
.terms_and_condition_content_point ol li {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}

/* __________ L O G O   S L I D E R __________ */
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-250px * 7));
        }
    }

    .partners-logo-slider {
        height: 170px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: auto;
        /* background-color: #f1f1f1; */
        padding: 16px 0px;

        .slide-track {
            animation: scroll 40s linear infinite;
            display: flex;
            width: calc(250px * 14);
        }

        .sliderTitle {
            font-size: 18px;
            margin-bottom: 30px;
            font-weight: 400;
            line-height: normal;
            text-align: center;
            color:black;
        }


        .slide {
            height: 100px;
            width: 250px;
            /* filter: grayscale(100%); */
        }

        .slide:hover {
            filter: grayscale(0%);
        }
    }

    .client {
        background-color: #f2f7f9;
        padding-bottom: 5%;
        padding-top: 2%;
    }
    .testimonial{
        margin-bottom: 7%;
    background-color: #f2f7f9;
    margin-top: 3%;
    padding-top: 3%;
    }
    .load_more_div{
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .explore_more{
        background-color: #693284;
        color: white !important;
        font-weight: 600 !important;
        border: 1px solid #693284;
        border-radius: 50px;
        padding: 15px 30px;
    }
    .highlight{
        color: #693284;
        font-weight: 600;
    }