    * {
        margin: 0;
        padding: 0;
        list-style-type: none;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
    }
    
    p {
        color: #333;
        font-weight: 500!important;
        line-height: 26px;
        margin: 0px;
        font-size: 15px!important;
        font-family: 'Inter', sans-serif;
    }
    
    .clearfix::after {
        clear: both;
    }
    
    a,
    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        transition: all 0.5s ease 0s;
    }
    
    .inline-blk {
        display: inline-block;
    }
    
    .no-margin {
        margin: auto;
    }
    
    .margin-auto {
        margin: auto;
        float: none;
    }
    
    .mart10 {
        margin-top: 10px;
    }
    
    .mart15 {
        margin-top: 15px;
    }
    
    .mart20 {
        margin-top: 20px;
    }
    
    .mart40 {
        margin-top: 40px;
    }
    
    .mart70 {
        margin-top: 40px;
    }
    
    .no-pad {
        padding: 0;
    }
    
    .pad30 {
        padding: 30px 0;
    }
    
    .pad70 {
        padding: 50px 0px;
    }
    
    body {
        word-wrap: break-word;
        margin: 0px;
        padding: 0px;
        font-family: verdana, arial, helvetica, geneva, sans-serif;
        font-size: 1em;
        background: url(../images/bgimage.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: #253135;
    }
    
    .title-1 {
        font-size: 2.05em;
        margin-bottom: 4px;
        margin-top: 20px;
        letter-spacing: 1pt;
        text-shadow: 1px 1px 1px rgb(0 0 0);
        font-family: 'Poppins', sans-serif;
    }
    
    .header-title {
        text-align: center;
    }
    
    .title-1 a {
        color: #fff;
        text-align: center;
    }
    
    #slogan {
        word-spacing: 1pt;
        font-size: 0.9em;
        text-shadow: 1px 1px 1px rgb(0 0 0);
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
    }
    
    #slogan a {
        color: #ffffff;
        text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
        font-weight: bold;
    }
    
    #slogan a:hover {
        border-bottom: 1px dashed #fff;
    }
    
    span.t1pone {
        color: #acedf5;
    }
    
    .header-box .menu-links a {
        word-spacing: 0px;
        font-weight: normal;
        line-height: 0.84em;
        font-size: 0.84em;
        color: white !important;
        text-shadow: 1px 1px 1px rgb(0 0 0);
    }
    
    .create-link-title {
        margin-top: 15px;
    }
    
    .create-link-title a {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        margin-top: 15px;
    }
    
    .card-box-2 {
        border-radius: 10px !important;
        margin-top: 10px;
        box-shadow: rgb(53 53 53 / 70%) 0px 0px 10px;
    }
    
    .link-box {
        border: 2px solid #6fb3cf;
        border-radius: 10px;
        margin-top: 15px;
        padding: 20px 30px;
        background-color: #e7f1f5;
        background: -webkit-gradient(linear, left top, left bottom, from(#fcfeff), to(#e7f1f5));
    }
    
    .input-box-2 label {
        font-weight: bold;
    }
    
    .input-serach {
        width: 69%;
        text-indent: 5px;
        transition: border-bottom 1s ease, color 1s ease;
        background-color: #fcfefe;
        border-bottom: 2px double #6fb3cf;
        border-top: 1px solid #9cbfd2;
        border-left: 1px solid #9cbfd2;
        border-right: 1px solid #9cbfd2;
        color: #006690;
        padding: 8px;
        font-weight: bold;
        font-size: 13px;
    }
    
    .input-serach:focus {
        outline: none !important;
    }
    
    .link-btn {
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        padding: 7px 10px 8px 10px;
        border-radius: 10px;
        font-size: 13px;
        color: #FFFFFF;
        font-weight: bold;
        border: solid 2px #FFFFFF;
        background-color: #2254fe;
        ;
        background: -webkit-gradient(linear, left top, left bottom, from(#2254fe), to(#2254fe));
        background: -moz-linear-gradient(top, #2254fe, #2254fe);
        transition: background 1s ease, background-color 1s ease, border 1s ease;
    }
    
    #privacyhint {
        color: #165364;
        font-size: 0.697em;
        width: 100%;
        margin-top: 15px;
    }
    
    .tip-text p {
        color: #193d59;
        margin-top: 15px;
    }
    
    .short-url-copy {
        margin-top: 20px;
    }
    /* ======================== */
    /*----------Responsive Css Start----------*/
    
    @media only screen and (max-width :1199px) {}
    
    @media only screen and (min-width: 1025px) and (max-width :1199px) {}
    
    @media only screen and (min-width: 768px) and (max-width :1024px) {
        .input-serach {
            width: 100%;
        }
        button.link-btn {
            margin-top: 10px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .input-serach {
            width: 100%;
        }
        button.link-btn {
            margin-top: 10px;
        }
        .link-box {
            padding: 20px 15px;
        }
        .card.card-box-2 .card-body {
            padding: 15px !important;
        }
    }
    
    @media only screen and (min-width: 481px) and (max-width: 767px) {}
    
    @media only screen and (max-width: 480px) {}
    /* input {
        display: none;
    }

    #url{
        display:block;
    } */