body {
    color: #efeff3;
}

/* price */
.pricing-content-3 {
    text-align: justify;
    height: 200px;
}

/* contact form */
/* inner banner */
.page-header {
    /* padding: 130px 0 170px; */
    position: relative;
    overflow: hidden;
}

.bantext {
    margin-top: auto;
    margin-bottom: auto;
}

/* .cenimgg{
    margin-left: auto;
    margin-right: auto;
    display: flex;
} */
.cenimgg {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: auto;
    margin-bottom: -145px;
}

/* text */
.textjust {
    text-align: justify;
}

.privacy-item p {
    margin-bottom: 30px;
}

/* banner */
.banner-2 {
    padding: 20px 0 0px;
}

.banner-content-11 .title {
    font-size: 32px;
    line-height: 86px;
    /* margin-bottom: 15px; */
}

/* css */
.development-process .carousel-indicators {
    max-width: 800px;
    margin: auto;
    bottom: auto !important;
    top: 65px;
    height: 300px;
}

.development-process .carousel-indicators:after {
    width: 800px;
    height: 800px;
    border-radius: 50%;
    border: 3px dotted #5960e3;
    top: 0;
    left: 50%;
    margin-left: -400px;
    content: "";
    position: absolute;
}

.development-process .carousel-indicators button {
    position: absolute;
    left: 0;
    max-width: 150px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #1e1666;
    z-index: 1;
    text-align: right;
    padding: 0;
}

.development-process .carousel-indicators button span {
    -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
    box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffffff),
        to(#eaeef3)
    );
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    color: inherit;
    color: #1e1666;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
    top: 0;
    margin-left: 20px;
}

.development-process .carousel-indicators button span:hover,
.development-process .carousel-indicators button span:focus,
.development-process .carousel-indicators button span:active {
    background: #05c3de;
    outline: none;
}

.development-process .carousel-indicators button.active span {
    background: #05c3de;
    outline: none;
}

.development-process .carousel-indicators button:nth-child(1) {
    bottom: 0;
    -webkit-transform: translateX(-166px);
    transform: translateX(-166px);
}

.development-process .carousel-indicators button:nth-child(2) {
    bottom: 120px;
    -webkit-transform: translateX(-108px);
    transform: translateX(-108px);
}

.development-process .carousel-indicators button:nth-child(3) {
    top: 30px;
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    max-width: 130px;
}

.development-process .carousel-indicators button:nth-child(4) {
    bottom: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    margin-bottom: 20px;
    text-align: center;
}

.development-process .carousel-indicators button:nth-child(4) span {
    left: 50%;
    margin-left: -25px;
    top: auto;
    bottom: -50px;
}

.development-process .carousel-indicators button:nth-child(6) span,
.development-process .carousel-indicators button:nth-child(5) span,
.development-process .carousel-indicators button:nth-child(7) span {
    left: -70px;
    margin: 0;
}

.development-process .carousel-indicators button:nth-child(6) {
    bottom: 120px;
    left: auto;
    right: -108px;
    text-align: left;
}

.development-process .carousel-indicators button:nth-child(5) {
    top: 30px;
    left: auto;
    right: 13px;
    text-align: left;
}

.development-process .carousel-indicators button:nth-child(7) {
    bottom: 0;
    left: auto;
    right: 0;
    text-align: left;
    max-width: 120px;
    -webkit-transform: translateX(146px);
    transform: translateX(146px);
}

.development-process .carousel-indicators button:nth-child(7) span {
    margin-right: 20px;
}

.development-process .carousel {
    overflow: hidden;
}

.development-process .carousel .carousel-item {
    height: 390px;
    min-height: 390px !important;
}

.development-process .carousel .carousel-item h3::after {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -30px;
    content: "01";
    -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
    box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ffffff),
        to(#eaeef3)
    );
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    color: inherit;
    color: #1e1666;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}

.development-process .carousel .carousel-item:nth-child(2) h3::after {
    content: "02";
}

.development-process .carousel .carousel-item:nth-child(3) h3::after {
    content: "03";
}

.development-process .carousel .carousel-item:nth-child(4) h3::after {
    content: "04";
}

.development-process .carousel .carousel-item:nth-child(5) h3::after {
    content: "05";
}

.development-process .carousel .carousel-item:nth-child(6) h3::after {
    content: "06";
}

.development-process .carousel .carousel-item:nth-child(7) h3::after {
    content: "07";
}

.development-process .carousel .carousel-caption {
    width: 400px;
    padding: 20px;
    padding-top: 50px;
    right: auto;
    left: 50%;
    margin-left: -200px;
    -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
    box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
    /* background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeef3));
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%); */
    text-align: center;
    background: url(img/do-bg.png) no-repeat center center;
    background-size: cover;
    padding: 45px 30px 60px;
    z-index: 2;
    border: 1px solid #1e1666;
    border-radius: 20px;

    border: 1px solid rgba(0, 0, 0, 0.1);
}

.development-process .carousel .carousel-caption h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.development-process .carousel .carousel-caption p {
    margin: 0;
}

.development-process .carousel-indicators button {
    color: white;
}

.development-process .carousel .carousel-caption p {
    margin: 0;
    color: #fff;
}

