:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

*,::after,::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table .table {
    background-color: #fff
}


#pricing {
    text-align: center
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mt-200 {
    margin-top: 200px
}

.mt-150 {
    margin-top: 150px
}

.mt-30 {
    margin-top: 30px
}

#pricing .row {
    padding: 60px 0
}

#pricing .section-title {
    color: #006A4E
}

#pricing .title {
    padding-top: 15px;
    margin-bottom: 20px
}

#pricing .title h3 {
    text-transform: none;
    color: #006A4E;
    font-size: 20px;
    margin-bottom: 5px!important
}

#pricing .title .month-plan {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

#pricing .table {
    margin-top: 15px;
    padding: 15px 25px;
    height: 100%;
    -webkit-box-shadow: 0 5px 20px 0 rgba(89,119,106,.2);
    box-shadow: 0 5px 20px 0 rgba(89,119,106,.2);
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

#pricing div.active:nth-child(2) .table {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#pricing .table .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #EBEDEF;
    margin-bottom: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

#pricing .table .icon-box i {
    color: #F63854;
    line-height: 80px;
    font-size: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

#pricing .table .pricing-header {
    position: relative;
    text-align: center;
    margin-bottom: 21px;
    padding-bottom: 10px
}

#pricing .table .pricing-header .price-value {
    font-size: 24px;
    color: #000;
    position: relative;
    text-align: center;
    font-weight: 700;
    min-height: 50px;
    font-family: 'Poppins', sans-serif;
}

#pricing .table .pricing-header .price-value sup {
    font-size: 16px;
    font-weight: 500;
    top: -18px
}

#pricing .table .pricing-header .price-value span {
    font-size: 15px;
    color: #006a4e;
    font-weight: 400
}

#pricing .table .description {
    text-align: center;
    padding: 0;
    margin-bottom: 20px
}

#pricing .table .description li {
    font-size: 14px;
    font-weight: 400;
    color: #ABACAE;
    padding: 5px 0;
    list-style: none;
    line-height: 1.5
}

#pricing .table .description li:last-child {
    border-bottom: none
}

#pricing .table:hover {
    background: #FFF;
    box-shadow: 0 10px 22px 10px rgba(27,38,49,.1)
}

#pricing .table:hover .icon-box {
    background: #F63854
}

#pricing .table:hover .icon-box i {
    color: #fff
}

#pricing .col-lg-4.col-md-12.col-xs-12.active.p-0:nth-child(2) {
    z-index: 4
}

#pricing .table:nth-child(2) {
    background: #F5FFFC 0% 0% no-repeat padding-box;
    margin-top: 0;
    z-index: 99999
}

#pricing #active-tb .icon-box {
    background: #F63854
}

#pricing #active-tb .icon-box i {
    color: #fff
}

#pricing .title_warp {
    margin-top: -22px;
    background: #006A4E;
    padding: 6px;
    color: #fff;
    border-radius: 20px 20px 0 0
}

#Yearly {
    display: none;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border: 1px solid lightgrey;
    margin-bottom: 40px;
    border-radius: 30px;
    background: #fff;
}

.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
    color: #fff;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
    background: transparent;
}

.switch-wrapper
    [type="radio"]:checked#monthly
    + label[for="yearly"]
    ~ .highlighter {
    transform: none;
}

.switch-wrapper
    [type="radio"]:checked#yearly
    + label[for="monthly"]
    ~ .highlighter {
    transform: translateX(100%);
}

.switch-wrapper label {
    font-size: 16px;
    z-index: 1;
    min-width: 100px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
    margin-bottom: 0px;
}

.switch-wrapper label:hover {
    background: whitesmoke;
}

.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    background: #006a4e;
    transition: transform 0.25s ease-in-out;
}
.requstbtn{
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background: #168300;
    border-radius: 5px;
    font-weight: 700;
}

/*========================================================================================================
==========================================================================================================
==========================================================================================================
==========================================================================================================*/

