.menu-barbg a {
    display: flex;
    align-items: center;
    white-space: pre-line;
}
header h1, header img {
    padding: 0;
}
.dropdown-menu .dropdown-item {
    margin: 0;
}
header nav a:hover {
    border-bottom: none;
}

a.akcartt span {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #f86300;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
}
a.akcartt {
    position: relative;
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}
.menu-barbg span {
    font-size: 15px;
}
.menu-barbg1 {
    margin-left: 20px;
}

main > .products .products-header{
    display: none;
}

.instagrame-box iframe {
    width: 100%;
    min-width: 100% !important;
    margin-bottom: 0 !important;
    height: 355px;
    margin-top: -56px !important;
}
.instagrame-box {
    height: 260px;
    overflow-y: scroll;
}
.instagrame-box::-webkit-scrollbar-thumb {
    background: #f86300;
}
body{
    overflow-x: hidden;
}
.instagrame-box::-webkit-scrollbar {
    background: #ccc;
    width: 5px;
    height: 5px;
}
.form-group.akgroup .default-btn {
    background: #f86300;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    font-size: 14px;
    padding: 10px 15px;
}
.btn-prduct {
    margin-top: 20px;
}
.form-group.akgroup {
    position: relative;
}
.search-box {
    position: relative;
    top: 0;
}
.search-box i {
    cursor: pointer;
    font-size: 16px;
    color: #0e0129;
    position: relative;
    display: inline-block;
    top: 0;
}
.search-box:hover i {
    color: #f86300
}

.search-form .form-control {
    height: 45px;
    background-color: #f8f8f8;
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none
}

.search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}
.search-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 40px;
    width: 40px;
    background-color: #f86300;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
    outline: none;
    border-radius: 50px
}
.search-form button i {
    color: #fff;
    position: relative;
    top: 1.9px
}
.search-form button:hover {
    background-color: #f86300
}
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden
}
.search-overlay .search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.search-overlay .search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}
.search-overlay .search-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s
}
.search-overlay .search-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .9s ease-in-out .6s;
    transition: all .9s ease-in-out .6s
}
.search-overlay .search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all .9s ease-in-out 1.5s;
    transition: all .9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden
}
.search-overlay .search-close .search-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}
.search-overlay .search-close .search-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.search-overlay .search-close .search-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.search-overlay .search-close:hover .search-close-line {
    background: #f86300;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.search-overlay .search-form {
    -webkit-transition: all .9s ease-in-out 1.4s;
    transition: all .9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
    padding: 0 15px
}
.search-overlay .search-form form {
    position: relative
}
.search-overlay .search-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    color: #252525;
    padding: 3px 0 0 25px
}
.search-overlay .search-form form .input-search::-webkit-input-placeholder {
    -webkit-transition: .7s;
    transition: .7s;
    letter-spacing: .5px;
    color: #252525
}
.search-overlay .search-form form .input-search:-ms-input-placeholder {
    -webkit-transition: .7s;
    transition: .7s;
    letter-spacing: .5px;
    color: #252525
}
.search-overlay .search-form form .input-search::-ms-input-placeholder {
    -webkit-transition: .7s;
    transition: .7s;
    letter-spacing: .5px;
    color: #252525
}
.search-overlay .search-form form .input-search::placeholder {
    -webkit-transition: .7s;
    transition: .7s;
    letter-spacing: .5px;
    color: #252525
}
.search-overlay .search-form form .input-search:focus {
    border: none;
    outline: none
}
.search-overlay .search-form form .input-search:focus::-webkit-input-placeholder {
    color: transparent
}
.search-overlay .search-form form .input-search:focus:-ms-input-placeholder {
    color: transparent
}
.search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
    color: transparent
}
.search-overlay .search-form form .input-search:focus::placeholder {
    color: transparent
}
.search-overlay .search-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 50%;
    background-color: #f86300;
    -webkit-transition: .7s;
    transition: .7s;
    border: none;
    font-size: 20px;
    line-height: 50px
}
.search-overlay .search-form form button:hover {
    background-color: #f86300;
    color: #fff
}
.search-overlay .search-form form:hover {
    border: none;
    outline: none
}
.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible
}
.search-overlay.search-overlay-active.search-overlay .search-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.search-overlay.search-overlay-active.search-overlay .search-close {
    opacity: 1;
    visibility: visible
}
.search-overlay.search-overlay-active.search-overlay .search-form {
    opacity: 1;
    visibility: visible
}

