@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

body {
    overflow-x: hidden;
}

:root {
    --main-color: rgb(75, 40, 109);
    --green-color: rgb(43, 128, 0);
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

figure {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

p {
    color: rgb(42, 44, 46);
    font-size: 16px;
    line-height: 26px;
    text-transform: unset;
    font-weight: 500;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

p sup {
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

p::first-letter {
    text-transform: capitalize;
}

/**************************** Btn hover Start ***************************/
.btn {
    border-radius: 0px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    transition: all .3s ease-in-out;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

button:active,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 12px;
}

.btn-box .btn-primary {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
    transition: all .3s ease-in-out;
    padding: 11px 31px;
    border-radius: 100px;
    overflow: hidden;
}

.btn-box .btn-primary:hover {
    background-color: rgb(31, 92, 9);
    border: 1px solid rgb(31, 92, 9);
}

.btn-box .btn-secondary {
    background: transparent;
    color: var(--green-color);
}

.btn-box .btn-secondary:hover {
    color: var(--green-color);
    background: transparent;
    border: 2px solid var(--green-color);
}

/* Bounce To left */
/**************************** Btn hover Close ***************************/

/**************************** Form css Start ***************************/
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #313747;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    opacity: 0.9;
}

select:focus,
textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.input-main {
    margin: 0 0 18px 0;
    overflow: hidden;
}

.input-main p,
.input-main label {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    padding: 0;
    color: #313747;
    line-height: 24px;
}

.input-main p span,
.input-main label span {
    color: #FF6B6B;
}

.input-main .form-group {
    position: relative;
}

.input-main .form-group .card-imgs {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 20px;
    color: #74769E;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 3px;
}

.input-main .form-group .card-imgs li img {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    object-fit: contain;
}

.input-main .form-control.img-bx {
    padding: 12px 20px 12px 60px;
}

.input-main.rightOne .form-control.img-bx {
    padding: 12px 60px 12px 12px;
}

.input-main.rightOne .form-group .card-imgs {
    right: 20px;
    left: inherit;
}

.input-main .form-select,
.input-main .form-control {
    border: none;
    height: auto;
    background-color: #fff;
    border: 1px solid var(--Light-Grey, #D2D2D2);
    border-radius: 5px;
    padding: 8px 30px 8px 17px;
    color: #232F3F;
    font-size: 17px;
    font-weight: 400;
    position: relative;
}

.input-main .form-group .field-icon1 {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 10px;
    color: #313747;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.input-main .form-group .field-icon1.fa-eye:before,
.input-main .form-group .field-icon1.fa-eye-slash:before {
    font-family: "Font Awesome 6 pro";
}

.input-main .forgot {
    text-align: right;
    color: #313747;
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 18px;
    text-transform: unset;
    font-weight: 400;
    display: block;
}


.form-check {
    margin: 0;
}

.form-check .form-check-input:checked {
    background-color: var(--green-color);
    border-color: var(--green-color);
}

.form-check .form-check-input:focus {
    border-color: var(--green-color);
    box-shadow: none;
}

.form-check .form-check-label {
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin: 0;
    color: #313747;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/**************************** Form css End ***************************/
/**************************** offcanvas search-bar Start ***************************/
.offcanvas.search-bar {
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offcanvas.search-bar .offcanvas-body .search-h {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px 0;
    display: block;
    text-align: center;
}

.offcanvas.search-bar .offcanvas-body .search .search-control {
    background-color: rgb(245, 245, 247);
    font-size: 13px;
    font-weight: 400;
    color: #000;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding-left: 25px;
    height: 45px;
}

.offcanvas.search-bar .offcanvas-body .search .search-btn {
    color: #fff;
    height: 45px;
    width: 45px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #936710;
    background: #936710;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    overflow: hidden;
}

/**************************** offcanvas search-bar close ***************************/
/************************************* header *************************************/
.navbar-toggler {
    background-color: var(--green-color);
    color: #fff;
    border: none;
}

/* header top */
header {
    transition: all 0.5s ease-in-out;
}

/* header-btm */
header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #151C22;
}

header .header-btm .navbar>.container-fluid {
    align-items: center;
}

.head_top nav.navbar.navbar-expand-lg {
    padding: 20px 0;
}

header .header-btm .navbar {
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    background: transparent;
    position: relative;
}

header .header-btm.sticky .navbar {
    border-bottom: none !important;
}

header .header-btm .navbar .navbar-nav {
    align-items: center;
    gap: 30px;
}

header .header-btm .navbar .navbar-nav .nav-item {
    /* position: relative; */
}

/* drop-down */
.dropdown-menu {
    border-radius: 0px;
    padding: 10px;
    min-width: 1090px;
}

.dropdown-menu .dropdown-header {
    margin: 0px 0px 20px;
}

.dropdown-menu .dropdown-header span {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dropdown-menu ul li {}

.dropdown-menu ul li a {
    color: rgb(65, 69, 71);
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
}

.dropdown-menu ul li a h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    left: 0;
}

.dropdown-menu ul li a:hover {
    box-shadow: none;
    text-decoration: underline;
}

/* drop-down */

header .header-btm .navbar .navbar-nav .nav-item .nav-link {
    color: rgb(65, 69, 71);
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}

header .header-btm .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

header .header-btm .navbar .navbar-brand .logo {
    object-fit: cover;
    width: 100%;
}

header.sticky .header-btm .navbar .navbar-brand .logo {
    height: 70px;
}

header .header-btm .side-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

header .header-btm .side-ul .sd-li .btn-started {
    font-size: 16px;
    color: var(--green-color);
    text-transform: capitalize;
    background: transparent;
    height: 48px;
    border: 2px solid var(--green-color);
    width: 150px;
}

.header-btm .side-ul .sd-li .search-bar {
    font-size: 20px;
    color: rgb(84 89 95);
}

.bottom-head {
    background-color: var(--main-color);
    text-align: center;
    padding: 10px;
}

.bottom-head p {
    color: #fff;
    font-weight: 500;
}

.bottom-head p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

.bottom-head p a:hover {
    text-decoration: none;
}

.bottom-head p sup {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.head_top {
    border-bottom: 1px solid rgb(216, 216, 216);
}

.head_top .colla-nav {
    display: flex;
    justify-content: space-between;
}

.head_top ul.seleted-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.head_top ul.seleted-ul select.form-select.tall {
    width: 110px;
}

.head_top ul.seleted-ul select.form-select {
    width: 60px;
    border: 0;
    padding: 0;
    color: rgb(65, 69, 71);
    font-size: 16px;
    font-weight: 500;
}

.head_top ul.seleted-ul a {
    color: rgb(65, 69, 71);
    font-size: 16px;
    font-weight: 500;
}

/***************************** header close *****************************/
/***************************** Footer Start *****************************/
footer {
    position: relative;
    overflow: hidden;
}

footer .footer-top {
    padding: 35px 0 20px;
}

footer .footer-top .footer-logo img {
    min-width: 170px;
    max-width: 170px;
    max-height: 85px;
    min-height: 85px;
    object-fit: contain;
}

footer .footer-top .footer-logo ul {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 30px;
}

footer .footer-top .footer-logo ul li a i {
    font-size: 26px;
    color: #414547;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: all .5s ease-in-out;
}

footer .footer-top .footer-logo .links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 30px;
}

footer .footer-top .footer-logo .links a {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

footer .footer-top .footer-logo .links a svg {
    margin: 0px 5px 0px 0px;
}

footer .footer-top .quik-inks.last {
    width: 230px;
    margin: 0 0 0 auto;
}

footer .footer-top .quik-inks h4 {
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

footer .footer-top .quik-inks h5 {
    font-size: 20px;
    color: #E8E8E8;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

footer .footer-top .quik-inks p {
    color: #E8E8E8;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

footer .footer-top .quik-inks ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
    margin: 0px 0px 30px;
}

footer .footer-top .quik-inks ul li a {
    color: rgb(65, 69, 71);
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
}

footer .footer-bottom {
    padding: 15px 0px;
    border-top: 1px solid rgb(65 69 71 / 21%);
}



footer .footer-bottom .copyright img {
    width: 60%;
}


footer .footer-bottom .privacy-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

footer .footer-bottom .privacy-links ul li {
    color: rgb(65, 69, 71);
    font-size: 14px;
    font-weight: 500;
}

footer .footer-bottom .privacy-links ul li i {
    font-size: 16px;
    font-weight: 300;
}

footer .footer-bottom .privacy-links ul li a {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all .3s ease-in-out;
    color: rgb(65, 69, 71);
    font-size: 14px;
    text-decoration: underline;
}

/*********************** footer close ***********************/
/*********************** home-page css Start ***********************/
/* head */
.head h2 {
    font-size: 40px;
    line-height: 48px;
    color: rgba(65, 69, 71, 1.00);
    margin: 0px 0px 5px;
    font-weight: 500;
}

.head h3 {
    font-size: 28px;
    line-height: 33px;
    margin: 0px 0px 10px;
    color: var(--main-color);
    font-weight: 500;
}

.head .see-d {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--green-color);
    text-decoration: underline;
    margin: 0px 0px 10px;
    display: block;
}

.head span {
    font-size: 14px;
    line-height: 19px;
    color: var(--main-color);
    font-weight: 600;
    text-transform: uppercase;
}

/* head */
/* banner */
.home-banner-wrap {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.elevate_wrap .moblie_detail .head span,
.home-banner-wrap .content span {
    padding: 4px 10px;
    border-radius: 4px;
    background: var(--main-color);
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}

.home-banner-wrap .content h1 {
    font-size: 52px;
    line-height: 61px;
    font-weight: 500;
    color: var(--main-color);
    margin: 15px 0px 15px;
}

.home-banner-wrap .content p {
    font-weight: 500;
    margin: 0px 0px 25px;
}

.home-banner-wrap .main-img {
    text-align: center;
}

.home-banner-wrap .main-img img {
    width: 480px;
    object-fit: contain;
}

/* banner */
/* elevate_wrap */
.elevate_wrap {
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}

.elevate_wrap .moblie_detail {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 30px 30px;
    background: #7777771f;
    gap: 25px;
    height: 300px;
}

.elevate_wrap .moblie_detail .head h3 {
    margin: 10px 0px 10px;
}

.elevate_wrap .moblie_detail img {
    width: 35%;
}

/* elevate_wrap */
/* latest_wrap */
.latest_wrap {
    background: #f4f4f7;
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
}

.latest_wrap .offer_box {
    background: #fff;
    border-radius: 12px;
    padding: 30px 30px;
    margin: 20px 0px 0px;
    height: 505px;
}

.latest_wrap .offer_box .head h3 {
    color: #000;
    margin: 10px 0px 10px;
}

.latest_wrap .offer_box .head p {
    margin: 0px 0px 20px;
}

.latest_wrap .offer_box img {
    width: 100%;
}

.lastes-slick .slick-slide {
    padding: 0 10px;
}

.lastes-slick {
    margin: 0 -10px;
}

.lastes-slick ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    bottom: -50px;
}

/* Each dot */
.slick-dots li {
    width: 23px;
    height: 23px;
    margin: 0 6px;
    border: 2px solid rgb(124 83 165);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Button reset */
.slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0;
}

/* REMOVE default dot */
.slick-dots li button:before {
    content: '';
}

/* Normal dot */
.slick-dots li button {
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
}

/* Hover */
.slick-dots li button:hover {
    border-color: var(--main-color);
}

/* Active dot */
.slick-dots li.slick-active button {
    background: rgb(124 83 165);
}

.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #919191;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.custom-arrow i {
    font-size: 16px;
}

.custom-arrow i:hover {
    color: #ffffff;
}

/* Left arrow */
.slick-prev {
    left: -55px;
}

/* Right arrow */
.slick-next {
    right: -55px;
}

/* Hover effect */
.custom-arrow:hover {
    background: #b7b7b7;
    color: #ffffff;
}

/* latest_wrap */


/* mobility_plans_wrap */
.mobility_plans_wrap {
    padding: 50px 0px;
}

.mobility_plans_wrap .head span {
    color: rgba(65, 69, 71, 1.00);
}

.mobility_plans_wrap .head h3 {
    color: rgba(65, 69, 71, 1.00);
}

.mobility_plans_wrap .head ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mobility_plans_wrap .head ul li {
    color: rgba(65, 69, 71, 1.00);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: start;
}

.mobility_plans_wrap .head ul li svg {
    margin: 0px 10px 0px 0px;
}

.mobility_plans_wrap .complete_box {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 2px solid #e3e6e8;
    padding: 30px 20px;
    border-radius: 10px;
    justify-content: space-between;
}

.mobility_plans_wrap .complete_box .box {
    width: 60%;
}

.mobility_plans_wrap .complete_box .box h4 {
    font-size: 20px;
    line-height: 24px;
    color: rgba(65, 69, 71, 1.00);
    font-weight: 600;
    margin: 0px 0px 10px;
}

.mobility_plans_wrap .complete_box .box p {}

.mobility_plans_wrap .complete_box .box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0px 0px;
}

.mobility_plans_wrap .complete_box .box ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(65, 69, 71, 1.00);
    display: flex;
    gap: 5px;
}

.mobility_plans_wrap .complete_box .box ul li sup {
    top: 0px;
    text-decoration: underline;
}

.mobility_plans_wrap .complete_box .starting_box .btn-box a.btn.btn-primary.btn-secondary {
    width: 100%;
}

.mobility_plans_wrap .complete_box .box ul li svg {
    height: 25px;
    width: 25px;
    object-fit: cover;
    max-width: 25px;
    min-width: 25px;
}

.mobility_plans_wrap .complete_box .starting_box h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 15px;
    border-bottom: 1px solid rgba(65, 69, 71, 1.00);
    padding: 0px 0px 15px;
    color: rgba(65, 69, 71, 1.00);
}

.mobility_plans_wrap .complete_box .starting_box h2 sup {
    top: -15px;
    font-size: 20px;
    line-height: 24px;
}

.mobility_plans_wrap .complete_box .starting_box h2 sub {
    font-size: 18px;
    line-height: 23px;
}

.mobility_plans_wrap .complete_box .starting_box p {
    margin: 0px 0px 10px;
}

.mobility_plans_wrap .everything {
    position: relative;
    z-index: 9;
}

.mobility_plans_wrap .everything::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: #e1e1e161;
    z-index: -1;
}

.mobility_plans_wrap .everything .main-img {
    text-align: center;
}

.mobility_plans_wrap .everything .main-img img {
    width: 60%;
}

.mobility_plans_wrap .everything .head {
    margin: 0px 0px 20px;
}

.mobility_plans_wrap .everything .head h3 {
    color: var(--main-color);
    margin: 0px 0px 14px;
}

.mobility_plans_wrap .everything .head p {
    margin: 0px 0px 14px;
}

.mobility_plans_wrap .everything .img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
}

.mobility_plans_wrap .everything .img img {
    max-width: 250px;
    min-width: 150px;
}

.mobility_plans_wrap .information {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    margin: 20px 0px 0px;
}

.mobility_plans_wrap .information .head {
    width: 45%;
}

.mobility_plans_wrap .information .head h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 10px;
    color: rgba(65, 69, 71, 1.00);
}

.mobility_plans_wrap .information .call {
    width: 31%;
}

.mobility_plans_wrap .information .call img {
    display: block;
    max-width: 50px;
    min-width: 50px;
    margin: 0px 0px 10px;
}

.mobility_plans_wrap .information .call a {
    color: rgb(44, 46, 48);
    font-weight: 500;
    transition: color 200ms;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}

.mobility_plans_wrap .information .call p {}

/* mobility_plans_wrap */
/* social_wrap */
.social_wrap {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

.social_wrap .new_detail {
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 720px;
    overflow: hidden;
}

.social_wrap .new_detail .head {
    padding: 32px;
}

.social_wrap .new_detail .head h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(65, 69, 71, 1.00);
    margin: 10px 0px 15px;
}

.social_wrap .new_detail .head p {
    margin: 0px 0px 15px;
}

.social_wrap .new_detail .main-img {
    text-align: center;
    width: 100%;
}

.social_wrap .new_detail .main-img img {
    width: 100%;
    object-fit: contain;
    height: 440px;
}

.social_wrap .accordi {
    padding: 50px 0px 0px;
}

.social_wrap .accordi h2 {
    font-size: 30px;
}

.social_wrap .accordi .accordion-item {
    border-bottom: 1px solid #0000004a;
    border-top: 1px solid #0000004a;
}

.social_wrap .accordi .accor_btn {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 20px 0px 20px 50px;
}

.shop-max .accordi .accordion-item .accordion-header .accordion-button::after {
    left: 42% !important;
}

.social_wrap .accordi .accordion-item .accordion-header .accordion-button::after {
    content: "\f107";
    font-family: "Font Awesome 6 pro";
    background: transparent;
    color: rgb(0 0 0);
    font-size: 20px;
    border-radius: 0px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    left: 0%;
    position: absolute;
    height: 35px;
    width: 35px;
    border: 2px solid #000;
    border-radius: 50%;
}

.social_wrap .accordi .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
    transform: rotate(0deg);
    color: rgb(0 0 0);
}