*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.container{
    max-width: 1224px;
    margin: auto;
}
#livechatbtn{
    position: fixed;
    top: 400px;
    right: 2%;
    width: 100px;

    z-index: 1000;
}
#livechatbtn img{
    width: 100%;
}
/*===========Header Style==============*/
header{
    border-top: 5px solid #fbae1c;
    border-bottom: 5px solid #10167a;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header #brand{
    color: #10167a;
    font-size: 32px;
}
.header nav ul{
    display: flex;
    list-style-type: none;

}
.header nav ul a{
    display: block;
    text-decoration: none;
    color: #5e5e5e;
    font-weight: 700;
    padding: 25px 20px 20px;
    line-height: 20px;
}
.header nav ul a.active{
    background-color: #10167a;
    color: #fff;
}
.header nav ul li:hover a{
    background-color: #10167a;
    color: #fff;
    transition: all ease-in 0.3s;
}
/*=========Section One=========*/
#secone{
    background-color: #0f132a;
    padding: 50px 0 50px;
}
#sectwo{
    background-color: #fff;
    padding: 100px 0;
}
.secone, .sectwo{
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.sectwo{
    color: #000;
}
.secone .col-1 h1, .sectwo .col-1 h1{
    font-size: 43px;
    line-height: 1.2em;
}
.secone .col-1 h1{
    font-size: 48px;
    color: #fbae1c;
}
.secone.bd .col-1 h1{
    font-size: 35px;
}
.secone .col-1 p, .sectwo .col-1 p{
    font-size: 18px;
    line-height: 1.3em;
    margin: 25px 0;
    color: #e4e8f1;
}
.secone .col-1 p{
    color: #fff;
    margin: 40px 0;
    font-size: 23px ;
}
.sectwo .col-1 p{
    color: #161718;
}
.secone .col-1 ul{
    font-size: 14px;
    padding-left: 18px;
    color: #e4e8f1;
}
.secone .col-1 li::marker{
    font-size: 21px;
}
.secone .col-1 .btngroup{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.secone .col-1 .btngroup a:nth-child(1){
    background-color: #10167a;
}
.secone .col-1 .btngroup a:nth-child(2){
    background-color: transparent;
}
.secone .col-1 .btngroup a, .sectwo .col-1 .btngroup a, .sectwo .col-1 a{
    padding: 20px 25px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
    border: 2px solid #10167a;
}
.secone .col-1 a{
    margin-top: 20px;
}
.secone .col-2 img, .sectwo .col-2 img{
    width: 500px;
}
.sectwo .stqtitle{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.sectwo .col-1 h1{
    font-size: 40px;
}
.sectwo.bd .col-1 h1{
    font-size: 33px;
}
.sectwo ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.sectwo .col-1 ul p{
    font-size: 25px;
    font-weight: 700;
    color: #10167a;
}
.sectwo .col-1 a{
    background-color: #10167a;
}
#editsection{
    background-color: rgb(27, 27, 27);
    padding: 80px 30px;
}
#editsection h1 {
    margin: 0 0 28px;
    font-size: 60px;
    line-height: 40px;
    letter-spacing: -.44px;
    line-height: 72px;
    text-align: center;
    color: green;
}
#editsection .sectitle{
    text-align: center;
    color: #fff;
    width: 1100px;
    margin: auto;
    font-size: 18px;
}
.sectwohuf{
    display: grid;
    grid-template-columns: repeat(3, 380px);
    justify-content: space-between;
    padding: 50px 0 100px;
}
.sthufitem{
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 0 0 20px 20px;
}
.sthufitemone{
    border-top: 20px solid #f64442;
}
.sthufitemone i{
    background-color: #f64442;
}
.sthufitemtwo{
    border-top: 20px solid #5cc694;
}

.sthufitemtwo i{
    /*background-color: #5cc694;*/
}
.sthufitemthree{
    border-top: 20px solid #ff944d;
}

.sthufitemthree i{
    background-color: #ff944d;
}
.sectwohuf i{
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
}
.sectwohuf i svg{
    fill: #fff;
    width: 60px;
    height: 60px;
    display: block;
}
.sectwohuf h3{
    margin: 15px 0;
    color: rgb(15 19 42);
    font-size: 22px;
}
.sectwohuf p{
    color: rgb(70 80 104);
    font-size: 15px;
    line-height: 21px;
}