.container {
    max-width: 1240px;
}
body{
    height:100%;
}
a.akcartt {
    margin-right: 20px;
    top: 2px;
}


/*======================header sticky css==================*/
.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    transition: all .3s ease-in-out;
    animation: smoothScroll 1s forwards;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all .5s ease;
    padding-top: 0;
    padding-bottom: 0;
}
@keyframes smoothScroll {
 0% {
  transform:translateY(-40px)
 }
 100% {
  transform:translateY(0)
 }
}

/*==========================
    .about Section css
===========================*/
.about-area {
    padding-top: 60px;
}
.about-content .about-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0
}
.about-content .about-list li {
    display: block;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 500;
    -webkit-transition: .7s;
    transition: .7s;
    padding-left: 35px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.about-content .about-list li:hover {
    color: #2196f3;
}
.about-content .about-list li:hover i {
    color: #f86300;
}
.about-content .about-list li:last-child {
    margin-bottom: 0;
}
.about-content .about-list li i {
    font-size: 26px;
    color: #2196f3;
    position: absolute;
    left: 0;
    top: -2px;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}
.about-content .about-content-text {
    margin-top: 20px;
    margin-bottom: 0;
}
.about-play {
    position: relative;
    border-radius: 30px;
}
.about-play img {
    border-radius: 30px;
    width: 100%;
}
.about-play .about-play-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    max-width: 470px;
    background-color: #25252538;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
    padding: 30px 40px 70px 25px
}
.about-play .about-play-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 65.1%;
    background-color: #f86300;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
}
.about-play .about-play-content span {
    color: #fff
}
.about-play .about-play-content h2 {
    color: #fff;
    font-size: 24px;
    max-width: 300px;
    margin-bottom: 0
}
.about-play .about-play-content .play-on-area {
    position: absolute;
    z-index: 1;
    bottom: 175px;
    left: 200px
}
.about-play .about-play-content .play-on-area .play-on {
    width: 80px;
    height: 80px;
    color: #2196f3;
    background-color: #fff;
    text-align: center;
    font-size: 40px;
    border-radius: 50px;
    display: block;
    line-height: 80px;
}
.about-play .about-play-content .play-on-area .play-on i {
    padding-left: 3px
}
.about-play .about-play-content .play-on-area .play-on:hover {
    color: #fff;
    background-color: #f86300;
}
.section-title span {
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
}
.sp-color2 {
    color: #f86300;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
    color: #252525;
    text-transform: capitalize;
}
.all-about-box{
    margin-top: 15px;
}

img{
    max-width: 100%;
}
.about-area {
    padding-bottom: 30px !important;
}
.instagram-media .Header {
    display: none !important;
}
.approach-content ul li {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding:20px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}
.approach-content ul li:last-child {
    margin-bottom: 0
}
.approach-content ul li i {
    position: absolute;
    top: 20px;
    left:20px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    text-align: center;
    border-radius: 50%;
    color: #f86300;
    -webkit-transition: all .5s;
    transition: all .5s
}
.approach-content ul li h3 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
}
.approach-content ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.approach-content ul li:hover i {
    background-color: #f86300;
    color: #fff
}
.approach-img img {
    height: 620px;
    object-fit: cover;
}
.approach-content ul li p {
    margin-bottom: 6px;
}
.bg-color {
    background: #fbfbfb;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.approach-content ul li {
    list-style: none;
}
.approach-content ul {
    padding-left: 0;
}
.pt-50{
    padding-top: 50px;
}


/*===================contact page css start==================*/
.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.contact-form .form-group label {
    color: #252525;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-form .form-group label span {
    color: #f86300;
}
.contact-form .form-group.checkbox-option {
    position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0;
}
.contact-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
    color: #f86300;
}

.contact-form .form-group .form-control {
    height: 42px;
    color: #252525;
    border: 1px solid #eee;
    background-color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
}
.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #f86300;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form .form-group textarea.form-control {
    height: auto;
}
.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative;
}
.contact-form .agree-label #chb1 {
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-form .agree-label label {
    font-weight: 500;
    color: #252525;
    margin-left: 25px;
}
.contact-form .agree-label label a {
    color: #f86300;
}