.social_wrap .accordi .accordion-body {}

.social_wrap .accordi .accordion-body ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 19px 0px 0px 32px;
}

.social_wrap .accordi .accordion-body ul li {
    list-style: decimal;
    font-size: 14px;
    line-height: 24px;
    color: rgb(65, 69, 71);
    font-weight: 500;
}

.social_wrap .accordi .accordion-body ul li a {
    color: rgb(43, 128, 0);
    font-weight: 600;
    text-decoration: underline;
}

.social_wrap .accordi .accordion-button:not(.collapsed) {
    background: transparent;
}

/* social_wrap */
/*********************** home-page css Close ***********************/
/*********************** inner-page css Start ***********************/
/* smartphones_wrap */
.smartphones_wrap {
    background: #f4f3f8;
    margin: 30px 0px 0px;
    padding: 20px 0px 0px;
}

.smartphones_wrap .content {}

.mixture {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 50px;
}

.mixture li {
    color: #414547;
    font-weight: 500;
}

.mixture li i {
    color: #b2b9bf;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.mixture li a {
    color: rgb(103, 110, 115);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.smartphones_wrap .content h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--main-color);
    margin: 0px 0px 10px;
    font-weight: 500;
}

.smartphones_wrap .content p {}

.smartphones_wrap .main-img {}

