/* Minification failed. Returning unminified contents.
(637,1): run-time error CSS1019: Unexpected token, found '@import'
(637,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap')'
(655,1): run-time error CSS1019: Unexpected token, found '@import'
(655,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap')'
(673,1): run-time error CSS1019: Unexpected token, found '@import'
(673,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap')'
(691,1): run-time error CSS1019: Unexpected token, found '@import'
(691,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap')'
(977,1): run-time error CSS1019: Unexpected token, found '@import'
(977,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap')'
(978,1): run-time error CSS1019: Unexpected token, found '@import'
(978,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap')'
(2739,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2740,10): run-time error CSS1035: Expected colon, found '{'
(2787,25): run-time error CSS1034: Expected closing parenthesis, found ','
(2787,25): run-time error CSS1042: Expected function, found ','
(2787,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3512,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3513,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3529,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3530,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3653,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3654,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3655,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3656,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3657,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3658,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3659,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3660,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3661,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3662,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3679,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(3691,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-light'
(3696,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3697,10): run-time error CSS1035: Expected colon, found '{'
(3722,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(3729,28): run-time error CSS1039: Token not allowed after unary operator: '-border-color'
(3738,28): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(3754,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(3786,29): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(3798,17): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(3802,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(3810,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-light'
(3920,17): run-time error CSS1039: Token not allowed after unary operator: '-error-color'
(3928,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(3956,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
 */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: Calibri;
    color: black;
    outline: none;
    text-decoration: none;
}

body {
    font-family: nunito sans, sans-serif;
    background-color: #f6f8fa;
}
/*New Page Age Calculator Start*/
.agecalculate_q {
    padding: 15px 10px;
    margin: 0 20px;
    background-color: #f6f8fa;
    border: 1px solid #e3e7ed;
}

.quistions_divs {
    border: 1px solid #e3e7ed;
    box-shadow: 0 0 13px 4px rgba(205, 205, 205, 0.2);
    margin: 40px 80px;
    padding: 15px 10px;
    background-color: white;
}

.qustion_1 {
    padding: 20px 5px 30px 0;
    border-bottom: 1px solid #e3e7ed;
}

.qustion_2 {
    padding: 30px 5px 30px 0;
}

    .qustion_1 i,
    .qustion_2 i {
        color: red;
        margin: 0 5px 0 0;
    }

    .qustion_1 h3,
    .qustion_2 h3 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin: 0 0 25px 0;
    }

.myinput {
    font-size: 16px;
    width: 130px;
    height: 40px;
    padding: 0 10px;
    margin: 8px 8px;
    border: 1px solid #e3e7ed;
}

.solve_btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .solve_btns div {
        margin: 30px 10px;
    }

.btn_age {
    margin: 30px 0 10px 0;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 30px;
    color: white;
    background-color: #1e70b9;
    border: 1px solid #1e70b9;
    cursor: pointer;
    transition: all .3s ease;
}

    .btn_age:hover {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }
.btn_age_small {
    margin: 15px 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    color: white;
    background-color: #1e70b9;
    border: 1px solid #1e70b9;
    cursor: pointer;
    transition: all .3s ease;
}

    .btn_age_small:hover {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }
.btn_age_smaller {
    margin: 10px 0 8px 0;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 15px;
    color: white;
    background-color: #1e70b9;
    border: 1px solid #1e70b9;
    cursor: pointer;
    transition: all .3s ease;
}

    .btn_age_smaller:hover {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }

.btn_reset {
    color: white;
    background-color: red;
    border: 1px solid red;
    transition: all .3s ease;
}

    .btn_reset:hover {
        color: red;
        background-color: white;
        border: 1px solid red;
    }

.ads_age {
    padding: 10px 10px;
    margin: 20px 20px;
}

.agecalculate_a {
    margin: 0 0 30px 0;
}

    .agecalculate_a .age_title {
        background-color: white;
        margin: 20px 20px;
        padding: 10px 0;
        border: 1px solid #e3e7ed;
    }

    .agecalculate_a .trs_title {
        display: flex;
        margin: 20px 20px 0px 20px;
    }

    .agecalculate_a .td_title_1 p span,
    .agecalculate_a .td_title_2 p span {
        font-size: 19px;
        font-weight: 700;
    }

    .agecalculate_a .td_title_1 {
        font-size: 14px;
        width: 45%;
        background-color: white;
        padding: 10px 0;
        border: 1px solid #e3e7ed;
    }

    .agecalculate_a .td_title_2 {
        font-size: 14px;
        width: 55%;
        background-color: white;
        padding: 10px 0;
        border: 1px solid #e3e7ed;
    }

    .agecalculate_a .trs {
        display: flex;
        margin: 0px 20px;
        border: 1px solid #e3e7ed;
    }

    .agecalculate_a .td_p_1 p span,
    .agecalculate_a .td_p_2 p span {
        color: #3490dc;
    }

    .agecalculate_a .td_p_1 {
        text-align: left;
        background: white;
        font-size: 14px;
        box-shadow: 0 0 13px 4px rgba(205, 205, 205, 0.1) inset;
        width: 30%;
        padding: 10px 10px;
        border-right: 1px solid #e3e7ed;
    }

    .agecalculate_a .td_p_2 {
        background: white;
        box-shadow: 0 0 13px 4px rgba(205, 205, 205, 0.1) inset;
        text-align: left;
        font-size: 14px;
        width: 70%;
        padding: 10px 10px;
    }

.blogout {
    margin: 20px 0 5px 0;
    padding: 10px 40px 70px 35px;
    background-color: white;
    border: 1px solid #e3e7ed;
    border-radius:15px;
    text-align: left;
}
.blog_1 p,
.blog_1 ul,
.blog_1 ol,
.blog_1 li,
.blog_1 span,
.blog_1 h1,
.blog_1 h2,
.blog_1 h3,
.blog_1 h4,
.blog_1 h5,
.blog_1 h6 {
    text-align: left !important;
    margin-left: 0 !important;
}

    .blogout h1 ,
    .blogout h2 ,
    .blogout h3 ,
    .blogout h4 ,
    .blogout h5 ,
    .blogout h6 {
        margin:12px 0 10px 0;
    }

    .blogout h5 {
    }

    .blogout p {
        margin-top:8px;
        font-size:18px;
    }

.blogout li {
    margin-top: 8px;
    font-size: 18px;
}

.blg_tab th,
.blg_tab td {
    border: 1px solid #e3e7ed;
    padding: 10px;
    width: 250px;
}
.sales_tax_container {
    padding: 10px 0px 30px 0;
}


.container {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
/*    text-align: center;*/
}

.blog_1 p,
.blog_1 ul,
.blog_1 ol,
.blog_1 li,
.blog_1 span,
.blog_1 h1,
.blog_1 h2,
.blog_1 h3,
.blog_1 h4,
.blog_1 h5,
.blog_1 h6 {
    text-align: left !important;
    margin-left: 0 !important;
}
p {
/*    text-align: center;*/
    color: #555;
}