.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #f00;
    font-weight: 400;
    display: block;
}
.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px;
}
.contact-form .default-btn {
    border: 0;
    outline: none;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #f86300;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
    color: #f86300;
}
.contact-card {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    border-radius: 15px;
}
.contact-card i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    font-size: 24px;
    color: #f86300;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
}
.contact-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #252525;
}
.contact-card span {
    color: #3fc2f0;
    font-weight: 500;
    font-size: 17px;
    display: block;
}
.contact-card span a {
    color: #3fc2f0;
    display: block;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}
.contact-info {
    background-color: #f86300;
    padding: 30px 30px 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.contact-info::before {
    content: '';
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/call-shap1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-info h3 {
    color: #fff;
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-info h2 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
}
.contact-info p {
    color: #ffffff;
    margin-bottom: 20px;
}
.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    display: block;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}
.contact-info ul li .content i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    font-size: 20px;
    color: #f86300;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info ul li .content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
    display: block;
}
.contact-info ul li .content a {
    color: #ffffff;
    display: block;
    font-weight: 500;
    font-size: 15px;
}
.contact-info ul li .content a:hover {
    color: #3fc2f0;
}
.contact-info ul li .content span {
    color: #ffffff;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.default-btn {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
}
.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
}
.btn-bg-two {
    background-color: #f86300;
}
.default-btn:hover:before {
    height: 100%;
    width: 135%;
    background-color: #e6343b;
}
.border-radius-50 {
    border-radius: 50px;
}

/*================product detail css start==================*/
.products-details-image img {
    max-width: 100%;
    border-radius: 10px;
}
h2.display-6ak {
    font-size: 30px;
    color: #f86300;
}
.py-5.secured-disp.tbl-cmpr-prod {
    padding-top: 0 !important;
}

.procduct-title-detail h2 {
    font-size: 34px;
}
.product-descrption p {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 500;
}
.product-feature ul {
    padding-left: 0;
    margin-top: 15px;
}
.product-feature ul li {
    list-style: none;
    padding-left: 25px;
    font-weight: 600;
    font-size: 17px;
    margin: 4px 0;
    position: relative;
}
.liecence-box {
    color: #f86300;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-control:focus{
    box-shadow: none !important;
    border-color: #f86300 !important;
}
.duration-box select {
    padding: 10px 20px;
    border-radius: 5px;
    background: #ececec;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    width: 35%;
    border: 1px solid #c5c0c0;
    appearance: auto;
}
.duration-box .form-control{
    appearance: inherit !important;
}
.duration-box form {
    position: relative;
    width: 35%;
}
span.angldown {
    top: 10px;
    position: absolute;
    right: 12px;
    font-size: 20px;
}
.product-feature ul li i {
    color: #f86300;
    padding-right: 12px;
    position: absolute;
    left: 0;
    top: 4px;
}
.prod-price.dtl-price .prod-price-main {
    font-size: 28px;
}
.prod-price.dtl-price .prod-price-cut {
    font-size: 22px;
}
.subscribe-btn .rund-btn-orng {
    display: inline-block;
    margin-bottom: 20px;
}
.ft-decrpt h5 {
    font-size: 19px;
    font-weight: bold !important;
    margin-bottom: 0;
}
.ft-decrpt p {
    font-size: 15px;
    margin-bottom: 10px;
}
.thubnail-desc.fix {
    padding-left: 10px;
}

.bg-orng-dwn{background:#f86300;color:#bd4b00}
.bg-orng-dwn .down-btns {
    background: #fff9de;
    color: #bd4b00;
    padding: 8px 16px;
    border-radius: 30px;
    border: 2px solid #833400;
    font-weight: bold;
    width: 100%;
    display: inline-flex;
}


li{
    list-style: none;
}


.login-register .login {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 30px;
}
.login-register h1 {
    font-size: 24px !important;
    position: relative;
    line-height: 1;
    padding-left: 10px !important;
    font-weight: bold !important;
}
.login-register h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color:#f86300;
}
.login-register h1 {
    font-size: 24px !important;
    position: relative;
    line-height: 1;
    padding-left: 10px !important;
    font-weight: bold !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}
.login-register label {
    font-weight: 500;
    margin-bottom: 0;
}