.smartphones_wrap .main-img img {
    width: 120%;
    object-fit: contain;
}

/* smartphones_wrap */
/* products_shop */
.products_shop {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

.products_shop .left-side {}

.products_shop .left-side h4 {
    font-size: 20px;
    line-height: 32px;
    color: rgb(65, 69, 71);
    font-weight: 600;
    border-bottom: 1px solid rgb(103, 110, 115);
    padding: 0px 0px 10px;
}

.products_shop .left-side .brand-list {}

.products_shop .left-side .brand-list .accordin {}

.products_shop .left-side .brand-list .accordin .accordion-item {
    border-bottom: 1px solid rgb(103, 110, 115);
}

.products_shop .left-side .brand-list .accordin .accordion-item .accor_btn {
    padding: 20px 0px 20px 25px;
    background: transparent;
    margin: 10px 0px;
    font-size: 16px;
    line-height: 26px;
    color: rgb(65, 69, 71);
    font-weight: 500;
}

.products_shop .left-side .brand-list .accordin .accordion-item .accor_btn:hover {
    background: rgb(250, 250, 250);
    ;
}

.products_shop .left-side .brand-list .accordin .accordion-item .accordion-header .accordion-button::after {
    content: "\f107";
    font-family: "Font Awesome 6 pro";
    background: transparent;
    color: var(--green-color);
    font-size: 18px;
    border-radius: 0px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    left: 0;
    position: absolute;
}

.products_shop .left-side .brand-list .accordin .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
    transform: rotate(0deg);
    color: var(--green-color);
}

.products_shop .left-side .brand-list .accordin .accordion-body {
    padding: 10px 0px 20px 20px;
}

.products_shop .left-side .brand-list .accordin .accordion-body .checked {}

.left-side .brand-list .accordin .accordion-body .checked .form-check {
    padding: 0px;
    margin: 0px 0px 5px;
    cursor: pointer;
    display: flex;
}

.products_shop .accordion-button:not(.collapsed) {
    border: 1px solid #000;
}

.products_shop .left-side .brand-list .accordin .accordion-body .checked .form-check .form-check-input {
    border: 1px solid rgb(103, 110, 115);
    height: 20px;
    width: 20px;
    border-radius: 4px;
    margin: 1px 0px 0px;
    cursor: pointer;
    min-width: 20px;
    max-width: 20px;
}

.products_shop .left-side .brand-list .accordin .accordion-body .checked .form-check .form-check-label {
    color: rgb(65, 69, 71);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

.products_shop .detail_show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 30px;
}

.products_shop .detail_show p {}

.products_shop .detail_show .shot {}

.products_shop .detail_show .shot label {
    color: #2c2e30;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.products_shop .detail_show .shot .form-select {
    padding: 11px 35px 11px 15px;
    height: 47px;
    font-size: 16px;
    border: 1.5px solid rgb(103, 110, 115);
    color: #2c2e30;
    width: 160px;
    border-radius: 6px;
    font-weight: 500;
}

.products_shop .detail_show .shot .form-select option {}

.products_shop .device-offer {
    border: 1px solid #e3e6e8;
    border-radius: 6px;
    padding: 35px 20px 20px;
    margin: 0px 0px 20px;
}

.products_shop .device-offer .main-img {
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: end;
}