.calc-container {
    margin-top: 20px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab {
    margin: 30px 0 10px 0;
    font-size: 17px;
    font-weight: 700;
    padding: 6px 20px;
    color: white;
    background-color: #1e70b9;
    border: 1px solid #1e70b9;
    cursor: pointer;
    transition: all .3s ease;
}

    .tab:hover {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }

    .tab.active {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }

.margin {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    background: #f6f8fa;
    border: 1px solid #e3e7ed;
    padding: 30px 0;
}
.heading_margin {
    padding: 15px 0 10px 0;
    font-size: 22px;
}
.margin div {
    padding: 10px;
}

.margin .label_margin {
    padding: 10px;
    text-align: left;
}
.myinputmargin {
    width: 350px;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px 0 10px;
    border: 1px solid #e3e7ed;
}
@media only screen and (max-width: 1000px) {
    .margin {
        align-items:center;
        justify-content:center;
    }
}

.container {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
}

.blog_1 p,
.blog_1 ul,
.blog_1 ol,
.blog_1 li,
.blog_1 span,
.blog_1 h1,
.blog_1 h2,
.blog_1 h3,
.blog_1 h4,
.blog_1 h5,
.blog_1 h6 {
    text-align: left !important;
    margin-left: 0 !important;
}
p {
    text-align: center;
    color: #555;
}

.calc-container {
    margin-top: 20px;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tab {
    margin: 30px 0 10px 0;
    font-size: 17px;
    font-weight: 700;
    padding: 6px 20px;
    color: white;
    background-color: #1e70b9;
    border: 1px solid #1e70b9;
    cursor: pointer;
    transition: all .3s ease;
}

    .tab:hover {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }

    .tab.active {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }

.probability {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    background: #f6f8fa;
    border: 1px solid #e3e7ed;
    padding: 30px 0;
}

.heading_probability {
    padding: 15px 0 10px 0;
    font-size: 22px;
}

.probability div {
    padding: 10px;
}

.probability .label_probability {
    padding: 10px;
    text-align: left;
}

.myinputprobability {
    width: 350px;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px 0 10px;
    border: 1px solid #e3e7ed;
}

@media only screen and (max-width: 1000px) {
    .probability {
        align-items: center;
        justify-content: center;
    }
}

.container {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
/*    text-align: center;*/
}

.blog_1 p,
.blog_1 ul,
.blog_1 ol,
.blog_1 li,
.blog_1 span,
.blog_1 h1,
.blog_1 h2,
.blog_1 h3,
.blog_1 h4,
.blog_1 h5,
.blog_1 h6 {
    text-align: left !important;
    margin-left: 0 !important;
}
p {
/*    text-align: center;*/
    color: #555;
}

.calc-container {
    margin-top: 20px;
}


.Earning {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    background: #f6f8fa;
    padding: 30px 0;
    border:1px solid #e3e7ed;
}

.heading_Earning {
    padding: 15px 0 10px 0;
    font-size: 22px;
}

.Earning div {
    padding: 10px;
}

.Earning .label_Earning {
    padding: 10px;
    text-align: left;
}

.myinputEarning {
    width: 350px;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px 0 10px;
    border: 1px solid #e3e7ed;
}

@media only screen and (max-width: 1000px) {
    .Earning {
        align-items: center;
        justify-content: center;
    }
}


.container {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
/*    text-align: center;*/
}

.blog_1 p,
.blog_1 ul,
.blog_1 ol,
.blog_1 li,
.blog_1 span,
.blog_1 h1,
.blog_1 h2,
.blog_1 h3,
.blog_1 h4,
.blog_1 h5,
.blog_1 h6 {
    text-align: left !important;
    margin-left: 0 !important;
}
p {
/*    text-align: center;*/
    color: #555;
}

.calc-container {
    margin-top: 20px;
}


.Earning {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    background: #f6f8fa;
    padding: 30px 0;
    border: 1px solid #e3e7ed;
}

.heading_Earning {
    padding: 15px 0 10px 0;
    font-size: 22px;
}

.Earning div {
    padding: 10px;
}

.Earning .label_Earning {
    padding: 10px;
    text-align: left;
}

.myinputEarning {
    width: 350px;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px 0 10px;
    border: 1px solid #e3e7ed;
}

@media only screen and (max-width: 1000px) {
    .Earning {
        align-items: center;
        justify-content: center;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Nunito Sans", sans-serif;
    color: black;
    outline: none;
    text-decoration: none;
}

body {
    font-family: nunito sans, sans-serif;
    background-color: #f6f8fa;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Nunito Sans", sans-serif;
    color: black;
    outline: none;
    text-decoration: none;
}

body {
    font-family: nunito sans, sans-serif;
    background-color: #f6f8fa;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Nunito Sans", sans-serif;
    color: black;
    outline: none;
    text-decoration: none;
}

body {
    font-family: nunito sans, sans-serif;
    background-color: #f6f8fa;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: "Nunito Sans", sans-serif;
    color: black;
    outline: none;
    text-decoration: none;
}

body {
    font-family: nunito sans, sans-serif;
    background-color: #f6f8fa;
}

body {
}

body {
}


.gst {
    flex-wrap: wrap;
    width: 100%;
    background: #f6f8fa;
    border: 1px solid #e3e7ed;
    padding: 30px 0;
}

.heading_gst {
    padding: 15px 0 10px 0;
    font-size: 22px;
}

.gst div {
    padding: 10px;
}

.gst .label_gst {
    padding: 10px;
    text-align: left;
    font-weight:700;
}

.myinputgst {
    width: 90%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px 0 10px;
    border: 1px solid #e3e7ed;
}

@media only screen and (max-width: 1000px) {
    .gst {
        align-items: center;
        justify-content: center;
    }
}

.calculator {
    margin: 20px;
}

.section_loan {
    display: none;
}

    .section_loan.active {
        display: block;
        background:white;
        margin:20px 0;
        padding:20px 0;
        position:relative;
        border:1px solid #e3e7ed;
    }
.loan_div_had h3 {
    font-size: 25px;
    padding: 20px 0;
    text-decoration: underline;
    color: rgb(21, 150, 255);
}
.loan_div{
    text-align:left;
    padding:6px 20px;
}
.loan_div label {
    font-weight:bold;
    margin-top:20px;
    padding:0 10px;
}
.myinputloan {
    width: 97%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px;
    border: 1px solid #e3e7ed;
}
.loan_final_result {
    background-color: rgba(250, 250, 250, 0.6);
    border: 1px solid #e3e7ed;
    width:92%;
    margin:25px auto;
    padding:20px 0;
    padding-bottom: 30px;
    backdrop-filter: blur(20px);
}

.calculator {
    margin: 20px;
}

    .section_hourscal {
        display: block;
        background: white;
        margin: 20px 0;
        padding: 20px 0;
        position: relative;
        border: 1px solid #e3e7ed;
    }

.hourscal_div_had h3 {
    font-size: 25px;
    padding: 20px 0;
    text-decoration: underline;
    color: rgb(21, 150, 255);
}

.hourscal_div {
    text-align: left;
    padding: 6px 20px;
}

    .hourscal_div label {
        font-weight: bold;
        margin-top: 20px;
        padding: 0 10px;
    }

.myinputhourscal {
    width: 97%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px;
    border: 1px solid #e3e7ed;
}

.hourscal_final_result {
    background-color: rgba(250, 250, 250, 0.6);
    border: 1px solid #e3e7ed;
    width: 92%;
    margin: 25px auto;
    padding: 20px 0;
    padding-bottom: 30px;
    backdrop-filter: blur(20px);
}
.table_hoursCalResult{
    margin:20px 5px;
    padding:10px;
}
.table_hoursCalResult h3{
    background: white;
    border: 1px solid #e3e7ed;
    width: 100%;
    padding:10px 0;
}
.table_hoursCal {
    background: white;
    border: 1px solid #e3e7ed;
    width: 100%;
}
.table_hoursCal tr th,
.table_hoursCal tr td{
    padding:10px 4px;
    border: 1px solid #e3e7ed;
    font-size:16px;
}
@media only screen and (max-width: 600px) {
    .table_hoursCalResult {
        margin: 20px 0px;
        padding: 10px 0;
    }
    .table_hoursCal tr th,
    .table_hoursCal tr td {
        padding: 10px 0px;
        border: 1px solid #e3e7ed;
        font-size: 11px;
    }
}
.calculator {
    margin: 20px;
}

.section_GPAcal {
    display: block;
    background: white;
    margin: 20px 0;
    padding: 20px 0;
    position: relative;
    border: 1px solid #e3e7ed;
}

.GPAcal_div_had h3 {
    font-size: 25px;
    padding: 20px 0;
    text-decoration: underline;
    color: rgb(21, 150, 255);
}
.GPAcal_table{
    padding:10px 15px 0 5px;
}
.GPAcal_div {
    text-align: left;
    padding: 2px 5px;
    width: 10%;
}

    .GPAcal_div label {
        font-weight: bold;
        margin-top: 20px;
        padding: 0 10px;
    }

.myinputGPAcal {
    width: 97%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 12px 10px;
    border: 1px solid #e3e7ed;
}
.GPAcal_final_result {
    background-color: rgba(250, 250, 250, 0.6);
    border: 1px solid #e3e7ed;
    width: 92%;
    margin: 25px auto;
    padding: 20px 0;
    padding-bottom: 30px;
    backdrop-filter: blur(20px);
}

.table_GPAcalResult {
    margin: 20px 5px;
    padding: 10px;
}

    .table_GPAcalResult h3 {
        background: white;
        border: 1px solid #e3e7ed;
        width: 100%;
        padding: 10px 0;
    }

.table_GPAcal {
    background: white;
    border: 1px solid #e3e7ed;
    width: 100%;
}

    .table_GPAcal tr th,
    .table_GPAcal tr td {
        padding: 10px 4px;
        border: 1px solid #e3e7ed;
        font-size: 16px;
    }

@media only screen and (max-width: 600px) {
    .table_GPAcalResult {
        margin: 20px 0px;
        padding: 10px 0;
    }

    .table_GPAcal tr th,
    .table_GPAcal tr td {
        padding: 10px 0px;
        border: 1px solid #e3e7ed;
        font-size: 11px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: Calibri;
    color: black;
    outline: none;
    text-decoration: none;
}
/*------------------------------------------------------------*/
/* From Uiverse.io by mobinkakei */
/*#wifi-loader {
    --background: #1e70b9;
    --front-color: #3490dc;
    --back-color: #e3e7ed;
    --text-color: #1e70b9;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#wifi-loader svg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-100deg);
  transform-origin: center;
}

#wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#wifi-loader svg circle.front {
  stroke: var(--front-color);
}

#wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

#wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#wifi-loader svg.circle-outer circle.back {
  animation: circle-outer135 1.8s ease infinite 0.3s;
}

#wifi-loader svg.circle-outer circle.front {
  animation: circle-outer135 1.8s ease infinite 0.15s;
}

#wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

#wifi-loader svg.circle-middle circle.back {
  animation: circle-middle6123 1.8s ease infinite 0.25s;
}

#wifi-loader svg.circle-middle circle.front {
  animation: circle-middle6123 1.8s ease infinite 0.1s;
}

#wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#wifi-loader svg.circle-inner circle.back {
  animation: circle-inner162 1.8s ease infinite 0.2s;
}

#wifi-loader svg.circle-inner circle.front {
  animation: circle-inner162 1.8s ease infinite 0.05s;
}

#wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#wifi-loader .text::before, #wifi-loader .text::after {
  content: attr(data-text);
}

#wifi-loader .text::before {
  color: var(--text-color);
}

#wifi-loader .text::after {
  color: var(--front-color);
  animation: text-animation76 3.6s ease infinite;
  position: absolute;
  left: 0;
}

@keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes text-animation76 {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  50% {
    clip-path: inset(0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}*/
 
/*------------------------------------------------------------*/

.customs-alert {
    position: fixed;
    top: -100px;
    left: 40%;
    background-color: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: none !important;
    z-index: 9999;
    font-size: 16px;
    transition: all 0.5s ease;
}

    .customs-alert.show {
        position: fixed;
        top: 80px;
        left: 40%;
        box-shadow: none !important;
    }
body {
    font-family: nunito sans, sans-serif;
/*    background-color: #f6f8fa;*/
    background:white;

}
.subscribe-btn{
    background:#1e70b9;
    color:white !important;
    padding:4px 35px;
    font-size:20px;
}
.reportBtn{
    font-size:15px;
    text-decoration:underline;
    color:#3490dc;
}
/*Loader*/
/*#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}*/
#dropArea {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

    #dropArea.highlight {
        border-color: #06f;
        background-color: #e6f0ff;
    }

.file-item {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.thumbnail-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thumbnail {
    max-width: 50px;
    max-height: 50px;
}

.progress-bar {
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 10px;
}

.progress {
    height: 5px;
    background-color: #4CAF50;
    width: 0%;
}
.remove-btn{
    background:red;
    color:white !important;
    padding:2px 7px;
    cursor:pointer;
    font-size:15px !important;
    border:none;
    border-radius:4px;
}
#BlgTags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.BlgTags label:first-child {
    margin: 5px 6px 5px 0;
}
.BlgTags label{
    padding:3px 6px !important;
    margin:5px 4px;
    background-color:white;
    border:1px solid gray;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
}
.BlgTags label:hover {
    background-color: #1e70b9;
    border: 1px solid #1e70b9;
    color:white;
}
/*Navbar Build START*/
.suggestions {
    border: 0px solid #ddd;
    border-top: none;
    position: fixed;
    background: #fff;
    display: none;
    border-radius: 2px;
    height: 250px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 30%;
    z-index: 99;
}

    .suggestions a {
        display: block;
        text-decoration: none;
        color: #333;
        border:0 !important;
        width:100%;
        padding: 8px 10px 8px 20px !important;
        font-size: 15px;
        transition: background 0.3s;
        position: relative;
    }

        .suggestions a::before {
            content: "•";
            position: absolute;
            left: 5px;
            top:5px;
            color: #007bff;
            font-size: 18px;
        }

        .suggestions a:hover, .suggestions a.active {
            background: #007bff;
            color: white !important;
        }
        .suggestions a::before:hover {
            color: white !important;
        }

.search-box:focus {
    border-color: #007bff;
}
.sear_li {
    margin: 0px 0 0px 10px;
    display: block;
    width: 100%;
}

.sear_li .search_box {
    background: white;
    position: relative;
}

.sear_li #search_ic ,
.sear_li #search {
    width: 100%;
    background: white;
    border: 1px solid #e3e7ed;
    border-bottom: 2px solid #1e70b9;
    height: 35px;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 14px;
    color: #696d79 !important;
}

::placeholder {
    color: #564190;
}

.sear_li i {
    position: absolute;
    right: 14px;
    top: 12px;
    color: #505050;
}

#content{
    position:sticky;
    top:0;
    box-shadow:0 0 20px 1px #e3e7ed;
    z-index:9999;
}
.nav {
    background-color: white;
    border-bottom: 1px solid #e3e7ed;
}

.nv {
    margin: 0px 2%;
    padding: 9px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.r_nv_open {
    display: none;
}

.r_nv_close {
    display: none;
}

.l_nv{
    display:flex;
    width:40%;
}.l_nv .img {
    width: 120px;
    cursor: pointer;
}

.r_nv > ul {
    display: flex;
    align-items: center;
}

    .r_nv > ul li a {
        padding: 16px 10px;
        font-size: 13px;
        cursor: pointer;
    }

    .r_nv > ul li:hover a {
        border-bottom: 2px solid #1e70b9;
    }
    .active{
        border-bottom: 2px solid #1e70b9;
    }

    .r_nv > ul li .linkRDBtn {
        display: block;
        margin: 0 10px 0 0;
        padding: 10px 12px 10px 10px;
        font-size: 12px;
        color: white;
        background-color: #564190;
    }

.linkRDBtn span {
    margin: 0 5px 0 0px;
    padding: 5px 5px;
    font-size: 13px;
    color: white;
    border-radius: 50%;
    background-color: orange;
}

.r_nv > ul li:hover .linkRDBtn span {
    color: white;
    background-color: orange;
    border: 0;
}

.r_nv > ul li:hover .linkRDBtn {
    border: 0px solid transparent;
}

.r_nv > ul li .linkENBtn {
    padding: 8px 5px;
    font-size: 14px;
    color: orangered;
    background-color: white;
    border: 2px solid orange;
}

    .r_nv > ul li .linkENBtn i,
    .r_nv > ul li .linkENBtn span {
        margin: 0;
        padding: 5px 5px;
        font-size: 12px;
        color: orangered;
        border-radius: 50%;
    }

.r_nv > ul li:hover .linkENBtn {
    border: 2px solid orange;
    color: orangered;
}

.popup_drop {
    position: fixed;
    top: 54px;
    background: white;
    width: 200px;
    max-height: 235px;
    overflow: auto;
    box-shadow: 0 10px 12px 1px rgba(180,180,180,0.1);
    border-radius: 0 0 10px 10px;
    z-index: 150;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.1s ease;
}

    .popup_drop::-webkit-scrollbar {
        width: 5px;
        height: 0px;
    }

    .popup_drop::-webkit-scrollbar-thumb {
        background: #e3e7ed;
        border-radius: 10px;
    }

    .popup_drop .link_drop {
        padding: 5px 2px;
        margin: 5px;
        border-radius: 8px;
    }

        .popup_drop .link_drop a {
            color: #585858;
            width: 100%;
        }

        .popup_drop .link_drop:hover a {
            color: black;
        }

        .popup_drop .link_drop:hover {
            background: #f6f8fa;
        }

#online_cal a,
#unit_con a {
    border: 0;
}

#online_cal:hover #popup_online_cal,
#unit_con:hover #popup_unit_con {
    transform: scaleY(1);
}
/*Navbar Build END*/
/*Index Start*/
.sec {
    margin: 0px 2%;
}
.blg_view_categ{
    text-indent:5px;
}
.sec_in {
    display: flex;
    justify-content: space-between;
}