.login-register .register {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 30px !important;
}
.login-register {
    column-gap: 25px;
}
.myaccount.content-wrapper  .login-register{
    margin-bottom: 50px;
}
.login-register .btn {
    padding: 8px 30px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
    background: #f86300;
}

.product_prices {
    display: flex;
    gap: 10px;
}

.products-details-image {
    border: 1px solid #eee;
    text-align: center;
    border-radius: 10px;
}
.product-feature.ak-des ul li i {
    font-size: 16px;
    top: 6px;
}
.product-feature.ak-des ul li {
    font-size: 16px;
}
.footer .btn.btn-link:hover {
    background: none;
}
.slick-slide img {
    height: 50px;
    width: 160px;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
}


.section-parallax-scene {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}
.home_product_feature {
    position: relative;
    z-index: 99;
}
.icon-layer1 {
    position: absolute !important;
    left: -240px !important;
    top: -70px;
    width: 691px;
    height: 691px;
    background-repeat: no-repeat;
    background-image: url(../img/pattern1.webp);
}
.icon-layer-four {
    position: absolute !important;
    right: 5% !important;
    left: auto !important;
    top: 0;
    width: 98px;
    height: 51px;
    background-repeat: no-repeat;
    background-image: url(../img/pattern-2.webp);
    animation-name: float_up_down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.section-disp .h-100 h4 {
    color: #000;
    border: 2px solid #f86300;
    width: fit-content;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600 !important;
    border-radius: 30px;
    margin: 20px 0;
    background: #feece0;
}
.box-area:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.prod-box-outer::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #f86300;
    border-radius: 170px 0 0 0;
    opacity: .1;
}
.prod-box-outer::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #f86300;
    border-radius: 272px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s;
}
.prod-box-outer{
    position: relative;
    z-index: 1;
}
.prod-box-outer:hover:before{
    height: 100%;
    width: 100%;
    border-radius: 0;
}
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
main .checkout .cart-details table {
    border: 1px solid #eee;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
main .checkout .cart-details table tr td {
    border: 1px solid #eee;
    padding: 10px !important;
}
main .myaccount .menu a {
    display: block;
    text-decoration: none;
    background: #f86300;
    color: #fff;
    padding: 10px 15px;
    margin: 2px 0;
    border-radius: 5px;
    font-weight: 500;
    border-bottom: none;
}
main .myaccount .menu a:hover {
    background: #e6343b;
}
.myaccount.content-wrapper {
    padding-bottom:40px;
}
main .myaccount .myorders, main .myaccount .mydownloads, main .myaccount .settings {
   
    padding-bottom: 0;
}
.scl-med{padding-top:15px;}

.scl-icns{margin-right:5px;}

/*=====================product page css start here=================*/


main .recentlyadded .products .product, main .products .products-wrapper .product {
    padding: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}
main .recentlyadded .products .product, main .products .products-wrapper .product {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    width: 23.7%;
    padding-bottom: 30px;
    margin-bottom: 18px;
}
main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
    font-weight: 700;
}
.products.content-wrapper{
    width: 1200px;
}
main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
    font-weight: 700;
    font-size: 18px;
    color: #f86300;
}
.products-header {
    margin-bottom: -15px;
    background-color: #f9eae0;
    padding: 10px !important;
}
.products.content-wrapper h1 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
    padding-bottom: 0;
}
main > .products .products-header p {
    font-weight: 600;
}
main > .products .products-header label {
    font-weight: 600;
}
main .recentlyadded .products, main .products .products-wrapper {
    justify-content: flex-start;
    column-gap: 20px;
}
.cart.content-wrapper{
    width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
}
main .cart table thead td, main .myaccount table thead td {
    background: #f86300;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #f2a36e;
}
main .cart .total .text, main .myaccount .total .text {
    padding-right: 40px;
    font-size: 24px;
    font-weight: 600;
}
main .cart .total .price, main .myaccount .total .price {
    font-size: 20px;
    color: #f86300;
    font-weight: bold;
}
main .cart .buttons .btn, main .myaccount .buttons .btn {
    background: #f86300;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 25px;
    text-transform: uppercase;
}
main .cart .buttons .btn:hover {
    background: #e6343b;
}
main .myaccount .buttons .btn:hover {
    background: #e6343b;
}
.cart.content-wrapper form{
    
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding:15px;
}
main .cart table tbody td, main .myaccount table tbody td {
    border: 1px solid #eee;
    padding: 15px;
    font-weight: 600;
}
.cart.content-wrapper h1 {
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

main .cart .buttons, main .myaccount .buttons {
    padding-bottom: 0;
}
main .cart .total, main .myaccount .total {
    text-align: center;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    max-width: 380px;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.checkout.content-wrapper {
    width: 1200px;
    margin-bottom: 50px;
}
.checkout.content-wrapper h1 {
    padding-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
main .checkout .shipping-details {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding:20px;
    width: 100%;
}
main .checkout .shipping-details h2 {
    font-weight: 600;
}
.checkout.content-wrapper p {
    margin-left: 15px;
    font-weight: 600;
}
.shipping-details label {
    font-weight: 600;
}
main .checkout .cart-details .buttons .btn {
    background: #f86300;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 25px;
    text-transform: uppercase;
}
main .checkout .cart-details .buttons .btn:hover {
    background: #e6343b;
}
main .checkout .cart-details h2 {
    margin: 0;
    padding: 15px 15px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    margin-bottom: 25px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 600;
    margin-left: 15px;
}
main .checkout .cart-details h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 50%;
    background-color: #f86300;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.pymt-wrapper {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    max-width: 500px;
    margin: 40px auto 0;
}
.pymt-wrapper div {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dedede;
    text-align: right;
    font-size: 15px;
}
.pymt-wrapper {
    text-align: right;
}
.pymt-wrapper strong {
    float: left;
}
.pymt-wrapper div:nth-child(7) {
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
}
.center-block button, button a {
    background: #f86300;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 25px;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    border-radius: 3px;
}
.center-block{
    text-align: center !important;
}
.center-block button:hover{
    background: #e6343b;
}
.center-block button a:hover {
    background: #e6343b;
}
.input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.input-counter input {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}
.input-counter span.plus-btn {
    right: 0;
}
.input-counter span.minus-btn {
    left: 0;
}

.product-feature1 ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #f86300;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 5px;
}
.product-feature1 ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 25px;
}
.product-feature1 ul{
    padding-left: 0;
}
.accordion .accordion-body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px !important;
}