.products_shop .device-offer .main-img .moblie-img {
    width: 150px;
}

.products_shop .device-offer .main-img .svg-img {
    height: 40px !important;
    min-width: 50px !important;
    margin: 0px 0px 25px;
}

.products_shop .device-offer .detail {
    margin: 50px 0px 0px;
}

.products_shop .device-offer .detail .offer {
    color: rgb(65, 69, 71);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.products_shop .device-offer .detail h3 {
    padding: 5px 0px 15px;
    font-size: 20px;
    color: var(--main-color);
    font-weight: 500;
    line-height: 30px;
}

.products_shop .device-offer .detail .price {
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 0px 0px 15px;
}

.products_shop .device-offer .detail .price h4 {
    font-size: 20px;
    line-height: 20px;
    color: rgb(65, 69, 71);
    font-weight: 500;
}

.products_shop .device-offer .detail .price h4 span {}

.products_shop .device-offer .detail .price span {
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    color: rgb(65, 69, 71);
}

.products_shop .device-offer .detail .price h4 span sup {}

.products_shop .device-offer .detail .price .line {
    background: rgb(65, 69, 71);
    width: 1px;
    height: 50px;
}

.products_shop .device-offer .detail .save {
    background: rgb(244, 244, 247);
    padding: 10px 10px;
    margin: 0px 0px 15px;
}

.products_shop .device-offer .detail .save li {
    display: flex;
    align-items: start;
    gap: 10px;
}

.products_shop .device-offer .detail .save li p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--main-color);
}

.products_shop .device-offer .detail .save li svg {
    width: 70px;
}

.products_shop .device-offer .detail p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 11px;
    color: rgb(65, 69, 71);
}

/* products_shop */
/* guarantee_sec */
.guarantee_sec {
    padding: 50px 0px;
    background: rgb(244, 244, 247);
}

.guarantee_sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.guarantee_sec ul li {
    display: flex;
    align-items: self-start;
    gap: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(65, 69, 71);
}

.guarantee_sec ul li svg {
    width: 95px;
}

/* guarantee_sec */

/* shop-max */
.shop-max {
    margin: 0;
    padding: 0px 0px 50px;
}

.shop-max .accordi {
    padding: 0;
}

.shop-max .accordi .accor_btn {
    justify-content: center;
}

/* shop-max */
/* wellbeing_wrap */
.wellbeing_wrap {
    position: relative;
    background: #f4f4f7;
    overflow: hidden;
    height: 600px;
}

.wellbeing_wrap .contant {
    margin: 160px 0px;
}

.wellbeing_wrap .contant h1 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    color: var(--main-color);
    margin: 0px 0px 16px;
}

.wellbeing_wrap .contant p {
    margin: 0px 0px 20px;
}

.wellbeing_wrap .contant .see-d {
    color: var(--green-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.wellbeing_wrap .contant .see-d i {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 0px 0px 0px 4px;
}

.wellbeing_wrap .main-img {}

.wellbeing_wrap .main-img img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

/* wellbeing_wrap */

/* support_wrap */
section.support_wrap {
    padding: 100px 0px;
}

section.support_wrap .head {
    margin: 0px 0px 60px;
}

section.support_wrap .head h2 {
    text-align: center;
    color: var(--main-color);
    font-size: 56px;
    line-height: 65px;
    font-weight: 500;
}

section.support_wrap .tab_employ {}

section.support_wrap .tab_employ .nav-tab {
    justify-content: center;
    border-bottom: 1px solid rgb(65, 69, 71);
}

section.support_wrap .tab_employ .nav-tab .nav-item {}

section.support_wrap .tab_employ .nav-tab .nav-item .nav-link {
    background: transparent;
    padding: 0;
    width: 160px;
    text-align: center;
    display: flex;
    align-items: self-start;
    justify-content: center;
    height: 120px;
    border-radius: 0;
    position: relative;
}

section.support_wrap .tab_employ .nav-tab .nav-item .nav-link.active {
    background: transparent;
}

section.support_wrap .tab_employ .nav-tab .nav-item .nav-link.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(90deg, rgb(76, 39, 109), rgb(169, 45, 132));
}

section.support_wrap .tab_employ .nav-tab .nav-item .nav-link .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

section.support_wrap .tab_employ .nav-tab .nav-item .nav-link.active .box h6 {
    font-weight: 600;
}

section.support_wrap .tab_employ .nav-tab .nav-item .nav-link .box h6 {
    font-weight: 500;
    color: rgb(65, 69, 71);
    font-size: 16px;
    line-height: 25px;
}

section.support_wrap .tab_employ .nav-tab .nav-item .nav-link .box img,
section.support_wrap .tab_employ .nav-tab .nav-item .nav-link .box svg {
    width: auto;
}

section.support_wrap .tab_employ .tab-content {}

section.support_wrap .tab_employ .tab-content .box_health {
    padding: 50px 70px 0px;
}

section.support_wrap .tab_employ .tab-content .box_health .head {
    margin: 20px 0px 0px;
}

section.support_wrap .tab_employ .tab-content .box_health .head h2 {
    text-align: left;
    font-size: 42px;
    line-height: 48px;
    margin: 0px 0px 20px;
}

section.support_wrap .tab_employ .tab-content .box_health .head p {
    margin: 0px 0px 20px;
}

section.support_wrap .tab_employ .tab-content .box_health .head .btn-box {}

section.support_wrap .tab_employ .tab-content .box_health .main-img {
    border-radius: 10px;
    overflow: hidden;
}

section.support_wrap .tab_employ .tab-content .box_health .main-img img {
    width: 100%;
}

section.support_wrap .tab_employ .tab-content .box_health .main-img .box {
    background: #f4f4f7;
    display: flex;
    padding: 20px 20px;
    gap: 15px;
    align-items: self-start;
}

section.support_wrap .tab_employ .tab-content .box_health .main-img .box svg {}

section.support_wrap .tab_employ .tab-content .box_health .main-img .box .txt {}

section.support_wrap .tab_employ .tab-content .box_health .main-img .box .txt h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

section.support_wrap .tab_employ .tab-content .box_health .main-img .box .txt p {}

.box_health.next-heart.next-heart {
    padding: 50px 100px 0px;
}

.box_health.next-heart.next-heart .main-img img {
    width: 80% !important;
}

.box_health.next-heart.next-heart .head {
    padding: 0px 70px 0px 0px;
}

/* support_wrap */
/* seconds_wrap */
.seconds_wrap {
    background: #f4f4f7;
    padding: 100px 0px;
}

.seconds_wrap .head {
    text-align: center;
    margin: 0px auto 50px;
    width: 75%;
}

.seconds_wrap .head h2 {
    color: var(--main-color);
}

.seconds_wrap .main-img {}

.seconds_wrap .head h2 sup {
    text-decoration: underline;
    font-size: 18px;
}

.seconds_wrap .main-img img {
    width: 100%;
    object-fit: contain;
}

/* seconds_wrap */
/* wellness_wrap */
.wellness_wrap {
    padding: 100px 0px;
}

.wellness_wrap .head {
    margin: 0px 0px 60px;
}

.wellness_wrap .head h2 {
    text-align: center;
    color: var(--main-color);
}

.wellness_wrap .article_main {
    border-radius: 8px;
    border: 1px solid rgb(227, 230, 232);
    overflow: hidden;
    height: 445px;
}

.wellness_wrap .article_main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 15px;
    border-bottom: 1px solid rgb(178, 185, 191);
    width: 80%;
    padding: 0px 0px 10px;
}

