﻿@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
/*@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");*/

body {
    font-family: 'Nunito', sans-serif;
}

.link-a {
    font-size: 14px;
    font-weight: 700
}

.Sction-about {
    /*margin-top: 250px;*/
    /*padding: 100px 0px 100px 0px;*/
    /*   border-top-left-radius: 50% 40%;
    border-top-right-radius: 50% 40%;*/
    /*min-height: 500px;*/
    /*height: 150px;*/
    background: linear-gradient(to top, #ffffff, rgba(220,53,69,1));
    /*background-color: rgba(220,53,69,1) !important*/
}

/*.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: red;
    outline: 0;
    box-shadow: 0 0 0 .20rem #fe8686
}*/

.f-footer-ico {
    font-size: 15px;
}

.bg-tabpro1 {
    background-color: #63a4ff;
    background-image: linear-gradient(315deg, #63a4ff 0%, #83eaf1 74%);
}

.bg-tabpro2 {
    background-color: #f977ce;
    background-image: linear-gradient(315deg, #f977ce 0%, #c373f2 74%);
}

.bg-tabpro3 {
    background-color: #08e1ae;
    background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%);
}

.bg-tabpro4 {
    background-color: #ff7b7b;
    background-image: linear-gradient(315deg, #ff7b7b 0%, #ffa07a 74%);
}

.pro-mrgn-top {
    margin-top: -60px;
    /*z-index: -1;*/
}

.idx-1 {
    z-index: 1;
}

.tab-pro-font {
    font-size: 15px;
}

@media only screen and (max-width: 375px) {
    .tab-pro-font {
        font-size: 12px;
    }
}

.footer-ico-brd {
    color: red;
    padding: 8px 12px 8px 12px;
    border-radius: 8px 8px;
    background-color: white;
    /*animation: updown 3s ease infinite;*/
}

.border-ttl {
    border: 1px solid #dc3545;
    /*    margin-bottom:30px;*/
    max-width: 60px;
    margin: auto;
}

#ui-datepicker-div {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.ui-datepicker-header {
    background: #007bff;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    color: #fff;
}

.ui-datepicker-calendar {
    margin: 10px;
}

    .ui-datepicker-calendar th,
    .ui-datepicker-calendar td {
        text-align: center;
        padding: 5px;
    }

        .ui-datepicker-calendar td a {
            display: block;
            padding: 5px;
            color: #000;
            text-decoration: none;
        }

            .ui-datepicker-calendar td a.ui-state-hover {
                background: #007bff;
                color: #fff;
            }

.ui-datepicker-current {
    background: none;
    border: none;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.bg-dng {
    background-color: #f71735;
    background-image: linear-gradient(147deg, #f71735 0%, #db3445 74%);
}

.form-control {
    font-size: 13px;
}

.form-select {
    font-size: 13px;
}

/*to remove btn increase & decrease textmode number*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.bg-reg {
    background-color: #96c8fb;
    background-image: linear-gradient(315deg, #96c8fb 0%, #ddbdfc 74%);
    background-repeat: no-repeat;
    /*background-size:cover;*/
    background-attachment: fixed;
}

/*.text-title {
    font-family: 'Great Vibes', cursive;
}*/

/*.form-label {
    font-size: 13px;
}*/

#map {
    height: 30vh;
}

.swiper {
    height: 180px;
}

.swiper-slide {
    width: 75%;
}

@media only screen and (max-width: 576px) {
    .custom-container {
        max-width: 400px; /* or any width you prefer */
    }
}

/*.no-blue-line :focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}*/

/*.hm-reg {
    background: linear-gradient(-45deg, #ff0011, #d360db, #dbd760, #ff8800);
    background-size: 400% 400%;
    animation: gradient1 15s ease infinite;*/
/*height: 100vh;*/
/*margin-top: -130px;
}

@keyframes gradient1 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bg-1 {
    background-color: green;
    left: 10%;
    right: 50%;
}*/

.hero {
    width: 100%;
    /*height: 80vh;*/
    background: url("../Assets/Homepage/heroHead.png") top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 82px;
    background-attachment: fixed;
    text-align: center;
}

    .hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

.getCrdProcess {
    counter-reset: step;
}

@media only screen and (min-width: 1000px) {
    .getCrdProcess li {
        list-style-type: none;
        float: left;
        width: 33.33%;
        position: relative;
        text-align: center;
    }

        .getCrdProcess li:before {
            content: counter(step);
            counter-increment: step;
            width: 80px;
            height: 80px;
            line-height: 80px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            font-size: 40px;
            font-weight: bold;
            /*z-index: 2;*/
        }

        .getCrdProcess li:after {
            content: '';
            position: absolute;
            width: 100%;
            /*height: 1px;*/
            background-color: #ddd;
            top: 40px;
            left: -50%;
            z-index: -1;
            height: 3px;
        }

        .getCrdProcess li:first-child:after {
            content: none;
        }

        .getCrdProcess li:first-child:before {
            background-color: #ff7878;
            background-image: linear-gradient(315deg, #ff7878 0%, #ff0000 74%);
            color: white
        }

        .getCrdProcess li:first-child + li:before {
            border-color: red;
            color: red
        }

        .getCrdProcess li:last-child:before {
            border-color: red;
            color: red
        }

        .getCrdProcess li:first-child + li:after {
            background-color: red;
        }

        .getCrdProcess li:last-child:after {
            background-color: red;
        }

    .getCrdProcess .ProContnt {
        margin-right: auto !important;
        margin-left: auto !important;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .getCrdProcess li {
        list-style-type: none;
        float: left;
        width: 33.33%;
        position: relative;
        text-align: center;
    }

        .getCrdProcess li:before {
            content: counter(step);
            counter-increment: step;
            width: 80px;
            height: 80px;
            line-height: 80px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            font-size: 40px;
            font-weight: bold;
        }

        .getCrdProcess li:after {
            content: '';
            position: absolute;
            width: 100%;
            background-color: #ddd;
            top: 40px;
            left: -50%;
            z-index: -1;
            height: 3px;
        }

        .getCrdProcess li:first-child:after {
            content: none;
        }

        .getCrdProcess li:first-child:before {
            background-color: #ff7878;
            background-image: linear-gradient(315deg, #ff7878 0%, #ff0000 74%);
            color: white
        }

        .getCrdProcess li:first-child + li:before {
            border-color: red;
            color: red
        }

        .getCrdProcess li:last-child:before {
            border-color: red;
            color: red
        }

        .getCrdProcess li:first-child + li:after {
            background-color: red;
        }

        .getCrdProcess li:last-child:after {
            background-color: red;
        }

    .getCrdProcess .ProContnt {
        margin-right: auto !important;
        margin-left: auto !important;
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media only screen and (max-width: 767px) {
    .getCrdProcess li {
        list-style-type: none;
        /*float: left;*/
        /*width: 33.33%;*/
        height: 33.33%;
        position: relative;
        /*text-align: left;*/
        left: 20px;
        z-index: 1;
    }

        .getCrdProcess li:before {
            content: counter(step);
            counter-increment: step;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            font-size: 20px;
            font-weight: bold;
            position: absolute;
            left: -45px;
            /*content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            background-color: #ddd;
            top: 40px;
            left: -50%;
            z-index: -1;
            height: 3px;*/
        }

        .getCrdProcess li:after {
            /*     content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #ddd;
            top: 40px;
            left: -50%;
            z-index: -1;
            height: 3px;*/
            content: '';
            position: absolute;
            width: 3px;
            height: 100%;
            background-color: #ddd;
            top: 20px;
            left: -25px;
            z-index: -1;
            /*height: 3px;*/
        }

        .getCrdProcess li:last-child:after {
            content: none;
        }

        .getCrdProcess li:first-child:before {
            background-color: #ff7878;
            background-image: linear-gradient(315deg, #ff7878 0%, #ff0000 74%);
            color: white
        }

        .getCrdProcess li:first-child + li:before {
            border-color: red;
            color: red
        }

        .getCrdProcess li:last-child:before {
            border-color: red;
            color: red
        }

        .getCrdProcess li:first-child + li:after {
            background-color: red;
        }

        .getCrdProcess li:first-child:after {
            background-color: red;
        }

    .getCrdProcess .ProContnt {
        /* margin-right: auto !important;
        margin-left: auto !important;*/
        flex: 0 0 auto;
        width: 90%;
    }
}

footer {
    background-color: #ff7d59;
    background-image: linear-gradient(319deg, #ff7d59 0%, #ff583a 37%, #f4a698 100%);
}

.bg-red-grad {
    background-color: #ff7d59;
    background-image: linear-gradient(319deg, #ff7d59 0%, #ff583a 37%, #f4a698 100%);
}

/*.bg-howToStart {*/
/*    color: #000 !important;
    background-color: blue !important;
    z-index: -1;*/
/*}*/

/*.z-ind-1{
    z-index: -2;
}*/

.crd-feat {
    top: 0;
    position: relative;
    transition: ease 0.5s;
}

    .crd-feat:hover {
        top: -10px;
        transition: ease 0.5s;
    }