.sprt-section h1 {
    font-size: 32px;
}
.sprt-section h2 {
    font-size: 28px;
}
.org-colr {
    margin-bottom: 20px;
}
.sprt-section {
    padding-top: 0 !important;
    padding-bottom: 35px !important;
}
.sprt-section .display-7.org-colr {
    font-size: 22px;
}
.prod-box-inner h5 {
    font-weight: 600 !important;
}
select.form-control {
    color: #757575 !important;
    appearance: auto;
}
.thank_page_section {
    background: #f86300;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/mii-cartridge-imgbg.webp);
    background-position: left;
}
.content-text-wrapper h1 {
    font-size: 4rem;
    color: #ffffff;
}
.content-text-wrapper p {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
}
a.thanku-btn {
    background: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    box-shadow: #e6343b 0 10px 15px -10px;
}
.thank_page_section::before {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    right: -37px;
    top: -25px;
    background: repeating-radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12) 20%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}
.thank_page_section::after {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    left: -37px;
    bottom: -25px;
    background: repeating-radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12) 20%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}
main > .product .product-img-large {
    border: 1px solid #eee;
}
main > .product h1 {
    font-weight: 600;
    margin-bottom: 15px;
}
main > .product .price {
    font-size: 32px;
    color: #f86300;
    font-weight: 600;
}
form#product-form .btn {
    background: #f86300;
    color: #fff;
    padding: 10px;
}
main > .product .prices {
    align-items: center;
}
.box-area::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #f86300;
    border-radius: 170px 0 0 0;
    opacity: .1;
}
.box-area{
    z-index: 1;
}
.box-area::before{
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #f86300;
    border-radius: 272px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s;
}
header{
    border-bottom: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}


.thubnail-desc .product_prices #selectPrice {
    font-size: 32px;
    margin-left: 5px;
}
.product_prices #selectPrice1 {
    font-size: 32px;
    margin-left: 5px;
}

