* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h2,
h3,
h4 {
    color: #3f3f3f;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 0.875rem;
    color: #3f3f3f;
    line-height: 22px;
}

a.blue:active,
a.blue:link,
a.blue:visited {
    color: #0082ad;
}

li,
ol,
ul {
    list-style-type: none;
}

ul {
    list-style: none;
}

nav {
    position: relative;
    z-index: 99;
    width: 100%;
    background-image: url("image/banner.png");
    overflow: auto;
}

nav .heading {
    position: relative;
    max-width: 1300px;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-bdy {
    width: 100%;
}

.logo {
    background: url("image/1st-logo-small.png") no-repeat left top;
    padding-left: 49px;
}

.cnam {
    color: #1B94D8;
}

.desktop-item {
    background-image: url("image/down-icon.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
}

.logo a {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.heading .nav-2nd {
    float: right;
}

.nav-links li {
    list-style: none;
    float: left;
}

.fas-menu {
    font-size: 35px;
}

.nav-links li a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 37px 9px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    line-height: 23px;
}

.fas-head {
    margin-right: 6px;
}

.nav-links .mobile-item,
.src-agn,
.hed-hide {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 400px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    /*visibility: hidden;*/
    display: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.hed-top li a {
    color: #1B94D8;
}

.nav-links .drop-menu.show-menu,
.mega-box.show-menu {
    transition: all 0.3s ease;
    top: 139px;
    opacity: 1;
    /*visibility: visible;*/
    display: block;
    position: fixed;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0px;
    top: 85px;
    opacity: 0;
    /*visibility: hidden;*/
    display: none;
}

.mega-box .content {
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    object-fit: cover;
    max-width: 300px;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li,
.drop-menu li {
    padding: 10px;
    float: none;
}

.row .mega-links li a {
    padding: 0px 13px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
    background: url("image/down-arrow.png") no-repeat left 27%;
}

.row .mega-links li a:hover,
.nav-links li a:hover,
.cnam2,
.nav-links .mobile-item:hover {
    color: #FF7F27;
}

.heading .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.heading .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}


/*custome css*/

.wrapper,
.header_bdy,
.header_btn,
.st-review,
.bottom-body,
.bottom-bdy-cont,
.header_btn,
.st-panel-cont,
.bottom-bdy-cont,
.reg-option,
.reg-off-option,
.ser-right,
.st-order-btn {
    overflow: auto;
    box-sizing: border-box;
}

.body_cont,
.reg-option {
    width: 100%;
    margin: 0px auto;
}

.st-review,
.st-order-btn,
.st-tnc-bdy,
.wrapper,
.header_bdy {
    width: 100%;
    margin: auto;
}

.bottom-body {
    width: 95%;
    margin: 60px auto;
}

.st-panel-cont {
    width: 100%;
    margin: 60px auto;
    padding: 20px;
}

.reg-option {
    margin-top: 50px;
}

.reg_bck {
    min-height: 300px;
    background: rgba(0, 0, 0, 0.5) url(image/london-office-design2.jpg);
    background-blend-mode: darken;
}

.pg-hed {
    background-image: none;
    background-image: url("image/banner.png");
}

.nvclr {
    background-color: rgb(12, 60, 96);
}

.body_top {
    width: 90%;
    margin: 0 auto;
    overflow: auto;
}

.header_top {
    overflow: auto;
    width: 100%;
    max-width: 1270px;
    margin: 60px auto 0px;
}

.reg-buy {
    float: right;
}

.reg_top {
    text-align: left;
}

p.reg_per {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    float: left;
}

h1.reg_head {
    font-size: 37px;
    line-height: 42px;
    color: #EE851F;
    float: left;
    margin-bottom: 20px;
}

.right_sec {
    width: 30%;
    float: right;
}

.dropdown-icon {
    position: relative;
    margin-left: 6px;
}

.desktop-item {
    background-image: url("image/down-icon.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
}

.reg_left {
    width: 82%;
    float: left;
}

.reg_img {
    width: 147px;
    display: block;
    border-radius: 70px;
    background: #FFFFFF;
    text-align: center;
    padding: 35px;
    float: right;
}

.reg_price_bdy {
    float: right;
    padding: 18px 40px;
    border-radius: 5px;
    background-color: #fff;
    color: #1e2749;
    font-size: 22px;
    width: 170px;
    position: relative;
}

.reg_price {
    color: #F60;
    ;
    font-size: 54px;
    line-height: 60px;
}

.st-review {
    text-align: center;
    padding-top: 43px;
}

.st-review p {
    font-size: 1rem;
    color: #ffffff;
}

#rtng {
    font-size: 1.4375rem;
    color: #EE851F;
}

.home_bdy {
    width: 100%;
    margin: 80px auto 0;
    text-align: center;
    max-width: 1300px;
    overflow: auto;
}

.headline {
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    border: medium none;
    overflow: auto;
    color: #2c3b58;
}

.reg-pri {
    float: right;
}

.vat {
    font-size: 17px;
}

.unline {
    border-bottom: 4px solid #ccc;
}

.st-review p {
    font-size: 1rem;
    line-height: 1.8125rem;
}

.rev_img {
    margin: 0 10px;
}

.reg-bdy-panel {
    width: 100%;
    float: left;
}

.option-right {
    width: 42%;
    float: right;
    padding: 10px 20px;
}

.st-wcus li h2 {
    font-size: 16px;
    line-height: 20px;
    color: teal;
}

.fa-inc {
    margin-right: 10px;
    color: #3f3f3f;
    font-size: 31px;
}

.button {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    background: #158ad0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
}

.orange {
    background: #ff7f27;
}

.right {
    float: right;
}

.re-ac {
    display: block;
}

.und {
    display: block;
    width: 100px;
    height: 4px;
    background-color: #d7ce58;
    margin: 10px auto 20px;
}

ul.st-list,
.list-style {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0px 10px 20px;
}

.list-style li {
    padding: 0px 0px 12px 7px;
}

.decimal li {
    list-style-type: decimal;
}

ul.decimal li ul {
    margin: 20px 0px 0px 20px;
}

ul.decimal li ul li {
    list-style-type: disc;
}

.ser-item {
    margin-bottom: 0;
    border-bottom: 1px dotted #e3e3e3;
    font-size: 16px;
    line-height: 22px;
    background: url("image/or-arrow.png") no-repeat left top;
    padding: 0px 0px 12px 29px;
}

.two-panel {
    display: grid;
    grid-template-columns: repeat(2, 2.5fr);
    margin-top: 50px;
    grid-gap: 0 40px;
}

.st-slect {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Myriad Semi Condensed, sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}


/*footer css start*/

footer {
    background-color: #f5f5f5;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.footer-contant {
    padding: 10px 30px;
    width: 100%;
    margin: 0 auto;
}

.footer-icon {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    overflow: auto;
    border-radius: 5px;
}

.footer-center {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
}

.footer_icon_content,
.footer_icon_inner,
footer {
    float: left;
    overflow: auto;
}

.footer_icon_content {
    clear: none;
    width: 90px;
    margin: 10px 15px 10px 0;
    background-image: url("image/payment-icons.png") !important;
    background-repeat: no-repeat;
    background-position: left top;
    height: 62px;
}

.visa {
    background-position: left top;
}

.mastercard {
    background-position: left -76px;
}

.visadeb {
    background-position: left -155px;
}

.master {
    background-position: left -242px;
}

.visapur {
    background-position: left -327px;
}

.visaelect {
    background-position: left -416px;
}

.maestro {
    background-position: left -513px;
}

.social_buttons {
    float: right;
    box-sizing: border-box;
    width: 213px;
}

.social_buttons img {
    float: right;
}

.social-icon {
    width: 66px;
    overflow: auto;
    position: relative;
    float: left;
}

footer a:active,
footer a:link,
footer a:visited {
    color: #676767;
    text-decoration: none;
}

.facebook,
.utube,
.twitter {
    width: 66px;
    margin-right: 5px;
}

.utube {
    background-position: left -894px;
}

.twitter {
    background-position: left -823px;
}

.facebook {
    background-position: left -754px;
}

.footer-space {
    background-color: #c7c7c7;
    width: 100%;
    height: 2px;
}

.footer-serice-cont,
.footer-btn {
    margin-top: 15px;
    display: grid;
    grid-auto-flow: dense;
    grid-gap: 20px;
    width: 100%;
    /*grid-template-columns: repeat(4,1.5fr);*/
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-service-name h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-bottom: 10px;
    display: inline-block;
}

li.listItem {
    background: url("image/list-ar.png") no-repeat left top;
    padding-left: 15px;
    line-height: 15px;
}

li.listItem a,
.info-link {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
    margin: -3px 0px 10px 0px;
}

li.listItem a:hover,
.info-link:hover {
    text-decoration: underline;
}

.info-link {
    margin-bottom: 0;
}

.sr-arrow {
    color: #f5a933;
    font-size: 19px;
    margin-right: 6px;
    float: left;
}

.footer-button span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}

.footer-button {
    text-align: center;
}

.footer-btn {
    grid-template-columns: 1.5fr 1fr 1fr;
}

.footer-company h3,
.footer-company p {
    margin-bottom: 3px;
}

.footer-review {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}

.fa-show {
    font-size: 20px;
    display: none;
    cursor: pointer;
}

.fa-ser {
    display: none;
}


/*footer css end*/

.reg-bdy-cont {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 0 40px;
    width: 100%;
}

.white-bg {
    background-color: #f5f5f5;
    border: 1px solid #c7c7c7;
    padding: 20px;
}

.border {
    border: 1px solid #c7c7c7;
    padding: 20px;
}

.option-head {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c7c7c7;
    ;
}

.reg-off-option h2 {
    color: teal;
    font-size: 18px;
    line-height: 25px;
}

.reg-off-option {
    margin-bottom: 10px;
}

.btn-text {
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

.reg-head2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
}

.ddlist {
    float: right;
}

.display {
    display: block !important;
}

.page-add-ser {
    padding: 10px;
    border: 1px solid #c7c7c7;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.ser-left {
    width: 80%;
    float: left;
}

.ser-left h2 {
    font-size: 23px;
    margin-bottom: 0px;
    line-height: 30px;
    display: inline-block;
}

.ser-right {
    width: 126px;
    float: right;
}

.ser-dd {
    float: left;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.reg-off {
    padding-bottom: 9px;
}

.ser-pri {
    float: right;
    font-size: 29px;
    color: #3f3f3f;
    font-weight: 700;
    padding-top: 11px;
}

.fa-info {
    float: left;
    cursor: pointer;
    color: #105283;
    font-size: 27px;
    padding-top: 11px;
}

.service-btn {
    display: block;
    border-top: 2px solid #c7c7c7;
    padding-top: 5px;
    margin-top: 10px;
}

.page-add-ser,
.service-top,
.service-btn,
.cart-row {
    width: 100%;
    float: left;
}

.fa-srvc,
.fa-select {
    margin-right: 15px;
    color: #105283;
    font-size: 35px;
}

.st-text {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    display: inline-block;
}

.inner-page {
    margin-top: 0px;
}

.moreinfo {
    display: inline-block;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    transition: all .5s ease;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    background: #105283;
    text-decoration: none;
}

.rem-btn {
    float: right;
    cursor: pointer;
    display: none;
}

.ser {
    display: none;
}

.cross {
    display: block;
}

.sbtn {
    cursor: context-menu;
}

.ser-btn {
    float: right;
    margin-bottom: 0px;
}

.select {
    border: 1px solid #4fb5a1;
    background-color: #cfeff4;
}

.head-price {
    color: #2c3b58;
    float: right;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

.st-steps-bdy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 10px auto 87px;
    grid-gap: 0 15px;
    border: 1px solid #105283;
    border-radius: 5px;
}

.st-step {
    text-align: left;
    padding: 8px 6px 0px 6px;
    background: url("image/rarrow.png") no-repeat 97% center;
}

.proces {
    border-color: #3bb9ff;
    background-image: url("image/rarrow2.png");
}

.st-step h3 {
    display: inline-block;
}

.proces i,
.proces h3 {
    color: #3bb9ff;
}

.last {
    background-image: none;
}

.st-inf-panel {
    width: 80%;
    overflow: auto;
    margin: 10px 0;
}

.st-inf-lavel {
    width: 30%;
    float: left;
    color: #333;
    font-size: 1rem;
    line-height: 22px;
}

.st-inf-input {
    float: right;
    width: 60%;
    box-sizing: border-box;
}

.st-inf-input input,
.st-inf-input select {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 2px solid #ccc;
    border-radius: 0;
    padding: 0 9px;
    box-sizing: border-box;
}

.red,
#error {
    color: red;
}

.reg-info {
    margin-bottom: 30px;
}

.st-button {
    padding: 25px 60px;
}

.sf-icon {
    background: url("image/larrow.png") 5% center no-repeat;
    width: 100px;
    cursor: pointer;
    color: #034580;
    font-weight: 700;
    padding: 16px 0px;
    text-align: right;
    float: left;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.serv-name {
    font-size: 1.2rem;
    line-height: 22px;
}

table td {
    padding: 8px 0px;
    line-height: 1.42857143;
    vertical-align: top;
    color: #333333;
}

table th {
    padding-bottom: 15px;
}

p.odr-serv {
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 700;
}

.order-panel h3 {
    color: #008b8b;
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
    line-height: 22px;
}

.st-pri {
    width: 80%;
}

.st-order-panel {
    display: grid;
    margin-top: 7px;
    grid-template-columns: repeat(2, 2.5fr);
    grid-gap: 0 40px;
}

.st-order-panel table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1rem;
}

.st-tnc-lft {
    width: 5%;
    float: left;
    min-width: 16px;
}

.st-tnc-rgt {
    font-size: 1rem;
    width: 90%;
    float: left;
}

.error {
    color: #ce3333;
    font-size: 15px;
    padding-top: 30px;
}

.st-video-bdy {
    float: right;
}

.st-video-box {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-right: 3%;
    min-height: 248px;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(image/TxzC70f.png) no-repeat;
    cursor: pointer;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none;
    height: auto;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}


/*popup style start */

.popup-bdy {
    visibility: hidden;
    position: fixed;
    z-index: 500;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
}

.popup-cont {
    background-color: #fff;
    max-width: 800px;
    width: 95%;
    margin: 24px auto;
    border-radius: 5px;
    border: 5px solid #ccc;
    padding: 15px;
}

.popup-txt {
    padding: 20px 42px 10px 20px;
    text-align: left;
}

.text_btn {
    color: #105283;
    padding: 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: pointer;
    overflow: auto;
}

.text_btn:hover {
    text-decoration: underline;
}

.pbtn {
    overflow: auto;
    width: 100%;
    margin-bottom: 40px;
}

.card-logo {
    overflow: auto;
    display: inline-block;
}

.payment-panel {
    text-align: center;
}


/*popup style end */

@media only screen and (max-width:900px) {
    h1.reg_head {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    p.reg_per {
        font-size: 17px;
        line-height: 25px;
    }
    .reg_left {
        width: 75%;
    }
    .bottom-bdy-cont {
        padding: 0px;
    }
    .reg-bdy-panel {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:768px) {
    nav {
        position: relative;
    }
    .st-step {
        display: none;
    }
    nav .heading,
    .inner-page {
        margin: 0px auto;
    }
    .reg_left,
    .ser-left,
    .ser-right {
        width: 100%;
        float: none;
    }
    .reg_price_bdy {
        float: none;
        display: grid;
        margin: 0 auto;
    }
    .reg-bdy-cont,
    .two-panel,
    .device,
    .st-steps-bdy {
        display: block;
    }
    .st-panel-cont {
        margin: 0px;
        padding: 0px;
    }
    .two-panel {
        margin-top: 20px;
        grid-gap: 0 25px;
    }
    .btn-box {
        padding: 20px;
        margin: 25px auto;
    }
    .st-steps-bdy {
        width: 245px;
        margin: 10px auto;
    }
    .proces,
    .st-step {
        background-image: none;
    }
    .ser-right {
        margin-top: 10px;
    }
    .st-video-bdy {
        float: none;
    }
}

@media only screen and (max-width:480px) {
    .footer-serice-cont,
    .footer-btn,
    .fa-show,
    .ser-dd,
    .st-order-panel {
        display: block;
    }
    .logo a {
        font-size: 25px;
    }
    .popup-cont {
        padding: 0px;
    }
    .popup-txt {
        padding: 10px;
    }
    ul.decimal li ul {
        margin-left: 0px;
    }
    .text_btn {
        text-align: center;
    }
    nav .heading {
        padding: 0px 12px 0px 0px;
    }
    .footer-serice-bdy,
    .footer-btn-panel {
        margin-bottom: 33px;
    }
    .footer-service-list,
    .footer-space,
    .ser-cont {
        display: none;
    }
    .footer-contant {
        padding: 0px 20px;
    }
    .footer-service-name {
        border-bottom: 2px solid #c7c7c7;
        margin-bottom: 12px;
    }
    .footer-service-name h4 {
        padding-bottom: 0px;
    }
    ul.st-list {
        margin-left: 0px;
    }
    .reg-head2,
    .option-head,
    .st-slect,
    .btn-text {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 5px;
    }
    .reg-option {
        margin-top: 25px;
    }
    .reg-buy {
        float: left;
        width: 100%;
        margin-top: 10px;
        padding: 15px;
    }
    .ser-left {
        display: inline-block;
        margin-bottom: 10px;
    }
    .ser-btn,
    .st-inf-lavel,
    .st-inf-input {
        float: left;
        width: 100%;
    }
    .service-btn {
        display: none;
    }
    .st-inf-panel {
        width: 100%;
        float: none;
    }
    .st-button {
        padding: 0px;
    }
}

@media screen and (max-width: 970px) {
    .top-nav {
        display: none;
    }
    nav .heading {
        float: right;
    }
    nav .hed-top {
        width: 300px;
        float: left;
        padding: 0px;
    }
    .heading .btn,
    .st-extra-bdy,
    .hed-hide {
        display: block;
    }
    .heading .nav-2nd {
        float: none;
    }
    .row .mega-links li a {
        padding: 10px 5px;
    }
    .st-extra-ser {
        margin-bottom: 35px;
        margin-right: 0px;
    }
    .service-tabs {
        margin: 4px;
        padding: 10px 2px;
    }
    .row .mega-links li {
        padding: 10px 0px 10px 24px;
    }
    .row .mega-links li a {
        padding: 0px 0px 0px 14px;
    }
    .heading .nav-bdy {
        position: fixed;
        height: 100vh;
        width: 100%;
        /*max-width: 350px;*/
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 0px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #242526;
    }
     ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked~.nav-bdy {
        left: 0%;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 26px 10px;
        float: none;
    }
    .nav-links .drop-menu li {
        padding: 10px 0px;
    }
    .nav-links li a {
        padding: 0px;
        display: block;
        font-size: 18px;
        line-height: 23px;
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 0px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    /* #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    } */
    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        cursor: pointer;
        border-radius: 5px;
        /*transition: all 0.3s ease;*/
        background-image: url("image/down-icon.svg");
        background-repeat: no-repeat;
        background-position: 97% center;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .nav-links .drop-menu.show-menu,
    .mega-box.show-menu {
        max-height: 100%;
        position: static;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 0px 0 0px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}