.heading-block {
    padding-bottom: 30px;
}

/* features */
.feature-tab-header p {
    text-align: justify;
}

.banner-2 {
    padding: 100px 0 0px;
}

.visbot {
    /* border: 2px solid white; */
    border-radius: 10%;
    padding: 45px;
    text-align: justify;
}

.do-item p {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    text-align: justify;
}

.to-access-item .to-access-thumb .thumb img {
    width: 75%;
    margin: 10px auto;
}

/* mlodel */
.tyou {
    text-align: center;
}

.fg {
    color: black;
    /* font-family: var(--heading-font-family); */
    font-weight: 900;
    line-height: 1.4;
    font-size: 42px;
    margin-bottom: 15px;
}

.fp {
    margin-bottom: 15px;
    line-height: 1.8;
    color: black;
    font-weight: 500;
    /* font-family: var(--main-font-family); */
    font-size: var(--font-size);
}

.modelbacvk {
    text-align: center;
    background: url(img/do-bg.png) no-repeat center center;
    background-size: cover;
    padding: 70px 30px 60px;

    border-radius: 20px;
    margin-bottom: 30px;
}

.modelbut {
    background-color: #2b2fb4;
    color: #fff;
    width: 50%;
}

.stroke-title.cl-white {
    -webkit-text-stroke-color: rgb(255 255 255 / 32%);
    color: transparent;
}

@media (max-width: 1399px) {
    .smart-watch img {
        max-width: -webkit-fill-available;
    }
}

@media screen and (max-width: 1750px) {
    .footer-stroke-text {
        margin-bottom: 5px !important;
    }

    .footer-top-2 {
        /* padding: 150px 0 100px; */
        padding: 15px !important;
    }

    .footer-stroke-text {
        margin-bottom: 5px !important;
    }
}

/* responsive */
@media only screen and (max-width: 991px) {
    .development-process .carousel {
        height: 400px;
    }

    .development-process .carousel .carousel-indicators {
        display: block;
        max-width: 100%;
    }

    .development-process .carousel button {
        position: relative;
        left: 0;
        top: auto;
        right: auto;
        -webkit-transform: none !important;
        transform: none !important;
        width: auto;
        max-width: 300px;
        height: 50px;
        padding-left: 60px;
        text-align: left;
        bottom: auto;
    }

    .development-process .carousel button span {
        position: relative;
        left: auto;
        right: auto;
    }

    .development-process .carousel .carousel-inner {
        display: none;
    }

    .development-process .development-process-list p {
        padding: 20px;
        border: 1px solid;
        padding-left: 70px;
        position: relative;
        -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
        box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#ffffff),
            to(#eaeef3)
        );
        background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
        color: #1e1666;
        border-radius: 50px;
    }

    .development-process .development-process-list p span {
        -webkit-box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
        box-shadow: 0 7px 18px 0 rgba(107, 124, 147, 0.25);
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#ffffff),
            to(#eaeef3)
        );
        background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
        color: inherit;
        color: #1e1666;
        float: left;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        border-radius: 50px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 10px;
        top: 7px;
    }
}

@media (min-width: 992px) {
    .padding-bottom {
        padding-bottom: 45px !important;
    }

    .padding-top {
        padding-top: 75px !important;
    }
}

/* homepage image */
.tool-section .img-fluid {
    max-width: 700px;
    /* height:100%; */
}

/* rainbow */
/* *,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 12pt;
  font-weight: 400;
  color: black;
  background: black;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
} */

body > .mainfaq {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        30deg,
        #000000,
        #0e0e0e,
        #181818,
        #202020,
        #292929,
        #313131,
        #3b3b3b,
        #444444,
        #4d4d4d,
        #575757,
        #616161,
        #6b6b6b
    );
}

.mainfaq > ul {
    position: relative;
    left: 70px;
    list-style: none;
    padding: 20px 0px;
    margin: 0;
    border-left: 60px solid #531b98;
    padding-left: 40px;
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px inset,
        rgba(0, 0, 0, 0.3) 0px 3px 0px inset;
}

.mainfaq > ul > li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    color: white;
    text-transform: uppercase;
}

.mainfaq > ul > li:nth-child(2) {
    --itemcolor: #05c3de;
}

.mainfaq > ul > li:nth-child(4) {
    --itemcolor: violet;
}

.mainfaq > ul > li:nth-child(6) {
    --itemcolor: #05c3de;
}

.mainfaq > ul > li:nth-child(8) {
    --itemcolor: violet;
}

.mainfaq > ul > li:nth-child(10) {
    --itemcolor: #05c3de;
}

.mainfaq > ul > li:nth-child(12) {
    --itemcolor: violet;
}