span.partner-text {
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
}
.minumum-qty span {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}
.minumum-qty1 span {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}
.secured-disp #option1 {
    margin-top: 10px;
}
.prod-price.dtl-price .prod-price-main span {
    font-size: 28px;
}
.prod-price.dtl-price .prod-price-cut del{
    font-size: 18px;
}
.prod-price.dtl-price .prod-price-cut del span{
    font-size: 18px;
}

.prod-box-outer .product_prices {
    margin-top: 10px;
}
.row.g-5.prod-box-top {
    --bs-gutter-x: 1.5rem;
}
.currency-change {
  height: auto;
  width: 0px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 0;
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  z-index: 999;
}
.currency-change p i {
  left: 30px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}
.currency-change .social a span {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    left: -2px;
}
.currency-change .social a {
    color: #fff;
    text-transform: uppercase;
}
.currency-change .social {
    width: 45px;
    padding: 7px 10px;
    display: inline-table;
    height: 0px;
    background-color: rgba(128, 128, 128, 0.73);
    box-shadow: 0px 0px 6px 0px rgb(248 99 0 / 53%);
    cursor: pointer;
    margin: 4px 0;
    text-align: center;
}
.currency-change .twitter {
  background-color: #212121;
}
.currency-change .google {
  background-color: #e6343b;
}
.currency-change .twitter:hover {
  background-color: #e6343b;
}
.currency-change .google:hover {
  background-color: #f86300;
}
main .myaccount table tr:last-child td {
    border-bottom: 1px solid #eee;
}
a.paymentbtn {
    background-color: #f86300;
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 18px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    margin-left: 10px;
}
@-webkit-keyframes glowing {
  0% { background-color: #e6343b; -webkit-box-shadow: 0 0 3px #e6343b; }
  50% { background-color: #f86300; -webkit-box-shadow: 0 0 5px #f86300; }
  100% { background-color: #e6343b; -webkit-box-shadow: 0 0 3px #e6343b; }
}
main .myaccount .settings form .btn {
    background: #f86300;
    color: #fff;
}

.feature-box-outer:hover::before {
    width: 100%;
    opacity: 1;
}
.feature-box-outer::before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 10%;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: #0044CB;
   background: linear-gradient(to left, #e6343b 0%, #f86300 100%);
    height: 100%;
    content: "";
    z-index: -1;
}
.feature-box-outer {
    position: relative;
    z-index: 1;
}
.feature-box-outer:hover h5 {
    color: #fff !important;
}
.feature-box-outer:hover p {
    color: #fff !important;
}


/*===============press release css startt form here===============*/

.thumnail-desc .main-thumb-desc.tabs-area > li > a.active {
    color: #fff;
    background-color: #e6343b;
}
.thumnail-desc .main-thumb-desc.tabs-area > li > a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 14px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    background: #f86300;
    margin-right: 4px;
    border-radius: 2px;
}
.thumnail-desc .border-default {
    border: 1px solid #eee;
}
.thumnail-desc .tab-content {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding: 20px;
    margin-top: 12px;
}
.thumnail-desc .thumb-bg {
    background: #fff;
    box-shadow: 0px 11px 27px 0px rgba(5, 32, 95, 0.08);
    border-radius: 10px;
}
.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.prees_wrapper_box ol {
    padding-left: 20px;
}
.prees_wrapper_box ol li {
    list-style: circle;
    margin-bottom: 8px;
}
.prees_wrapper_box ol li a {
    color: #000;
    transition: .5s;
    font-weight: 500;
}
.prees_wrapper_box ol li::marker {
    color: #f86300;
}
.prees_wrapper_box ol li a:hover {
    color: #f86300;
}
.all-about-box h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
    color: #252525;
    text-transform: capitalize;
}
/*====================responsive css start from here=================*/
@media (max-width: 450px){
    .navbar .navbar-brand {
      padding-left: 0 !important;
    }
    .navbar .navbar-brand img {
      width: 130px !Important;
    }
    .approach-content ul li i{
        position: static;
        margin-bottom: 20px;
    }
    .approach-content ul li{
        padding:20px !important;
    }
}
@media (max-width: 500px){
.icon-layer1{
    display: none;
}
.procduct-title-detail h2 {
  font-size: 28px;
}
.product-feature ul li{
    font-size:16px;
    font-weight: 500;
}
.tbl-cmpr-prod .table {
  width: 100% !important;
}
}
@media (max-width: 767px){
    main .recentlyadded .products .product, main .products .products-wrapper .product{
        width: 49%;
    }
    .shipping-details {
  margin-bottom: 30px;
}
.g-5, .gy-5 {
  --bs-gutter-y: 1.5rem;
}
.py-5.bg-lht-gry.perform-disp .row {
  flex-direction: column-reverse;
}
.mobile_protgent .row {
  flex-direction: column-reverse;
}
.instagrame-box iframe{
    height:520px !important;
}
main .myaccount .login-register .login{
    margin-bottom: 30px;
}
.contact-info{
    margin-bottom: 30px;
}
.contact-form-area .row {
  flex-direction: column-reverse;
}
.contact-form .row {
  flex-direction: column;
}
.about-play img{
    min-height: auto;
}
.about-play{
    margin-bottom: 30px;
}
.content-text-wrapper h1{
    font-size: 40px;
}
.navbar.navbar-expand-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.banner-slider .mb-hide{
    display: none !important;
}
.home-banner.d-none{
    display: block !important;
}
.home-banner {
  background-image: none !Important;
  background-color: #000;
  height: auto !important;
}
.home-banner img{
    display: block !important;
}
.banner-slider .bg-orng {
  height: 390px !important;
}
.banner-slider .bg-banner {
  height: 390px !important;
}
.banner-slider .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
  }
  .banner-slider .owl-dots{
    bottom:20px !important;
  }
}
@media (max-width: 991px){
.navbar-expand-lg .navbar-nav {
  align-items: initial;
}
.navbar .dropdown-toggle::after{
    float: right;
    margin-right: 15px;
}
.navbar .navbar-nav .nav-link {
    padding: 7px 0 !important;
}
#navbarCollapse {
  height: 430px;
  overflow: scroll;
}
#navbarCollapse::-webkit-scrollbar-thumb {
    background: #fff;
}
a.akcartt span{
    right: auto !important;
}
.menu-barbg img {
  height: 30px !important;
  width: 30px !important;
  object-fit: contain;
  float: left;
}
a.akcartt {
  margin-right: 0;
  padding: 10px 0;
}
.menu-barbg1 {
  margin-left: 0;
}
.menu-barbg {
  border-radius: 8px;
  margin: 5px 0;
}