.wellness_wrap .article_main ul li {
    color: rgb(65, 69, 71);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.wellness_wrap .article_main ul li h6 {
    font-weight: 600;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.wellness_wrap .article_main h5 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-color);
    width: 65%;
    margin: 0px auto 40px;
}

.wellness_wrap .article_main img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.wellness_wrap .btn-box {
    margin: 40px 0px 0px;
    justify-content: center;
}

/* wellness_wrap */
/*section.create_wrap  */
section.create_wrap {
    padding: 30px 0px 100px;
}

section.create_wrap .main-img {}

section.create_wrap .main-img img {
    width: 100%;
}

section.create_wrap .head {}

section.create_wrap .head h2 {
    color: var(--main-color);
    margin: 0px 0px 17px;
}

section.create_wrap .head p {
    margin: 0px 0px 17px;
}

/* section.create_wrap */
/* powered_wrap */
.powered_wrap {
    background: #fafafa;
    padding: 15px 0px 0px;
    position: relative;
}

.powered_wrap .contant {}

.powered_wrap .contant h1 {
    color: var(--main-color);
    font-size: 58px;
    line-height: 76.8px;
    margin: 0px 0px 10px;
}

.powered_wrap .contant p {
    font-size: 20px;
    line-height: 32px;
}

.powered_wrap .contant .mixture {}

.powered_wrap .main-img {
    text-align: center;
}

.powered_wrap .main-img img {
    width: 80%;
    margin: 30px 0px 0px;
}

/* powered_wrap */
/* friendly_wrap */
.friendly_wrap {
    position: relative;
    overflow: hidden;
    padding: 70px 0px;
}

.friendly_wrap .head {
    text-align: center;
    margin: 0px auto 40px;
    width: 65%;
}

.friendly_wrap .head h3 {}

.friendly_wrap .head p {}

.friendly_wrap .back-box {
    height: 480px;
}

.friendly_wrap .back-box img {
    width: 100%;
    margin: 0px 0px 10px;
}

.friendly_wrap .back-box .head {
    width: 100%;
    text-align: left;
}

.friendly_wrap .back-box .head h5 {
    font-weight: 600;
    color: rgba(65, 69, 71, 1.00);
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 9px;
}

.friendly_wrap .back-box .head p {
    margin: 0px 0px 10px;
}

.friendly_wrap .back-box .head p a {
    color: var(--green-color);
    text-decoration: underline;
}

.friendly_wrap .back-box .head .see-d {}

.friendly_wrap .back-box .head .see-d i {
    margin: 0px 0px 0px 5px;
}

.friendly_wrap .back-box.big-img img {
    height: 748px;
}

/* friendly_wrap */
/* committing_wrap */
.committing_wrap {
    padding: 50px 0px;
}

.committing_wrap .technology {
    background: #fafafa;
    padding: 30px;
    margin: 0px 0px 40px;
}

.committing_wrap .technology .main-img {}

.committing_wrap .technology .main-img img {
    width: 100%;
}

.committing_wrap .technology .head {}

.committing_wrap .technology .head h2 {
    color: var(--main-color);
    margin: 10px 0px 10px;
}

.committing_wrap .technology .head h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px 0px 10px;
}

.committing_wrap .technology .head p {
    margin: 0px 0px 20px;
}

.committing_wrap .technology .geo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.committing_wrap .technology .geo .txt {}

.committing_wrap .technology .geo .txt p {
    margin: 0px 0px 0px;
}

.committing_wrap .technology .geo .txt .line {
    width: 100%;
    height: 2px;
    background: rgb(213 213 213);
    margin: 24px 0px;
}

.committing_wrap .technology .main-img .text h6 {
    text-align: right;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #000;
    margin: 25px 0px 0px;
}

/* committing_wrap */
/* help_wrap */
.help_wrap {}

.help_wrap .head {
    border-top: 1px solid #bebebe;
    padding: 60px 0px 0px;
}

.help_wrap .head h3 {}

.help_wrap .head p {}

.help_wrap .Change {
    margin: 30px 0px 0px;
}

.help_wrap .Change img {
    width: 20%;
    margin: 0px 0px 20px;
    object-fit: contain;
}

.help_wrap .Change p {
    margin: 0px 0px 10px;
}

.help_wrap .Change h6 {
    margin: 0px 0px 5px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(65, 69, 71, 1.00);
    font-weight: 600;
}

.help_wrap .Change a {
    color: var(--green-color);
    font-weight: 500;
    font-size: 16px;
}

.help_wrap .Change a i {}

/* help_wrap */
/* adding_wrap */
.adding_wrap {
    position: relative;
    padding: 100px 0px 0px;
    z-index: 9;
}

.adding_wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 374px;
    background: #f4f4f7;
    z-index: -1;
}

.adding_wrap .head {}

.adding_wrap .head h3 {
    margin: 0px 0px 35px;
}

.adding_wrap .group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.adding_wrap .group .ruppes {}

.adding_wrap .group .ruppes .our {
    display: flex;
    align-items: self-start;
    gap: 10px;
    margin: 0px 0px 40px;
}

.adding_wrap .group .ruppes .our svg {
    width: 50px;
}

.adding_wrap .group .ruppes .our .txt {}

.adding_wrap .group .ruppes .our .txt h5 {
    font-size: 20px;
    line-height: 32px;
    color: rgba(65, 69, 71, 1.00);
    font-weight: 600;
    margin: 0px 0px 5px;
}

.adding_wrap .group .ruppes .our .txt p {}

.adding_wrap .main-img {}

.adding_wrap .main-img img {
    width: 83%;
}

/* adding_wrap */
/* action_wrap */
.action_wrap .head h2 {
    text-align: left;
    margin: 0px 0px 20px;
}

.action_wrap .head p {
    margin: 0px 0px 20px;
}

.action_wrap .article_main {
    height: 560px;
}

.action_wrap .article_main h5 {
    text-align: left;
    width: 80%;
    margin: 0px auto 20px;
}

.action_wrap .article_main p {
    text-align: left;
    width: 80%;
    margin: 0px auto 40px;
}

/* action_wrap */
/*********************** inner-page css close ***********************/

/*********************** home-page css Close ***********************/
/*********************** entertaiment Bilal***********************/
.entertaiment_wrapper {
    padding: 2rem 0;
}

.entertaiment_wrapper.bgSmart {
    background: rgb(115 115 115 / 6%);
}

.entertaiment_wrapper h4 {
    text-align: center;
    font-size: 28px;
    color: var(--main-color);
    font-weight: 400;
}

.entertaiment_wrapper h2 {
    text-align: center;
    font-size: 56px;
    color: var(--main-color);
    margin-bottom: 2rem;
}

.entertaiment_wrapper p {
    text-align: center;
    padding: 0 0 3rem 0;
}

.entertaiment_wrapper img {
    width: 100%;
}

.entertaiment_services {}

.entertaiment_services p {
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
}

.entertaiment_services .crd {}

.entertaiment_services .crd i {
    color: var(--main-color);
    font-size: 23px;
    padding: 4rem 7px 10px 0;
}