.mainfaq > ul > li::before {
    content: "";
    position: absolute;
    left: -75px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px;
    border-style: double dotted solid dashed;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mainfaq > ul > li::after {
    color: var(--itemcolor);
    position: absolute;
    left: -75px;
    width: 60px;
    height: 60px;
    background: transparent;
    content: "#1";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainfaq > ul > li:nth-child(2)::before {
    border-color: var(--itemcolor);
    color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(4)::before {
    border-color: var(--itemcolor);
    color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(4)::after {
    content: "#2";
    color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(6)::before {
    border-color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(6)::after {
    content: "#3";
    color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(8)::before {
    border-color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(8)::after {
    content: "#4";
    color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(10)::before {
    border-color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(10)::after {
    content: "#5";
    color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(12)::before {
    border-color: var(--itemcolor);
}

.mainfaq > ul > li:nth-child(12)::after {
    content: "#6";
    color: var(--itemcolor);
}

.mainfaq > ul > li:hover::before {
    background: var(--itemcolor);
    border-color: black;
    animation: bulletspin 5s linear infinite;
    animation-fill-mode: forwards;
}

@keyframes bulletspin {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.mainfaq > ul > li:hover::after {
    color: white;
}

.mainfaq > ul > li:nth-child(4):hover::after,
.mainfaq > ul > li:nth-child(6):hover::after,
.mainfaq > ul > li:nth-child(8):hover::after {
    color: black;
}

.mainfaq > ul > li > p {
    position: relative;
    font-size: 12pt;
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.1s ease-in-out;
}

.mainfaq > ul > li > p::after {
    position: absolute;
    background: var(--itemcolor);
    content: "";
    bottom: 10px;
    left: -100%;
    width: 100%;
    height: 3px;
    transition: all 0.2s ease-in-out;
}

.mainfaq > ul > li:hover > p::after {
    left: 0;
    transition: all 0.2s ease-in-out;
}

.mainfaq > ul > li:active > p {
    transform: scale(0.95);
}

.mainfaq > ul > input {
    position: absolute;
    display: none;
    z-index: 3;
}

.mainfaq > ul > li > label {
    position: absolute;
    width: 125%;
    height: 100%;
    right: 0;
    z-index: 4;
}

.mainfaq > ul > li > label::before {
    position: absolute;
    content: "Login to your account and click on the " Add Cash
        " tab followed by " Make a Deposit ". ";
    top: -70px !important;
    left: -100%;
    width: 250px;
    min-height: 200px;
    padding: 30px 20px;
    background: var(--itemcolor);
    visibility: visible;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11pt;
    color: white;
    text-align: center;
    text-transform: none;
    line-height: 16pt;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px inset;
    transition: all 0.3s ease-in-out;
}

.mainfaq > ul > li:nth-child(2) > label::before {
    content: "It is legal to play online Rummy in India. The Indian Supreme Court deemed Rummy as a skill game and not a game of chance, so the Constitution protects it under Article 19[1] (g).";
    top: 0;
}

.mainfaq > ul > li:nth-child(4) > label::before {
    content: "Login to your account and click on the " Add Cash
        " tab followed by " Make a Deposit
        ". You can select your payment method on the left and enter the correct amount to deposit.";
    top: -50px;
}

.mainfaq > ul > li:nth-child(4) > label::before {
    content: 'Login to your account and click on the "Add Cash" tab followed by "Make a Deposit". You can select your payment method on the left and enter the correct amount to deposit.';
}

.mainfaq > ul > li:nth-child(6) > label::before {
    content: "The Rummysheild account details are available for viewing and editing by logging into your account and clicking on the 'My Account' tab to see your account's details.";
}

.mainfaq > ul > li:nth-child(4) > label::before,
.mainfaq > ul > li:nth-child(6) > label::before,
.mainfaq > ul > li:nth-child(8) > label::before {
    color: black;
}

.mainfaq > ul > li:nth-child(8) > label::before {
    content: "Your bank may take between 2 to 5 working days to send the withdrawal to you once it has been processed at our end. This will depend on how your bank processes your withdrawals.";
}

.mainfaq > ul > li:nth-child(10) > label::before {
    top: -120px;
    content: "Your username and password should be entered in the corresponding boxes on the top right corner of the homepage (and every other page on the site). Once you've logged in, you can start playing.";
}

.mainfaq > ul > li:nth-child(12) > label::before {
    top: unset;
    bottom: 0;
    content: "Rummy is one of the most popular pick-and-dispose card games, and it's easy to learn how to play. If you want to learn how to play rummy quickly and easily, just click on how to play a rummy game.";
}

.mainfaq > ul > li > label::after {
    position: absolute;
    top: 20%;
    left: -20%;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid var(--itemcolor);
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
}

.mainfaq > ul > li > label:hover {
    cursor: pointer;
}

.mainfaq > ul > input:checked + li > label::before,
.mainfaq > ul > input:checked + li > label::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.mainfaq > ul > input:checked + li > label::before {
    left: -64%;
}

.mainfaq > ul > input:checked + li > label::after {
    left: -12%;
    transform: scale(1);
}

.mainfaq > ul > input:checked + li > p {
    color: var(--itemcolor);
    font-weight: 700;
    font-size: 14pt;
    transition: all 0.1s ease-in-out;
}

/* Make Responsive */

@media (max-width: 990px) {
    body {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .hdown {
        margin: 2px 2px !important;
    }

    .mainfaq {
        min-height: 100vh;
        padding: 20px 0px;
    }

    .mainfaq > ul {
        /* left: 20px; */
        left: 0px;
        align-self: flex-start;
    }

    .mainfaq > ul > li > label::before {
        width: 300px;
        left: 100%;
        top: 100% !important;
    }

    .mainfaq > ul > li > label::after {
        left: 0;
        top: 230%;
    }

    .mainfaq > ul > input:checked + li {
        margin-bottom: 220px;
    }

    .mainfaq > ul > input:checked + li > label::before {
        left: 8%;
    }

    .mainfaq > ul > input:checked + li > label::after {
        /* left: 12%; */
        left: -8%;
        top: 230%;
    }
}

@media (max-width: 630px) {
    .mainfaq > ul > li {
        /* height: 70px; */
        height: 85px;
    }

    .mainfaq > ul > li > p {
        font-size: 11pt;
    }

    .mainfaq > ul > input:checked + li > p {
        font-size: 12pt;
    }

    .mainfaq > ul > li > label::before {
        padding: 20px;
        left: 10% !important;
    }

    .mainfaq > ul > li > label::after {
        left: 0 !important;
        filter: drop-shadow(1px 1px 2px black);
    }
}

@media (max-width: 550px) {
    .mainfaq > ul {
        width: 320px;
    }

    .mainfaq > ul > li {
        white-space: normal !important;
    }

    .mainfaq > ul > li > p {
        white-space: normal !important;
        line-height: 11pt;
    }

    .mainfaq > ul > li > label::before {
        padding: 20px;
        left: -10% !important;
    }

    .mainfaq > ul > li > label::after {
        left: -16% !important;
    }
}

@media (max-width: 375px) {
    .mainfaq > ul {
        width: 290px;
    }

    .mainfaq > ul > li > label::before {
        width: 230px;
        min-height: 260px;
    }

    .mainfaq > ul > input:checked + li {
        margin-bottom: 270px;
    }

    .mindd h3 {
        font-size: 21px;
    }
}

/* banner padding */
.banner-7 {
    padding: 150px 0 0px;
}

.backimg {
    position: relative;
}

.backheart {
    position: absolute;
    top: 10%;
    left: 5%;
}

.whiteheart {
    position: absolute;
    top: 10%;
    right: 5%;
}

.clever {
    position: absolute;
    bottom: 33%;
    right: 11%;
}

.spade {
    position: absolute;
    /* top: 42%;
    left: 46%; */
    top: 43%;
    left: 48%;
}

.spade img {
    animation: heart 3s ease-in-out infinite alternate-reverse;
}

.clever img {
    animation: heart 3s ease-in-out infinite alternate-reverse;
}

.whiteheart img {
    animation: heart 3s ease-in-out infinite alternate-reverse;
}

.backheart img {
    animation: heart 3s ease-in-out infinite alternate-reverse;
}

@keyframes heart {
    0% {
        transform: scale(1.5);
        /* transform:rotateZ(0deg) */
    }

    100% {
        transform: scale(1);

        /* transform:rotateZ(360deg) */
    }

    /* 0% {
        -webkit-transform: scale(0) rotate(360deg);
      }
      100% {
        -webkit-transform: scale(1) rotate(-360deg);
      } */
}

.privacypoints ol li {
    padding-bottom: 10px;
}

/* .contactback{

} */
.cbanner {
    background-image: url("/assets/images/new/contact.jpg") !important;
    background-size: 100% 100%;
}

.howbanner {
    background-image: url("/assets/images/banner/Contactbanner.jpg") !important;
    background-size: 100% 100%;
}

.refundbanner {
    background-image: url("/assets/images/banner/Refundbanner.jpg") !important;
    background-size: 100% 100%;
}

.termsbanner {
    background-image: url("/assets/images/banner/Terms&Conditions.jpg") !important;
    background-size: 100% 100%;
}

.privacybanner {
    background-image: url("/assets/images/banner/privacybanner.jpg") !important;
    background-size: 100% 100%;
}

.aboutbanner {
    background-image: url("/assets/images/banner/Aboutus.jpg") !important;
    background-size: 100% 100%;
}

.variantbanner {
    background-image: url("/assets/images/banner/variations_Banner.jpg") !important;
    background-size: 100% 100%;
}

.tipsbanner {
    background-image: url("/assets/images/banner/tipsbanner.jpg") !important;
    background-size: 100% 100%;
}

.howbanner {
    background-image: url("/assets/images/banner/Howplay_Banner.jpg") !important;
    background-size: 100% 100%;
}

.Faq_Banner {
    background-image: url("/assets/images/banner/Faq_Banner.jpg") !important;
    background-size: 100% 100%;
}

.page-header-content .breadcrumb {
    justify-content: left;
}

.page-header-content {
    text-align: left;
}

/* howtoplay home*/
.ionic-logo {
    display: block;
    margin: 15px auto;
    width: 96px;
    height: 96px;
}

.pane {
    background-color: #333 !important;
}

.bar.bar-transparent {
    background-color: transparent;
    background-image: none;
    border: none;
}

.bar .title {
    color: #eee;
}

.swipe-cards {
    position: fixed;
}

.swipe-cards {
    position: fixed;
}

.swipe-card {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    /*display: none;*/
    position: fixed;
    -webkit-transform: scale(1, 1);
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    overflow: hidden;
    -webkit-animation-fill-mode: forwards;
}

.swipe-card .title {
    height: 40px;
    padding: 5px;
    line-height: 30px;
    color: #444;
}

.swipe-card .image {
    overflow: hidden;
    max-height: 210px;
}

.swipe-card .button {
    border: none;
}

.swipe-card .image img {
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}

#start-card {
    color: #fff;
    background-color: #30bd8a;
    line-height: 300px;
    word-wrap: break-word;
    border: 6px solid #4cd68e;
    text-align: center;
}

#start-card span {
    display: inline-block;
    line-height: 40px;
    width: 200px;
    font-size: 30px;
    vertical-align: middle;
}

#footer .button {
    color: #fff;
}

@-webkit-keyframes bounceIn {
    0% {
        -webkit-transform: scale(0, 0);
    }

    70% {
        -webkit-transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
    }
}

.swipe-card.pop-in-start {
    -webkit-transform: scale(0, 0);
}

.swipe-card.pop-in {
    -webkit-animation: bounceIn 0.3s ease-out;
}

.mart {
    margin-top: inherit !important;
    margin-bottom: inherit;
}

.header-section.active {
    background: #a003cf;
    top: 0;
}

.counter-wrapper-3 {
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

.page-header.single-header::before {
    background: transparent !important;
}

/* grtt */
.custom-accordion {
    background: #a003cf;
    color: #ffffff;
    font-family: "Sunflower", sans-serif;
    padding-bottom: 2rem;
    /* height: 65vh !important; */
}

.custom-accordion > .item {
    padding: 1rem 2rem;
    margin: 0 auto;
    max-width: 30rem;
}

.custom-accordion > .item:last-of-type {
    background: #a003cf !important;
    text-align: center;
    border-radius: 0.5rem;
}

.custom-accordion > .item:last-of-type > .icon {
    color: #ffffff;
}

.custom-accordion > .item:nth-of-type(6) {
    padding-bottom: 2rem;
}

.custom-accordion > .item > .icon {
    color: #462521;
    font-size: 2rem;
    text-align: center;
}

.custom-accordion > .item > .title {
    font-size: 1.5rem;
    font-size: larger;
    font-weight: bolder;
}
.opacity-0 {
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 800px) and (min-height: 270px) {
    .custom-accordion {
        display: table;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        height: 45vh;
        /* max-height: 1000px; */
        max-height: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }

    .custom-accordion > .item {
        display: table-cell;
        position: relative;
        height: 100%;
        padding: 2rem 1rem;
        text-align: center;
        transform-origin: 0 50%;
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    }

    .custom-accordion > .item:hover:not(:last-of-type) {
        transform: scaleX(2) translateX(-1px);
        box-shadow: 0 0 3rem #301916;
        background: #c97fc7cc;
        border-color: transparent;
    }

    .custom-accordion > .item:hover + .item {
        opacity: 0.1;
    }

    .custom-accordion > .item:hover + .item:last-of-type {
        opacity: 0.1;
        background: #c97fc7cc;
    }

    .custom-accordion > .item:not(:last-of-type) {
        border-right: 1px solid #462521;
    }

    .custom-accordion > .item:last-of-type {
        background: #462521;
        width: 25%;
        border-radius: 0;
    }

    .custom-accordion > .item:last-of-type .heart-icon {
        font-size: 6rem;
    }

    .custom-accordion > .item:hover:last-of-type .heart-icon {
        transform: scale(2);
    }

    .custom-accordion > .item:last-of-type > .title {
        transform: rotate(0) translateX(-50%) translateY(-2.5rem);
        padding: 0;
        text-align: center;
    }

    .custom-accordion > .item:last-of-type > .content {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }

    .custom-accordion > .item:hover:not(:last-of-type) > .icon {
        transform: scaleX(0.5);
    }

    .custom-accordion > .item:hover:not(:last-of-type) > .title {
        transform: scaleX(0.5) translateX(-50%);
        background: #ca2e55;
        text-align: center;
        padding: 0;
    }

    .custom-accordion > .item:hover:not(:last-of-type) > .title > .text {
        transform: translateX(-50%);
        left: 50%;
    }

    .custom-accordion > .item:hover:not(:last-of-type) > .content {
        opacity: 1;
    }

    .custom-accordion > .item > .icon {
        font-weight: 700;
        font-size: 2rem;
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
        color: #ffffff;
    }

    .custom-accordion > .item > .title {
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 1.5rem;
        width: 200%;
        text-align: left;
        transform-origin: 0 50%;
        transform: rotate(-90deg);
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
        /* font-size: 1.2rem; */
        font-size: 15px;
    }

    .custom-accordion > .item > .title > .text {
        position: absolute;
        left: 2rem;
        bottom: 0;
        white-space: nowrap;
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    }

    .custom-accordion > .item > .content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200%;
        height: auto;
        transform: translateX(-50%) translateY(-50%) scaleX(0.5);
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
        opacity: 0;
        padding: 1rem;
        pointer-events: none;
    }
}

.heart-icon {
    color: #05c3de;
    font-size: 3rem !important;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    text-align: center;
}

.pricing-item-4:nth-of-type(3n + 2)::after {
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: none !important;

    background: transparent !important;
}

.pricing-item-4:nth-of-type(3n + 2)::before {
    border-color: transparent;
}

.pricing-item-4::before {
    border: none;
}

.pricing-item-4::after {
    background: none;
}

.pricing-item-4:nth-of-type(3n + 3)::after {
    background: none;
}

.header-section .header-wrapper .menu li a:hover {
    color: aqua;
}

/* .header-section .header-wrapper .menu li .active {
    color: #dca033 !important;
} */

.counter-wrapper-3 .counter-item .counter-content .title span {
    background: linear-gradient(-90deg, #eff4f4 0, #e4e6e9 100%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0.968px 3.881px 1.92px rgb(58 183 232 / 47%);
}

/* .counter-wrapper .counter-item .counter-content .title span {
    background: linear-gradient(-90deg, #6fe2e0 0, #3b78e8 100%) !important;
} */
@-webkit-keyframes animation {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2) rotateX(45deg);
        transform: scale(1.2) rotateX(45deg);
    }

    to {
    }
}

@-webkit-keyframes animation2 {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2) rotateX(45deg);
        transform: scale(1.2) rotateX(45deg);
    }

    to {
    }
}

@font-face {
    font-family: font;
    src: url(https://dl.dropboxusercontent.com/u/50037593/ElasticSlider/hand.ttf);
    font-weight: bold;
}

.slider div p {
    color: #1c1c1c;
    position: absolute;
    bottom: -30px;
    font-family: font;
    font-size: 22px;
    text-align: center;
}

.slider {
    -webkit-animation: animation ease 1s;
    animation-delay: 0.8s;
    animation-fill-mode: backwards;

    /* margin: 0 auto 0 auto; */
    height: 360px;
    width: 240px;
    padding: 40px;
    top: 100px;

    perspective: 1000px;
    transition: ease-in-out 0.2s;
    /*-webkit-transform:rotateX(45deg);
               -webkit-transform-style:preserve-3d;
                   position:absolute;*/
}

/*.slider:active{ -webkit-transform:rotateZ(10deg);}*/

.slide img {
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -moz-user-drag: none;
    border-radius: 2px;
}

.slide {
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    position: absolute;
    /* height: 280px;
    width: 240px; */
    height: 400px;
    width: 500px;
    top: -57px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
    background: #fcfcfc;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    text-align: center;
    /*overflow:hidden;*/
    border: 12px white solid;
    box-sizing: border-box;
    border-bottom: 55px white solid;
    border-radius: 5px;
}

.transition {
    -webkit-transition: cubic-bezier(0, 1.95, 0.49, 0.73) 0.4s;
    -moz-transition: cubic-bezier(0, 1.95, 0.49, 0.73) 0.4s;
    transition: cubic-bezier(0, 1.95, 0.49, 0.73) 0.4s;
}

.contact-wrapper {
    padding: 35px 50px 0;
}

.marbotsp {
    margin-bottom: inherit !important;
}

.contact-wrapper {
    background: #44177e;
}

.contact-form .form-group input[type="submit"] {
    background: -webkit-linear-gradient(-65deg, #c165dd 0, #11fcde 100%);
}

.map-section::before {
    background: #7d44c4;
}

.maps-wrapper::before {
    z-index: -1;
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 50px;
}

.custom-accordion > .item:hover:not(:last-of-type) > .title {
    transform: scaleX(0.5) translateX(-50%);
    background: #05c3de;
}

.header-section .header-wrapper .menu .active a {
    color: #40b9ff !important;
}

.recharge-item .recharge-thumb .anime::after,
.recharge-item .recharge-thumb .anime::before {
    background: -webkit-linear-gradient(0deg, #fff 0, #fff 100%) !important;
    width: 13px;
    height: 13px;
}

.deal {
    border: 2px dotted white;
    border-radius: 13%;
    margin: 40px auto !important;
    text-align: justify;
    padding: 20px;
}

.how-item .how-thumb::before {
    display: none;
}

.but3.active,
.but3:hover {
    color: #fff;
    border-color: transparent;
    background: -ms-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0, #1153fc 100%);
    box-shadow: 0 17px 24px 0 rgb(18 83 252 / 51%);
}
.pt-100px {
    padding-top: 100px;
}
.pt-50px {
    padding-top: 50px;
}
.feature-content-20 .feat-nav a.active,
.feature-content-20 .feat-nav a:hover {
    background: -webkit-linear-gradient(
        -103deg,
        #05c3de 0,
        #05c3de 35%,
        #05c3de 76%,
        #05c3de 100%
    );
    box-shadow: 0 17px 24px 0 rgb(18 83 252 / 51%);
}

.privacy-item p {
    text-align: justify;
}

.privacy-item ul li {
    text-align: justify;
}
.logo a img {
    height: 60px;
}
.feature-item::before {
    background: url(../css/img/feature-bg.jpg) no-repeat center center;
}
.feature-item {
    background: url(../css/img/feature-bg.jpg) no-repeat center center;
}
.review-item-20 {
    /* background: transparent !important; */
    border: 1px solid white;
}

.review-item-20 {
    background: transparent;
    border-radius: 20px;
    box-shadow: 2.925px 23.821px 38px 0 rgb(10 25 63 / 28%);
    padding: 25px 20px;
    margin-bottom: 30px;
}

.faq-item .faq-thumb {
    color: transparent !important;
    border: none !important;
}

.header-section .header-wrapper .logo {
    width: inherit;
}

.servbst {
    position: absolute;
    max-width: 55%;
    top: 46%;
    left: 25%;
}

.downnow {
    /* background-image: url('/assets/images/bg/trial2.jpg') !important; */

    background-size: 100% 100% !important;
    background-blend-mode: lighten !important;
}

.downnow2 {
    background-image: url("/assets/images/bg/triall.jpg") !important;
}

.heicard {
    height: 575px;
}

@media (min-width: 992px) {
    .pt-50l {
        padding-top: 50px;
    }
}

.trial-wrapper.style-three {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 95% 75%;
}

.feature-content-icon-20 {
    padding-bottom: 25px;
    width: 123px;
}

.pricing-item-4 {
    margin-bottom: inherit;
}

.varsp p {
    padding-bottom: 10px;
    text-align: justify;
}

/* .custom-accordion .content {
    text-align: justify !important;
} */
.feature-item .feature-thumb::after,
.feature-item .feature-thumb::before {
    background-image: -webkit-linear-gradient(
        0deg,
        #f1f0ed 0,
        #f7f5f4 100%
    ) !important;
    box-shadow: 5.806px 23.287px 30.72px 1.28px rgb(253 160 133 / 50%) !important;
}

.faq-item .faq-content p {
    text-align: justify;
}

.review-item-20.active,
.review-item-20:hover {
    background: -webkit-linear-gradient(90deg, #4050e9 0, #a12ffe 100%);

    color: rgba(255, 255, 255, 0.9);
    animation: fadeIn 0.6s;
    -webkit-animation: fadeIn 0.6s;
    -moz-animation: fadeIn 0.6s;
}

.fbot {
    margin-bottom: -180px;
}

.bacfaq {
    background-image: url("/assets/images/Ask.jpg");
    background-size: 100% 100%;
}

.mobileabout {
    display: none !important;
}

.mobilevariants {
    display: none !important;
}

.mobiletips {
    display: none !important;
}

.mobilecontact {
    display: none !important;
}

.mobilefaq {
    display: none !important;
}

.mobilehowto {
    display: none !important;
}

.mobileprivacy {
    display: none !important;
}

.mobilerefund {
    display: none !important;
}

.mobileterms {
    display: none !important;
}

.copo {
    padding-top: 15px;
}

.backheart img {
    width: auto;
    height: 65px;
}

.contfm {
    max-width: 100%;
    display: block;
    flex: 0 0 100%;
}

@media (max-width: 600px) {
    /* .context h3 {
        font-size: 12px !important;
    }
    .context p {
        font-size: 12px !important;
        padding-top: 5px;
    } */
    /* .servbst h4{
        font-size: 15px;
    } */
    .servbst {
        position: absolute;
        max-width: 55%;
        top: 57%;
        left: 25%;
    }

    .custom-accordion {
        background: #a003cf;
        color: #ffffff;
        font-family: "Sunflower", sans-serif;
        padding-bottom: 2rem;
        height: 350vh !important;
        /* height: 240vh !important; */
        max-height: 100%;
    }

    .clever {
        position: absolute;
        bottom: 20%;
        right: 11%;
    }

    .backheart img {
        width: auto;
        height: 36px;
    }

    .backheart {
        position: absolute;
        top: 9%;
        left: 5%;
        height: 40% !important;
    }
}

@media (max-width: 767px) {
    .dnoo {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .heicard {
        height: inherit !important;
    }
    .servbst {
        position: absolute;
        max-width: 55%;
        top: 60% !important;
        left: 25%;
    }

    /* .spade {
        position: absolute;
        top: 42%;
        left: 70%;
    } */
    .madtop {
        margin-top: 2px !important;
    }

    .faq-thumb img {
        width: 50px !important;
        height: 50px !important;
    }

    .htppic img {
        width: inherit !important;
        height: inherit !important;
    }

    .padto {
        padding-top: 30px;
    }

    .padbo {
        padding-bottom: 1px;
    }

    .custom-accordion .icon {
        text-align: center;
        padding-bottom: 15px;
    }

    .custom-accordion .content {
        text-align: justify;
        padding-top: 15px;
    }

    .custom-accordion > .item > .title {
        font-size: inherit;
        font-weight: bolder;
    }

    .feature-content-icon-20 {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-accordion {
        background: #a003cf;
        color: #ffffff;
        font-family: "Sunflower", sans-serif;
        padding-bottom: 2rem;
        height: 99% !important;
        max-height: 100%;
        /* height: 240vh !important;
        max-height: 100%; */
    }

    .testibotspace {
        padding-bottom: 5px !important;
    }

    .varbotspace {
        padding-bottom: 5px !important;
    }

    .pricing-item-4 img {
        /* width: inherit !important; */
        width: 200px;
        max-width: 100%;
    }

    .spade {
        display: none !important;
    }

    .fbot {
        margin-bottom: 2px;
    }

    .bacfaq {
        background-image: none !important;
    }

    .bacfaqq {
        display: block;
        background-color: #a12ffe !important;
        overflow: hidden;
    }

    .aboutbanner {
        display: none;
    }

    .tipsbanner {
        display: none;
    }

    .cbanner {
        display: none;
    }

    .Faq_Banner {
        display: none;
    }

    .howbanner {
        display: none;
    }

    .termsbanner {
        display: none;
    }

    .privacybanner {
        display: none;
    }

    .refundbanner {
        display: none;
    }

    .mobileabout {
        display: block !important;
    }

    .variantbanner {
        display: none;
    }

    .mobilevariants {
        display: block !important;
    }

    .mobiletips {
        display: block !important;
    }

    .mobilecontact {
        display: block !important;
    }

    .mobilefaq {
        display: block !important;
    }

    .mobilehowto {
        display: block !important;
    }

    .mobileterms {
        display: block !important;
    }

    .mobileprivacy {
        display: block !important;
    }

    .mobilerefund {
        display: block !important;
    }

    .breadcrumb span {
        color: violet;
        margin-left: 10px;
    }

    .mobtop {
        padding-top: 75px;
        text-align: center;
    }

    .breadcrumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        background-color: transparent;
        border-radius: 0.25rem;
        justify-content: center;
    }
}

.varp {
    text-align: justify;
}

.privacy-item .title {
    margin: 0;
    margin-bottom: 20px;
}

.privacy-item {
    margin-bottom: 30px;
}

.oservice {
    padding-bottom: 15px;
}

.abtpar p {
    text-align: justify;
}

@media (max-width: 991px) {
    .extra-bg {
        /* background: #7d44c4; */
        /* background-image: url(./assets/images/pricing/pricing-bg.jpg) !important; */
        background-image: url("/assets/images/pricing/pricing-bg.jpg") !important;
    }
}
.fort {
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* .item .title .text {
        font-size: 14px;
    } */
    .mainfaq > ul > input:checked + li > label::after {
        left: inherit !important;
    }
    .bacfaq {
        height: 100% !important;
        max-height: 916px !important;
    }
    .pricing-wrapper-4 .pricing-item-4 {
        width: 30% !important;
    }
    .ppol {
        font-size: 36px !important;
    }

    .mainfaq {
        min-height: auto !important;
        overflow: hidden;
    }

    .mainfaq > ul > li > label {
        width: 100%;
    }

    .mainfaq > ul {
        width: 100%;
    }

    .bg_img {
        background-size: cover;
        background-position: 75% 100%;
    }

    .mainfaq > ul > input:checked + li > p {
        color: var(--itemcolor);
        font-weight: 700;
        font-size: 14px;
    }

    .cent {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .servbst {
        position: absolute;
        max-width: 55%;
        top: 64%;
        left: 25%;
    }

    .dnoo {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .packin {
        margin: auto;
    }

    p.banner-button-group {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .piccon {
        max-width: 100%;
        display: block;
        flex: 0 0 100%;
    }

    /* .whiteheart {
        position: absolute;
        top: 15%;
        right: 5%;
    }
    .backheart {
        position: absolute;
        top: 15%;
        left: 5%;
    } */
    .backheart img {
        width: auto;
        height: 30px !important;
    }

    .whiteheart img {
        width: 100%;
        height: 40px !important;
    }

    .mainfaq > ul > input:checked + li > label::after {
        /* left: 12%; */
        left: -8%;
        /* top: 230%; */
    }
}

.varplayy {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 25px;
}

/* .mainfaq>ul>li>label::before {
        width: inherit !important;
        left: inherit !important;
        top: 100% !important;
    } */

.padbotm {
    padding-bottom: 35px;
}

.pricing-item-4 img {
    /* width: inherit !important; */
    width: 200px;
    max-width: 100%;
}

.fbot {
    margin-bottom: 2px;
}

.whiteheart {
    position: absolute;
    top: 10%;
    right: 5%;
}

.backheart {
    position: absolute;
    top: 10%;
    right: 5%;
}

.varst {
    font-size: 25px;
    text-shadow: 2px 2px #2a56f8;
    text-align: center;
}

@media (min-width: 1024px) and (max-width: 1366) {
    .spade {
        position: absolute;
        top: 15% !important;
        right: 5%;
    }
}

@media (max-width: 460px) {
    .context h3 {
        font-size: 12px !important;
    }

    .context p {
        font-size: 12px !important;
        padding-top: 5px;
    }

    .servbst h4 {
        font-size: 15px;
    }

    .servbst {
        position: absolute;
        max-width: 55%;
        top: 57%;
        left: 25%;
    }
}

@media (max-width: 360px) {
    .subbut {
        padding: 0px 10px !important;
    }
}

@media (max-width: 280px) {
    .tipt {
        font-size: 14px;
    }

    .context p {
        font-size: 7px !important;
        padding-top: 5px;
    }

    .servbst h4 {
        font-size: 10px;
    }
}

@media screen and (min-width: 767px) and (max-width: 799px) {
    .custom-accordion3 {
        height: 200vh !important;
    }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
    .custom-accordion {
        background: #a003cf;
        color: #ffffff;
        font-family: "Sunflower", sans-serif;
        padding-bottom: 2rem;
        /* height: 100vh !important; */
        height: 60vh !important;
        max-height: 100%;
    }
    .accordi {
        height: 45vh !important;
    }
}
.comname {
    font-size: 13px;
}

#name-error,
#phone-error,
#email-error,
#message-error {
    color: red;
    font-size: 14px;
}