.cont_a {
    width: 75%;
    text-align: center;
    padding: 25px 10px 30px 10px;
    margin: 0 8px 0 0;
}

.cont_in {
    background-color: rgba(255,255,255,0.6);
    padding: 0 18px;
    padding-bottom: 30px;
    backdrop-filter: blur(20px);
    border-radius:15px;
    border: 1px solid #e3e7ed;
/*    box-shadow: 0 0 20px 1px rgba(200,200,200,0.2);*/
    /*    box-shadow: 0 0 20px 2px rgba(205, 205, 205, 0.2);*/
}

.break_cont {
    border-top: 1px solid #e3e7ed;
    margin: 30px 0 0 0;
    padding: 30px 20px 0px 20px;
}

.text_cont {
    margin: 40px 0 0 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

    .text_cont h1 ,
    .text_cont p ,
    .text_cont h2 {
        width: 99%;
        font-size: 25px;
        font-weight: 500;
        color: #303030;
    }

    .text_cont p {
        padding: 20px 0px;
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 40px 0;
        color: #585858;
    }

.boxs_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

    .boxs_cont a {
        text-decoration: none;
    }

.box {
    font-size: 14px;
    width: 140px;
    margin-bottom: 25px;
    cursor: pointer;
    border: 0px solid #eef1f5;
    background: transparent;
}
/*box animation start*/
.box_icon {
    width: 64px;
    height: 64px;
    background: white;
    background-size: 40px;
    box-shadow: 0 0 10px 4px #eef1f5;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    color: #777;
}
/*Units*/
.units_1 {
    background-image: url(../..//Images/unit/unit_converter.svg);
}

.units_2 {
    background-image: url(../..//Images/unit/time_converter.svg);
}

.unit_3 {
    background-image: url(../..//Images/unit/power_converter.svg);
}

.unit_4 {
    background-image: url(../..//Images/unit/speed_converter.svg);
}

.unit_5 {
    background-image: url(../..//Images/unit/volume_conversion.svg);
}

.unit_6 {
    background-image: url(../..//Images/unit/length_converter.svg);
}

.unit_7 {
    background-image: url(../..//Images/unit/voltage_converter.svg);
}

.unit_8 {
    background-image: url(../..//Images/unit/area_converter.svg);
}

.unit_9 {
    background-image: url(../..//Images/unit/weight_converter.svg);
}

.unit_10 {
    background-image: url(../..//Images/unit/byte_converter.svg);
}

.unit_11 {
    background-image: url(../..//Images/unit/temperature_conversion.svg);
}

.unit_12 {
    background-image: url(../..//Images/unit/torque_converter.svg);
}

.unit_13 {
    background-image: url(../..//Images/unit/pressure_conversion.svg);
}
/*Calculator*/

.WordCounter_cal {
    background-image: url(../../Images/calculator/word_counter.svg);
    background-size: 32px;
}

.ageCalculator_cal {
    background-image: url(../..//Images/boxIcon/age_calculator.svg);
}

.PercentageCalculator_cal {
    background-image: url(../..//Images/calculator/percentage_calculator.svg);
}

.AverageCalculator_cal {
    background-image: url(../..//Images/calculator/average_calculator.svg);
}

.discountCalculator_cal {
    background-image: url(../..//Images/boxIcon/discount_calculator.svg);
}

.TimeCalculator_cal {
    background-image: url(../..//Images/boxIcon/time_calculator.svg);
}

.VoltDropCalculator_cal {
    background-image: url(../..//Images/unit/voltage_converter.svg);
}

.SalesTaxCalculator_cal {
    background-image: url(../..//Images/calculator/sales_tax_calculator.svg);
}

.MarginCalculator_cal {
    background-image: url(../..//Images/calculator/margin_calculator.svg);
}

.ProbabilityCalculator_cal {
    background-image: url(../..//Images/calculator/probability_calculator.svg);
}

.EarningsPerShareCalculator_cal {
    background-image: url(../..//Images/calculator/earnings_per_share_calculator.svg);
}

.LTVCalculator_cal {
    background-image: url(../..//Images/calculator/loan_to_value_calculator.svg);
}

.GSTCalculator_cal {
    background-image: url(../..//Images/calculator/gst_calculator.svg);
}

.LoanCalculator_cal {
    background-image: url(../..//Images/calculator/loan_calculator.svg);
}

.HoursCalculator_cal {
    background-image: url(../..//Images/calculator/hours_calculator.svg);
}

.GPACalculator_cal {
    background-image: url(../..//Images/calculator/gpa_calculator.svg);
}

.PercentageIncreaseCalculator_cal {
    background-image: url(../..//Images/calculator/percentage_increase_calculator.svg);
}

.PercentageDecreaseCalculator_cal {
    background-image: url(../..//Images/calculator/percentage_decrease_calculator.svg);
}

.PercentageChangeCalculator_cal {
    background-image: url(../..//Images/calculator/percentage_change_calculator.svg);
}

.PercentageDifferenceCalculator_cal {
    background-image: url(../..//Images/calculator/percentage_difference_calculator.svg);
}

.CalorieCalculator_cal {
    background-image: url(../..//Images/calculator/calorie_calculator.svg);
}

.SalaryCalculator_cal {
    background-image: url(../..//Images/boxIcon/salary_calculator.svg);
}

.InvestmentCalculator_cal {
    background-image: url(../..//Images/calculator/investment_calculator.svg);
}

/*binary text*/
.textbinary_1 {
    background-image: url(../..//Images/boxIcon/text_binary.svg);
}

.textbinary_2 {
    background-image: url(../..//Images/boxIcon/binary_text.svg);
}

.textbinary_3 {
    background-image: url(../..//Images/boxIcon/binary_hex.svg);
}

.textbinary_4 {
    background-image: url(../..//Images/boxIcon/hex_binary.svg);
}

.textbinary_5 {
    background-image: url(../..//Images/boxIcon/binary_ascii.svg);
}

.textbinary_6 {
    background-image: url(../..//Images/boxIcon/ascii_binary.svg);
}

.textbinary_7 {
    background-image: url(../..//Images/boxIcon/binary_decimal.svg);
}

.textbinary_8 {
    background-image: url(../..//Images/boxIcon/decimal_binary.svg);
}

.textbinary_9 {
    background-image: url(../..//Images/boxIcon/text_ascii.svg);
}

.TextToBinary10 {
    background-image: url(../..//Images/boxIcon/decimal_hex.svg);
}

.TextToBinary11 {
    background-image: url(../..//Images/boxIcon/binary_translator.svg);
}

.TextToBinary12 {
    background-image: url(../..//Images/boxIcon/text_binary.svg);
}

.TextToBinary13 {
    background-image: url(../..//Images/boxIcon/binary_text.svg);
}

.TextToBinary14 {
    background-image: url(../..//Images/boxIcon/binary_translator.svg);
}

.TextToBinary15 {
    background-image: url(../..//Images/boxIcon/hex_text.svg);
    background-size: 70px;
}

.TextToBinary16 {
    background-image: url(../..//Images/boxIcon/ascii_text.svg);
    background-size: 70px;
}
/*Text Tool Icons*/
.CaseConverter_lower {
    background-image: url(../..//Images/boxIcon/uppercase.svg);
    background-size: 50%;
}

.box_icon span i {
    font-size: 30px;
    padding: 15px 0 0 0;
    text-align: center;
    color: #3490dc;
}

.box:hover .box_icon {
    background-color: #eef1f5 !important;
    box-shadow: 0 0 0px 0px #eef1f5;
}

.span {
    position: relative;
    z-index: 1;
    line-height: 24px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.box:hover .box_icon span {
    color: #5a5a5a;
}

.btnBefore, .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #000;
    border-width: 0;
    border-radius: 0;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: #3490dc;
    border-radius: 6px;
}

.box_icon .btnBefore {
    top: 0;
    right: 0;
}

.box_icon .btnAfter {
    bottom: 0;
    left: 0;
}

.box:hover .box_icon .btnBefore {
    border-width: 2px 2px 0px 0px;
}

.box:hover .box_icon .btnAfter {
    border-width: 0px 0px 2px 2px;
}

.box:hover .box_icon .btnAfter,
.box:hover .box_icon .btnBefore {
    height: 100%;
    width: 100%;
    transition: width 0.4s ease, height 0.4s ease 0.4s, border-top-right-radius 0.4s ease 0.4s, border-bottom-left-radius 0.4s ease 0.4s, border-bottom-right-radius 0.4s ease 0.4s, border-top-left-radius 0.4s ease 0.4s;
    -webkit-transition: width 0.4s ease, height 0.4s ease 0.4s, border-top-right-radius 0.4s ease 0.4s, border-bottom-left-radius 0.4s ease 0.4s, border-bottom-right-radius 0.4s ease 0.4s, border-top-left-radius 0.4s ease 0.4s;
    -moz-transition: width 0.4s ease, height 0.4s ease 0.4s, border-top-right-radius 0.4s ease 0.4s, border-bottom-left-radius 0.4s ease 0.4s, border-bottom-right-radius 0.4s ease 0.4s, border-top-left-radius 0.4s ease 0.4s;
    -o-transition: width 0.4s ease, height 0.4s ease 0.4s, border-top-right-radius 0.4s ease 0.4s, border-bottom-left-radius 0.4s ease 0.4s, border-bottom-right-radius 0.4s ease 0.4s, border-top-left-radius 0.4s ease 0.4s;
}
/*box animation end*/
.cont_b {
    margin: 20px 0 0 0;
    width: 25%;
    padding: 5px 5px;
}

.sear_div {
    margin: 0px 0 20px 0;
    display: none;
}

.search_box {
    background: white;
    position: relative;
}

.sear_div #search {
    width: 100%;
    background: white;
    border: 1px solid #e3e7ed;
    border-bottom: 2px solid #1e70b9;
    height: 50px;
    border-radius:10px;
    padding: 0 10px;
    font-size: 14px;
    color: #696d79 !important;
}

::placeholder {
    color: #564190;
}

.sear_div i {
    position: absolute;
    right: 14px;
    top: 18px;
    color: #505050;
}

.popular_div {
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(20px);
    margin: 0 0 10px 0;
    padding: 15px 15px;
    border-radius: 15px;
    border: 1px solid #e3e7ed;
/*    box-shadow: 0 0 20px 1px rgba(200,200,200,0.2);*/
    /*box-shadow: 0 0 20px 2px rgba(205, 205, 205, 0.2);*/
}

    .popular_div p {
        font-size: 20px;
        font-weight: 700;
        color: #212529;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .popular_div ul {
        margin: 0px 0 20px 0;
        padding: 0;
    }

ul {
    margin: 0 0 0 0;
    padding: 0;
}

.popular_div ul li {
    min-height: 30px;
    margin: 0 0 0 0;
    padding: 10px 0 8px 0;
    border-top: 1px solid #e3e7ed;
    font-size: 13px;
    display: flex;
    align-items: center;
}

    .popular_div ul li a {
        color: #505050;
        text-decoration: none;
        transition: all .3s ease;
    }

    .popular_div ul li:hover a {
        color: #000;
    }

    .popular_div ul li .bol {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 10px 0 0;
        background: #3490dc;
    }
/*Footer START*/
footer {
    border-top: 1px solid #e3e7ed;
}

.footer_1 {
    display: flex;
    justify-content: space-between;
    padding: 35px 70px;
    flex-wrap: wrap;
    align-items: start;
}

    .footer_1 div {
        width: 300px;
        padding: 0 30px;
        text-align: center;
    }

    .footer_1 img {
        width: 190px;
        padding-bottom: 10px;
    }

    .footer_1 p {
        text-align: justify;
        line-height: 23px;
        font-size: 15px;
    }

    .footer_1 p b {
        font-size: 22px;
        padding: 10px 0;
        text-align: left;
    }

    .footer_1 ul {
        text-align: left;
    }

    .footer_1 .brands-icons i {
        margin: 10px 4px;
        background: rgb(240,240,240);
        color: darkblue;
        font-size: 20px;
        padding: 10px;
        border-radius: 50%;
        transition: all .3s ease;
    }

        .footer_1 .brands-icons i:hover {
            background: darkblue;
            color: white;
            transition: all .3s ease;
        }

    .footer_1 ul li,
    .footer_1 ul li a {
        color: #505050;
        margin: 7px 0;
    }

        .footer_1 ul li:hover a {
            color: #3490dc;
            text-decoration: underline;
        }

        .footer_1 ul li span {
            color: #505050;
            line-height: 25px;
        }

.footer_3 {
    padding: 15px 10px;
    text-align: center;
    font-size: 15px;
}

.monday_link {
    color: blue;
    text-decoration: underline;
}
/*Footer END*/

/*Login Page CSS START*/
.login_container {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    text-align: center;
}

.login_box {
    background-color: white;
    border: 1px solid #e3e7ed;
    width: 40%;
    padding-bottom: 30px;
    border-radius: 20px;
}

.login_title h3 {
    font-size: 22px;
    padding: 25px 0 10px 0;
    border-bottom: 1px solid #e3e7ed;
}

.login_title p {
    font-size: 13px;
    padding: 15px 0 0px 0;
}

.login_all_inputs {
    text-align: left;
    padding: 20px 40px;
}

.login_lable {
    font-size: 14px;
    color: #505050;
}

.group_input {
    padding: 8px 0 8px 0;
    position: relative;
}

    .group_input i {
        top: 20px;
        right: 12px;
        position: absolute;
        color: #3490dc;
    }

    .group_input .login_input {
        padding: 0 40px 0 12px;
        width: 100%;
        height: 40px;
        font-size: 15px;
        color: #505050;
        border: 1px solid #e3e7ed;
    }

.input_2 {
    margin-top: 10px;
}

    .input_2 span {
        font-size: 12px;
        color: red;
        cursor: pointer;
    }

        .input_2 span:hover {
            text-decoration: underline;
        }
.input_3 {
    margin-top: 10px;
    display:flex !important;
}
.input_3 > div{
    width:50% !important;
}
.input_3 div:nth-child(1){
    margin-right:15px;
}

    .input_3 span {
        font-size: 12px;
        color: red;
        cursor: pointer;
    }

        .input_3 span:hover {
            text-decoration: underline;
        }

.login_click {
    padding: 0px 40px;
}

.login_check {
    text-align: left;
    font-size: 14px;
}

.login_submit {
    margin: 15px 0;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: white;
    background-color: #3490dc;
    border: 1px solid #3490dc;
    cursor: pointer;
    transition: all .2s ease;
}

    .login_submit:hover {
        color: #3490dc;
        background-color: white;
        border: 2px solid #3490dc;
    }

.login_register p {
    font-size: 14px;
    color: #505050;
}

    .login_register p a {
        cursor: pointer;
    }

        .login_register p a:hover {
            text-decoration: underline;
        }
/*Discount Calculator*/
.myinput_price {
    font-size: 16px;
    width: 85%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #e3e7ed;
}

.discalculate {
    margin: 0 20px;
}

.dis_price {
    background-color: black;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0;
    border: 0.5px solid #f6f8fa;
}

.calculate-title p {
    color: black;
    font-size: 35px;
    letter-spacing: 1px;
    padding: 23px 0;
}

.dis_price p {
    padding: 10px 0;
    color: white;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 5px;
}

.dis_price span {
    color: lightgray;
    font-size: 20px;
}

.btn_age_small {
    margin: 15px 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    color: white;
    background-color: #1e70b9;
    border: 1px solid #1e70b9;
    cursor: pointer;
    transition: all .3s ease;
}

    .btn_age_small:hover {
        color: #1e70b9;
        background-color: white;
        border: 1px solid #1e70b9;
    }

.btn_age_smaller {
    right: 0;
    position: absolute;
    margin: 2px 0 2px 0;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 6px;
    color: white;
    cursor: pointer;
    transition: all .3s ease;
}
/*Text To Binary Start*/
.binary_container {
    padding: 10px 25px;
}

.container_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .container_top h4 {
        font-size: 14px;
    }

.btn_binary {
    margin: 10px 0;
    padding: 0px 8px;
    height: 30px;
    font-size: 16px;
    color: white;
    border: 1px solid #3490dc;
    background-color: #1e70b9;
    cursor: pointer;
    transition: all .2s ease;
}

    .btn_binary i {
        font-size: 16px;
        color: white;
    }

    .btn_binary:hover {
        background-color: #3490dc;
    }

.binary_border {
    background-color: #f6f8fa;
    padding: 10px 10px 0px 10px;
    border: 1px solid #e3e7ed;
}

.binary_textarea {
    width: 100%;
    border: 0;
    height: 250px;
    padding: 10px;
    font-size: 17px;
    margin-bottom: -6px;
}

    .binary_textarea::placeholder {
        padding: 100px 0 0 0;
        text-align: center;
        font-size: 30px;
        font-family: Arial;
    }

.custom-alert {
    display: none;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
}

    .custom-alert button {
        background-color: #f5c6cb;
        border: none;
        color: #721c24;
        border-radius: 3px;
        cursor: pointer;
        padding: 5px 10px;
        margin: 5px 10px;
    }

#fileInput,
.fileInput {
    display: none;
}

.binary_text {
    display: flex;
    justify-content: space-between;
}

.btn_textbinary {
    margin: 80px 0;
}

.btn_convert {
    width: 190px;
    height: 40px;
    font-size: 15px;
    color: white;
    border: 1px solid #3490dc;
    background-color: #3490dc;
    cursor: pointer;
    transition: all .2s ease;
}

    .btn_convert:hover {
        background-color: #1e70b9;
        color: white;
    }

.result_title {
    background-color: #f6f8fa;
    padding: 10px 0;
    font-size: 1.6rem;
    border: 1px solid #e3e7ed;
}

.convert_result_box {
    background-color: white;
    height: 195px;
    font-size: 16px;
    overflow: auto;
    padding: 12px;
    text-align: left;
    border: 1px solid #e3e7ed;
}

.convert_result_btn {
    background-color: white;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e3e7ed;
}

.btn_copy_down {
    margin: 15px 10px;
    padding: 6px 10px;
    font-size: 20px;
    border: 1px solid #e3e7ed;
    background-color: #f6f8fa;
    cursor: pointer;
    transition: all .2s ease;
}

    .btn_copy_down:hover i {
        color: white;
    }

    .btn_copy_down:hover {
        color: white;
        background-color: #1e70b9;
    }
.btn_download {
    background: #1e70b9 !important;
}
.btn_copy {
    background: green !important;
}
.btn_download:hover {
    background: white !important;
}
.btn_copy:hover {
    background: white !important;
}
.btn_download i,
.btn_copy i,
.btn_download span,
.btn_copy span{
    color: white !important;
}
.btn_download:hover i,
.btn_copy:hover i,
.btn_download:hover span,
.btn_copy:hover span{
    color: black !important;
}
.currency_divs {
    margin: 40px 150px;
    padding: 15px 10px;
    background-color: white;
    border: 1.5px dashed #cfd4dd;
    box-shadow: 0 0 15px 1px #cfd4dd;
}

.upload_img {
    padding: 10px 0;
}

.upload_title {
    padding: 0px 0 15px 0;
    font-size: 22px;
    font-weight: 500;
}

.para_upload {
    margin-bottom: .5rem;
}

.hr-or {
    color: #b5bac4;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

    .hr-or::before {
        content: "";
        position: absolute;
        background: #e3e7ed;
        width: 130px;
        height: 1.5px;
        top: 10px;
        right: 32px;
    }

    .hr-or::after {
        content: "";
        position: absolute;
        background: #e3e7ed;
        width: 130px;
        height: 1.5px;
        top: 10px;
        left: 32px;
    }

.group_upload {
    min-width: 125px;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
}

.d_none_input {
    display: none;
}

.d_block_span {
    display: block !important;
    cursor: pointer;
    padding: 12px 0;
    width: 154px;
    margin: 20px auto;
    background-color: #1e70b9 !important;
    color: white;
}

.upload_last_p {
    margin: 15px 0 20px 0;
    color: #b5bac4;
    font-size: 12px;
    font-weight: 600;
}

.tag_div {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 20px;
}

.tab_title {
    font-size: 14px;
    padding: 8px 10px;
    background: #1e70b9;
    color: white;
}

.tag_group {
    padding: 4px 15px;
    border: 1px solid #e3e7ed;
}

.btn_tag {
    padding: 6px 10px;
    border: 0;
    margin: 10px 5px;
    border-left: 4px solid #1e70b9;
    background: #e3e7ed;
    color: #505050;
    font-size: 12px;
}
/* Unit Convertor */
.unit_q {
    padding: 15px 10px;
    margin: 0 auto;
    background-color: #f6f8fa;
    border: 1px solid #e3e7ed;
}

.unit_divs {
    border: 1px solid #e3e7ed;
    box-shadow: 0 0 13px 4px rgba(205, 205, 205, 0.2);
    margin: 40px 20px 30px 20px;
    padding: 15px 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.unit_1,
.unit_2 {
    padding: 10px 10px;
    width: 90%;
}

    .unit_1 i,
    .unit_2 i {
        color: red;
        margin: 0 5px 0 0;
    }

    .unit_1 h4,
    .unit_2 h4 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin: 40px 0 25px 0;
    }

    .unit_1 div,
    .unit_2 div {
        font-size: 17px;
        font-weight: 700;
        color: #000;
        margin: 0 0 25px 0;
    }

.myinput_unit {
    width: 95%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 0 10px;
    border: 1px solid #e3e7ed;
}

.add_input {
    display: flex;
    flex-wrap: wrap;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.myinputper {
    width: 220px;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 0 10px;
    border: 1px solid #e3e7ed;
}
/* Slideshow container */
.slideshow-container {
    margin: 15px 0;
    position: relative;
    display: flex;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 0;
    width: auto;
    padding: 3px 8px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    background-color: #3490dc;
    user-select: none;
}

.mySlides {
    width: 88%;
}

    .mySlides div {
        display: flex;
    }

        .mySlides div a {
            border-right: 2px solid black;
            padding: 0 10px;
            color: black;
            text-decoration: none;
            cursor: pointer;
            font-weight: 600;
        }

            .mySlides div a:hover {
                text-decoration: underline;
                color: #3490dc;
            }

.prev {
    margin-right: 30px;
}

    .prev:hover, .next:hover {
        background-color: #1e70b9;
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.text_cont_unit {
    margin: 30px 0 20px 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e3e7ed;
}

    .text_cont_unit p {
        width: 99%;
        font-size: 25px;
        font-weight: 500;
        color: #303030;
    }

    .text_cont_unit p {
        padding: 20px 0px;
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 40px 0;
        color: #585858;
    }

.sec_p {
    letter-spacing: 1px;
    padding: 20px 10px;
    font-size: 14px;
}

/*Blog CSS*/
.blg_update_alert {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

    .blg_update_alert p {
        color: rgb(0,0,0,0.1);
        font-size: 60px;
        font-weight: bold;
    }

.blg_visibility {
    visibility: visible;
}

.main_blg {
/*    box-shadow: 0 0 20px 3px rgba(205, 205, 205, 0.2);*/
/*    background: white;*/
    width: 100%;
}

.title_page_blg {
    text-align: left;
    font-size: 35px;
    font-weight: 700;
    padding: 0px 0 15px 0;
}

.category_page_blg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

    .category_page_blg div {
        margin: 15px 0;
    }

    .category_page_blg a {
        background: white;
        color: #505050;
        border-radius:5px;
        border: 1px solid #e3e7ed;
        margin: 3px;
        padding: 7px 15px;
        font-size: 14px;
    }

        .category_page_blg a:hover {
            color: white;
            background: #3490dc;
            border: 1px solid #3490dc;
        }

    .category_page_blg .active {
        color: white;
        background: #3490dc;
        border: 1px solid #3490dc;
        margin: 0 3px;
        padding: 7px 15px;
        font-size: 14px;
    }

        .category_page_blg .active:hover {
            background: #1e70b9;
        }

.container_page_blg {
    margin: 0 5px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.post_blg {
    background: transparent;
    /*    box-shadow: 0 0 12px 2px rgba(190,190,190,0.2);*/
    margin: 12px;
    border-radius: 10px;
}

.blg_box {
    flex: 0 0 33%;
    max-width: 33%;
    cursor: pointer;
}

.blg_img {
    position: relative;
    width: 100%;
    height: 210px;
}

    .blg_img .back_img {
        width: 100%;
        height: 220px;
        border-radius: 10px;
    }

    .blg_img .circel_img {
        position: absolute;
        top: 170px;
        right: 20px;
        border: 3px solid white;
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

.blg_text {
    padding: 20px 0;
    font-size: 18px;
}

.blg_category {
    margin: 25px 0;
    display: inline-block;
}

    .blg_category span {
        background: #e3e7ed;
        padding: 6px 12px;
        margin: 3px 5px;
        font-size: 14px;
        border-radius: 15px;
    }

.blg_title h1 a {
    font-size: 27px;
    font-weight: 500;
    color: #505050;
    line-height: 25px !important;
}

    .blg_title h1 a:hover {
        text-decoration: underline;
    }

.first-line-dc {
    text-align: left;
}

.blg_view_categ {
    display: flex;
    font-size: 13px;
    padding: 3px 0;
}

    .blg_view_categ p {
        margin-right: 10px;
        color: #505050;
        font-weight: 600;
    }

    .blg_view_categ span {
        color: #1e70b9;
    }

.blg_paragraph p {
    color: #505050;
    height: 67px;
    overflow: hidden;
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
}

.blg_reading_btn div {
    padding: 12px 0;
}

.blg_reading_btn i {
    color: white;
    padding-left: 2px;
    transition: all .3s ease;
}

.blg_reading_btn a:hover i {
    color: black;
    padding-left: 10px;
    transition: all .3s ease;
}

.blg_reading_btn a {
    background: #3490dc;
    padding: 8px 20px;
    border: 1px solid #3490dc;
    color: white;
    font-size: 13px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease;
}

    .blg_reading_btn a:hover {
        background: white;
        border: 1px solid #e3e7ed;
        color: #505050;
        text-decoration: underline;
    }

.post_btn_blg {
    text-align: center;
    margin: 30px 0;
}

    .post_btn_blg div {
        padding: 12px 0;
    }

    .post_btn_blg .btn_old_post {
        background: #3490dc;
        padding: 10px 25px;
        border: 0;
        color: white;
        font-size: 16px;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 0 12px 2px #e3e7ed;
        transition: all .3s ease;
    }

        .post_btn_blg .btn_old_post:hover {
            background: #1e70b9;
            color: white;
        }

/*BLG VIEW START*/
.img_blgview {
    width: 100%;
    margin: 15px 0;
    padding: 12px 10px 0 55px;
}

    .img_blgview .blgview_img {
        width: 80%;
        height: 60vh;
        border-radius: 10px;
    }

.main_blgview_div {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 55px 40px 55px;
}

.l_blg_view {
    width: 68%;
    padding-right: 20px;
}
.l_blg_view h1,
.l_blg_view h2,
.l_blg_view h3,
.l_blg_view h4,
.l_blg_view h5,
.l_blg_view h6,
.l_blg_view p,
.l_blg_view span,
.l_blg_view li{
    padding:0 !important;
    margin:0 !important;
    text-align:left !important;
}
.l_blg_view h1,
.l_blg_view h2,
.l_blg_view h3,
.l_blg_view h4,
.l_blg_view h5,
.l_blg_view h6{
    padding-top:10px !important;
    padding-bottom:5px !important;
}
.l_blg_view p{
    padding-top:10px !important;
    padding-bottom:5px !important;
}
.l_blg_view ol,
.l_blg_view ul{
    padding-top:5px !important;
    padding-bottom:5px !important;
}

.r_blg_view {
    padding:30px 0 0 0;
    width: 32%;
}

.author_blgview {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
}

    .author_blgview h4 {
        font-size: 18px;
        padding: 30px 0;
    }

.author_img {
    width: 120px;
    height: 120px;
    margin: 10px 0;
    border-radius: 50%;
}

.title_author p {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}

.link_author a {
    font-size: 15px;
    color: #1e70b9;
    padding-top: 15px;
}

    .link_author a:hover {
        text-decoration: underline;
    }

.icons_author {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

    .icons_author i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #1e70b9;
        border: 1px solid #1e70b9;
        border-radius: 50%;
        margin: 0 5px;
    }

.recent_post {
    background: white;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 40px;
    text-align: center;
}

.author_blgview h4 {
    font-size: 18px;
}

.recent_post ul li a{
    display: flex;
    margin: 12px 0;
    padding: 0 8px;
}

    .recent_post ul li img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }

    .recent_post ul li p {
        text-align: left;
        padding: 3px 15px;
        font-size: 14px;
    }.recent_post ul li p span {
         font-weight:600;
    }

/*Time Calculator START*/
.tim_divs {
    background: white;
    box-shadow: 0 0 15px 2px #eef1f5;
    margin: 15px 15px;
    padding: 35px 35px;
}

.time-inputs {
    display: flex;
    justify-content: center;
}

    .time-inputs div {
        width: 200px;
        text-align: left;
        padding: 3px 6px;
    }

    .time-inputs label {
        color: black;
        font-weight: 700;
        font-size: 16px;
    }

    .time-inputs input {
        border: 1px solid #e3e7ed;
        width: 100%;
        height: 42px;
        font-size: 15px;
        padding: 3px 6px;
        margin: 4px 0px;
    }

.operation {
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 200px;
}

    .operation input[type=radio] {
        width: 100%;
        height: 2em;
    }

.p_result {
    text-align: left;
    margin-top: 20px;
    line-height: 35px;
    font-weight: 600;
}

.result_text {
    padding: 20px 20px;
    margin: 20px 20px;
    background: white;
    border: 1px solid #e3e7ed;
}

.result-table th {
    width: 300px;
    height: 40px;
    border: 1px solid #e3e7ed;
    font-weight: 700;
}

.result-table td {
    width: 300px;
    height: 40px;
    border: 1px solid #e3e7ed;
    font-weight: 600;
}
/*VOLT CALCULATOR START*/

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tabcontent {
    display: none;
}

.div_f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .div_f label {
        text-align: left;
        font-weight: 600;
    }

    .div_f input,
    .div_f select,
    .div_f button {
        grid-column: span 2;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.lb_volt {
    padding: 20px 0 10px 0;
    text-align: left;
}

    .lb_volt label {
        font-weight: 600;
        font-size: 14px;
        color: #1e70b9;
    }
/*mytextarea*/
.mytextarea {
    width: 100%;
    padding: 8px 10px;
    height: 100%;
    border: 1px solid #e3e7ed;
    box-shadow: 0 0 13px 4px rgba(205, 205, 205, 0.2);
    background-color: white;
    font-size: 16px;
}

.count_word {
    padding: 0px 15px;
}

.result-section {
    display: flex;
    justify-content: center;
}

.result-box {
    box-shadow: 0 0 12px 2px rgba(215, 215, 215, 0.2);
    background-color: white;
    margin: 10px 10px;
    width: 100%;
    padding: 12px 0;
    border-radius: 10px;
    line-height: 32px;
}

    .result-box span {
        font-size: 18px;
        font-weight: 700;
        background: #3490dc;
        color: white;
        padding: 3px 10px;
        border-radius: 5px;
    }

.detailed-statistics {
    display: flex;
    justify-content: center;
}

.in_detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.bx_c {
    box-shadow: 0 0 12px 2px rgba(215, 215, 215, 0.2);
    background-color: white;
    margin: 10px 10px;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    margin: 5px 5px;
}

.bx_c4 {
    margin-bottom: 40px;
}

.detailed-statistics h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.detailed-statistics span,
.detailed-statistics p {
    font-size: 14px;
    text-align: left;
}

.detailed-statistics .dd {
    display: flex;
    margin: 0px auto;
    width: 95%;
}

.detailed-statistics .ttd,
.detailed-statistics .tdd {
    width: 100%;
    text-align: left;
    padding: 6px 12px;
    border: 1px solid #e3e7ed;
}

.detailed-statistics .tddd {
    display: flex;
}

.top_density {
    padding: 0 12px;
}


/*#content {
    display: none;
}*/

body.loaded #content {
    display: block;
    overflow: auto;
}

/*about use page*/
.main_about {
    background: white;
    margin: 30px 60px;
    box-shadow: 0 0 30px 2px rgba(200,200,200,0.2);
}

.container_page_about {
    padding: 30px 60px 50px 60px;
}

.about_titleh {
    text-align: left;
    padding: 30px 0 10px 0;
}

.about_p {
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    color: #505050;
    padding: 8px 0;
}

.about_h {
    color: #505050;
    text-align: left;
    padding: 6px 0;
    font-size: 16px;
}
/*contact Page*/

.main_contact {
    background: white;
    box-shadow: 0 0 30px 2px rgba(200,200,200,0.2);
}

.container_page_contact {
    padding: 30px 60px 50px 60px;
}

.contact_tp {
    text-align: center;
    padding-bottom: 50px;
}

.contact_dv_input {
    display: flex;
    justify-content: center;
}

    .contact_dv_input div {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        margin: 12px 20px;
    }

    .contact_dv_input .radio_btn {
        display: flex;
        flex-direction: row;
        margin: 0;
        margin-top: -10px;
    }

        .contact_dv_input .radio_btn div {
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 20%;
        }

    .contact_dv_input div label {
        margin: 4px 0;
        font-size: 15px;
        color: #505050;
    }

    .contact_dv_input div p {
        margin: 4px 0;
        font-size: 13px;
    }

    .contact_dv_input div .input_contact {
        width: 100%;
        height: 38px;
        font-size: 14px;
        color: #505050;
        padding: 3px 6px 3px 35px;
        border: 1px solid #e3e7ed;
        border-radius: 4px;
    }

    .contact_dv_input div i {
        position: absolute;
        top: 40px;
        left: 12px;
        font-size: 15px;
        color: #3490dc;
    }

    .contact_dv_input .textarea_input {
        width: 100%;
        height: 150px;
        font-size: 15px;
        color: #505050;
        padding: 10px 15px;
        border: 1px solid #e3e7ed;
        border-radius: 4px;
    }

    .contact_dv_input .descriptio_p {
        text-align: right;
    }

    .contact_dv_input .send_btn {
        width: 100px;
        background-color: #3490dc;
        font-size: 15px;
        color: #e3e7ed;
        padding: 8px 15px;
        border: 0;
        border-radius: 6px;
        cursor: pointer;
    }

        .contact_dv_input .send_btn:hover {
            background-color: #3490dc;
            color: white;
        }

/*Animation btn*/
@keyframes fadeInBounce {
    0% {
        opacity: 0;
        transform: translateY(-20px) scale(0.9);
    }

    50% {
        opacity: 0.5;
        transform: translateY(5px) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes strongPulse {
    0% {
        box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.3);
    }

    50% {
        box-shadow: 0px 0px 30px rgba(0, 123, 255, 0.9);
    }

    100% {
        box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.3);
    }
}


.animatin-btn {
    background: linear-gradient(45deg, #007BFF, #00C6FF);
    color: white;
    padding: 12px 40px;
    margin: 5px 5px;
    border: none;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.9);
}

.show {
    animation: fadeInBounce 1s ease-out forwards, strongPulse 1.5s infinite ease-in-out;
}

.animatin-btn:hover {
    background: linear-gradient(45deg, #0056b3, #0080ff);
    box-shadow: 0px 0px 50px rgba(0, 123, 255, 1);
}
/*FAQs Page*/

.main_faq {
    background: white;
    box-shadow: 0 0 30px 2px rgba(200,200,200,0.2);
}

.container_page_faq {
    padding: 30px 60px 50px 60px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #e3e7ed;
    font-weight: bold;
    margin-bottom: -1px;
    transition: all 0.3s ease;
}

    .faq-question i {
        color: #3490dc;
    }

.faq-answer {
    display: none;
    background-color: #fff;
    border: 1px solid #e3e7ed;
}

    .faq-answer p {
        color: #707070;
        padding: 12px;
    }

.faq-item {
    margin-bottom: 10px;
}

.upcoming_div {
    display: flex;
}

.ul_upcoming {
    text-align: left;
}

    .ul_upcoming li {
        display: flex;
    }

    .ul_upcoming h4 {
        margin-bottom: 15px;
        font-size: 20px;
    }

.li_para_upcoming {
    text-align: left;
    color: #1e70b9;
    padding-bottom: 10px;
}

.circel_li {
    width: 8px;
    height: 8px;
    margin: 7px 10px 0 15px;
    border-radius: 50%;
    background-color: #1e70b9;
}
.iphere{
    background:#e3e7ed;
    padding:20px 50px;
}.iphere p{
     color:black;
     font-size:25px;
}
.ip-iphere {
    background: white;
    padding: 10px;
    margin: 10px;
}


/*airforshare*/
:root {
    --primary-color: #1e70b9;
    --primary-light: #3490dc;
    --secondary-color: #2196F3;
    --text-color: #333;
    --border-color: #ddd;
    --shadow-light: rgba(0, 0, 0, 0.1);
    --shadow-medium: rgba(0, 0, 0, 0.2);
    --error-color: #e57373;
    --background-gradient: linear-gradient(135deg, #f0f4f8, #d9e2ec);
    --plane-color: #607d8b;
}

.container-airforshare {
    background-color: #ffffff;
    padding: 0 30px;
    border-radius: 15px;
/*    box-shadow: 0 10px 30px var(--shadow-medium);*/
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

h1 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 30px;
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    h1 i {
        margin-left: 10px;
        color: var(--primary-light);
    }
.d-flex{
    display:flex;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.form-group {
    margin-bottom: 25px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 1.1em;
    transition: color 0.3s ease; 
}

.merged-input {
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .merged-input.highlight {
        border-color: var(--secondary-color);
        box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.25);
    }

textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1.3rem;
    resize: vertical;
    box-sizing: border-box;
    min-height: 180px;
    background-color: transparent;
    z-index: 1;
    color: var(--text-color);
    transition: all 0.3s ease;
}

    textarea:focus {
        outline: none;
        background-color: #fff;
    }

    textarea::placeholder {
        color: #a0a0a0;
    }

.drop-message-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border: 2px dashed var(--secondary-color);
}

.merged-input.highlight .drop-message-overlay {
    opacity: 1;
    pointer-events: all;
}

.drop-message-overlay p {
    margin: 5px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--secondary-color);
}

.drop-message-overlay a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease;
}

    .drop-message-overlay a:hover {
        text-decoration: underline;
        color: var(--primary-light);
    }

.max-files-info {
    font-size: 0.9em;
    color: #888;
    margin-top: 10px;
}
.file-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 15px;
    margin-top: 15px;
    padding: 10px;
    max-height: 400px;
    overflow-y: auto;
}

.file-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e0e5ea;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    font-size: 0.9em;
    position: relative;
    transition: all 0.25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

    .file-item:hover {
        background-color: #f0f8ff;
        box-shadow: 0 6px 12px rgba(0,0,0,0.1);
        transform: translateY(-4px);
    }
.file-item .file-preview{
    margin-top:10px;
    margin-bottom:20px;
    padding:0 !important;
}
.file-item img{
    margin-top:10px;
    margin-bottom:35px;
    padding:0 !important;
}
    .micon-item{
    font-size:40px !important;
}
.file-preview {
    width: 40px;
    height: 60px;
    font-size: 40px;
    color: #4a4a4a;
}

.file-name {
    width: 100%;
    font-weight: 500;
    font-size: 0.9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    text-align:left;
    padding-right:40px;
    overflow:hidden;
    position:absolute;
    bottom:0;
    left:6px;
    color: #333;
}

.download-file,
.remove-file {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    padding: 6px 4px 4px 4px;
    transition: color 0.2s ease;
    z-index: 2;
}

.download-file {
    bottom: 6px;
    right: 6px;
    color: #007bff;
    text-decoration: none;
}

    .download-file:hover {
        color: #0056b3;
    }

.remove-file {
    top: 6px;
    left: 6px;
    color: #d9534f;
}.remove-file i{
    color: #d9534f;
}

    .remove-file i:hover {
        color: #c9302c;
    }

.error-message {
    color: var(--error-color);
    font-size: 0.9em;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.submit-btn {
    background-color: var(--primary-color);
    color: white;
    padding: 14px 28px;
    margin: 0 10px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 140px;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

    .submit-btn:hover {
        background-color: #43a047;
        transform: translateY(-2px);
        box-shadow: 0 7px 20px rgba(76, 175, 80, 0.5);
    }

    .submit-btn:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
        box-shadow: none;
        transform: translateY(0);
    }

.clear-btn {
    background-color: var(--primary-color);
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    width: 140px;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

    .clear-btn:hover {
        background-color: #78909c;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

.browesfile{
    background:#3490dc;
    padding:10px 30px;
    border:none;
    border-radius:5px;
    color:white;
    cursor:pointer;
}.browesfile:hover{
    background:#1e70b9;
}
#downloadAllBtn{
    display:none;
}
.download-all-btn {
    background: transparent;
    padding: 10px 30px;
    border: none;
    text-decoration: underline;
    border-radius: 5px;
    color: #1e70b9;
    cursor: pointer;
}.download-all-btn:hover{
    text-decoration:underline;
}
/*Meadia Screen*/
@media only screen and (max-width: 1000px) {
    .img_blgview .blgview_img {
        width: 100%;
    }
    .title_page_blg {
        line-height:35px;
        font-size: 30px;
    }
    .detailed-statistics {
        flex-wrap: wrap;
    }

    .in_detail {
        width: 100%;
    }

    .result-section {
        flex-wrap: wrap;
    }

    .blg_box {
        flex: 0 0 50%;
        max-width: 50%;
        cursor: pointer;
    }

    .slideshow-container {
        display: none;
    }

    .footer_1 {
        padding: 10px 20px 0 20px;
        display: flex;
        justify-content: space-between;
    }

    .dis_price p {
        font-size: 25px;
    }

    .myinput_price {
        width: 96%;
    }

    .dis_price {
        width: 100%;
    }

    .login_box {
        width: 65%;
    }

    .quistions_divs {
        margin: 5px 10px;
        padding: 15px 10px;
    }

    .currency_divs {
        margin: 5px 10px;
        padding: 15px 10px;
    }

    .qustion_1 h3,
    .qustion_2 h3 {
        font-size: 14px;
    }

    .qustion_1 .myinput,
    .qustion_2 .myinput {
        font-size: 12px;
        width: 90%;
        margin: 10px 5px;
    }

    .solve_btns .btn_age {
        font-size: 12px;
    }

    .blogout h3 {
        font-size: 18px;
    }

    .blogout h5 {
        font-size: 16px;
    }

    .blogout p {
        font-size: 12px;
/*        line-height: 18px;*/
    }

    .blogout ul li {
        font-size: 12px;
/*        line-height: 18px;*/
    }

    .blog_1 p ,
    .blog_1 ul ,
    .blog_1 ol ,
    .blog_1 li ,
    .blog_1 span ,
    .blog_1 h1 ,
    .blog_1 h2 ,
    .blog_1 h3 ,
    .blog_1 h4 ,
    .blog_1 h5 ,
    .blog_1 h6 {
        text-align:left !important;
        margin-left:0 !important;
/*        line-height:0;*/
    }
    .nv {
        margin: 0px 2%;
        border: 0;
    }

    .l_nv .img {
        width: 80px;
    }

    .r_nv > ul li a {
        padding: 13px 8px;
        font-size: 12px;
    }

    .r_nv > ul li:hover a {
        border-bottom: 1px solid red;
    }

    .r_nv > ul li .linkENBtn {
        padding: 8px 3px;
        font-size: 12px;
    }

        .r_nv > ul li .linkENBtn i,
        .r_nv > ul li .linkENBtn span {
            margin: 0;
            padding: 2px 3px;
            font-size: 9px;
            color: orangered;
            border-radius: 50%;
        }

    .popup_drop {
        top: 42px;
    }

    .text_cont h5 {
        font-size: 16px;
    }

    .text_cont p {
        padding: 10px 20px;
        font-size: 9px;
/*        line-height: 18px;*/
        margin: 0 0 30px 0;
    }

    .box {
        font-size: 12px;
        width: 90px;
    }

    .cont_b {
        width: 30%;
    }

    .sear_div {
        margin: 0 0 10px 0;
    }

        .sear_div #search {
            height: 40px;
            padding: 0 5px;
            font-size: 12px;
        }

        .sear_div i {
            right: 12px;
            top: 12px;
            font-size: 14px;
        }

    .popular_div h5 {
        font-size: 16px;
    }

    .popular_div ul li {
        font-size: 12px;
    }

        .popular_div ul li .bol {
            width: 6px;
            height: 6px;
        }


    .agecalculate_a .trs_title {
        flex-wrap: wrap;
    }

    .agecalculate_a .td_title_1 p span,
    .agecalculate_a .td_title_2 p span {
        font-size: 16px;
    }

    .agecalculate_a .td_title_1 {
        font-size: 13px;
        width: 100%;
    }

    .agecalculate_a .td_title_2 {
        font-size: 13px;
        width: 100%;
    }

    .agecalculate_a .td_p_1 {
        font-size: 10px;
        width: 60%;
    }

    .agecalculate_a .td_p_2 {
        font-size: 11px;
        width: 100%;
    }

    .r_nv > ul li .linkRDBtn {
        display: none;
    }

    .footer_container_1 > div, .footer_container_2 > div, .footer_container_3 > div, .footer_container_4 > div, .footer_container_5 > div, .footer_container_6 > div {
        font-size: 12px;
    }

    .footer_container_1 p,
    .footer_container_2 p,
    .footer_container_5 p,
    .footer_container_6 p {
        font-size: 16px;
    }

    .footer_3 {
        font-size: 12px;
    }

    .subs_div {
        width: 95%;
        display: flex;
        justify-content: center;
    }

    .footer_container_6 .subs_input {
        width: 75%;
    }

    .footer_container_6 .subs_btn {
        font-size: 13px;
        width: 80px;
    }

    .footer_container_6 .subs_btn {
        font-size: 13px;
        width: 80px;
    }

    .footer_2 {
        display: flex;
        flex-direction: column;
    }

    .footer_container_5,
    .footer_container_6 {
        width: 90%;
    }

    .img_blgview {
        margin: 5px 0;
        padding: 12px 10px 0 10px;
    }

    .blg_view_categ {
        flex-wrap: wrap;
        font-size: 10px;
        padding: 5px 0;
    }

        .blg_view_categ p {
            padding: 3px 0;
        }

    .main_blgview_div {
        padding: 10px 15px 40px 15px;
    }

    .l_blg_view {
        width: 100%;
        padding-right: 0px;
        font-size: 12px;
        line-height: 22px;
    }

    .r_blg_view {
        display: none;
    }

    .boxs_cont {
        justify-content: center;
    }

    .result_text {
        font-size: 12px;
        padding: 5px;
        margin: 5px;
    }

    .blg_update_alert p {
        font-size: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .img_blgview .blgview_img {
        width: 100%;
        height:100%;
        border-radius: 10px;
    }

    .suggestions {
        width: 50%;
    }
    .l_nv {
        display: flex;
        width: 90%;
    }
    .container_page_contact {
        padding: 20px 25px 40px 15px;
    }

    .contact_dv_input {
        flex-direction: column;
    }

        .contact_dv_input div {
            margin: 10px 5px;
        }

        .contact_dv_input .radio_btn {
            flex-direction: column;
        }

            .contact_dv_input .radio_btn div {
                width: 100%;
            }

        .contact_dv_input div label {
            font-size: 13px;
        }

        .contact_dv_input div p {
            font-size: 11px;
        }

        .contact_dv_input div .input_contact {
            width: 100%;
            height: 38px;
            font-size: 14px;
            color: #505050;
            padding: 3px 6px 3px 35px;
            border: 1px solid #e3e7ed;
            border-radius: 4px;
        }

        .contact_dv_input div i {
            position: absolute;
            top: 40px;
            left: 12px;
            font-size: 15px;
            color: #3490dc;
        }

    .sec {
        margin: 0px 2%;
    }

    .blg_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*.blg_box {
        flex: 0 0 25%;
        max-width: 25%;
    }*/
    .container_page_blg {
        margin: 0 0px;
    }

    .post_blg {
        margin: 10px 0;
    }

    .footer_1 p {
        font-size: 10px;
    }

    .footer_1 {
        padding: 10px 20px 0 20px;
        display: flex;
        justify-content: space-between;
    }

    .binary_textarea::placeholder {
        font-size: 20px;
    }

    .container_top h4 {
        font-size: 11px;
    }

    .login_box {
        width: 90%;
    }

    .footer_1 div {
        width: 100%;
    }

    .footer_3 {
        font-size: 12px;
    }

    .r_nv {
        height: 0;
        overflow: auto;
        width: 100%;
        position: absolute;
        z-index: 199;
        top: 45px;
        left: 0;
        background-color: white;
        transition: 0.5s;
    }

    .popup_drop {
        margin-top: -30px;
        margin-bottom: 45px;
        border: 1px solid #f6f8fa;
        box-shadow: none;
        border-radius: 4px;
        transform: scaleX(0);
        transform-origin: left;
    }

        .popup_drop .link_drop {
            padding: 5px 12px;
            border-radius: 5px;
        }

    #online_cal a,
    #unit_con a {
        border: 0;
    }

    #online_cal:hover #popup_online_cal,
    #unit_con:hover #popup_unit_con {
        left: 3px;
        transform: scaleX(1);
        position: relative;
    }

    .nv {
        margin: 0px 2% 0px 2%;
    }

    .l_nv .img {
        width: 100px;
    }

    .r_nv_open {
        display: flex;
    }

        .r_nv_open .fa-bars,
        .r_nv_open .fa-xmark {
            font-size: 18px;
        }

    .close_div {
        display: none;
        border: 0;
        background: white;
    }

    .open_div {
        display: block;
        border: 0;
        background: white;
    }

    .r_nv > ul {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin: 0px 0 0 10px;
    }

        .r_nv > ul li {
            padding: 6px 0px;
        }

            .r_nv > ul li a {
                padding: 0px 0px 6px 0;
                border-bottom: 1px solid #f6f8fa;
                margin: 0px;
                font-size: 12px;
            }

            .r_nv > ul li:hover a {
                border-bottom: 0px solid #f6f8fa;
            }

            .r_nv > ul li .linkRDBtn {
                display: none;
            }

    .linkRDBtn_sd {
        display: block;
        margin: 0 10px 0 0;
        padding: 5px 15px 0px 8px;
        font-size: 8px;
        color: white;
        background-color: #564190;
    }

        .linkRDBtn_sd span {
            margin: 0 5px 0 5px;
            padding: 3px 3px;
            font-size: 8px;
            border-radius: 50%;
        }

        .linkRDBtn_sd span {
            background-color: orange;
        }

    .r_nv > ul li .linkENBtn {
        padding: 4px 2px;
        font-size: 9px;
    }

        .r_nv > ul li .linkENBtn i,
        .r_nv > ul li .linkENBtn span {
            padding: 2px 2px;
            margin: 10px 0 0 0;
            font-size: 9px;
        }

    .sec_in {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .cont_a,
    .cont_b {
        width: 100%;
        margin: 0px 0 10px 0;
    }

    .cont_in {
        padding: 0 4px;
    }

    .binary_container {
        padding: 5px;
        position: relative;
    }

    .unit_q {
        padding: 5px 5px;
    }

    .unit_divs {
        margin: 5px;
        padding: 0px 5px;
        flex-wrap: wrap;
    }

    .unit_1, .unit_2 {
        padding: 5px 5px;
        width: 90%;
    }

    .agecalculate_q {
        padding: 5px 0px;
        margin: 0 5px;
    }

    .tim_divs {
        margin: 0px 5px;
        padding: 10px 5px;
    }

    .time-inputs label {
        font-size: 13px;
    }

    .btn_age {
        margin: 15px 0 10px 0;
        font-size: 13px;
        padding: 10px 12px;
    }

    .blg_update_alert p {
        font-size: 25px;
    }
}

@media only screen and (max-width: 320px) {
    .master_main_body {
        width: 100vh;
    }
}
