﻿
@media only screen and (max-width: 600px) {

    .inf-fixed {
        position: unset !important;
        width: unset !important;
        right: 10%;
    }

    .inf-fixed-mob {
        position: fixed;
        padding: 8px;
        bottom: 18px;
        z-index: 100;
        height: 120px;
        width: 95%;
        transform: translate(-3%,0);
        background: linear-gradient(180deg, rgb(159, 159, 232) 0%, rgb(213, 212, 242) 100%);
    }

    .nest-mob {
        background-color: #CF9C5A;
        color: white;
        border-radius: 10px;
        width: 100%;
        padding: 5px;
    }

    .scroll-area {
        position: unset !important;
        margin: unset !important;
    }

    .content {
        margin-right: 0px !important;
        width: 100% !important;
    }

    .head-content {
        margin-right: unset !important;
        padding: 20px;
        text-align: center;
    }

        .head-content > p {
            width: unset !important;
        }

    .list-item-c {
        flex-direction: column !important;
    }

    .list-item-c2 {
        flex-direction: column-reverse !important;
        text-align: center;
        align-items: center !important;
    }

        .list-item-c2 > img {
            width: 50% !important;
        }

        .list-item-c2 > div.cc {
            margin-right: 0px !important;
            margin-top: 10px;
        }

    .rate-xs {
        margin-right: 0px !important;
        margin-top: 20px;
    }

    svg.c {
        width: 95% !important;
    }

        svg.c > text {
            font-size: 45px !important;
        }

    #raychatBtn, .scrollToTop {
        display: none !important;
    }

    .pull-left {
        float: unset !important;
    }
}


body {
    background: white;
    margin: 0px !important;
}

/*p {
	font-size: 20px;
}
*/
/*.flex-custom a {
	text-decoration: none !important;
	color: black;
}*/

.list-item-c > ul {
    list-style: none !important;
}

    .list-item-c > ul > li::before {
        content: '◉';
        font-size: 18px;
        color: #d5005a;
        position: absolute;
        margin-right: -20px;
    }

ul {
    margin: 0px;
    margin-right: 20px;
}


.g-back-1 {
    background: linear-gradient(180deg, rgba(203,2,166,1) 0%, rgba(84,40,197,1) 100%);
}

.w-100 {
    width: 100% !important;
}


.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.text-white {
    color: white !important;
}

.text-just {
    text-align: justify !important;
}

.short-text {
    font-size: 15px !important;
}

.text-center {
    text-align: center !important;
}

.text-none {
    text-decoration: none;
}

.shadow {
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
}

.content {
    margin-right: 40%;
    width: 50%;
}

.inf-fixed {
    position: sticky;
    right: 10%;
    width: 350px;
    background-color: white;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
    top: 100px;
}

.flex-custom {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.btn-c {
    display: inline;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
}

.btn-info-c {
    background-color: #ffe920;
}

.btn-danger-c {
    background-color: #d00032;
}

.bc-1 {
    background-color: #4b4abf;
}

.rounded {
    border-radius: 8px;
}

.rounded-2 {
    border-radius: 20px;
}

.rounded-c {
    border-radius: 200px;
}

.rounded-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.rounded-bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.progress {
    width: 60%;
    height: 15px;
    margin: auto;
}


.cls-1 {
    fill: #999;
}


.page-wrapper {
    filter: none !important;
}

.modal {
    top: 110px !important;
}


.cmnt1 {
    position: relative;
    border: 2px solid black;
    border-radius: 8px;
    width: 80%;
    margin-right: 20px;
}

.cmnt2 {
    border-radius: 5px;
    width: 30px;
    position: absolute;
    height: 30px;
    transform: rotate(45deg);
    margin-right: 48px;
    margin-top: 12px;
    border: 2px solid black;
    background-color: white;
}


.cmnt3 {
    width: 50px;
    background-color: white;
    position: absolute;
    z-index: 2;
    height: 45px;
    border-start-start-radius: 10px;
}

.cmnt-p {
    width: 93%;
    position: relative;
    z-index: 5;
    right: 15px;
    font-size: 16px;
}


@-moz-document url-prefix() {

    .cmnt2-moz {
        margin-left: unset !important;
    }
}










.wrappertest .parent-tab,
.wrappertest .child-tab {
    /*margin-bottom: 8px;*/
    border-radius: 5px;
    padding: 2px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
}

    .wrappertest .parent-tab label,
    .wrappertest .child-tab label {
        background: #fff;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        border: 3px solid #4b4abf;
        border-radius: 10px;
        position: relative;
        z-index: 99;
        transition: all 0.3s ease;
    }

        .wrappertest .parent-tab label:hover {
            background: white;
            color: black;
            font-weight: 500;
        }




.wrappertest label span {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
}

.wrappertest .child-tab label span {
    font-size: 17px;
}

.parent-tab label .icon {
    position: relative;
    height: 25px;
    width: 25px;
    font-size: 15px;
    color: #4b4abf;
    display: block;
    background: #fff;
    border-radius: 30%;
    border: 2px solid #4b4abf;
}

.wrappertest .child-tab label .icon {
    height: 27px;
    width: 27px;
}

.parent-tab label .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.parent-tab input:checked ~ label,
.child-tab input:checked ~ label {
    border: 3px solid #4b4abf;
    border-radius: 10px;
    background: white;
    color: black;
}

    .parent-tab input:checked ~ label span,
    .child-tab input:checked ~ label span {
        color: black;
        font-weight: 800
    }

    .parent-tab input:checked ~ label .icon i:before,
    .child-tab input:checked ~ label .icon i:before {
        content: '\f068';
    }

.wrappertest .parent-tab .content,
.wrappertest .child-tab .sub-content {
    max-height: 0px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 3px 3px;
    transition: all 0.4s ease;
}

.parent-tab input:checked ~ .content,
.child-tab input:checked ~ .sub-content {
    max-height: 100vh;
}

.tab-3 input:checked ~ .content {
    padding: 15px 20px;
}

.parent-tab .content p,
.child-tab .sub-content p {
    padding: 15px 20px;
    font-size: 16px;
}

.parent-tab .content {
    margin: 0px;
    width: auto;
}

.child-tab .sub-content p {
    font-size: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}
