  @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

        a:hover, button:hover,.assistance-btn input[type="submit"]:hover{
        text-decoration: none;
        color: rgb(9, 43, 52) !important;
        
        }
        
        input[type="button"] {
            background-color: #00c8fc !important;
            box-shadow: 1px 1px 0px 1px black;
            color: white;
            padding: 5px 0px;
            border: 0px;
            width: 100%;
        }

        input[type="submit"] {
            background-color: #00c8fc !important;
            box-shadow: 1px 1px 0px 1px black;
            color: white;
            padding: 5px 0px;
            border: 0px;
            width: 100%;
        }





        .phone-link, .phone-link-desktop {
            max-width: 260px;
            justify-content: center;
            display: flex !important;
            align-items: center;
            background-color: #00CFFF;
            padding: 10px 20px;
            border-radius: 100px;
            color: white;
            text-decoration: none;
            margin: 0 auto;
            margin-bottom: 26px;
            box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 1);

        }

        .phone-icon {
            margin-right: 10px;
        }

        .phone-text {
            font-family: "Inter", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 19.2px;
        }

        .phone-text .phone-desc {
            font-family: "Inter", sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 14.4px;
        }

        .sticky {
            padding-top: 15px;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: white;
            text-align: center;
            /* padding: 10px 0; */
            z-index: 10000;
            margin-bottom: -15px;
        }



        .phone-an {
            margin-top: 21px;
        }

        .zoom-in-zoom-out {
            display: inline-block;
            animation: zoom-in-zoom-out 2s ease-out infinite;
        }

        @keyframes zoom-in-zoom-out {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.2);
            }

            100% {
                transform: scale(1);
            }
        }

        .phone-icon img {

            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-left: 4px;
        }

        .phone-link-animated {

            gap: 24px;
            max-width: 290px;
            justify-content: center;
            display: flex;
            align-items: center;
            background-color: #00CFFF;
            padding: 10px 20px;
            border-radius: 100px;
            color: white;
            text-decoration: none;
            margin-left: auto;
            margin-bottom: 26px;
            box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 1);
            position: relative;
        }

        .phone-link-animated .phone-text {

            font-family: "Inter", sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 21.6px;
            text-align: center;

        }

        .phone-link-animated .phone-desc {

            font-family: "Inter", sans-serif;
            font-size: 13px;
            font-weight: 500;
            line-height: 15.6px;
            text-align: center;

            margin-top: 5px;
        }

        .phone-link-animated::before {
            content: '';
            width: 100%;
            height: 100%;
            border: 1.58px solid rgba(0, 0, 0, 1);
            position: absolute;
            left: -3px;
            top: -4px;
            border-radius: 100px;
        }

        body {
            padding-bottom: 80px;
            font-family: "Inter", sans-serif;
        }

        .form-group input#checkTerms {
            vertical-align: middle;

        }

        .center-logo-mobile {
            margin-top: 20px;
        }

        /* .mobile-link, .mobile-display{
        display: none;
        } */

        

         .phone-link-mobile{
            display:none;
            }

            .assistance-btn input[type="submit"]{
            max-width: 100%;
            justify-content: center;
            display: flex !important;
            align-items: center;
            background-color: #00CCFF !important;
            padding: 10px 20px;
            border-radius: 100px;
            color:  #ffffff;
            font-family: Inter;
            font-weight: 700;
            font-size: 16px;
            line-height: 22.4px;
            letter-spacing: 0%;
            text-decoration: none;
            margin: 0 auto;
            margin-bottom: 26px;
            box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 1);
            border: 1px solid rgba(0, 200, 252, 1);
            }
            .assistance-btn input[type="submit"]:hover{
                background:transparent !important;
            }

        @media(max-width:767px) {
            .phone-text {
            font-family: "Inter", sans-serif;
            font-size: 18px;
            font-weight: 900;
            line-height: 19.2px;
        }
        .phone-text .phone-desc {
            font-weight: 500;
        }
            .phone-link-animated {
                margin: 0 auto;
            }

            .glyphicon {
                top: 3px !important;
                left: 3px;
            }

            .slider-content .checklist ul li {

                display: flex;
                font-family: "Inter", sans-serif;
                font-size: 12.75px;
                font-weight: 400;
                line-height: 24.29px;
                text-align: left;

            }
            .phone-link-mobile{
            max-width: 260px;
            justify-content: center;
            display: flex !important;
            align-items: center;
            background-color: #00CFFF;
            padding: 10px 20px;
            border-radius: 100px;
            color: white;
            text-decoration: none;
            margin: 0 auto;
            margin-bottom: 26px;
            box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 1);
            }
            .phone-link-desktop{
            max-width: 260px;
            justify-content: center;
            display: flex !important;
            align-items: center;
            background-color: #00CFFF;
            padding: 10px 20px;
            border-radius: 100px;
            color: white;
            text-decoration: none;
            margin: 0 auto;
            margin-bottom: 26px;
            box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 1);
            }
            .phone-link-desktop{
            display: none !important;
            }
            .center-logo-mobile {
           
                display: flex;
    justify-content: center;
        }
        


        .phone-an {
        margin-bottom: 21px;
        }
        }

        .get-assistance{
        border-radius: 100px !important;
        }