.menu-barbg a{
    display: block;
}
}

@media (max-width: 1024px){
.products.content-wrapper {
    width:96%;
}
.cart.content-wrapper{
    width: 96%;
}
.checkout.content-wrapper {
    width:100%;
}
.row.prod-box-top .col-lg-4{
    padding-right:0px !important;
}
.g-5, .gx-5 {
  --bs-gutter-x: 0 !important;
}
}
@media (max-width: 420px){
main .recentlyadded .products .product, main .products .products-wrapper .product {
  width: 100%;
}
}

/*=============19-05-2023===============*/
.special-offer-today h2 span {
    text-transform: capitalize;
    font-size: 17px;
    margin-left: 5px;
    color: #e90000;
    animation: blinker 0.2s linear infinite;
    font-weight: 700;
}
.special-offer-today h2 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
}
@keyframes blinker{
    0%{opacity: .1;}
    50%{opacity: .5; color: #e90000;}
    100%{opacity: 1; color: #000;}
}
.special-offer-today {
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 5px;
}

/*============13-07-2023===============*/
.banner-slider .owl-nav .owl-next i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #0000006b;
    display: inline-block;
    font-size: 22px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
}
.banner-slider .owl-nav .owl-next i:hover {
    background: #f86300;
    border-color:#f86300;
}
.banner-slider .owl-nav .owl-prev i:hover {
    background: #f86300;
    border-color: #f86300;
}
.banner-slider .owl-nav .owl-prev i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #0000006b;
    display: inline-block;
    font-size: 24px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
}
.banner-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 0
}
.banner-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 0
}
.banner-slider .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
  display: block;
  background: #fff;
  border-radius: 30px;
  margin: 2px 4px;
}
.banner-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
.banner-slider .owl-dots .owl-dot.active span{
    background:#f86300;
}
.banner-slider .home-banner {
  background-image: url(https://protegent360.com/uat/img/website-banner.webp);
  height: 430px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner-slider .bg-orng {
  height: 430px;
}
.banner-slider .bg-banner {
  height: 430px;
}