/*/ Back to top button /*/
.back-to-top{position:fixed; display:none; background:#33d8ae; color:#fff; width:44px; height:44px; text-align:center; line-height:1; font-size:16px; border-radius:50%; right:15px; bottom:15px; transition:background 0.5s; z-index:999;}
.back-to-top i{padding-top:12px; color:#fff;}

.body {
    font-family: Poppins-Regular, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
a{text-decoration:none;}
a:hover {
    color: #077257;
}
p {
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
}

.padding_0 {
    padding: 0;
}

.top30 {
    margin-top: 30px;
}

.footer-search {
    width: 50%;
    height: 40px;
    padding: 0 15px;
    border: solid 2px #ccc;
}

.footer-search-btn {
    height: 40px;
    width: 40px;
    font-size: 15px;
    border: solid 2px #ccc;
    background: #33d8ae;
}

.form-msg-box {
    height: 65px !important;
}

.crd {
    background-color: #33d8ae;
    padding: 20px;
    text-align: center;
}

.choose {
    height: 500px;
}

.para {
    background-color: #33d8ae;
}

.popular {
    background: #33d8ae;
    margin-top: -33px;
    color: black;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    padding: 5px;
}

.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.nav-link:hover {
    color: #33d8ae;
}

.nav-link.active {
    color: #33d8ae;
}

.form-label {
    margin: 0;
}

.mandatory {
    color: #f00;
}

.toprow {
    margin: 0 0 15px;
}

/*-------BANNER SECTION-------*/
.banner-main {
    position: relative;
    min-height: 90vh;
    padding: 90px 0 0;
}

.banner-left {
    position: relative;
    background: url(../images/banner-left.jpg);
    background-size: cover;
    height: 90vh;
}

.banner-left-cont {
    position: absolute;
    top: 45%;
    left: 26%;
    transform: translateX(-30%) translateY(-50%);
    padding-right: 60px;
    color: #fff;
}

.banner-left-cont h1 {
    line-height: 55px;
    margin: 40px 0;
    font-size: 42px;
}

.banner-right {
    background: url(../images/banner-right.jpg) center;
    background-size: cover;
    height: 90vh;
}

.banner-position {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    width: 350px;
}

.banner-position img {
    width: 350px;
}

.dropdown-btn {
    position: absolute;
    left: 46%;
    bottom: -60px;
    font-size: 50px;
}

.dropdown-btn a {
    color: #33d8ae;
}

.dropdown-btn a:hover {
    color: #2ff6a9;
}

.title-bar {
    background-color: #33d8ae;
    padding: 5px;
    font-weight: 500;
}

.table {
    font-size: 15px;
}

.thead {
    background-color: #c6c6c6;
}

.month {
    color: #a3a3a3;
}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.nav .icon {
    display: none;
}

.navbar-toggler-icon {
    font-size: 35px;
    color: #fff;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.carousel-control-prev-icon {
    font-size: 60px;
    color: #33d8ae;
}

.carousel-control-next-icon {
    font-size: 60px;
    color: #33d8ae;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 5rem;
    height: 5rem;
}

.blog-cont{text-align:center;}

@media screen and (max-width: 600px) {
    .nav a:not(:first-child) {
        display: none;
    }

    .nav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .nav.responsive {
        position: relative;
    }

    .nav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .nav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    footer.footer h4 {
        margin-top: 26px;
        margin-bottom: 10px;
    }


    .product h2 {
        font-size: 26px;
    }

    .RegBdr {
        border-left: 0 !important;
        margin-top: 15px;
    }
}


.menu-bar {
    background: #000;
    padding: 5px 0;
}

.menu {
    width: 100%;
}

.top-menu {
    width: 100%;
}

a.navbar-brand img {
    height: 77px;
}

.top-menu ul {
    float: right !important;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.top-menu ul li {
    float: right;
    padding-right: 15px;
    text-align-last: right;
    line-height: 30px;
    font-weight: bold;
}

.top-menu ul li a {
    color: #fff;
}

.navbar-brand {
    height: 80px;
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 80px;
}

.navbar-right {
    margin: 15px 0;
}

.nav>li>a {
    padding: 10px 11px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.icon-color {
    color: #33d8ae;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #33d8ae;
}

/*-------FEATURES SECTION-------*/
.features {
    margin: 60px 0;
}

.feature-head {
    text-align: center;
    margin: 0 auto;
}

 .feature-head h2 {
        font-size: 37px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 45px;
    }

.feature-cont {
    border-radius: 5px;
    box-shadow: 2px 0 10px 0 rgb(0, 0, 0, 0.3);
    padding: 15px;
    position: relative;
}

.feature-cont:hover {
    background: #33d8ae;
}

.icon-w_pos {
    position: relative;
    top: 0;
    left: 15px;
}

.icon-g_pos {
    position: absolute;
    top: 15px;
    left: 30px;
}

.feature-cont:hover .icon-g_pos {
    opacity: 0;
}

.feature-cont h4 {
    font-size: 20px;
    margin: 20px 0 15px 0;
    height: 40px;
}

.feature-cont p {
    font-size: 17px;
    line-height: 25px;
}

.p_height {
    min-height: 150px;
}
@media screen and ( device-width: 1024px ){
    .p_height {
    min-height: 250px;}
}
.feature-arrow-btn {
    margin: 15px 0;
}

.w-arrow {
    position: relative;
    left: 15px;
}

.g-arrow {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.feature-cont:hover .g-arrow {
    opacity: 0;
}

/*-------WHY CHOOSE SECTION-------*/
.why-choose {
    padding: 60px 0 0 0;
    background-image: linear-gradient(to right, #83de99 51%, #35c48e 100%);
}

.why-choose-cont {
    color: #fff;
    padding-left: 50px;
}

.why-choose-cont p {
    margin: 40px 0;
    font-size: 22px;
}

.span1 {
    font-size: 18px;
    padding: 5px 15px;
    border: solid 2px #fff;
}

.why-choose-cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    margin-bottom: 50px;
}

.why-choose-cont ul li {
    position: relative;
    padding-left: 40px;
    line-height: 20px;
    margin-bottom: 15px;
}

.why-choose-cont ul span {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
}

.whychoosep {
    position: relative;
}

.whychoosep img {
    padding-top: 25px;
}

.whychoosep p {
    line-height: 0 !important;
    margin: 0 !important;
}

.span2 {
    position: absolute;
    top: 55px;
    left: 0px;
    padding-left: 58px;
    font-size: 16px;
    text-align: center;
}

/*-------TESTIMONIA SECTION-------*/
.testimonial {
    margin: 60px 0;
}

.testimonial-con {
    margin: 20px auto;
    width: 60%;
    height: 230px;
    padding: 15px;
}

.testimonial-con p {
    padding-bottom: 30px;
}

.testimonial-con h6 {
    color: #a3a4a6;
    line-height: 25px;
    text-transform: inherit;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage {
    transition: all 0s ease 0s;
    width: 6863px;
    transform: translate3d(-1960px, 0px, 0px);
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
    color: #33d8ae;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: 100px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev {
    margin-right: 100px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    margin-top: -50px;
    font-size: 70px;
}

/*-------FOOTER SECTION-------*/
.footer {
    background: #1a1a1a;
    padding: 60px 0;
    font-weight: 400;
    color: #fff;
}

.footer-logo {
    text-align: center;
}

.footer-logo p {
    color: #a3a4a6;
    padding-top: 15px;
}

.footer-logo h1 {
    font-size: 30px;
    padding-top: 50px;
    text-transform: inherit;
}

.footer h4 {
    font-size: 22px;
    text-transform: inherit;
    margin-bottom: 20px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Manjari', sans-serif;
}

.footer ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: inherit;
    font-size: 16px;
    line-height: 30px;
}

.footer-social {
    margin-top: 15px;
}

.footer-social i {
    height: 40px;
    width: 40px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
    color: #a3a4a6;
}

.footer-social :hover i {
    color: #fff;
    background: #33d8ae;
}

/*--- Product Inner Page ---*/
.r_pad {
    padding-right: 100px;
}

.product {
    padding: 150px 0 50px;
}

.product h2 {
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product p,
.product-cont p {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    margin: 15px 0;
}

.product-cont {
    margin-bottom: 0;
}

.product-cont h3 {
    font-weight: bold;
}

.product-cont p {
    margin-bottom: 30px;
}

.product ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    margin-bottom: 50px;
}

.product ul li {
    position: relative;
    padding-left: 40px;
    line-height: 25px;
    margin-bottom: 15px;
}

.product ul span {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 10px;
}

.product ul img {
    width: 30px;
    height: 20px;
}

/*--- About Inner Page ---*/
.p-btn30 {
    padding-bottom: 30px;
}

.btn-css {
    background: #33d8ae;
    color: #000;
    font-weight: bold;
    padding: 15px 50px;
    margin: 15px;
}

.btn-primary{background:#33d8ae; color:#fff; border:none;}
.btn-primary:hover{background:#22a180; color:#fff; border:none;}
.btn-primary:focus{background:#22a180; color:#fff; border:none;}



.t_b-position-re {
    position: relative;
}

.t_b-position {
    top: 50%;
    transform: translateY(50%);
}


.blog-cont h3 {
    text-transform: inherit;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.blog-cont i {
    color: #33d8ae;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 10px;
}

.btn-margine {
    margin: 0;
}

.testimonial-box {
    text-align: center;
    padding: 25px;
    margin-bottom: 30px;
}

.testimonial-box i {
    color: #ffc600;
    font-size: 20px;
    padding: 0 5px 15px 5px;
}

.testimonial-box p {
    font-weight: bold;
}

.testimonial-box:hover {
    color: #fff;
}

@media screen and (max-width:1200px) {
    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        font-size: 12px;
    }

    .product h2 {
        font-size: 30px;
    }

    .footer-social i {
        height: 35px;
        width: 35px;
        padding: 8px;
        margin-right: 10px;
        font-size: 15px;
    }

    .navbar-right {
        margin: 0px 0;
    }
}

@media screen and (max-width:992px) {
    .r_pad {
        padding-right: 0;
    }

    .t_b-position {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }

    .footer-logo h1 {
        font-size: 42px;
    }

    .footer h4 {
        font-size: 19px;
    }

    .footer-social i {
        height: 30px;
        width: 30px;
        padding: 5px;
        margin-right: 5px;
        font-size: 13px;
    }

    .blog-cont h3 {
        margin-top: 30px;
    }

    .blog-cont {
        margin-bottom: 30px;
    }

    .textcenter {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .navbar-toggle {
        margin-right: 30px;
        margin-top: 30px;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .banner-position img {
        width: 200px;
    }

    .banner-left {
        height: 400px;
    }

    .banner-position {
        top: 100%;
        transform: translateX(-50%) translateY(65%);
        transform: translateX(-42%) translateY(-146%);
        width: 200px;
    }

    .banner-left-cont {
        width: 100%;
        top: 60%;
        left: 0;
        transform: translateY(-60%);
        padding: 15px;
    }

    .banner-right {
        height: 400px;
    }

    .banner-left-cont h1 {
        line-height: 35px;
        margin: 25px 0;
        font-size: 25px;
    }

    .feature-head h2 {
        font-size: 32px;
    }

    .why-choose-cont {
        padding: 15px 15px 30px 15px;
    }

    .testimonial-con {
        width: 100%;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: 0px;
        display: none;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev {
        margin-right: 0px;
        display: none;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: 50%;
        font-size: 25px;
    }

    .footer-logo h1 {
        font-size: 40px;
        padding-top: 0;
    }

    .product h2 {
        font-size: 30px;
        padding-top: 20px;
    }

    .r_pad {
        padding-right: 0;
    }

    .t_b-position {
        position: relative;
        top: 0;
        transform: translateY(0%);
    }

    .btn-css {
        padding: 10px 40px;
        margin: 10px;
    }

    .product {
        padding: 120px 0 70px;
    }

    .textcenter {
        text-align: center;
    }

    .testimonial-con {
        height: 280px;
    }

    .footer {
        text-align: center;
    }
}

div#own-location p {
    padding: 10px 0;
}

div#own-overview,
div#own-location,
div#own-join {
    padding: 20px;
}

section.owner p {
    margin: auto !important;
}

html {
    scroll-behavior: smooth;
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}


/* Toggler */
.switch {
    display: block;
    margin: 22px auto;
}

.switch {
    position: relative;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    width: 96px;
    height: 36px;
    padding: 1px;
    border-radius: 3px;
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 9px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #33d8ae;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 1px;
    left: -5px;
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 30px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, #33d8ae 40%, #1c886d);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked~.switch-handle {
    left: 70px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green>.switch-input:checked~.switch-label {
    background: #4fb845;
}

.LoginHead {
    font-size: 25px;
    color: #555;
    text-align: center;
    padding: 60px 0;
    line-height: 30px;
}

.LoginDetails {
    text-align: center;
}

.RegBdr {
    height: auto;
    border-left: 1px solid #ccc;
}

.LoginDetails {
    text-align: center;
}

.OR {
    background: #f9f9f9;
    text-transform: uppercase;
    font-size: 15px;
    margin: 55px 0 0 -27px;
    position: absolute;
    color: #333;
}

.celebration{
	margin-left: -252px;
}

.congratulations-container {
    background-color: #96c8fb;
    background-image: linear-gradient(315deg, #96c8fb 0%, #ddbdfc 74%);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 100vh;
}

.congratulations-text {
    font-size: 70px;
    color: black;
    margin-top: -575px;
}

.sub-text {
    font-size: 20px;
    color: black;
    margin-top: 60px;
}

.sub-text1 {
    font-size: 20px;
    color: black;
    margin-top: 100px;
	border-style: dotted;
	border-radius: 100px;
	padding: 20px
}

.validation {
    color: #f00;
    font-size: 13px;
    position: absolute;
    margin: 0;
    top: inherit !important;
    left: inherit !important;
}

.validation1 {
    color: #f00;
    font-size: 13px;
    position: absolute;
    margin: 0;
    bottom: 0px;
}


.LoginHead {
    font-size: 25px;
    color: #555;
    text-align: center;
    padding: 60px 0;
    line-height: 30px;
}

.LoginDetails {
    text-align: center;
}

.RegBdr {
    height: auto;
    border-left: 1px solid #ccc;
}

.LoginDetails {
    text-align: center;
}

.OR {
    background: #f9f9f9;
    text-transform: uppercase;
    font-size: 15px;
    margin: 55px 0 0 -27px;
    position: absolute;
    color: #333;
}



/*---Congratulations--*/
.contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.done {
    padding: 10px 0;
    height: 150px;
    position: relative;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
}

.contain h1 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 1.4em;
    color: #02b3e4;
}

.congrats {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    max-width: 800px;
    width: 80%;
    height: 375px;
    max-height: 900px;
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, .3);
    background-image: linear-gradient(to bottom right, #02b3e4, #02ccba);
    background: #fff;
    text-align: center;
    font-size: 2em;
    color: #111010;
    padding: 20px;
    border: solid #90ee90;
}

.text {
    position: relative;
    font-weight: normal;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 800px;
    font-family: 'Lato', sans-serif;
    font-size: 0.5em;
}

.circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}

.regards {
    font-size:11px;
}
.Blog_Img{width:100%; height:230px; overflow:hidden;}
.Blog_Desc{min-height:200px;}
.Home_Login_btn{display:none;}
.address{text-align:right;}
.pagination li{padding:0 0 5px 5px !important;}

.price_list{margin:0; padding:0;}
.price_list ul{margin:0; padding:0; list-style-type:none;}
.price_list li{margin:0; padding:0 0 5px; list-style-type:none; display:block; text-align:left; font-size:16px;}
@media (max-width:950px) {

}
    @media (max-width:950px) {
        .congrats {
            top: 160px;
        }

        .banner-left {
            height: 150vh;
        }

        .banner-right {
            height: 150vh;
        }
    }

    @media (max-width:920px) {
        .banner-left {
            height: 100vh;
        }

        .banner-right {
            height: 100vh;
        }

        .banner-left-cont {
            position: absolute;
            top: 60%;
            left: 7%;
            width: 90%;
            text-align: center;
            transform: translateX(0%) translateY(-50%);
        }

        .banner-position {
            top: 75%;
        }

        .footer {
            text-align: center;
        }

        .Home_Login_btn {
            display: block;
            text-align: center;
            color: #fff;
            padding: 30px 0 0;
            width: 95%
        }

            .Home_Login_btn h2 {
                font-size: 18px;
            }

        .OR {
            text-align: center;
            width: 29px;
            margin: -45px auto;
            left: 0;
            right: 0;
        }

        .RegBdr {
            height: auto;
            border-left: none;
            border-top: 1px solid #ccc;
            margin: 30px 0 0;
            padding: 35px 0 0;
        }
    }

    @media (max-width:915px) {
        .banner-left {
            height: 186vh;
        }

        .banner-right {
            height: 110vh;
        }

        .banner-position {
            top: 75%;
        }

        .congrats {
            top: 20%;
            bottom: inherit;
            height: 400px;
        }
    }

    @media (max-width:914px) {
        .banner-left {
            height: 140vh;
        }

        .banner-right {
            height: 110vh;
        }

        .banner-position {
            top: 75%;
        }
    }

    @media (max-width:912px) {
        .banner-left {
            height: 50vh;
        }

        .banner-right {
            height: 50vh;
        }

        .banner-position {
            top: 65%;
        }
    }

    @media (max-width:900px) {
        .banner-left {
            height: 145vh;
        }

        .banner-right {
            height: 120vh;
        }

        .banner-position {
            top: 75%;
        }

        .congrats {
            top: 45%;
        }
    }

    @media (max-width:820px) {
        .banner-left {
            height: 170vh;
        }

        .banner-right {
            height: 75vh;
        }

        .banner-left-cont {
            position: absolute;
            top: 50%;
            left: 8%;
        }

        .banner-position {
            top: 91%;
        }

        .congrats {
            top: 20%;
            bottom: inherit;
            height: 400px;
        }

        .footer {
            text-align: center;
        }
    }

    @media (max-width:780px) {
        .congrats {
            top: 20%;
            bottom: inherit;
            height: 400px;
        }
    }

    @media (max-width:600px) {
        .congrats h1 {
            font-size: 1.2em;
        }



        .text {
            font-size: 0.5em;
        }

        .regards {
            font-size: 0.5em;
        }
    }

    @media (max-width:500px) {
        .congrats h1 {
            font-size: 1em;
        }
    }



    @media (max-width:750px) {
        .banner-left {
            height: 160vh;
        }

        .banner-position {
            top: 105%;
        }

        .banner-right {
            height: 60vh;
        }

        .address {
            text-align: left;
        }

        .classified-offer .card {
            height: auto !important;
        }

        .classified-offer div {
            height: auto !important;
        }

        .price_list {
            padding: 0 0 20px;
        }

        .congrats {
            top: 60%;
            height: 105vh;
        }
    }

    @media (max-width: 720px) {
        .banner-left {
            height: 130vh;
        }

        .banner-right {
            height: 50vh;
            display:none;
        }
        .banner-position{
            display:none;
        }
    }

    @media (max-width:670px) {
        .banner-left {
            height: 160vh;
        }

        .banner-right {
            height: 55vh;
        }
    }

    @media (max-width:655px) {
        .banner-left {
            height: 190vh;
        }

        .banner-right {
            height: 70vh;
        }
    }

    @media (max-width:540px) {
        .banner-left {
            height: 90vh;
        }

        .banner-right {
            height: 30vh;
        }
    }
@media (max-width:400px) {
    .banner-left {
        height: 140vh;
    }
}
    @media (max-width:480px) {
        .banner-left {
            height: 110vh;
        }

        .banner-right {
            height: 50vh;
            display: none;
        }

        .congrats {
            width: 90%;
            top: 20%;
            height: 50vh;
            bottom: inherit;
        }

        .banner-left-cont {
            position: absolute;
            top: 50%;
            left: 7%;
            width: 90%;
            text-align: center;
            transform: translateX(0%) translateY(-50%);
        }

        .banner-position {
            display: none;
        }

        .footer {
            text-align: center;
        }

        .Home_Login_btn {
            display: block;
            text-align: center;
            color: #fff;
            padding: 30px 0 0;
            width: 95%
        }

        a.navbar-brand img {
            height: 65px;
        }

        .features {
            margin: 0px 0;
        }

        .banner-main {
            min-height: 90vh;
        }
    }

    @media (max-width:410px) {
        .congrats h1 {
            font-size: 25px;
        }

        .congrats .hide {
            display: none;
        }



        .done {
            top: -10px;
            width: 115px;
            height: 134px;
        }

        .regards {
            font-size: 0.55em;
        }
    }

    @media (max-width:380px) {
        .banner-left-cont {
            top: 60%;
        }

        .Home_Login_btn h2 {
            font-size: 15px;
        }

        .congrats {
            height: 60vh;
        }
    }

    .resend_link_disabled {
        pointer-events: none;
        color: #aaa;
    }

    .btn-banner {
        border: 2px solid #fff;
        color: #fff;
        border-radius: 34px;
        padding: 10px 10px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        background-color: #46937f;
    }

        .btn-banner:hover {
            background-color: #fff;
        }
    /*
by Prsnajit*/

    @keyframes float {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-20px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.5, 1.5);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    @media only screen and (max-width: 600px) {
        .thumbnail {
            padding-top: 20px;
            padding-bottom: 12px;
        }

        .thumbnail-2 {
            padding-top: 20px;
            padding-bottom: 12px;
        }

        .thumbnail-3 {
            padding-top: 20px;
            padding-bottom: 12px;
        }
    }

    .whatsapp-button {
        position: fixed;
        right: 15px;
        bottom: 80px;
        background: #25d366;
        border-radius: 10px;
        width: 50px;
        height: 50px;
        padding: 8px;
        box-shadow: 0 0 25px #999;
        transition: all 0.3s;
        z-index: 999;
    }

        .whatsapp-button:hover {
            background: #0bab47;
        }

    .dashboard-text-box {
        height: 200px;
    }




    /*Modules Css*/

.margin-top-100 {
    margin-top: 100px;
}

.entry-more span {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.entry-more i {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}

.pt-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: var(--pt-font-primary);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}

    .pt-button:hover i {
        transform: rotate(90deg);
    }

    .pt-button i {
        position: relative;
        transition: transform 0.3s;
    }

    .pt-button:hover span {
        background-size: 100% 1.5px;
    }

    .pt-button span {
        position: relative;
        background-image: linear-gradient(currentColor, currentColor);
        background-size: 0 1.5px;
        background-repeat: no-repeat;
        background-position: left 95%;
        transition: background-size 1s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /*Module Inner pages*/
.Leftside_Sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    background: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

.Leftside_title {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #33d8ae;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.Leftside_Sticky ul {
    padding: 10px;
    margin: 0;
    max-height: 520px;
    /* overflow-y: scroll;
        overflow-x: hidden;*/
}

    .Leftside_Sticky ul li {
        margin: 0;
        padding: 5px 0;
        list-style-type: none;
        display: block;
        border-bottom: 1px solid #ccc;
    }

        .Leftside_Sticky ul li:last-child {
            border: none;
        }

        .Leftside_Sticky ul li a {
            color: #00b98a;
            text-decoration: none;
            transition: color 0.3s ease-in-out;
        }

h5.mb-3 {
    color: #00b98a;
}

.margin-top-100 {
    margin-top: 100px;
}