.entertaiment_services .crd h4 {
    color: var(--main-color);
    font-weight: 500;
    font-size: 20px;
}

.entertaiment_services .crd p {
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.entertaiment_services img {
    width: 100%;
    margin: 6rem 0 0 0;
}

.entertaiment_pkg {
    padding: 5rem 0;
}

.entertaiment_pkg .hd {
    text-align: center;
}

.entertaiment_pkg .hd h4 {
    font-size: 40px;
    color: var(--main-color);
}

.entertaiment_pkg .hd p {
    padding: 19px 0;
}

.entertaiment_pkg .crd {
    border: 2px solid #0000000d;
    padding: 3rem;
}

.entertaiment_pkg .crd h4 {
    font-size: 28px;
    color: var(--main-color);
}

.entertaiment_pkg .crd h6 {
    padding: 18px 0;
}

.entertaiment_pkg .crd ul {}

.entertaiment_pkg .crd ul li {
    display: flex;
    align-items: center;
    gap: 0 12px;
    padding: 10px 0;
}

.entertaiment_pkg .crd ul li span {
    font-size: 14px;
}

.entertaiment_pkg .crd ul li i {}

.entertaiment_pkg .crd .btn {
    justify-content: space-between;
    margin: 1rem 0 0;
    border-top: 1px solid #bbbbbb;
    padding: 2rem 0 0 0;
}

.entertaiment_pkg .crd .btn a {
    border: 2px solid #084700;
    border-radius: 29px;
    padding: 9px 19px;
    color: #084700;
}

.entertaiment_pkg .crd .btn a:hover {
    background: #084700;
    color: #fff;
}

.entertaiment_pkg .crd .btn a:nth-child(2) {
    border: none;
}

/*********************** entertaiment ***********************/


/* internet_wrapper  */
.internet_wrapper {
    background: linear-gradient(135deg, rgb(75, 40, 109), 75%, rgb(229, 50, 147));
    padding: 5rem 0;
}

.internet_wrapper h4 {
    text-align: center;
    font-size: 40px;
    color: #fff;
}

.internet_wrapper p {
    color: #fff;
    text-align: center;
    width: 70%;
    padding: 20px 0 38px;
    margin: 0 auto;
}

.internet_wrapper .crd {
    background: #fff;
    padding: 2rem;
    border-radius: 19px;
}

.internet_wrapper .crd img {
    width: 300px;
    display: block;
    margin: auto 0 0;
}

.internet_wrapper .crd h5 {
    padding: 22px 0 0 0;
    font-size: 21px;
    font-weight: 600;
}

.internet_wrapper .crd p {
    color: #000;
    width: 100%;
    text-align: left;
    padding: 29px 0;
}

.internet_wrapper .crd a {
    background: green;
    padding: 11px 29px;
    border-radius: 40px;
    color: #fff;
    transition: all 0.3s ease-in;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
}

.internet_wrapper .crd a:hover {
    background-color: #000;
}

.internet_cards {
    padding: 4rem 0 1rem;
}

.internet_cards .bg_gray {
    background: #d2d2d238;
    padding: 2rem;
    border-radius: 22px;
}

.internet_cards h3 {
    text-align: center;
    font-size: 50px;
    color: var(--main-color);
    padding: 0 0 4rem;
}

.internet_cards h5 {
    font-size: 27px;
    color: var(--main-color);
    padding: 0 4rem 0 0;
}

.internet_cards form {
    background: #eaeaea;
    padding: 28px;
    border-radius: 18px;
}

.internet_cards form p {
    font-size: 14px;
}

.internet_cards ul {
    padding: 7px 0;
}

.internet_cards ul li {
    padding: 6px 0;
    list-style: circle;
}

.internet_cards h6 {
    padding: 0 0 13px;
}

.internet_cards p {
    padding: 15px 0;
}

.internet_cards a {
    color: green;
    font-size: 18px;
}

.internet_cards a i {
    padding: 0 10px;
    font-size: 13px;
}

.internet_cards img {
    width: 100%;
}

.internet_cards2 {
    padding: 6rem 0 4em;
}

.internet_cards2 .hd {
    text-align: center;
}

.internet_cards2 .hd h5 {
    font-size: 21px;
    color: var(--main-color);
    padding: 0 4rem 0 0;
}

.internet_cards2 .hd h3 {
    font-size: 44px;
    color: var(--main-color);
    padding: 25px 0;
}

.internet_cards2 .hd p {}

.internet_cards2 i {
    font-size: 45px;
    color: var(--main-color);
    padding: 4rem 0 0 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.internet_cards2 h4 {
    font-size: 21px;
    color: var(--main-color);
    padding: 14px 0;
    text-align: center;
}

.internet_cards2 p {
    text-align: center;
}

/* internet_wrapper  */

/* smart_crd   */
.smart_crd {
    padding: 6rem 0 0 0;
}

.smart_crd h4 {
    text-align: center;
    font-size: 56px;
    color: var(--main-color);
    margin-bottom: 2rem;
}

.smart_crd .crd {
    background: #fcfcfc;
    padding: 25px;
}

.smart_crd .crd h5 {
    font-size: 35px;
    color: #000;
    font-weight: 400;
}

.smart_crd .crd a {
    background: green;
    width: 218px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 36px;
    transition: all 0.3s ease-in;
}

.smart_crd .crd a:hover {
    background: #532a6e;
}

.smart_crd .crd p {
    padding: 23px 0;
}

.smart_crd .crd img {
    width: 100%;
    height: 463px;
    object-fit: cover;
}

.smart_card_2 h2 {
    text-align: center;
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 2rem;
}

.smart_card_2 img {
    width: 100%;
    height: 301px;
    border-radius: 18px;
    object-fit: cover;
}

.smart_card_2 h4 {
    font-size: 23px;
    color: var(--main-color);
    padding: 14px 0;
}

.smart_card_2 p {}

.smart_card_2 a {
    background: transparent;
    width: 228px;
    display: block;
    color: green;
    text-align: center;
    padding: 7px;
    border-radius: 36px;
    border: 2px solid green;
    transition: all 0.3s ease-in;
    margin: 26px 0;
}

/* smart_crd   */

/* contact us  */

.formWrapper {
    padding: 7rem 0;
}

.formWrapper .txtArea {}

.formWrapper .txtArea span {
    font-size: 16px;
    font-weight: 700;
    color: #08142b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

.formWrapper .txtArea span img {
    width: 31px;
}

.formWrapper .txtArea h3 {
    font-size: 59px;
    line-height: 73px;
    font-weight: 500;
    color: var(--main-color);
    margin: 15px 0px 15px;
}

.formWrapper .txtArea p {
    font-size: 16px;
    padding: 15px 0;
}

.formWrapper .txtArea h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.formWrapper .txtArea .contact {
    padding: 23px 0;
}

.formWrapper .txtArea .contact li {
    padding: 7px 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.formWrapper .txtArea .contact li a {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.formWrapper .txtArea .contact li a:hover {
    color: #4b286d;
}

.formWrapper .txtArea .contact li i {
    margin: 0 12px 0 0;
}

.formWrapper .txtArea .contact li img {
    margin: 0 12px 0 0;
}

.formWrapper .txtArea .social {
    display: flex;
}

.formWrapper .txtArea .social li {
    margin: 0 19px 0 0;
}

.formWrapper .txtArea .social li a {
    font-size: 17px;
    color: #3c3c3c;
}

.formWrapper .txtArea .social li a:hover {
    color: #bf161d;
}

.formWrapper .txtArea .social li a i {}

.formWrapper .formArea {
    background: #F5F6F7;
    padding: 2rem 4rem;
    border-radius: 13px;
}

.formWrapper .formArea h3 {
    font-size: 59px;
    line-height: 73px;
    font-weight: 500;
    color: var(--main-color);
    margin: 15px 0px 15px;
    text-align: center;
}

.formWrapper .formArea p {
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
}

.formWrapper .formArea form {}

.formWrapper .formArea form input,
.formWrapper .formArea form select,
.formWrapper .formArea form textarea {
    border: 1px solid #ab9a9a;
    background: #dddedf36;
    padding: 16px 20px;
    margin: 8px 0;
    border-radius: 6px;
    width: 100%;
}

.formWrapper .formArea form textarea {
    height: 139px;
    border-radius: 6px;
    transition: all .3s ease-in-out;
}

.formWrapper .formArea form button {
    margin-top: 10px;
    width: 100%;
}

/* formWrapper  */

.timeline {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 40px 0; */
}

.timeline::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border: 1px dashed #bd151e;
}

.timeline-item {
    position: relative;
    width: 50%;
    margin: 0px 0px 40px;
}

.timeline-item.left {
    left: 0;
    padding: 0px 46px 0px 0px;
}

.timeline-item.right {
    left: 50%;
    padding: 0px 0px 0px 46px;
}

.timeline-item .content {
    position: relative;
}

.timeline-item .content span {
    display: block;
    width: 35px;
    height: 35px;
    background: var(--text-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -10.7%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}

.timeline-item.left .content span {
    right: 13% !important;
    left: 104.6%;
    top: 0%;
}

.timeline-item.right .content h3 {
    font-size: 26px;
    font-weight: 500;
    padding: 0px 0px 14px;
}

.timeline-item.left .content p {
    text-align: end;
}

.timeline-item.right .content p {
    margin: 0;
}

.timeline-item.left .content h3 {
    text-align: end;
    padding: 0 0 14px 0;
    font-size: 26px;
    font-weight: 500;
}

.timeline-item.left .content::before {
    /* content: ''; */
    position: absolute;
    top: 20px;
    right: -15px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #f9f9f9;
}

/* contact us  */

/* reward_wrapper  */

.reward_wrapper {
    background: url(../images/reward-bg.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 6rem 0 0;
}

.reward_wrapper img {
    width: 221px;
}

.reward_wrapper img.reward {
    width: 800px;
}

.reward_wrapper h2 {
    font-size: 52px;
    line-height: 61px;
    font-weight: 500;
    color: #fff;
    margin: 33px 0;
}

.reward_wrapper p {
    color: #fff;
    width: 82%;
    margin: 0 auto;
}

.reward_wrapper a {
    background: #fff;
    width: 214px;
    display: block;
    margin: 29px auto;
    border-radius: 40px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.reward_wrapper a:hover {
    background: transparent;
    color: #fff;
}

.reward_wrapper span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.reward_wrapper span a {
    margin: inherit;
    background: transparent;
    width: auto;
    color: #fff;
    margin: 0 12px;
}

.reward_wrapper span a i {}


.reward_pkg {
    padding: 1rem 0;
}

.reward_pkg .hd {
    text-align: center;
}

.reward_pkg .hd h2 {
    font-size: 44px;
    color: var(--main-color);
    padding: 25px 0;
}

.reward_pkg .hd p {
    padding: 0 0 50px 0;
}

.reward_pkg .cd {
    box-shadow: 2px 2px 17px #12121226;
    padding: 35px;
    height: 583px;
    border-radius: 11px;
    transition: all 0.3s ease-in;
}

.reward_pkg .cd:hover {
    transform: translateY(-10px);
}

.reward_pkg .cd img {
    width: 73px;
}

.reward_pkg .cd h4 {
    padding: 15px 0;
    font-weight: 600;
    font-size: 16px;
    color: #595959;
}

.reward_pkg .cd h2 {
    font-size: 22px;
    font-weight: 600;
}

.reward_pkg .cd ul {
    padding: 23px 0;
}

.reward_pkg .cd ul li {
    list-style: circle;
    font-size: 15px;
    padding: 8px 0;
}

.cta_reward {
    background: url(../images/reward-bg.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.cta_reward h5 {
    font-size: 38px;
    color: #fff;
    padding: 25px 0;
}

.cta_reward p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding: 0 0 25px 0;
}

.cta_reward img {
    width: 66%;
    margin: 0 auto;
    display: block;
}

.cta_reward a {
    background: #fff;
    display: block;
    width: 237px;
    text-align: center;
    padding: 14px 0;
    border-radius: 49px;
    color: var(--main-color);
    font-weight: 600;
}

/* reward_wrapper  */

/* tel_about   */
.tel_about {
    background: #e7e7e75c;
}

.tel_about h3 {
    font-size: 53px;
    color: var(--main-color);
    padding: 25px 0;
}

.tel_about p {}

.tel_about a {
    color: green;
    font-weight: 500;
    padding: 21px 0 0 0;
    display: block;
    font-size: 18px;
}

.tel_about a i {
    font-size: 14px;
    margin: 0 10px;
}

.tel_about img {
    width: 79%;
    margin: 0 auto;
    display: block;
}

.about_company {
    border: 2px solid #e7e7e7;
    background: #e7e7e75c;
    padding: 2rem;
    margin: 4rem 0;
}

.about_company .hd {}

.about_company .hd h4 {
    font-size: 34px;
    color: var(--main-color);
    padding: 3px 0;
}

.about_company .hd p {
    width: 76%;
}

.about_company img {
    width: 100%;
}

.about_company h3 {
    color: var(--main-color);
    font-size: 24px;
}

.about_company p {
    padding: 16px 0;
}

.about_company .bd {
    padding: 34px 10px;
    border-bottom: 2px solid #e3e3e3;
}

.about_company a {
    color: #3e7e41;
    font-weight: 600;
    font-size: 16px;
}

.about_company a i {}

.about_company .detail_more {}

.about_company .detail_more h5 {
    color: var(--main-color);
    font-size: 23px;
}

.about_cta_tel {
    border: 2px solid #8080803d;
    padding: 0rem 0 0rem 4rem;
    border-radius: 20px;
}

.about_cta_tel .txt {}

.about_cta_tel img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.about_cta_tel .txt h3 {
    color: var(--main-color);
    font-size: 40px;
}

.about_cta_tel .txt p {
    padding: 20px 0;
}

.about_cta_tel .txt a {
    width: 291px;
    display: block;
    background: #3e7e41;
    text-align: center;
    padding: 16px 0;
    border-radius: 46px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease-in;
}

.about_cta_tel .txt a:hover {
    background: var(--main-color);
    color: #fff;
}

.about_cta_tel .txt img {}

/* tel_about  */

/* investor_pkg */

.investor_pkg {
    padding: 4rem 0;
}

.investor_pkg.cast .cd {
    height: 326px;
}

.investor_pkg.cast .cd p {
    padding: 16px;
}

.investor_pkg.cast .cd a {
    padding: 11px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.investor_pkg .hd {
    text-align: center;
}

.investor_pkg .hd h2 {
    font-size: 44px;
    color: var(--main-color);
    padding: 25px 0;
}

.investor_pkg .cd {
    box-shadow: 2px 2px 17px #12121226;
    padding: 26px 0;
    height: 521px;
    border-radius: 11px;
    transition: all 0.3s ease-in;
}

.investor_pkg .cd h4 {
    font-size: 14px;
    color: #000;
    padding: 0 26px 21px;
}

.investor_pkg.cast .cd h4 {
    padding: 0 20px;
}

.investor_pkg .cd img {
    width: 100%;
}

.investor_pkg .cd p {
    padding: 25px;
    font-size: 14px;
}

.investor_pkg .cd a {
    padding: 0 27px;
    color: green;
    font-size: 14px;
    font-weight: 500;
}

.investor_pkg .cd a i {}

.investor_cta_two {}

.investor_cta_two .cd {
    border: 2px solid #f0f0f0;
    padding: 44px 40px;
    border-radius: 16px;
    margin: 2rem 0;
}

.investor_cta_two .cd h4 {
    font-size: 28px;
    color: var(--main-color);
}

.investor_cta_two .cd p {
    padding: 16px 0;
}

.investor_cta_two .cd a {
    color: green;
    font-size: 16px;
    font-weight: 500;
}

.investor_cta_two .cd a i {}

/* investor_pkg  */


/* business_crd */

.business_crd {
    padding: 6rem 0;
}

.business_crd h3 {
    text-align: center;
    padding: 0 0 46px 0;
    font-size: 26px;
    color: #000;
}

.business_crd a {
    text-align: center;
}

.business_crd a img {}

.business_crd a h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
}

/* business_crd  */
.breadcrumb_page {
    padding: 9px 0;
    display: flex;
    align-items: center;
}

.breadcrumb_page h4 {
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb_page ul {
    display: flex;
    align-items: center;
    gap: 0 14px;
    margin: 0 17px;
}

.breadcrumb_page ul li {}

.breadcrumb_page ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.btn_see {}

.btn_see a {
    display: flex;
    justify-content: center;
    border: 2px solid green;
    width: 256px;
    margin: 57px auto 0;
    border-radius: 25px;
    padding: 6px 0;
    font-weight: 500;
    transition: all 0.3s ease-in;
    flex-direction: column;
    text-align: center;
    color: green;
}

.btn_see span {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 18px 0 0;
    font-weight: 500;
    color: green;
}

.internet_cards form label {
    display: block;
}

.internet_cards form input[type="text"] {
    width: 100%;
    padding: 16px;
    border: none;
    margin: 14px 0 0 0;
    border-radius: 11px;
}

.internet_cards form button {
    border: none;
    width: 189px;
    padding: 10px 0;
    border-radius: 20px;
    background: #168551;
    color: #fff;
}

.smart_card_2.reward_crd {
    padding: 6rem 0;
}

.smart_card_2.reward_crd img {
    height: auto;
}

.smart_card_2.reward_crd h4 {}

.smart_card_2.reward_crd .cd {
    box-shadow: 2px 2px 17px #12121226;
    border-radius: 23px;
    padding: 36px;
}
/* .smart_card_2 */

/* samsung_box */
.samsung_box{
    border-top: 1px solid rgb(216, 216, 216);
}
.samsung_box .mixture{
    margin: 0px 0px 0px;
    padding: 20px;
}
.samsung_box .mixture li{
    color: var(--main-color);
    font-weight: 600;
}
.samsung_box .mixture li a{
    color: rgb(84 89 95);
    font-weight: 600;
}
.samsung_box .mixture li i{
    color: rgb(84 89 95);
}
.samsung_box .bottom-head{
    background: #f2eff4;
    color: #000;
    padding: 15px;
}
.samsung_box .bottom-head p{
    color: #000;
}
.samsung_box .bottom-head p sup{
    color: #000;
}
/* samsung_box */
/* ============== product-detail_wrap ================ */
.product-detail_wrap {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

.product-detail_wrap .product-slider {}

.product-detail_wrap .product-slider .main-img {
    text-align: center;
}

.product-detail_wrap .product-slider .main-img img {
    width: 85%;
}

.product-detail_wrap .head {
    margin: 0px 0px 30px;
}

.product-detail_wrap .head span {
    color: #000;
    text-transform: capitalize;
}

.product-detail_wrap .head h2 {
    color: var(--main-color);
    margin: 5px 0px 10px;
}

.product-detail_wrap .head p {
    margin: 0px 0px 10px;
}

.product-detail_wrap .head .see-d {
    font-weight: 600;
}

.product-detail_wrap .device {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 24px;
    margin: 0px 0px 20px;
}

.product-detail_wrap .device h4 {
    color: rgb(65, 69, 71);
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 20px;
}

.product-detail_wrap .device ul {
    display: flex;
    align-items: center;
    justify-content: start;
    background: #fff;
    border: 1px solid rgb(75, 40, 109);
    border-radius: 6px;
    padding: 11px 14px;
    position: relative;
}

.product-detail_wrap .device ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-detail_wrap .device ul li svg {}

.product-detail_wrap .device ul li p {
    color: var(--main-color);
    font-size: 15px;
}

.product-detail_wrap .device ul li p sup {}

.product-detail_wrap .memory {
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgb(227, 230, 232);
}

.product-detail_wrap .memory h4 {
    color: rgb(65, 69, 71);
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 10px;
}

.product-detail_wrap .memory h5 {
    color: rgb(65, 69, 71);
    font-weight: 600;
    font-size: 16px;
}

.product-detail_wrap .memory .gb-search {
    margin: 20px 0px;
    display: flex;
    align-items: center;
}

.product-detail_wrap .memory .gb-search button {
    border: 3px solid var(--green-color);
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.product-detail_wrap .memory .color-pick {
    margin: 20px 0px 0px;
    display: flex;
    align-items: center;
}

.product-detail_wrap .memory .color-pick .bord {
    border: 1px solid #54595f;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail_wrap .memory .color-pick .bord .color {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #a1a2a5;
}

.product-detail_wrap .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -8%;
}

.product-detail_wrap .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: 8%;
}

.product-detail_wrap .owl-carousel .owl-nav button.owl-next,
.product-detail_wrap .owl-carousel .owl-nav button.owl-prev,
.product-detail_wrap .owl-carousel button.owl-dot {
    font-size: 20px;
    color: #000;
    margin: 0;
}

.product-detail_wrap .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}

.product-detail_wrap .owl-theme .owl-dots .owl-dot.active span,
.product-detail_wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

.product-detail_wrap .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-color);
    height: 13px;
    width: 13px;
    margin: 10px 4px;
}
/* ============== product-detail_wrap ================ */

/* section.term-content  */
section.term-wrap {
    padding: 50px 0px;
}

section.term-wrap .content {}

section.term-wrap .content h1 {
    color: var(--main-color);
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0px 30px;
    font-weight: 600;
}

section.term-wrap .content p {
    font-size: 20px;
    font-weight: 600;
}

section.term-content {
    padding: 0px 0px 50px;
}

section.term-content .content {}

section.term-content .content h4 {
    color: rgb(65, 69, 71);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

section.term-content .content p {
    margin: 0px 0px 15px;
}
/* section.term-content  */