.whitelablesec{
    background-color: #141414;
    padding: 50px 32px 100px;
}
.whitelablesec img{
    width: 100%;
}
.wlwrapper {
    display: grid;
    grid-template-columns: auto 519px;
    grid-gap: 20px;
    gap: 20px;
}
.whitelablesec h1 {
    margin: 0 0 48px;
    font-weight: 700;
    font-size: 60px;
    line-height: 40px;
    letter-spacing: -.44px;
    line-height: 72px;
    text-align: center;
    color: #fff;
}
.wlsecsubtitle{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.wltopwraper {
    border-radius: 24px;
    border: 2px solid #fff;
    padding: 32px;
    background-color: #000;
    display: grid;
    grid-template-rows: max-content 1fr max-content;
    color: #fff;
}
.wltwtitle {
    max-width: 603px;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 32px;
}
.wltmainitem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
    column-gap: 32px;
    grid-row-gap: 32px;
    row-gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.wltwhead {
    display: flex;
    align-items: center;
}
.wltwhead svg{
    fill: #fff;
}
.wltwheadtitle {
    font-weight: 400;
    letter-spacing: -.12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 0 8px;
}
.wltheadsubtitle {
    font-weight: 400;
    letter-spacing: -.08px;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 0;
}

.wlbwrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 24px;
    color: #fff;
    padding: 32px;
    background-color: #000;
    text-align: center;
}
.wlbtitle {
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
}
.btnwrapper{
    margin-top: 50px;
}
.btnwrapper .wltbutton{
    border-radius: 20px;
    padding: 15px 80px;
    font-weight: 700;
}
.wlbitems {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 0;
    margin: 0;
}
.wlbitems .wlbitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.04), 0 8px 16px 0 rgba(0,0,0,.04);
    border-radius: 16px;
    padding: 28px 30px 30px;
    background-color: #000;
}
.wltbutton {
    background: #fff;
    color: #3d3d3d;
    border: 1px solid transparent;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
}
.wlbitem .wlbitemicon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242424;
    border-radius: 50%;
    margin-bottom: 16px;
}
.wlbitem .wlbitemtitle{
    margin-bottom: 20px;
}
/*=======Form Style========*/
#form form{
    width: 800px;
    padding: 50px;
    box-shadow: 0 0 15px rgb(236, 235, 182);
    margin:100px auto;
}
#form .rowone{
    display: flex;
    gap: 50px;
}
#form label, #form input{
    width: 100%;
    outline: none;
    border: 0;
}
#form input{
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(199, 199, 199);
    margin: 10px 0 20px;
}
#form textarea{
    width: 100%;
    height: 150px;
    box-shadow: 0 0 5px rgb(199, 199, 199);
    border: 0;
    outline: 0;
    padding: 10px;
    margin-top: 10px;
}
#form button{
    border: 0;
    outline: 0;
    padding: 10px 25px;
    background-color: #0f132a;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
}
/*=======Footer Style=========*/
footer{
    background-color: #2e2e2e;
    color: #fff;
}
.footer{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}
footer .brand{
    display: flex;
    gap: 20px;
    align-items: center;
}
footer .brand a{
    color: #fff;
    text-decoration: none;
    display: block;
}
/*============Responsive=============*/
@media (max-width:500px){
    .container{
        margin: 0 20px;
    }
    .header{
        display: block;
        text-align: center;
    }
    .header nav ul{
        justify-content: center;
    }
    .header nav ul a{
        padding: 25px 10px 20px;
        font-size: 13px;
    }
    .secone{
        display: flex;
        flex-direction: column-reverse;
    }
    .sectwo{
        grid-template-columns: auto;
    }
    .secone .col-2 img, .sectwo .col-2 img{
        width: 300px;
    }
    .secone .col-2, .sectwo .col-2{
        text-align: center;
    }
    .secone .col-1 h1, .sectwo .col-1 h1{
        font-size: 35px;
        margin-top: 25px;
    }
    .secone .col-1 p {
        margin: 20px 0;
    }
    #sectwo{
        padding: 0 0 50px;
    }
    .sectwo ul br{
        display: none;
    }
    .sectwo ul{
        font-size: 12px;
    }
    .sectwohuf{
        display: block;
    }
    .sthufitem{
        margin-bottom: 15px;
    }
    .wlwrapper{
       grid-template-columns: auto;
    }
    .wltmainitem {
        display: block;
    }
    .wltmainitem li{
        margin-bottom: 20px;
    }
    #editsection {
        padding: 50px 0px;
    }    
    #editsection h1{
        font-size: 32px;
        margin: 0;
    }
    #editsection .sectitle{
        width: auto;
    }
    .sectwohuf{
        padding-bottom: 0;
    }
    .whitelablesec{
        padding: 50px 0;
    }
    .whitelablesec h1{
        font-size: 32px;
        line-height: 35px;
    }
    .wlsecsubtitle{
        font-weight: 500;
    }
    .btnwrapper .wltbutton{
        padding: 15px 45px;
    }
    .footer {
        display: block;
        text-align: center;
    }
    footer .brand {
        justify-content: center;
        margin-bottom: 10px;
    }
}