:root {
    --main-bg-color: #003446;
    --main-width: 100%;
    --menu-font-size: 20px;
    --cart-icon-width: 30px;
    --menu-color: #fff;
    --menu-hover-color: #4CC6EF;
    --btn1-text-color: #003446;
    --btn2-bg-color: #4CC6EF;
    --padding-55: 80px 55px;
    --btn-dark-blue: #003446;
    --btn-light-blue: #C8F1FF;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-b-bottom: 120px;
 }
 
 body{
    font-family: "Manrope", sans-serif !important;
    margin: 0;
    padding: 0;
 }
 ul, li, p, figure, h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
 }
 input:focus{
    outline: none;
 }
 img{
    max-width: 100%;
 }
 a{
    text-decoration: none;
 }
 .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
 }
 h2{
    color: #003446;
    font-size: 49px;
    font-weight: 800;
    color: #000 !important;
 }
 h3 {
    color: #00232F;
    font-size: 40px;
    font-weight: 800;
    color: #000 !important;
 }
 h4 {
    font-weight: 800;
    font-size: 28px;
    line-height: 50px;
 }
 p {
    color: #494949;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
 }
 header{
    background-color: var(--main-bg-color);
    padding: 20px 55px;
 }
 .lgo-mob, .mobile-log-btn{
    display: none;
 }
 .main-header .navbar .navbar-nav li a{
    font-size: var(--menu-font-size);
    font-family: "Manrope", sans-serif;
    color: var(--menu-color);
    padding: 0 15px;
    font-weight: 600;
    transition: 0.6s;
 }
 .main-header .navbar .navbar-nav li a.active{
    color: var(--menu-color);
 }
 .main-header .navbar .navbar-nav li a:hover{
    color: var(--menu-hover-color);
    transition: 0.6s;
 }
 .main-header .navbar .navbar-nav li{
   position: relative;
 }
 .main-header .navbar .navbar-nav li a:hover:after{
    content: '';
    border-bottom: 4px solid;
    border-color: var(--menu-hover-color);
    width: 35%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
    transition: 0.6s;
 }
 .navbar-brand img{
    width: 220px;
 }
 .cart-icon {
    max-width: var(--cart-icon-width);
 }
 .accounts-btn button {
    font-size: 14px;
    font-weight: 800;
    border: 0;
    padding: 14px 28px;
    border-radius: 54px 0px 54px 0px;
    width: 130px;
    font-family: 'Manrope' !important;
 }
 select#country {
    height: calc(6.25rem) !important;
    font-size: 16px !important;
    background-image: none !important;
    border: 3px solid #00232F !important;
    background: transparent !important;
    border-radius: 15px !important;
    padding: 15px 20px !important;
    color: #27272780 !important;
 }
 .btn-white{
    background-color: var(--menu-color);
    color: var(--btn-text-color);
    transition: 0.6s;
 }
 .btn-blue1{
    background-color: #4CC6EF;
    color: var(--menu-color);
    transition: 0.6s;
 }
 .selectpicker {
    max-width: 55px;
    margin-left: 20px;
 }
 .cart-icon {
    margin-left: 20px;
 }
 .p-55{
    padding: var(--padding-55);
 }
 .left-items h2 {
    color: #003446;
    font-size: 52px;
    font-weight: 800;
    line-height: 64px;
 }
 .img-box img {
    border-radius: 50px;
}
.logo-box {
    text-align: center;
}
 .left-items h4 {
    color: #003446;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
 }
 .left-items p {
    color: #494949;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
 }
 .site-btn{
    gap: 20px;
    display: flex;
 }
 .site-btn button {
    font-size: 18px;
    font-weight: 800;
    border: 1px solid #000 !important;
    padding: 12px 28px;
    border-radius: 54px 0px 54px 0px;
    width: 204px;
 }
 .mt-65{
    margin-top: 65px;
 }
 .dark-blue{
    background-color: var(--btn-dark-blue);
    color: var(--menu-color);
    transition: 0.6s;
 }
 .site-btn .btn-blue{
    background-color: #c8f1ff !important;
    color: #003446 !important;
    transition: 0.6s;
 }
 .site-btn .btn-blue:hover{
    background-color: #c8f1ff !important;
    color: #003446 !important;
 }
 .right-items {
    max-width: 620px;
    margin-right: 0 !important;
    margin: 0 auto;
 }
 .p-top{
    padding-top: var(--padding-top) !important;
 }
 .content-text h4:after {
    border-bottom: 4px solid #4CC6EF;
    display: block;
    border-radius: 73px;
    height: 4px;
    content: '';
    max-width: 243px;
    width: 100%;
    margin-top: 5px;
 }
 .content-text p {
    margin-top: 25px;
 }
 .breadcrumbs {
    padding: 20px 20px !important;
    padding-bottom: 0px !important;
 }
 .content-text a {
    font-size: 20px;
    color: #003446 !important;
    line-height: 32px;
    font-weight: 800;
    background: #C8F1FF;
    padding: 16px 20px;
    display: block;
    max-width: 325px;
    text-align: center;
    border-radius: 60px 0px 60px 0px;
 }
 .content-text a:hover{
   color: #003446 !important; 
 }
 .anchor-btn {
    margin: 34px 0px;
 }
 .content-text h6 {
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
 }
 .content-text {
    padding-left: 40px;
 }
 .section-bg{
    background: url(../images/bg-banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
 }
 .pt-70{
    padding: 70px 90px;
 }
 .section-bg h2:after, .channel-bg h3:after, .section-wbg h2:after{
    border-bottom: 4px solid #4CC6EF;
    display: block;
    border-radius: 73px;
    height: 4px;
    content: '';
    max-width: 623px;
    width: 100%;
    margin-top: 18px !important;
    margin: 0 auto;
 }
 .service-section h2 {
    margin-bottom: 30px;
 }
 .p-80{
    padding-top: 80px;
 }
 .diagram.p-80 {
    text-align: center !important;
 }
 .img-box h4:before {
    content: '';
    border-top: 5px solid #4CC6EF;
    height: 5px;
    display: block;
    border-radius: 120px;
    max-width: 270px;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 8px;
 }
 .section-bg .col-md-6 {
    width: 47%;
 }
 .p-content p {
    font-size: 20px;
    color: #272727;
 }
 .p-content .anchor-btn a{
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    font-weight: 800;
    background: #003446;
    padding: 16px 60px;
    margin: 0 auto;
    text-align: center;
    border-radius: 60px 0px 60px 0px;
    display: inline-block;
    margin-top: 20px;
 }
 
 .plat-form-btn a {
    max-width: 225px;
 }
 .plat-form-btn .anchor-btn{
    margin-bottom: 0 !important;
 }
 .plat-form-btn p{
    font-size: 20px;
 }
 .channel-bg h3:after {
    max-width: 500px;
 }
 .p-bottom{
    padding-bottom: var(--padding-bottom);
 }
 .p-50{
    padding-top: 50px;
 }
 .cms-home-demo-02 .channel-bg .client-logo {
    gap: 20px !important;
 }
 .client-logo .col-md-2 {
    max-width: 18.6666666666%;
    flex: 0 0 18.666666% !important;
 }
 
 .m-20{
    margin-top: 20px;
 }
 .get-offer h3:after {
    max-width: 500px;
 }
 .get-offer h3:after {
    max-width: 433px;
    margin: 0;
 }
 .icon_box h5 {
    font-size: 24px;
    font-weight: 700;
    padding: 14px 0px;
    color: #000;
    line-height: 34px;
 }
 .icon_box p {
    color: #777777;
    font-size: 16px;
    line-height: 26px;
 }
 .icon {
    max-width: 100px;
 }
 .padding-b-bottom{
    padding-bottom: var(--padding-b-bottom);
 }
 .section-bg-2{
    background: url(../images/bg-abnner-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
 }
 .arrow-box{
    position: relative;
 }
 .arrow-box p {
    font-size: 19px;
    color: #00232F;
    line-height: 30px;
    font-weight: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    height: 270px;
    justify-content: center;
    padding: 15px 30px;
 }
 .our-partner h3:after {
    max-width: 120px;
 }
 .our-partner p {
    color: #494949;
    font-size: 18px;
    margin-top: 21px;
 }
 .m-30 {
    margin-top: 60px;
 }
 .cutom-img {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
}

.cutom-img img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
 .r-center h3:after {
    max-width: 120px;
    margin-left: 0;
 }
 
 .custo_img_box h5 {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
 }
 .custo_img_box p {
    font-size: 14px;
    line-height: 22px;
 }
 .customr-review h3:after {
    max-width: 290px;
    margin: 0;
    margin-top: 10px !important;
 }
 .client-img img {
    width: 50px;
 }
 .client-img {
    display: flex;
    align-items: center;
    gap: 10px;
 }
 .client-img h6 {
    font-size: 22px;
    font-weight: 700;
 }
 
 span.designation {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
 }
 .testimonial-text p {
    color: #777777;
    font-size: 14px;
    line-height: 21px;
    padding-top: 10px;
 }
 .testimonial-text {
    padding: 30px;
    border: 1px solid #00232F;
    border-radius: 15px;
    min-height: 235px;
 }
 /*.plpr-180{
    padding-left: 180px;
    padding-right: 180px;
 }*/
 .footer-up {
    background-color: #4cc6ef1c;
    padding: 30px 180px;
 }
 
 .f-content p {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
 }
 .p-80 .col-md-6 .img-box, h4 {
    color: #000000 !important;
 }
 .trail-btn a {
    background: #003446;
    font-weight: 800;
    padding: 16px 18px;
    color: #fff;
    border-radius: 50px 0px 50px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
 }
 /* footer css start here */
 .footer-bg{
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
 }
 .footer-bottom {
    display: none;
 }
 .foot-logo {
    max-width: 240px;
    margin: 0 auto;
    padding-top: 30px;
 }
 
 .social-icon h4 {
    color: #fff;
 }
 .social-icon {
    margin-top: 40px;
    position: relative;
 }
 .social-icon h4:after {
    content: '';
    border-bottom: 4px solid #4CC6EF;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
    border-radius: 40px;
 }
 ul.s_iocns li {margin: 0px 11px;background: #fff;border-radius: 60px;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;list-style: none;}
 
 ul.s_iocns {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 25px;
 }
 
 ul.s_iocns li a {
    color: #242424;
    font-size: 20px;
 }
 .contact-info p {
    color: #ffff;
    display: flex;
    font-size: 15px;
    justify-content: center;
 }
 .contact-info p a {
    color: #fff !important;
    font-size: 15px;
    display: block;
    margin: 0 5px;
 }
 body .container, body .page-main {
    max-width: 100% !important;
}
 .contact-info {
    margin-top: 20px;
    padding: 0 7px;
 }
 .footer-form p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
 }
 .newsletter input {
    background: transparent;
    border: 0;
    font-size: 16px;
    color: #fff;
    border-bottom: 3px solid #4CC6EF !important;
    width: 80%;
    padding-bottom: 8px !important;
    padding: 18px 0;
    height: auto !important;
    font-family: 'Manrope' !important;
    border-radius: 0;
 }
 .newsletter {
    margin-top: 25px;
 }
 .newsletter input::placeholder {
    color: #ffffff80;
 }
 input.subscribe-btn {
    background: #fff;
    color: #003446;
    font-weight: 800;
    font-size: 20px;
    padding: 10px 40px !important;
    border: 0;
    border-radius: 45px 0;
    margin-left: 30px;
    max-width: 210px;
    width: 100%;
    font-family: 'Manrope' !important;
 }
 .newsletter form {
    display: flex;
 }
 .foot-logbtn {
    margin-top: 85px;
 }
 
 .shop-btn a {
    font-weight: 800;
    font-size: 14px;
    color: #ffffff !important;
    border: 3px solid #fff;
    border-radius: 40px;
    padding: 10px 20px;
    background: #4cc6ef1a;
 }
 
 .foot-logbtn .accounts-btn button {
    margin: 0 10px;
    font-family: 'Manrope' !important;
    width: 145px;
 }
 .foot-logbtn .shop-btn {
    margin-right: 10px;
 }
 .footer-nav ul li {
    list-style: none;
    padding: 8px 0px;
 }
 .footer-nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
 }
 .footer-nav {
    padding-left: 25px;
    position: relative;
    margin-left: 55px;
 }
 .footer-nav:before {
    content: '';
    border-left: 4px solid #4CC6EF;
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 40px;
 }
 .copyright-text p {
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    
 }
 
 .copyright-text {
    display: flex;
    justify-content: center;
 }
 .copyright-text ul li {
    display: inline-block;
    padding: 0 18px;
 }
 
 .copyright-text ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #898989;
 }
 .copyright-text ul {
    margin-left: 18px;
 }
 .copyright-text {
    margin-top: 61px;
 }
 .footer-form {
    margin-top: 30px;
    margin-left: 20px;
 }
 
 .justify-content-between .shop-btn :hover {
    color: #ffffff !important;
 }
 
 .justify-content-between .shop-btn a{
    color: #ffffff !important;
 }
 
 .contact-info a:hover {
    color: #ffffff !important;
 }
 
 .contact-info a {
    color: #ffffff !important;
 }
 
 .trail-btn a:hover {
    color: #fff !important;
 }
 
 .trail-btn a {
    color: #fff !important;
 }
 
 /* dp page css here */
 
 .destino-text p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
 }
 
 .destino-text .anchor-btn a {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 800;
    background: #003446;
    padding: 16px 45px;
    margin: 0 auto;
    text-align: center;
    border-radius: 60px 0px 60px 0px;
    display: inline-block;
 }
 .destino-text .anchor-btn {
    margin: 22px 0px;
 }
 .underline-txt a {
    color: #777777 !important;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 400;
 }
 .underline-txt a:hover{
  color: #777777 !important;  
 }
 .right-col {
    padding-left: 20px;
    position: relative;
 }
 .left-col{
    padding-right: 20px;
    height: 100%;
 }
 .destino-bg {
    background: #EDF9FD;
    border-radius: 35px;
    padding: 30px;
    box-shadow: 0 25px 40px #00000008;
 }
 .left-col img {
    height: 100%;
 }
 
 .right-col:before {
    content: '';
    border-left: 9px solid #4CC6EF;
    width: 4px;
    display: block;
    position: absolute;
    left: -16px;
    height: 100%;
    border-radius: 40px;
    top: 0px;
    bottom: 0;
 }
 .venuse-box {
    padding: 50px 0px;
    padding-bottom: 20px !important;
 }
 .venuse-box h3:before {
    content: '';
    border-top: 8px solid #4CC6EF;
    width: 251px;
    display: block;
    position: absolute;
    height: 8px;
    border-radius: 40px;
    top: -20px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
 }
 h4.touch {
    color: #ffffff !important;
 }
 
 @media screen and (max-width: 992px){
 
    :root {
        --padding-55: 15px 0px;
    }
 
 
 
    .lgo-desk, .hide-mob{
        display: none !important;
    }
    .lgo-mob, .mobile-log-btn{
        display: block;
    }
    header {
        padding: 10px 0px;
    }
    .navbar-brand img {
        width: 40px;
    }
    button.navbar-toggler {
        border: 0;
        color: #fff;
    }
    i.fa-solid.fa-bars {
        color: #fff;
        font-size: 24px;
    }
    .navbar-collapse {
        border-top: 1px solid #ffffff2b;
        margin-top: 18px;
    }
    ul.navbar-nav li {
        padding: 10px 0px;
    }
    .main-header .navbar .navbar-nav li a {
        padding: 0;
    }
    ul.navbar-nav {
        margin-top: 10px !important;
    }
    .left-items h2 {
        line-height: 54px;
    }
    .site-btn button {
        font-size: 16px;
    }
    h2 {
        font-size: 28px;
    }
    .pt-70 {
        padding: 30px 0px;
    }
    p, .plat-form-btn p {
        font-size: 18px;
    }
    .p-content p {
        font-size: 18px;
    }
    .p-80 {
        padding-top: 40px;
    }
    .content-text {
        padding-left: 0;
    }
    h3 {
        font-size: 28px;
    }
    .m-20 {
        margin-top: 0;
    }
    .client-logo {
        gap: 0;
    }
    .p-50 {
        padding-top: 20px;
    }
    .client-logo .col-md-2 {
        width: 20%;
    }
    .channel-bg h3:after {
        max-width: 380px;
    }
    .section-bg h2:after, .channel-bg h3:after {
        max-width: 300px;
    }
    .icon_box h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .arrow-box p {
        font-size: 11px;
        line-height: 13px;
        bottom: 24px;
        height: auto;
        padding: 10px 10px;
    }
    .anchor-btn {
        margin: 10px 0px;
    }
    .testimonial-text {
        padding: 10px;
    }
    .client-img h6 {
        font-size: 18px;
    }
    span.designation {
        font-size: 14px;
    }
    .client-img img {
        width: 40px;
    }
    .footer-up {
        padding: 20px 0;
    }
    .f-content p {
        font-size: 16px;
    }
    .trail-btn a {
        padding: 16px 16px;
    }
    h4 {
        font-size: 20px;
        line-height: 36px;
    }
    .contact-info p {
        display: block;
        font-size: 12px;
    }
    ul.s_iocns li {
        margin: 0px 5px;
        width: 28px;
        height: 28px;
    }
    ul.s_iocns li a {
        font-size: 14px;
    }
    .shop-btn a {
        font-size: 18px;
        padding: 10px 10px;
    }
    .foot-logbtn {
        margin-top: 55px;
    }
    .foot-logbtn .accounts-btn button {
        width: 85px;
    }
    .accounts-btn button {
        font-size: 12px;
        padding: 10px 10px;
    }
    .foot-logbtn .accounts-btn button {
        margin: 0;
    }
    .footer-nav {
        padding-left: 15px;
        margin-left: 0;
    }
    .footer-nav ul li a {
        font-size: 14px;
    }
 }
 /* dp page css here */
 
 .destino-text p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
 }
 
 .destino-text .anchor-btn a {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 800;
    background: #003446;
    padding: 16px 45px;
    margin: 0 auto;
    text-align: center;
    border-radius: 60px 0px 60px 0px;
    display: inline-block;
 }
 .destino-text .anchor-btn {
    margin: 22px 0px;
 }
 .underline-txt a {
    color: #777777;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 400;
 }
 .right-col {
    padding-left: 20px;
    position: relative;
 }
 .left-col{
    padding-right: 20px;
    height: 100%;
 }
 .destino-bg {
    background: #EDF9FD;
    border-radius: 35px;
    padding: 30px;
    box-shadow: 0 25px 40px #00000008;
 }
 .left-col img {
    height: 100%;
 }
 
 .right-col:before {
    content: '';
    border-left: 9px solid #4CC6EF;
    width: 4px;
    display: block;
    position: absolute;
    left: -16px;
    height: 100%;
    border-radius: 40px;
    top: 0px;
    bottom: 0;
 }
 .venuse-box {
    padding: 50px 0px;
    padding-bottom: 20px !important;
 }
 .venuse-box h3:before {
    content: '';
    border-top: 8px solid #4CC6EF;
    width: 251px;
    display: block;
    position: absolute;
    height: 8px;
    border-radius: 40px;
    top: -20px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
 }
 .universal-haeding h2 {
    font-size: 32px;
 }
 .universal-haeding h2:after {
    max-width: 553px;
    margin-top: 10px !important;
    margin: 0;
 }
 .content-box {
    border: 1px solid #00232F;
    border-radius: 15px;
    padding: 25px;
 }
 .content-box h4 {
    font-size: 24px;
    line-height: 28px;
    color: #00232F;
 }
 .content-box p {
    line-height: 22px;
    font-size: 15px;
    color: #777777;
    margin: 15px 0px;
 }
 a.read-more {
    font-size: 16px;
    font-weight: 800;
    color: #003446;
    background: #4cc6ef6e;
    padding: 12px 28px;
    border-radius: 50px 0px;
    margin-top: 25px;
    display: block;
    max-width: 200px;
    text-align: center;
 }
 .business_heading h2:after {
    max-width: 290px;
    margin-top: 10px !important;
    margin: 0;
 }
 .section-box-counter{
    background: #EDF9FD;
    padding-top: 50px;
    padding-bottom: 0;
 }
 
 .icon-with-cointent img {
    max-width: 200px;
 }
 .icon-with-cointent p {
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Manrope", sans-serif;
 }
 .icon-with-cointent h4 {
    font-size: 18px;
    color: #272727;
    font-weight: 800;
    line-height: 40px;
    font-family: "Manrope", sans-serif;
 }
 .icon-with-cointent h4 span {
    font-weight: 500;
    font-size: 16px;
 }
 .icon-with-cointent h4:after {
    content: '';
    border-top: 6px solid #4CC6EF;
    width: 323px;
    display: block;
    height: 6px;
    border-radius: 40px;
    margin: 0;
 }
 .icon-with-cointent {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 25px 40px #00000005;
    margin-bottom: -50px;
 }
 
 #counter{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 30px;
 }
 div#counter h2 {
    font-size: 32px;
    color: #272727;
    font-family: "Manrope", sans-serif;
 }
 .item {
    margin-right: 35px;
 }
 .item p {
    padding: 0;
    font-size: 14px;
 }
 .shadow-img a {
    font-size: 20px;
    color: #272727 !important;
    text-decoration: underline;
    display: block;
    padding-left: 23px;
 }
 .shadow-img {
    margin-top: -105px;
 }
 .wrpaaer-text h2 {
    font-size: 32px;
    color: #000000;
 }
 .wrpaaer-text p {
    color: #000000;
    font-size: 18px;
 }
 .wrpaaer-text a.read-more {
    color: #fff;
    background: #003446;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
 }
 .foot-up-bg {
    background: url(../images/Subtract.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 15px;
 }
 .wholesale-text h2:after {
    border-bottom: 4px solid #4CC6EF;
    display: block;
    border-radius: 73px;
    height: 4px;
    content: '';
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
 }
 .wholesale-text p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
 }
 .right-up-box h4 {
    font-size: 22px;
    color: #00232F;
    line-height: 30px;
 }
 .right-up-box h6 {
    color: #003446;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
 }
 .right-up-box p {
    color: #494949;
    font-size: 16px;
    margin-top: 14px;
 }
 .right-up-box {
    background: #EDF9FD;
    padding: 40px;
    border-radius: 28px;
    margin-left: -180px;
    box-shadow: 0 25px 40px #0000000d;
 }
 .right-up-btn {
    display: flex;
    gap: 30px;
 }
 .right-up-btn .read-more {
    font-size: 14px;
    padding: 12px 45px;
    margin-top: 35px;
 }
 .first-slider h2:after {
    border-bottom: 4px solid #4CC6EF;
    display: block;
    border-radius: 73px;
    height: 4px;
    content: '';
    max-width: 100px;
    width: 100%;
    margin-top: 10px !important;
    margin: 0;
 }
 .first-slider p {
    color: #777777;
    margin-top: 10px;
    font-size: 18px;
 }
 .custo_img {
    background: #D9D9D9;
    padding: 35px;
    border-radius: 20px;
 }
 .custo_img h5 {
    font-size: 22px;
    font-weight: 900;
    color: #003446;
 }
 .custo_img p {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-top: 15px;
 }
 .custo_img .cutom-img {
    height: 100px;
    margin-bottom: 20px;
 }
 .slide-item {
    margin: 0 15px;
 }
 .pb-40{
    padding-bottom: var(--pb-40);
 }
 .box-slider .slick-arrow {
    position: absolute;
    right: 48px;
    bottom: -70px;
    transition: 0.6s;
 }

 .box-slider .fa-angle-left, .box-slider .fa-angle-right {
    background: #EDF9FD;
    margin-right: 20px;
    border-radius: 200px;
    height: 40px;
    width: 40px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 }
 .box-slider .fa-angle-left {
    margin-right: 75px;
 }
 .coun-item p {
    font-size: 16px;
    color: #003446;
 }
 .coun-item h4 {
    margin-top: -40px;
 }
 .coun-item {
    max-width: 230px;
 }
 .shop-view-btn .read-more {
    max-width: 260px;
    margin: 0 auto;
 }
 .category-heading h2:after {
    margin: 0;
    margin-top: 15px;
 }
 .peragraph p {
    font-size: 18px;
 }
 .category-bg{
    background: url(../images/category.png) no-repeat;
    background-size: cover;
    background-position: center center;
 }
 .category-list h5{
    font-weight: 900;
    color: #003446;
 }
 
 .list-tiems li {
    display: none;
    list-style: none;
    border: 3px solid #003446;
    border-radius: 20px;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 800;
    color: #003446;
    transition: 0.6s;
    cursor: pointer;
    margin-right: 14px;
 }
 .list-tiems li:hover {
    background: #003446;
    color: #fff;
    transition: 0.6s;
 }
 .wrapper-list {
    margin-top: 30px;
 }
 .list-tiems {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
 }
 .load-more {
    max-width: 62px;
 }
 
 .selling-box {
    border-radius: 25px;
    padding: 50px 65px 20px 65px;
 }
 
 .selling-box h3 {
    font-size: 26px;
    margin-top: 30px;
 }
 .selling-box .anchor-btn {
    margin-top: 35px;
 }
 .selling-right-box{
    text-align: right;
 }
 .selling-right-box:after {
    content: '';
    border-right: 8px solid #4CC6EF;
    position: absolute;
    right: 0;
    display: block;
    width: 8px;
    height: 100%;
    top: 0;
    border-radius: 40px;
 }
 .row.mt-75 {
    margin-top: 70px;
}
 .selling-right-box {
    position: relative;
    padding-right: 30px;
    margin-bottom: 110px;
 }
 .selling-right-box p {
    color: #777777;
    font-size: 18px;
 }
 .network-img img{
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
 }
 .information-form h4:after {
    border-bottom: 4px solid #4CC6EF;
    display: block;
    border-radius: 73px;
    height: 4px;
    content: '';
    max-width: 195px;
    width: 100%;
    margin: 0;
 }
 .information-form {
    background: #EDF9FD;
    border-radius: 25px;
    padding: 35px 50px;
    padding-bottom: 60px;
    box-shadow: 15px 20px 50px #00000012;
    margin-top: 50px;
 }
 .information-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #00232F !important;
    border-radius: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 18px !important;
    color: #00232F;
 }
 select.form-control:not([size]):not([multiple]) {
    height: calc(6.25rem) !important;
    font-size: 16px !important;
 }
 .fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: 'FontAwesome' !important;
 }
 .information-form .form-group {
    margin-bottom: 60px;
 }
 .information-form .form-control::placeholder {
    color: rgba(39, 39, 39, 0.5);
 }
 .information-form label{
    font-size: 18px;
    color: rgba(39, 39, 39, 0.5);
 }
 .file-select-name{
    font-size: 16px;
    color: rgba(39, 39, 39, 0.5);
    margin-top: 10px;
 }
 .information-form .select-box {
    border: 2px solid #00232F;
    padding: 15px 20px;
    border-radius: 15px;
    margin-top: 10px;
    font-size: 18px;
    color: #00232F;
    font-weight: 700;
        max-width: 100% !important;
 }
 .slect-icon{
    position: relative;
 }
 .slect-icon:after {
    color: #000;
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 20px;
    display: block;
    width: 17px;
    height: 21px;
    margin: 0 auto;
    z-index: 0;
    top: 55%;
    right: 3%;
 }
 .form-group h5 {
    color: #00232F;
    font-weight: 600;
    margin-bottom: 8px;
 }
 .choose-file-input {
    display: block;
    margin-top: 10px;
    border: 2px solid #00232F;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
 }
 
 .file-upload .file-select {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .file-upload .file-select:hover {
    border-color: #34495e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .file-upload.active .file-select .file-select-button {
    background: #00232F;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .file-upload .file-select.file-select-disabled {
    opacity: 0.65;
  }
  .file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
  }
  .file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
  .file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
  }
  .file-select-button {
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #00232F;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    max-width: 300px;
    margin-top: 14px;
    cursor: pointer;
 }
 .btn.sendmail-btn {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    background: #003446;
    padding: 16px 34px;
    margin: 0 auto;
    text-align: center;
    border-radius: 42px 0px 42px 0px;
    display: inline-block;
 }
 .support-border h2:after {
    max-width: 190px;
 }
 .support-bg{
    background: url(../images/support-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
 }
 .support-border ul {
    margin-top: 20px;
 }
 .support-border ul li {
    display: inline-block;
    list-style: none;
    padding-right: 30px;
 }
 .support-border ul li a {
    font-size: 24px;
    color: #003446;
    font-weight: 900;
 }
 .support-text p{
    font-size: 18px;
 }
 
 .blog-bg{
    background: url(../images/blog-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
 }
 .blog-category {
    margin-top: 25px;
 }
 
 .blog-category h5 {
    font-size: 18px;
    font-weight: 700;
    color: #272727;
 }
 
 .blog_heading h3 a{
    font-size: 30px;
    font-weight: 800;
    color: #272727;
    line-height: 60px;
 }
 
 .blog-content p {
    font-size: 18px;
    color: #777777;
    line-height: 26px;
 }
 .blog-time ul {
    display: flex;
    gap: 30px;
 }
 .blog-time ul li {
    display: inline-block;
    list-style: none;
    position: relative;
 }
 .blog-time ul li p {
    font-size: 16px;
    text-transform: uppercase;
    color: #777777;
 }
 .blog-time {
    margin-top: 10px;
 }
 .blog-time ul li:after {
    content: "|";
    display: block;
    position: absolute;
    top: 0;
    right: -17%;
    color: #777777;
 }
 .blog-time ul li:last-child:after {
    display: none;
 }
 .aside-blog .blog_heading a {
    font-size: 18px;
    font-weight: 800;
    color: #272727;
    margin-top: 5px;
    display: block;
 }
 .aside-blog .blog-category h5 {
    font-size: 16px;
 }
 .aside-blog .blog-time {
    margin-top: 5px;
 }
 .aside-blog .blog-time ul li p {
    font-size: 14px;
 }
 .aside-blog {
    border-bottom: 0.5px solid #7777775e;
    padding-bottom: 12px;
    font-size: 16px;
 }
 .badge-box {
    background: url(../images/badge-box-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px;
    border-radius: 25px;
    margin-top: 40px;
 }
 .badge-box .read-more {
    margin-top: 25px !important;
    max-width: 200px;
    margin: 0 auto;
 }
 .badge-box p {
    font-size: 16px;
    color: #777777;
 }
 .article-heading p {
    color: #777777;
    font-weight: 400;
 }
 .article-heading h2:after {
    max-width: 135px;
    margin: 0;
    margin-top: 12px;
 }
 .aside-blog img {
    height: 280px;
 }
 .article-heading h2 {
    font-size: 40px;
 }
 .read-more-blod{
    text-align: right;
 }
 .read-more-blod a {
    display: inline-block;
    margin: 0;
 }
 .newsletter_heading h2 {
    font-size: 33px;
 }
 .newsletter-from {
    max-width: 1024px;
    margin: 0 auto;
 }
 .newsletter-from input {
    border: 0;
    background: transparent;
    border-bottom: 3px solid #4CC6EF;
    width: 100%;
    font-size: 16px;
    padding-bottom: 6px;
    border-radius: 0;
 }
 .newsletter-from input::placeholder {
   color: #7777777d 
 }
 .newsletter-from .subscribe-btn {
    background: #003446;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 12px 20px !important;
    border: 0;
    border-radius: 35px 0;
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
 }
 .newsletter-from p {
    font-size: 16px;
    color: #777777;
    margin-top: 10px;
 }
 .new-letter {
    background: url(../images/Subtract1.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 20px;
 }
 
 /* Login Css */
 .login-bg{
    background-color: #EDF9FD;
    border-radius: 35px;
    padding: 50px;
 }
 .mt-70{
    margin: 70px;
 }
 .login_logo {
    max-width: 220px;
 }
 .login-heading h2:after {
    max-width: 120px;
    margin: 0;
    margin-top: 15px;
 }
 .right-log h2:after {
    max-width: 120px;
    margin: 0 auto;
    margin-top: 15px;
 }
 .login-heading h2 {
    font-size: 40px;
 }
 form.login-from input {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #00232F !important;
    border-radius: 0;
    padding: 0;
    line-height: 40px;
    font-size: 16px !important;
    font-family: 'Manrope' !important;
 }
 .login-from .form-control:focus {
    color: #00232F;
    background-color: transparent;
    border-color: #00232F;
 }
 .login-from .form-control {
    margin-top: 40px;
    margin-bottom: 15px;
 }
 .login-container {
    max-width: 100% !important;
    background: none !important;
    padding: 0px !important;
 }
 .login-from.form-group input[type="password"]:focus,
 .login-from.form-group input[type="email"]:focus {
    border: none !important; 
 }
 .form-group.show-pass {
    font-size: 13px;
    color: #27272785;
    display: flex;
    align-items: center;
    gap: 7px;
 }
 .login_button {
    background: #003446;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 12px 20px !important;
    border: 0;
    border-radius: 35px 0;
    max-width: 170px;
    width: 100%;
    margin-top: 50px;
 }
 .login_button:hover{
  background: #003446 !important; 
  color: #fff !important; 
 }
 .login_button:focus{
  background: #003446 !important; 
  color: #fff !important; 
  border-color: transparent !important;
 }
 .loginpadding-box {
    padding: 20px 40px;
 }
 .forgot-btn {
    display: block;
    font-size: 16px;
    color: #2727278c;
    margin-top: 15px;
    text-decoration: underline;
 }
 .amazonlogin img {
    width: 26px;
 }
 .amazonlogin a {
    color: #003446 !important;
    font-size: 18px;
    font-weight: 500;
 }
 .amazonlogin {
    margin-top: 40px;
    padding-bottom: 40px;
 }
 .customer-account-login .page-title-wrapper {
    display: none;
 }
 .amazonlogin a:after {
    content: '';
    border-bottom: 2px solid #003446;
    width: 167px;
    display: block;
 }
 .amazonlogin a:hover{
  color:#003446 !important;
 }
 .right-_box_login img {
    max-width: 370px;
 }
 .right-_box_login p {
    color: #003446;
    font-size: 14px;
    font-weight: 500;
 }
 .bg-button ul li a {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
 }
 .bg-button ul li a {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
 }
 
 .bg-button ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
 }
 .bg-button {
    background: #003446;
    border-radius: 17px;
    padding: 15px 20px;
    margin-top: 25px;
 }
 .bg-button ul li {
    display: inline-block;
    position: relative;
 }
 
 .bg-button a.read-more {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 16px  !important;
 }
 .bg-button span {
    color: #4CC6EF;
    height: 50px;
    width: 7px;
    display: block;
    background: #4CC6EF;
    border-radius: 40px;
 }
 div#border-right-height:after {
    border-right: 7px solid #00232F;
    position: absolute;
    top: -43px;
    height: 100%;
    content: '';
    right: -10px;
    border-radius: 40px;
 }
 div#border-right-height {
    position: relative;
 }
 
 input.invalid {
    background-color: #ffdddd;
 }
  /* Hide all steps by default: */
 .tab {
    display: none;
 }   
 #prevBtn {
    background-color: #bbbbbb;
 }
 /* Step marker: Place in the form. */
 .step.active {
    opacity: 1;
    background: #545454;
 }
 .step {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 50%;
    display: inline-block;
 }
 .step.finish {
    background-color: #4CAF50 !important;
 }
 
 #regForm .form-control {
    margin-top: 18px;
    margin-bottom: 15px;
 }
 .customer-account-create .page-title-wrapper {
    display: none;
 }
 .customer-account-create .form.create.account {
    background-color: aliceblue !important;
 }
 .radio-btn h6 {
    color: #27272782;
    margin-top: 32px;
    margin-bottom: 15px;
    font-size: 16px !important;
 }
 input[type="radio"]:checked+label{ font-weight: bold; color: #00232F; border-color: #00232F; }
 
 .radio-btn label {
    color: #8A9092;
    font-weight: 600;
    font-size: 15px;
    margin-right: 20px;
    cursor: pointer;
 }
 .form-group.radio-btn input {
    width: 20px;
    height: 20px;
    background: #EDF9FD !important;
    accent-color: auto;
 }
 .radio-input {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
 }
 .next-btn {
    text-align: center;
 }
 .next-btn button {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: #003446;
    padding: 12px 60px;
    border-radius: 50px 0px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-family: 'Manrope' !important;
 }
 .plan-table{
    padding: 50px 50px;
 }
 article.show-tab{
    display: block;
 }
 article{
    display: none;
 }
 .plan_radio_btn input {
    width: 25px;
    height: 25px;
    cursor: pointer;
 }
 .plan_radio_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
 }
 .plan_radio_btn label {
    margin-right: 25px;
    color: #000000 !important;
    font-weight: 400 !important;
 }
 .plan_items{
    margin-top: 40px;
 }
 .plan-bg.active {
    background: #003446;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 40px 80px 10px #0000000a;
 }
 .plan-bg {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 40px 80px 10px #0000000a;
    height: 100%;
 }
 .pprice-box {
    background: #EDF9FD;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 40px;
 }
 .pprice-box h6 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
 }
 .black-avtive h6{
    color: #272727;
 }
 h3.price-txt {
    margin-top: 10px;
    margin-bottom: 8px;
 }
 .pprice-box p {
    color: #777777;
    font-size: 16px;
 }
 .black-avtive .plan-desc p {
    color: #272727;
    padding-bottom: 4px;
 }
 .plan-desc p {
    color: #fff;
    font-size: 14px;
    padding: 22px 0px;
 }
 input.form-control.showvat {
    display: block !important;
 }
 .plan-desc .read-more {
    font-size: 18px;
    color: #ffff;
    background: #4CC6EF;
    padding: 11px 40px;
    border-radius: 40px 0px;
    margin-top: 15px;
    display: block;
    max-width: 100%;
 }
 .customer-account-create input[type="checkbox"] {
    float: none !important;
    width: auto !important;
    top: 0px !important;
 }
 .plan-desc {
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
 }
 .plan-desc span {
    color: #fff;
    display: block;
    padding-top: 8px;
    font-size: 12px;
 }
 .black-avtive .plan-desc span {
    color: #272727;
 }
 .plan-listing img {
    width: 18px;
    height: 18px;
    margin-top: 3px;
 }
 .plan-listing ul li {
    list-style: none;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
 }
 .plan-listing ul li p {
    color: #fff;
    font-size: 14px;
 }
 .black-avtive .plan-listing ul li p {
    color: #272727;
 }
 .plan-listing {
    margin-top: 25px;
 }
 .black-avtive .plan-desc {
    border-bottom: 1px solid #00232F;
 }
 .faq-accordian .accordion-button {
    padding: 0;
    font-weight: 800;
    color: #272727;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 14px;
    margin-top: 40px;
    text-align: left;
    background: transparent;
    border: 0;
 }
 .faq-accordian .accordion-button:focus {
    z-index: 3;
    border-color: 0;
    outline: 0;
    box-shadow: none;
 }
 .faq-accordian .accordion-button:not(.collapsed) {
    color: #272727;
    background-color: transparent;
    box-shadow: none;
 }
 .faq-accordian .accordion-body {
    padding: 14px 0;
 }
 .faq-accordian .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #77777740;
 }
 .m-180{
    margin-bottom: 180px;
 }
 
 .form-control.select-boxx {
    border: 3px solid #00232F;
    background: transparent;
    border-radius: 15px;
    padding: 15px 20px;
    color: #27272780;
 }
 .tab .slect-icon:after {
    top: 29%;
 }
 .tab-end textarea {
    border: 3px solid #00232F;
    width: 100%;
    border-radius: 15px;
    padding: 15px 20px;
    min-height: 130px;
    color: #272727ab;
    background: transparent;
    font-family: 'Manrope' !important;
    font-size: 16px !important;
 }
 .tab-end label {
    font-size: 16px;
    color: #003446;
    font-weight: 600;
    padding-bottom: 14px;
 }
 .tab-end .radio-input label {
    padding: 0;
 }
 .tab-end .form-group.radio-btn {
    padding-top: 20px;
 }
 .checkbox-slected {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
 }
 .checkbox-slected label {
    color: #8A9092;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
 }
 .mt-50 {
    margin-top: 50px;
 }
 .checkbox-slected label a {
    color: #003446 !important;
 }
 .col-md-2.mob-li {
    display: none;
 }
 .site-btn.mt-65.mob_btn {
    display: none;
 }
 
 .left-items.mob_p {
    display: none;
 }
 .anchor-btn.mobile-btn {
    display: none;
 }
 .arrow_slider {
    display: none;
 }
 section.channel-bg .row .col-md-3:last-child {
    display: none;
 }
 .accounts-btn.accounts_mob {
    display: none;
 }
 
 .language-selector.mob-selector {
    display: none;
 }
 .customers_slider {
    display: none;
 }
 .logo_slider {
    display: none;
 }
 .logo-wrapper{
    display: none;
 }
 .cutom-content button {
    display: none;
 }
 section.box-slider .slick-track {
    display: flex !important;
 }
 
 section.box-slider .slide-item {
    height: auto;
 }
 .wholesale-text.text-center h2 br {
    display: none;
 }
 .logo-dis {
    padding-top: 100px !IMPORTANT;
 }
 .network h2 br{
    display: none;
 }
 .network-img.mobile-img {
    display: none;
 }
 .form-group.col-md-12.mob-policy {
    display: none;
 }
 .blog-time.mob-item {
    display: none;
 }
 .resources-txt p {
    font-size: 14px;
    display: none;
 }
 .read-more-blod.more-btn {
    margin: 0;
    display: none;
 }
 .read-more-blod.desk-top {
    margin: 0;
    display: none;
 }
 .col-md-7.mob-col {
    display: none;
 }
 .plan_items.blog-slider {
    display: none;
 }
 .wholesale-text.login-mobile {
    display: none;
 }
 .txt-create {
    display: none;
 }
 .growth_img {
    display: none;
 }
 .universal-haeding.first-slider {
    margin-bottom: 30px;
 }
 
 .control_box {
    display: none;
 }
 
 /* New css start here */
 .blog-heading-text .article-heading h2:after {
    max-width: 107px;
    margin-top: 12px;
 }
 .blog-heading-text .wholesale-text p {
    margin-top: 10px;
 }
 .blog_heading h3 a{
    font-size: 30px;
    font-weight: 800;
    color: #272727;
 }
 .blog-content {
    margin-top: 14px;
 }
 .blog-time {
    margin-top: 25px;
 }
 .single-blg {
    border-bottom: 0.5px solid #dfdfdf;
    padding-bottom: 25px;
    margin-bottom: 40px;
 }
 .blog-pagination ul li{
    list-style: none;
 }
 .search-container {
    display: block !important;
    margin: 0 auto;
    position: relative;
    padding-right: 0px !important;
  }
  input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 63px;
    padding: 0 26px;
    font-size: 18px;
    border: 0;
    outline: none;
    background: #F2F2F2;
    border-radius: 15px;
    color: #A5A5A5;
 }
  input#search-bar:focus {
    border: 0;
    transition: 0.35s ease;
    color: #A5A5A5;
  }
  input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 1;
  }
  input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
  }
  input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
  }
  
  .search-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 23%;
    right: 4%;
  }
  .search-container:after {
    content: '';
    border-left: 3px solid #003446;
    display: block;
    position: absolute;
    right: 55px;
    height: 30px;
    width: 10px;
    top: 18px;
 }
 .search-container {
    position: relative;
 }
 .blog-search-box {
    border-bottom: 4px solid #4CC6EF;
    padding-bottom: 20px;
 }
 .aside-category {
    margin-top: 50px;
 }
 
 .aside-category h3 {
    font-size: 28px;
    position: relative;
    display: inline-block;
 }
 
 .aside-category h3:after {
    content: '';
    border-bottom: 0.5px solid #dddddd;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
 }
 .aside-category ul li {
    display: block;
    padding-bottom: 10px;
 }
 
 .aside-category ul {
    margin-top: 30px;
 }
 
 .aside-category ul li a {
    font-size: 18px;
    color: #272727;
    font-weight: 800;
 }
 .aside-blog {
    border-bottom: 0.5px solid #7777775e;
    padding-bottom: 12px;
    margin-top: 35px;
 }
 .aside-category p {
    color: #272727;
    font-weight: 800;
    margin-top: 30px;
 }
 .tags ul li a{
    font-weight: 600;
 }
 .single-blog p{
    margin-top: 20px;
    margin-bottom: 20px;
 }
 .single-blog h4{
    margin-top: 30px;
 }
 .single-blog {
    border-bottom: 0.5px solid #e4e4e4;
    padding-bottom: 30px;
 }
 .blog-comment textarea {
    border: 3px solid #00232F;
    border-radius: 10px;
    width: 70%;
    height: 134px;
    padding: 15px;
 }
 .blog-comment {
    margin-top: 30px;
 }
 .blog-comment form {
    display: inline;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
 }
 .mt-50 .col-md-8 {
    flex: auto !important;
    max-width: none;
 }
 
 html .blog-page-list .page-layout-2columns-left .sidebar, html .page-layout-2columns-right .sidebar {
    flex: 0 0 auto;
    width: 33.33333333% !important;
 }
 html .blog-page-list .page-layout-2columns-left .column.main, html .page-layout-2columns-right .column.main {
    flex: 0 0 auto;
    width: 66.66666667% !important;
 }
 .blog-page-list .page-title-wrapper {
    display: none;
 }
 .blog-page-list .sidebar .block .block-content, .sidebar .block .empty {
    border: none !important;
 }
 .blog-page-list .blog_heading :hover {
    color: #272727 !important;
 }
 .blog-page-list .blog-pagination .read-more-blod {
    text-align: unset;
 }
 .blog-page-list .widget.block-archive .archive-item-link {
    font-weight: 800 !important;
 }
 .blog-page-list .widget.block-archive .archive-item-link :hover {
    color: #272727  !important;
 }
 #blog_search_mini_form {
    padding-right: 0px !important;
 }
 .blog-page .post-nextprev-hld.clearfix {
    display: none;
 }
 .blog-page .page-title-wrapper {
    display: none;
 }
 blog-page .message-success.success.message {
    margin-left: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
 }
 
 /* Mobile Resposive css */
 
 @media screen and (max-width: 1600px) {
    .client-logo {
        gap: 0;
    }
 
 }
 
 
 @media screen and (max-width: 992px) {
 
    :root {
        --padding-55: 50px 0px;
    }
 
    .lgo-desk,
    .hide-mob {
        display: none !important;
    }
 
    .lgo-mob,
    .mobile-log-btn {
        display: block;
    }
 
    header {
        padding: 10px 0px;
    }
 
    .navbar-brand img {
        width: 40px;
    }
 
    button.navbar-toggler {
        border: 0;
        color: #fff;
    }
 
    i.fa-solid.fa-bars {
        color: #fff;
        font-size: 24px;
    }
 
    .navbar-collapse {
        border-top: 1px solid #ffffff2b;
        margin-top: 18px;
    }
 
    ul.navbar-nav li {
        padding: 10px 0px;
    }
 
    .main-header .navbar .navbar-nav li a {
        padding: 0;
    }
 
    ul.navbar-nav {
        margin-top: 10px !important;
    }
 
    .left-items h2 {
        line-height: 54px;
    }
 
    .site-btn button {
        font-size: 16px;
    }
 
    h2 {
        font-size: 28px;
    }
 
    .pt-70 {
        padding: 30px 0px;
    }
 
    p,
    .plat-form-btn p {
        font-size: 18px;
    }
 
    .p-content p {
        font-size: 18px;
    }
 
    .p-80 {
        padding-top: 40px;
    }
 
    .content-text {
        padding-left: 0;
    }
 
    h3 {
        font-size: 28px;
    }
 
    .m-20 {
        margin-top: 0;
    }
 
    .client-logo {
        gap: 0;
    }
 
    .p-50 {
        padding-top: 20px;
    }
 
    .client-logo .col-md-2 {
        width: 20%;
    }
 
    .channel-bg h3:after {
        max-width: 380px;
    }
 
    .section-bg h2:after,
    .channel-bg h3:after {
        max-width: 300px;
    }
 
    .icon_box h5 {
        font-size: 20px;
        line-height: 28px;
    }
 
    .arrow-box p {
        font-size: 11px;
        line-height: 13px;
        bottom: 24px;
        height: auto;
        padding: 10px 10px;
    }
 
    .anchor-btn {
        margin: 10px 0px;
    }
 
    .testimonial-text {
        padding: 10px;
    }
 
    .client-img h6 {
        font-size: 18px;
    }
 
    span.designation {
        font-size: 14px;
    }
 
    .client-img img {
        width: 40px;
    }
 
    .footer-up {
        padding: 20px 0;
    }
 
    .f-content p {
        font-size: 16px;
    }
 
    .trail-btn a {
        padding: 8px 16px;
        font-weight: 600;
    }
 
    h4 {
        font-size: 20px;
        line-height: 36px;
    }
 
    .contact-info p {
        display: block;
        font-size: 12px;
    }
 
    ul.s_iocns li {
        margin: 0px 5px;
        width: 28px;
        height: 28px;
    }
 
    ul.s_iocns li a {
        font-size: 14px;
    }
 
    .shop-btn a {
        font-size: 18px;
        padding: 10px 10px;
    }
 
    .foot-logbtn {
        margin-top: 55px;
    }
 
    .foot-logbtn .accounts-btn button {
        width: 85px;
    }
 
    .accounts-btn button {
        font-size: 12px;
        padding: 10px 10px;
    }
 
    .foot-logbtn .accounts-btn button {
        margin: 0;
    }
 
    .footer-nav {
        padding-left: 26px;
        margin-left: 0;
    }
 
    .footer-nav ul li a {
        font-size: 14px;
    }
 
 }
 @media screen and (max-width: 1300px) {
 header {
    padding: 14px 0px;
 }
 }
 .page-main .columns .sidebar.sidebar-additional {
    padding-right: 120px !important;
 }
 
 @media screen and (max-width: 767px) {
     .our-works {
         padding: 20px 20px;
     }
     .about-box-width p {
         font-size: 16px;
         line-height: 25px;
     }
     h3.block-title {
         font-size: 20px;
         line-height: 30px;
     }
     .single-store h3 {
         font-size: 20px;
     }
     .about-us-info.expert-aboutus h2 {
         margin-top: 20px;
         font-size: 19px;
     }
     .box-layout-2 {
         margin-top: 25px;
         margin-bottom: 15px;
     }
    .columns .sidebar.sidebar-additional {
       width: 100% !important;
       padding: 0 15px !important;
   }
   .accordion-header:after {
    top: 40%;
}
   .right-up-box h6 {
    line-height: 24px;
    margin-top: 10px;
}
   #maincontent .columns .column.main {
    width: 100% !important;
    padding: 0 !important;
 }
 .page-main .columns .sidebar.sidebar-additional {
    padding-right: 15px !important;
 }
 .single-blog p a {
    display: block;
    word-wrap: break-word;
}
    div#navbarSupportedContent {
        position: absolute;
        width: 100%;
        background: #003446;
        top: 100%;
        margin: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
    .mobile-log-btn .read-more {
        margin: 0;
    }
    .mobile-log-btn .accounts-btn {
        display: flex !important;
    }
    .site-btn.mt-65.mob_btn {
        gap: 0;
        width: 100%;
        margin: auto;
        justify-content: center;
    }
    .site-btn button {
        font-size: 14px;
        width: 160px;
        padding: 12px 30px;
    }
    .left-items.mob_p {
        width: 100%;
        text-align: center;
    }
    ul.navbar-nav.m-auto {
        padding: 18px;
        margin: 0 !important;
    }
 
    .main-header .navbar .navbar-nav li {
        position: relative;
        padding: 0;
        padding-bottom: 12px;
    }
 
    .main-header .navbar .navbar-nav li a {
        font-size: 16px;
    }
 
    .left-items h2 {
        font-size: 42px;
        line-height: 48px;
    }
 
    .left-items h4 {
        font-size: 20px;
    }
 
    .left-items p {
        display: none;
    }
 
    .site-btn.mt-65 {
        display: none;
    }
 
    .right-items {
        padding: 70px 0px;
    }
 
    .mob_btn {
        display: block;
    }
 
    .site-btn.mt-65.mob_btn {
        display: flex;
        margin: 0;
    }
 
    .left-items.mob_p p {
        display: block !important;
        font-size: 14px;
        text-align: center;
        max-width: 325px;
        margin: auto;
        padding-top: 35px;
    }
 
    .left-items.mob_p p br {
        display: none;
    }
 
    h2 {
        font-size: 30px;
    }
 
    .content-text {
        text-align: center;
        padding-top: 30px;
    }
 
    .content-text h4:after {
        margin: auto;
        max-width: 180px;
    }
 
    .content-text h4 {
        color: #003446;
    }
 
 
    .content-text p {
        font-size: 14px;
    }
 
    .content-text p br {
        display: none;
    }
 
    .anchor-btn {
        text-align: center;
        margin: 30px 0px;
    }
 
    .content-text a {
        font-size: 16px;
        max-width: 250px;
        margin: auto;
        padding: 5px 10px;
    }
 
    .content-text h6 {
        font-size: 12px;
    }
 
    .content-text h6 br {
        display: none;
    }
 
    .section-bg h2:after,
    .channel-bg h3:after {
        max-width: 150px;
    }
 
 
    .service-section.text-center p {
        font-size: 14px;
    }
 
    .service-section.text-center p br {
        display: none;
    }
 
    .section-bg .col-md-6 {
        width: 100%;
    }
 
    section.section-bg .row.p-80.justify-content-between {
        gap: 40px;
    }
 
    .p-content p {
        font-size: 14px;
    }
 
    .p-content p br {
        display: none;
    }
 
    .img-box.text.text-center h4 {
        font-size: 24px;
        line-height: 36px;
    }
 
    .p-content .anchor-btn a {
        margin: 0;
        font-size: 16px;
        padding: 5px 40px;
        font-weight: 600;
    }
 
    section.p-55.p-bottom .row.align-items-center {
        flex-direction: column-reverse;
    }
 
    .content-text.plat-form-btn {
        text-align: left;
    }
 
    .content-text.plat-form-btn h4:after {
        margin-right: auto !important;
        margin: 0;
    }
 
    section.p-55.p-bottom .row.align-items-center {
        flex-direction: column-reverse;
    }
 
    .content-text.plat-form-btn {
        text-align: left;
    }
 
    .anchor-btn a {
        margin-right: auto !important;
        margin: 0;
    }
 
    section.p-55.p-bottom .content-text a {
        max-width: 140px;
        margin-left: 0;
    }
 
    .content-text.plat-form-btn h4:after {
        margin-right: auto !important;
        margin: 0;
    }
 
    .foot-logo {
        padding: 0;
        margin: 0;
    }
 
    .copyright-text p {
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
 
    .copyright-text ul li a {
        font-size: 14px;
    }
 
    .copyright-text {
        flex-direction: column-reverse;
    }
 
    .foot-logo {
        padding: 0;
        margin: 0;
    }
 
    .social-icon h4 {
        display: none;
    }
 
    ul.s_iocns {
        justify-content: start;
        border-bottom: 3px solid #4CC6EF;
        width: fit-content;
        padding-bottom: 20px;
    }
 
    .social-icon.text-center {
        margin: 0;
    }
 
    .footer-form {
        margin-left: 0;
    }
 
    .col-md-2.mob-li {
        padding: 30px 18px;
        display: block;
    }
 
    .footer-form p {
        font-size: 14px;
    }
 
    .newsletter form {
        flex-direction: column;
        width: 100%;
    }
 
    .newsletter input {
        width: 100%;
        padding-top: 0;
    }
 
    input.subscribe-btn {
        font-size: 16px;
        margin-right: auto;
        margin-left: 0;
        margin-top: 20px;
    }
 
    .newsletter input::placeholder {
        font-size: 12px;
    }
 
    .foot-logbtn .d-flex.align-items-center.justify-content-between {
        flex-direction: column;
    }
 
    .shop-btn a {
        padding: 5px 40px;
        font-size: 16px;
    }
 
    .footer-nav {
        display: none;
    }
 
    .col-md-2.mob-li .footer-nav {
        display: block !important;
    }
 
    .site-btn.mt-65.mob_btn {
        display: block;
        display: flex;
    }
 
    .content-text a {
        margin: auto;
    }
 
    .left-items.mob_p {
        display: block;
    }
 
    .growth_img {
        padding-top: 20px;
    }
 
    .client-logo {
        display: none;
    }
    .explore .wholesale-text.text-center {
        text-align: center !important;
    }
    /* section.channel-bg.get-offer.pt-70.padding-b-bottom {
        padding-top: 0;
    } */
    .right-log p {
        text-align: center;
        margin-bottom: 10px;
    }
    .icon_box {
        text-align: center;
    }
    .login-heading h2 {
        text-align: center;
    }
    .icon_box .icon {
        text-align: center;
        margin: auto;
    }
 
    .service-section {
        text-align: center;
    }
 
    .service-section h3:after {
        margin: auto;
    }
 
    section.channel-bg.get-offer .row.p-80 {
        gap: 50px;
    }
 
    .icon_box h5 {
        font-size: 22px;
        line-height: 28px;
    }
 
    .icon_box p {
        font-size: 14px;
        line-height: 22px;
    }
 
    .diagram.p-80 {
        padding-top: 20px;
    }
 
    .anchor-btn.mobile-btn {
        display: block !important;
    }
 
    .p-content.dropship-btn.text-center .anchor-btn {
        display: none;
    }
 
    section.section-bg.section-bg-2.pt-70 .row.p-80 {
        display: none;
    }
 
    .arrow-box p {
        font-size: 16px;
        line-height: normal;
    }
    .arrow-box img {
        max-width: 92%;
        margin: auto;
        width: 100%;
    }
    .arrow-wrapp {
        margin: 0px 5px;
    }
 
 
    .arrow-box p {
        max-width: 300px;
        margin: auto;
        padding-top: 0;
        margin-top: -10px;
    }
 
    .arrow_slider {
        display: block;
    }
 
    .arrow_slider i {
        color: #A3A3A3;
        font-size: 22px;
        position: absolute;
        z-index: 999;
        top: 31%;
        font-style: normal;
    }
 
    .arrow_slider i.fa-solid.fa-angle-right.slick-arrow {
        right: 0;
    }
 
    .slick-arrow:hover {
        background: #b3c9d1 !important;
        color: #fff;
        transition: 0.6s;
    }
 
    .diagram.p-80 {
        padding-bottom: 50px;
    }
    .testimonial-text {
        min-height: 270px;
    }
    .copyright-text ul {
        text-align: center;
        margin-left: 0;
     }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 8px;
        line-height: 14px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: '';
        text-align: center;
        opacity: 1;
        color: #D9D9D9;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
 
    .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #545454;
        color: transparent;
        height: 10px;
        width: 10px;
        border-radius: 50%;
    }
 
    .arrow_slider ul.slick-dots {
        position: absolute;
        bottom: -50px;
    }
 
    .service-section h3 {
        text-align: left;
    }
 
    .service-section h3:after {
        margin-left: 0;
    }
 
    .review_img {
        max-width: 300px;
        margin: auto;
    }
 
    section.channel-bg.p-top .row {
        gap: 50px;
        flex-direction: column-reverse;
    }
 
    section.channel-bg.p-top .row .col-md-3:first-child {
        display: none;
    }
 
    section.channel-bg.p-top .row .col-md-3:last-child {
        display: block;
    }
 
    section.footer-up {
        padding: 30px 0px;
        text-align: left;
    }
 
    section.footer-up .f-content {
        padding-bottom: 20px;
        width: 326px;
    }
 
    .trail-btn {
        max-width: 170px;
    }
 
    .foot-logbtn .accounts-btn button {
        display: inline-block;
    }
 
    .shop-btn a {
        display: block;
    }
 
    .foot-logbtn .d-flex.align-items-center.justify-content-between {
        gap: 30px;
    }
    a.read-more{
        max-width: 200px;
    }
    .accounts-btn .desktop{
        display: none !important;
    }
 
    .language-selector {
        display: none;
    }
 
    .accounts-btn.accounts_mob {
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
 
    .language-selector.mob-selector {
        display: block;
    }
 
    .selectpicker {
        max-width: 75px;
        margin-left: 0;
        font-size: 12px;
        height: 30px;
        padding: 0px 4px;
    }
 
    .customers_slider {
        display: block;
    }
 
    section.channel-bg.p-top .row.p-80 {
        display: none;
    }
 
    section.channel-bg.p-top .row.p-50 {
        display: none;
    }
 
    .testimonial-text {
        background: #F3F3F3;
        border: 0;
        padding: 20px;
        margin-right: 10px;
    }
 
    .slick-dots li {
        margin: 0px 3px;
    }
 
    .customers_slider i {
        position: absolute;
        z-index: 9999;
        color: #A3A3A3;
        bottom: -50px;
        font-style: normal;
    }
 
    .customers_slider i.fa-solid.fa-angle-right.slick-arrow {
        right: 0;
    }
 
    .customers_slider ul.slick-dots {
        bottom: -60px;
    }
 
    section.channel-bg.p-top.pt-70 {
        padding-bottom: 100px;
    }
 
    .service-section h3 {
        margin-bottom: 50px;
    }
 
    section.channel-bg h3 {
        margin-bottom: 20px;
        text-align: center;
    }
 
    section.channel-bg .service-section h3:after {
        margin: auto;
    }
 
    .main-header .navbar .navbar-nav li a:hover:after {
        margin-left: 0;
        bottom: 5px;
        border-bottom: 3px solid;
    }
    .accounts-btn.desktop {
        display: none;
    }
    .accounts_mob .accounts_mob-bot {
        display: flex;
    }
    .mobile-log-btn button {
        max-width: 90px;
        margin-left: 0;
        font-size: 10px;
    }
 
    .mobile-log-btn {
        margin-left: auto;
        margin-right: 20px;
    }
 
    .col-md-6.des-slider {
        display: none;
    }
 
    .logo_slider {
        display: block;
        padding-top: 50px;
    }
 
    .logo-box {
        margin: 0px 12px;
    }
 
    section.channel-bg.pt-70.our-partner .slick-list.draggable {
        overflow: visible;
    }
 
    section.channel-bg.pt-70.our-partner {
        overflow: hidden;
    }
 
    .logo-wrapper {
        margin-top: 25px;
    }
 
    .logo-wrapper {
        display: block;
    }
 
    .icon_box.custo_img_box {
        position: relative;
        margin-bottom: 40px;
    }
 
    .cutom-content {
        position: absolute;
        bottom: -3px;
        background: #f0f0f0;
        text-align: left;
        padding: 20px;
        width: 100%;
        left: 0;
        border-radius: 0px 0px 10px 10px;
        right: 0;
    }
 
    .cutom-content h5 {
        font-size: 18px !important;
        line-height: 22px !important;
        margin: 0 !important;
    }
 
    .cutom-content p {
        display: none;
    }
 
    .cutom-content button {
        display: block;
        border: 0;
        color: #4CC6EF;
        font-size: 12px;
        padding: 0;
        margin-top: 3px;
    }
 
    section.channel-bg.p-top.pt-70 {
        padding-bottom: 40px;
    }
 
    .choose-sec {
        padding-top: 50px !important;
    }
 
    .service-section h2 {
        text-align: left;
    }
 
    .service-section h2:after {
        margin-left: 0;
        max-width: 140px;
        width: 100%;
    }
 
    .wrpaaer-text h2 {
        font-size: 18px;
        text-align: left;
    }
 
    .wrpaaer-text.text-center p {
        display: none;
    }
 
    .wrpaaer-text a.read-more {
        margin-left: 0;
        margin-bottom: 0;
    }
 
    .growth_img {
        display: block !important;
    }
 
    .item {
        margin-right: 15px;
    }
 
    .shadow-img {
        margin: 0;
        margin-top: 80px;
    }
 
    .icon-with-cointent {
        margin: 0;
        padding: 26px;
    }
 
    .shadow-img a {
        font-size: 14px;
        text-align: center;
    }
 
 
    .icon-with-cointent h4:after {
        max-width: 250px;
        width: 100%;
        margin: auto;
    }
 
    .icon-with-cointent h4 {
        font-size: 16px;
    }
 
    .icon-with-cointent p {
        text-align: center;
        font-size: 14px;
    }
 
    .icon-with-cointent img {
        width: 100%;
        max-width: 100%;
    }
 
    div#counter h2 {
        font-size: 30px;
    }
 
    .icon-with-cointent p {
        font-size: 12px;
        line-height: 18px;
    }
    button.btn.sendmail-btn {
        text-align: center;
        margin: 0 auto;
        display: flex;
    }
    .universal-haeding h2 {
        font-size: 20px;
        text-align: center;
    }
    .universal-haeding p {
        font-size: 14px;
        text-align: left;
    }
    .service-section.universal-haeding.business_heading h2 {
        font-size: 26px;
        text-align: center;
    }
 
    .universal-haeding h2:after {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -12px;
    }
 
    .service-section.universal-haeding.business_heading {
        position: relative;
    }
 
    section.section-bg h2 {
        text-align: center;
    }
 
    section.section-bg h2:after {
        margin: auto;
    }
 
    .icon_box h5 br {
        display: none;
    }
 
    .technology-sec {
        background-color: #EDF9FD;
    }
 
    .technology-sec .service-section h2 {
        text-align: center;
        margin-bottom: 20px;
    }
 
    .technology-sec .service-section h2:after {
        margin: auto;
    }
 
    .technology-sec .destino-bg {
        padding: 0;
        background: #edf9fd;
        box-shadow: none;
        margin-bottom: 40px;
    }
 
    .right-col:before {
        display: none;
    }
 
    .left-col {
        padding: 0;
    }
 
    .destino-text {
        text-align: center;
    }
 
    .right-col {
        padding: 0;
    }
 
    .technology-sec .underline-txt a {
        text-align: center !important;
        margin: auto;
        width: 100%;
        display: block;
        font-size: 12px;
    }
 
    .destino-text h3 {
        font-size: 24px;
        padding-top: 0;
    }
 
    .venuse-box {
        padding-top: 0;
        padding-bottom: 0 !important;
    }
 
    .technology-sec .row.p-50 {
        padding: 0;
    }
 
    .venuse-box h3:before {
        border-width: 0;
        width: 0;
    }
 
    .left-col {
        position: relative;
    }
 
    .left-col:after {
        content: '';
        position: absolute;
        background: #4CC6EF;
        height: 4px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 200px;
        margin: auto;
    }
 
    .left-col-1 {
        position: relative;
    }
 
    .left-col-1:after {
        content: '';
        position: absolute;
        background: #4CC6EF;
        height: 4px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 200px;
        margin: auto;
    }
 
    .left-col img {
        padding-bottom: 20px;
    }
 
    .left-col-1 img {
        padding-bottom: 20px;
    }
 
    .destino-text p {
        font-size: 14px;
        line-height: 22px;
    }
 
    .destino-text .anchor-btn a {
        font-size: 16px;
        padding: 10px 30px;
    }
 
    .technology-sec .destino-text {
        padding-top: 6px;
    }
 
    .row.p-80.justify-content-between.des-img-box {
        display: none;
    }
 
    .work_slider .service-section.text-center {
        margin-bottom: 30px;
    }
 
    .work_slider {
        margin-bottom: 50px;
    }
 
    .work_slider .service-section.text-center p {
        text-align: left;
    }
 
    .work_slider p {
        font-size: 14px;
        text-align: center;
    }
 
    .work_slider .slick-slide {
        margin-right: 10px;
    }
 
 
 
    section.section-wbg.pt-70.Serve-sec {
        padding-bottom: 20px !important;
    }
 
    .control_box .row {
        display: block !important;
    }
 
    .control_box h2:after {
        display: none;
    }
 
    .control_box .content-text h4 {
        text-align: left;
        padding-top: 7px;
    }
 
    .control_box .content-text h4:after {
        margin-left: 0;
    }
 
    .control_box .content-text {
        text-align: left;
    }
 
    .control_box .content-text a {
        margin-left: 0;
        max-width: 180px;
    }
 
    .control_box {
        display: none;
    }
 
    section.foot-up-bg.m-30 {
        background-color: #4cc6ef1c;
        background-image: none;
    }
 
    .footer-bg {
        background-image: url("../images/mob-footer.png") !important;
 
    }
 
    .wholesale-text.text-center {
        text-align: left !important;
    }
 
    .wholesale-text p {
        font-size: 14px;
        line-height: 20px;
    }
 
    .wholesale-text h2:after {
        margin-left: 0;
    }
 
    .mobile-none {
        display: none;
    }
 
    .right-up-box {
        margin: 0;
        padding: 30px 20px;
    }
 
    .universal-haeding h2:after {
        display: none;
    }
 
    .right-up-box h4 {
        font-size: 20px;
    }
 
    .right-up-box p {
        font-size: 14px;
        text-align: center;
    }
 
    .right-up-btn .read-more {
        padding: 10px 20px;
    }
 
    .right-up-btn {
        gap: 10px;
        justify-content: center;
    }
 
    .right-up-box {
        margin-top: -80px;
        margin-bottom: 50px;
    }
 
    section.pt-70.business {
        margin-bottom: 70px;
    }
 
    .universal-haeding.first-slider h2 {
        text-align: left;
        position: relative;
    }
 
    .universal-haeding.first-slider p {
        text-align: left;
        font-size: 14px;
        margin-top: 22px;
    }
 
    .universal-haeding.first-slider h2:after {
        border-bottom: 4px solid #4CC6EF;
        display: block;
        border-radius: 73px;
        height: 4px;
        content: '';
        max-width: 275px;
        width: 100%;
        margin-left: 0;
        bottom: -10px;
    }
 
    .custo_img .cutom-img {
        height: 30px;
        margin-bottom: 20px;
    }
 
    .custo_img p {
        font-size: 12px;
    }
 
    .coun-item.text-center {
        width: 100%;
        margin: auto;
        padding-bottom: 40px;
    }
 
    .coun-item p br {
        display: none;
        padding-top: 10px;
    }
 
    .coun-item h4 {
        margin-top: -30px;
        font-size: 30px;
    }
 
    .wholesale-text.category-heading h2 {
        text-align: center;
        margin-bottom: 17px;
        position: relative;
    }
 
    .wholesale-text.category-heading h2:after {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
    }
 
    .peragraph p {
        font-size: 16px;
        text-align: center;
        padding-top: 10px;
    }
 
    .category-list h5 {
        text-align: center;
    }
 
    .row.mt-65 {
        margin-top: 45px;
    }
 
    .list-tiems li {
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin: 0;
    }
 
    ul.list-tiems {
        gap: 20px;
        justify-content: center;
    }
 
    .mt-75 {
        margin-top: 55px;
    }
 
    section.explore .wholesale-text h2:after {
        margin: auto;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
    }
 
    section.explore .wholesale-text h2 {
        position: relative;
    }
 
    section.explore .wholesale-text p {
        text-align: center;
    }
 
    .wholesale-text p br {
        display: none;
    }
 
    .destino-bg.selling-box {
        padding: 30px 20px;
    }
 
    .destino-bg.selling-box .left-col-1:after {
        display: none;
    }
 
    .destino-bg.selling-box .destino-text h3 {
        margin: 0;
        font-size: 20px;
        text-align: left;
    }
 
    .destino-bg.selling-box .destino-text h3 br {
        display: none;
    }
 
    .destino-bg.selling-box .destino-text p {
        text-align: left;
    }
 
    .selling-right-box {
        text-align: left !important;
        padding: 0;
        padding-left: 25px;
    }
    .row.mt-75 {
        margin-top: 30px;
    }
    .selling-right-box:after {
        left: 0;
    }
 
    .selling-right-box h4 {
        font-size: 18px;
    }
 
    .selling-right-box p {
        font-size: 14px;
    }
 
    .selling-right-box p br {
        display: none;
    }
 
    .col-md-12.mt-75 {
        margin-top: 35px;
    }
 
    section.pt-70.p-top.elevate {
        background-color: #d9d9d9;
    }
 
    .wholesale-text.text-center h2 br {
        display: block;
    }
 
    .mobile-txt h4 {
        text-align: center;
        margin-bottom: 8px;
    }
 
    .mobile-txt h2 {
        text-align: center;
        position: relative;
    }
 
    .mobile-txt .wholesale-text h2:after {
        margin: auto;
        bottom: -20px;
        position: absolute;
        left: 0;
        right: 0;
    }
 
    .mobile-txt {
        padding-top: 100px !important;
    }
 
    .destino-bg.selling-box {
        margin-bottom: 60px;
    }
 
    .explore .col-md-12.mt-75 {
        margin-top: 70px;
    }
 
    .explore .selling-right-box:after {
        height: 100%;
        top: 5px;
    }
 
    .network h2 {
        text-align: center;
        position: relative;
    }
 
    .network .wholesale-text p {
        text-align: center;
        margin-top: 20px;
    }
 
    .network .wholesale-text h2:after {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -9px;
    }
 
    .network h2 br {
        display: block;
    }
 
    .network-img.mobile-img {
        display: block;
    }
 
    .network-img {
        display: none;
    }
 
    .information-form {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
 
    .information-form .form-group.col-md-4 {
        width: 50%;
        margin-bottom: 30px;
    }
 
    .information-form .form-group.col-md-6 {
        width: 50%;
    }
 
    .information-form .form-group.col-md-4:last-child {
        width: 100% !important;
    }
 
    .information-form .form-control::placeholder {
        font-size: 14px;
    }
 
    .information-form .form-control {
        font-size: 14px;
    }
 
    .information-form .form-group {
        margin-bottom: 40px;
    }
 
    .information-form label {
        font-size: 14px;
    }
 
    .file-select-button {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }
 
    .file-select-name {
        font-size: 14px;
    }
 
    .form_btn {
        text-align: center;
    }
 
    .form_btn button {
        font-size: 14px !important;
    }
 
    .aside-blog {
        padding-bottom: 12px;
        margin-bottom: 30px;
    }
 
    .network.blog_detail .aside-blog {
        padding: 0;
    }
 
    .inventory-sec .aside-blog {
        padding: 0;
    }
 
    .col-md-7.mob-col {
        display: block;
    }
 
    .support-bg h2:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: #4CC6EF;
        left: 0;
        right: 0;
        bottom: -9px;
        max-width: 200px;
        margin: auto;
    }
 
    .inventory-sec .row {
        flex-direction: column-reverse;
    }
 
    .network.blog_detail {
        padding-bottom: 0px !important;
    }
 
    .support-border ul li a {
        font-size: 18px;
    }
 
    .support-border ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
 
    .support-text p {
        font-size: 14px;
    }
 
    .support-bg .right-up-btn {
        justify-content: center;
    }
 
    
 
    .newsletter_heading h2 {
        font-size: 30px;
        text-align: center;
        position: relative;
    }
 
    section.foot-up-bg.new-letter {
        padding: 60px 0px;
    }
 
    .newsletter_heading h2:after {
        margin: auto;
        max-width: 150px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
    }
 
    .newsletter-from input {
        font-size: 14px;
        margin-bottom: 30px;
    }
 
    .newsletter-from p {
        font-size: 14px;
        margin: 0;
    }
    select.form-control:not([size]):not([multiple]) {
        height: calc(5.25rem) !important;
    }
    /* .form-group.col-md-12 {
        display: none;
    }
  */
    .form-group.col-md-12.mob-policy {
        display: block;
    }
 
    .newsletter-from .subscribe-btn {
        max-width: 150px;
        margin-top: 40px;
    }
 
    .form-group.col-md-2 {
        text-align: center;
    }
 
    .blog-content p {
        font-size: 14px;
        line-height: 18px;
    }
 
    .blog-content p br {
        display: none;
    }
 
    .blog_heading h3 a {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0 !important;
        display: block;
    }
 
    .blog-category h5 {
        font-size: 14px;
    }
 
    .form-group.col-md-12.mob-policy {
        display: block;
    }
 
    .blog-category {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
 
    .blog-time.mob-item {
        display: block;
    }
 
    .blog-time {
        display: none;
    }
 
    .blog-time ul li p {
        font-size: 14px !important;
    }
 
    .aside-blog .blog-category h5 {
        font-size: 14px;
    }
 
    .blog-time ul li:after {
        right: -14%;
        top: -3px;
    }
 
    .blog-time ul {
        display: flex;
        gap: 20px;
    }
 
    .aside-blog .blog-time ul li p {
        font-size: 12px !important;
    }
 
    .aside-blog .blog_heading a {
        font-size: 16px;
    }
 
    .article-heading h2 {
        font-size: 30px;
    }
 
    .read-more-blod {
        text-align: center;
        margin-top: 30px;
    }
 
    .network .m-30 {
        margin-top: 30px;
    }
 
    .network .aside-blog .blog_heading a {
        font-size: 16px;
        margin-top: 10px;
    }
 
    .resources-txt p {
        font-size: 14px;
        display: block;
    }
 
    .network .row.mt-65 {
        margin-top: 50px;
    }
 
    .aside-blog.one-blog {
        margin-bottom: 20px;
        border: 0;
    }
 
    .aside-blog.one-blog a {
        font-size: 23px !important;
        margin-bottom: 7px;
        display: block;
    }
 
    .single-blg img {
        border-radius: 15px;
    }
 
    .aside-blog img {
        height: 180px;
    }
 
    .network.blog_detail .aside-blog {
        border: 0;
    }
 
    .inventory-sec {
        padding-top: 50px !important;
    }
 
    .inventory-sec h2 {
        text-align: center;
        position: relative;
    }
 
    .inventory-sec .wholesale-text h2:after {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
    }
 
    .inventory-sec .wholesale-text p {
        text-align: center;
        padding-top: 10px;
    }
 
    .read-more-blod.more-btn {
        margin: 0;
        display: block;
    }
 
    .inventory-sec .aside-blog {
        border: 0px !important;
    }
 
    .network .aside-blog {
        border: 0;
    }
 
    .read-more-blod.desk-top {
        margin: 0;
        display: block;
        font-size: 16px;
    }
 
    .m-180 {
        margin-bottom: 50px;
    }
 
    section.section-wbg.pt-70.m-30 {
        margin-top: 0px;
    }
 
    .blog-bg h2 {
        text-align: center;
        max-width: 280px;
        margin: auto;
    }
 
    .blog-bg .wholesale-text p {
        text-align: center;
        max-width: 300px;
        margin: auto;
        margin-top: 12px;
    }
 
    .plan-table {
        padding: 0px;
    }
 
    .plan_items {
        margin-top: 25px;
    }
 
    section.plan-table {
        padding-top: 50px;
    }
 
    .plan_items.blog-slider {
        display: block;
    }
 
    .plan_items {
        display: none;
    }
 
    .plan_items.blog-slider i {
        position: absolute;
        z-index: 999;
        background: #EDF9FD;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -80px;
    }
 
    .plan_items.blog-slider {
        position: relative;
    }
 
    .plan_items.blog-slider .slick-track {
        display: flex;
    }
 
    .plan_items.blog-slider .slick-slide {
        height: auto;
    }
 
    .plan-desc .read-more {
        font-size: 16px;
        margin: 0;
    }
 
    .m-30 {
        margin-top: 20px;
    }
 
    .faq-accordian .accordion-button {
        margin-top: 10px;
    }
 
    .accordion-button::after {
        font-size: 12px !important;
        height: 16px;
        width: 16px;
        background-size: 100% 100%;
        right: 0;
        position: absolute;
    }
    .margin-tp {
    padding-bottom: 0;
    margin-bottom: 100px !important;
 }
 a.read-more {
    padding: 9px 28px;
    font-size: 12px;
 }
 .margin-tp .shadow-img {
    margin-bottom: -70px;
 }
 .plan-bg {
    box-shadow: none;
    background-color: #f7f7f76b;
    margin: 0px 10px;
 }
    section.pt-70.faq-se {
        padding-bottom: 0px;
    }
 
    .faq-se {
        padding-top: 120px;
    }
 
    section.plan-table i.fa-solid.fa-angle-left.slick-arrow {
        left: 120px;
    }
 
    section.plan-table i.fa-solid.fa-angle-right.slick-arrow {
        right: 120px;
    }
 
    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
        padding-right: 30px;
    }
    section.mt-70.login-bg {
        margin: 0;
        padding: 0px;
    }
 
    .loginpadding-box {
        padding: 0;
    }
 
    div#border-right-height:after {
        display: none;
    }
 
    .right-_box_login {
        display: none;
    }
 
    .bg-button ul li a {
        font-size: 16px;
    }
    i.fa-solid.fa-angle-right.slick-arrow {
        font-style: normal;
    }
 
    i.fa-solid.fa-angle-left.slick-arrow {
        font-style: normal;
    }
    .bg-button {
        padding: 15px 20px;
    }
 
    .bg-button a.read-more {
        padding: 5px 20px;
        font-size: 12px !important;
    }
    .login-from button {
        padding: 7px 40px;
    }
    .bg-button ul li a {
        font-size: 14px;
    }
    h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .bg-button span {
        width: 4px;
    }
 
    .bg-button ul {
        justify-content: space-between;
        gap: 0px !important;
    }
 
    .login-bg .login_logo {
        display: none;
    }
 
    .login-bg {
        background: transparent;
        padding: 50px 0px !important;
    }
 
    .wholesale-text.login-mobile {
        text-align: center;
    }
 
    .wholesale-text.login-mobile h2:after {
        margin: auto;
        max-width: 150px;
        margin-top: 7px;
    }
 
    .login-heading h2 {
        font-size: 18px;
        margin-top: 60px;
    }
 
    .login-heading h2:after {
        max-width: 120px;
        margin: 0;
        margin-top: 10px !important;
        margin: 0 auto;
    }
 
    .mt-65 {
        margin-top: 30px;
    }
 
    .login-bg .copyright-text {
        display: none;
    }
 
    .login_button {
        margin-top: 30px;
    }
 
    .forgot-btn {
        font-size: 14px;
    }
 
    .amazonlogin a {
        font-size: 14px;
    }
 
    .wholesale-text.login-mobile {
        display: block;
    }
 
    .txt-create p {
        text-align: center;
        font-size: 14px;
        max-width: 298px;
        margin: auto;
        padding-bottom: 20px;
    }
 
    .amazonlogin:after {
        background: #777777;
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0px;
        margin: auto;
        max-width: 130px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
 
    .txt-create.form-mob p {
        width: 100%;
        max-width: 100%;
    }
 
    .amazonlogin {
        position: relative;
        margin-bottom: 20px;
        padding-left: 20px;
        text-align: center;
    }
    .bg-button span{
        height: 38px;
    }
    .amazonlogin img {
        width: 18px;
    }
    .plan_radio_btn label {
        margin-right: 5px;
      font-size: 14px;
    }
    .plan_radio_btn input {
        width: 20px;
        height: 20px;
    }
    .plan-listing img {
        min-width: 18px;
    }
    .txt-create {
        display: block;
    }
 
    .mt-50 {
        margin-top: 30px;
    }
 
    .radio-btn h6 {
        font-size: 14px;
    }
 
    .radio-btn label {
        font-size: 14px;
    }
 
    .form-group.radio-btn input {
        height: 18px;
        width: 18px;
    }
    .service-section.customr-review h3 {
    text-align: left;
    }
 
    .service-section.customr-review h3:after {
        margin-left: 0 !important;
    }
    input.subscribe-btn {
        width: 100%;
        padding: 6px 20px !important;
        max-width: 160px;
    }
    .service-section.text-center h2{
        font-size: 28px;
    }
    .icon-with-cointent {
        margin-top: -110px;
    }
    .login_button {
        font-size: 14px;
        padding: 10px 20px !important;
        max-width: 140px;
        width: 100%;
    }
    .icon-with-cointent {
        background: #fff;
        border-radius: 25px;
        padding: 40px;
        box-shadow: 0 25px 40px #00000036;
        margin-bottom: -50px;
    }
    .btn.sendmail-btn {
        padding: 6px 24px;
    }
    a.load-more img {
        max-width: 50px;
        rotate: 90deg;
    }
    .list-tiems li {
        padding: 10px 30px;
    }
    .mob-box h2:before {
        display: none;
    }
    section.pt-70.mt-75.explore {
        margin: 0;
    }
    .mobile_imgs {
        margin-bottom: -110px;
        margin-top: 80px;
    }
    /* section.p-55 {
        padding-left: 20px;
        padding-right: 20px;
    } */
    .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    .continer-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
 .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #545454;
    color: transparent;
    height: 10px;
    width: 10px;
    border-radius: 50%;
 }
 
 .slick-dots li:hover button, .slick-dots li.slick-active button {
    background: transparent !important;
 }
 
 .slick-dots li button {
    font-size: 0;
    width: 6px !important;
    height: 6px !IMPORTANT;
    border-radius: 50%;
 }
 
 .arrow_slider {
    margin-bottom: 30px;
 }
 main#maincontent {
    padding: 0px !important;
    margin: 0 !important;
 }
 
 section.channel-bg.pt-70.plpr-180 .row {
    gap: 50px;
    flex-direction: column-reverse;
 }
 
 .icon-with-cointent {
    margin-top: -90px;
 }
 
 .service-section.universal-haeding.business_heading {
    margin-bottom: 60px !important;
 }
 .arrow-box p {
    font-size: 14px;
    line-height: normal;
 }
 body:not(.layout-boxed) .container, body:not(.layout-boxed) .page-main {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 0px) !important ;
 }
 :root {
    --padding-55: 30px 0px;
 }
 }
 
 /* end mobile resposive */
 
 /* New css */
 .white1 {
    background: #fff !important;
 }
 .read-more.blue1 {
    background: #4CC6EF !important;
    color: #fff;
 }
 .accounts-btn {
    display: flex;
    justify-content: space-between;
 }
 ul.navbar-nav {
    margin: 0 auto !important;
 }
 .accounts-btn .read-more {
    margin: 0 !important;
 }
 input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="datetime"]:focus, input[type="email"]:focus{
    border: 0;
 }
 .information-form .mt-75 {
    margin-top: 60px;
 }
/*body:not(.layout-boxed) .container, body:not(.layout-boxed) .page-main {
    width: 100% !important; 
 }*/
 ul > li, ol > li {
    margin-bottom: 0 !important;
 }
 
 .accordion-header:after {
     content: '';
     background: url(../images/bg-select.svg);
     position: absolute;
     right: -13px;
     width: 42px;
     height: 39px;
     margin: 0;
     background-repeat: no-repeat;
     background-size: contain;
     top: 66%;
 }
 
 .accordion-header {
     position: relative;
     display: block;
     border-bottom: 1px solid #ddd;
 }
 .faq-accordian .accordion-flush .accordion-item:last-child {
     border-bottom: 0 !important;
 }
 .newsletter-from input[type="text"]:focus, .newsletter-from input[type="email"]:focus {
    border-bottom: 3px solid #4cc6ef;
    border-radius: 0 !important;
 }
 .toolbar.toolbar-blog-posts {
    background: transparent;
    border: 0;
    text-align: right;
    margin-right: 15%;
 }
 .toolbar-blog-posts .table-pagination .item {
    background: #f9f9f9 !important;
    border-radius: 100px !important;
    border: 0 !important;
 }
 .toolbar-blog-posts li.item.current {
    background: #003446 !important;
 }
 .toolbar-blog-posts li.item.current .page {
    color: #fff;
 }
 
 .our-works {
     max-width: 1350px;
     margin: 0 auto;
 }
 
 .about-box-width p {
     color: #494949;
     font-size: 20px;
     font-weight: 400;
     line-height: 30px;
     margin-bottom: 15px;
 }
 .about-box-width .block-title {
     text-transform: capitalize !important;
     margin: 40px 0;
 }
 .single-store img {
     margin-bottom: 20px;
     margin-top: 20px;
 }
 .about-us-info.expert-aboutus h2 {
     margin-bottom: 20px;
     margin-top: 30px;
 }
 .box-layout-2 h3.title-box {
     display: none;
 }
 .box-layout-2 {
     margin-top: 40px;
     margin-bottom: 20px;
 }
 strong.index-code {
     font-size: 24px;
     font-weight: 800;
     color: #000;
     margin-bottom: 14px !important;
     display: block;
 }
 .box-layout-2 .desc {
     font-size: 16px;
     line-height: 26px;
 }
 .single-store h3 {
     font-size: 28px;
 }
 .site-btn a.dark-blue {
    color: #fff;
    background: #003446;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    background: #003446;
    padding: 12px 50px;
    border-radius: 50px 0px;
    margin-top: 25px;
    display: block;
    max-width: 240px;
    text-align: center;
}
.site-btn .btn-blue.read-more.blue1 {
    font-size: 16px;
    font-weight: 800;
    color: #003446;
    background: #4cc6ef6e;
    padding: 13px 78px;
    border-radius: 50px 0px;
    margin-top: 25px;
    display: block;
    max-width: 240px;
    text-align: center;
    line-height: normal;
    height: 48px;
}

a.dropshipping-policy {
    background: transparent;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    width: auto;
    max-width: fit-content;
}

.checkout-index-index .base {
        color: #003446;
        font-size: 25px;
        font-weight: 700;
        position: relative;
      }
      .checkout-index-index .base::after {
        content: "";
        display: block;
        width: 75%;
        height: 3px;
        background-color: #4cc6ef;
        position: absolute;
        left: 0;
        bottom: -10px;
      }
      .checkout-index-index .step-title {
        color: #00232f;
        font-weight: 600;
        font-size: 20px;
        border-bottom: unset;
        border-bottom: 3px solid #4cc6ef;
        width: fit-content;
      }
      .checkout-index-index .field label span {
        color: #000;
      }
      .checkout-index-index #customer-email {
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #60767d;
      }
      .checkout-index-index .field label {
        color: #000;
      }
      .checkout-index-index .field label span {
        color: #000;
        font-weight: 500;
      }
      .checkout-index-index .control input {
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #60767d;
      }
      .checkout-index-index .fieldset > .field:not(.choice) > .label {
        color: #000;
      }
      .checkout-index-index .choice .label span{
        color:#bcbcbc;
        font-size: 12px;
      }
      .checkout-index-index .input-text {
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #60767d;
      }
      .checkout-index-index .select {
        border: 2px solid #60767d;
        border-radius: 8px;
        height: 43px;
      }
      .checkout-index-index textarea {
        border: 2px solid #60767d;
        border-radius: 8px;
      }
      .checkout-index-index .btn-placeorder {
        background-color: #003446;
        border-radius: 50px 0;
      }
      .checkout-index-index
        .table-checkout-shipping-method
        tbody
        tr:first-child
        td {
        border-top: none;
        border-top: 1px solid #e8e8e8;
      }
      .checkout-index-index .table-checkout-shipping-method tbody td {
        border-top: 1px solid #e8e8e8;
        color: #0c2d39;
        font-weight: 600;
      }
      .checkout-index-index .radio {
        background: transparent;
        border: 2px solid #919799;
      }
      .checkout-index-index .billing-address-same-as-shipping-block {
        font-weight: 600;
        color: #0c2d39;
      }
      .checkout-index-index
        .bss-onestepcheckout
        .opc-wrapper
        #payment
        input[type="radio"] {
        background: transparent;
        border: 2px solid #919799;
      }
      .checkout-index-index .p-Input input {
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #60767d;
      }
      .checkout-index-index .mark {
        color: #0c2d39;
        font-weight: 600;
      }
      .checkout-index-index .amount .price {
        color: #0c2d39;
        font-weight: 600;
      }
      .checkout-index-index .mark .label {
        font-size: 12px;
        color: #a5a5a5;
      }
      .checkout-index-index .amount .not-calculated {
        font-size: 12px;
        color: #a5a5a5;
        font-style: normal;
      }
      .checkout-index-index .mark strong {
        color: #0c2d39;
        font-weight: 600;
      }
      .checkout-index-index .amount strong .price {
        color: #0c2d39;
        font-weight: 600;
      }
      .checkout-index-index .title .heading {
        color: #0c2d39;
        font-weight: 600;
      }
      .checkout-index-index .product-item-name a:hover {
        color: #0c2d39;
      }
      .checkout-index-index .opc-block-summary .product-item .price {
        color: #0c2d39;
      }
      .checkout-index-index label span {
        color: #000;
        font-weight: 600;
      }
      .checkout-index-index .secondary {
        text-align: center;
        display: block;
        width: 100%;
      }
      .checkout-index-index .secondary span {
        color: #bcbcbc;
        border-bottom: 1px solid #f7f5f5;
      }
      .checkout-index-index .actions-toolbar .primary {
        background: #003446 !important;
        border-radius: 50px 0 !important;
        color: white;
      }
      .checkout-index-index .actions-toolbar .primary .btn-placeorder {
        border-radius: 50px 0 !important;
        color: #fff;
        opacity: 1;
      }
      .checkout-index-index .fieldset .step-title {
        color: #00232f;
        font-weight: 600;
        font-size: 20px;
        border-bottom: unset;
        border-bottom: 3px solid #4cc6ef;
        width: fit-content;
      }
      .checkout-index-index .radio {
        background: transparent !important;
      }
      .checkout-index-index
        .bss-onestepcheckout
        .opc-wrapper
        #payment
        input[type="radio"] {
        position: relative;
        top: 3px;
        background: transparent !important;
      }
      .checkout-index-index input[type="radio"]:checked,
      input[type="radio"]:checked::after {
        background: #4cc6ef !important;
      }
      .checkout-index-index .payment-method-title{
        border-top: 2px solid #60767d;
      }
      .checkout-index-index .bss-onestepcheckout input[type="radio"]{
        background:transparent !important;
      }
      .checkout-index-index .opc-block-summary .table-totals .grand .mark{
        padding-top: 1px !important;
      }
      .checkout-index-index .opc-block-summary{
        background:unset !important;
        background: transparent !important;
      }
      .checkout-index-index .action-apply{
        border-radius: 50px 0 !important;
        background-color: #003446 !important;
        color:#fff !important;
        border:1px solid #003446 !important;
      }
      .checkout-index-index .payment-method-content p {
        color: #bcbcbc !important;
        font-size: 12.5px !important;
        text-align: justify !important;
      }
      .checkout-index-index #co-payment-form .step-title{
        border-bottom: unset !important;
        border-bottom: 3px solid #4cc6ef !important;
      }
      .checkout-index-index .opc-block-summary .title{
        border-bottom: unset !important;
        border-bottom: 3px solid #4cc6ef !important;
        width: fit-content;
        margin-bottom: 17px;

      }
      .checkout-index-index .actions-toolbar{
        margin-left:  unset !important;
      }

      .cms-condizioni-dropshipping .breadcrumbs {
        max-width: 1600px;
        width: 100%;
        margin: auto;
        padding-left: 0 !important;
      }
      .cms-condizioni-dropshipping .breadcrumbs .item {
        font-size: 24px;
        font-weight: 600;
      }
      .cms-condizioni-dropshipping .breadcrumbs .item:not(:last-child)::after {
        font-size: 17px !important;
        top: 10px !important;
      }
      .drop-shiiping-container {
        max-width: 1600px;
        width: 100%;
        margin: auto;
      }
      .drop-shiiping-container .dropHead {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 30px;
        padding-top: 30px;
        color: #000;
      }
      .drop-shiiping-container .dropsubHead {
        font-weight: 600;
        font-size: 18px;
        color: #000;
      }
      .drop-shiiping-container ul li {
        font-weight: 400;
        color: #4d4848;
        padding-bottom: 8px;
        font-size: 16px;
        text-align: justify;
      }
      .drop-shiiping-container ul {
        padding-left: 17px;
        padding-bottom: 20px;
        text-align: justify;
      }
      .drop-shiiping-container .premesso {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 10px;
        color: #000;
      }
      .drop-shiiping-container .dropText {
        color: #000;
        font-size: 16px;
        text-align: justify;
        padding-bottom: 3px;
        font-weight: 400;
      }
      .drop-shiiping-container h3{
        font-size: 20px;
        color:#000;
        font-weight: 600;
      }
      .drop-shiiping-container h4{
        font-size: 18px;
        color:#000;
        font-weight: 600;
      }
      .drop-shiiping-container ol {
        padding-left: 17px;
        padding-bottom: 20px;
        text-align: justify;
      }
      .drop-shiiping-container ol li {
        font-weight: 400;
        color: #4d4848;
        padding-bottom: 8px;
        font-size: 16px;
        text-align: justify;
      }
      .drop-shiiping-container strong {
        font-weight: normal;
      }
      .drop-shiiping-container p strong {
        font-weight: 400;
        font-size: 16px;
        color: #000;
      }
      .drop-shiiping-container ul li strong {
        font-weight: 400;
        color: #4d4848;
        font-size: 16px;
      }
      .drop-shiiping-container ol li strong {
        font-weight: 400;
        color: #4d4848;
        font-size: 16px;
      }
      .drop-shiiping-container a {
        color: rgb(0, 119, 255) !important;
        text-decoration: none;
      }
      .drop-shiiping-container a:hover {
        text-decoration: underline;
      }
      .drop-shiiping-container .imgData{
        max-width: 1600px;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 70px;
      }
      .drop-shiiping-container .imgData img{
        width: 100%;
      }

      .cms-privacy-policy-cookie-restriction-mode .breadcrumbs {
        max-width: 1600px;
        width: 100%;
        margin: auto;
        padding-left: 0 !important;
      }
      .cms-privacy-policy-cookie-restriction-mode .breadcrumbs .item {
        font-size: 24px;
        font-weight: 600;
      }
      .cms-privacy-policy-cookie-restriction-mode
        .breadcrumbs
        .item:not(:last-child)::after {
        font-size: 17px !important;
        top: 10px !important;
      }
      .privacy-policy-container {
        max-width: 1600px;
        width: 100%;
        margin: auto;
      }
      .privacy-policy-container .dropHead {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 30px;
        padding-top: 30px;
        color: #000;
      }
      .privacy-policy-container .dropsubHead {
        font-weight: 600;
        font-size: 18px;
        color: #000;
      }
      .privacy-policy-container p{
        font-weight: 400;
        color: #4d4848;
        padding-bottom: 8px;
        font-size: 16px;
        text-align: justify;
      }
      .privacy-policy-container .dropText {
        color: #000;
        font-size: 16px;
        padding-bottom: 3px;
        font-weight: 600;
      }
      .privacy-policy-container a {
        color: rgb(0, 119, 255) !important;
        text-decoration: none;
      }
      .privacy-policy-container a:hover {
        text-decoration: underline;
      }
      .cms-privacy-policy-cookie-restriction-mode .page-title{
        max-width: 1600px !important;
        width: 100% !important;
        margin: auto !important;
        padding-bottom: 30px;
      }

      .cart-container .cart.main.actions .action.update {
    padding: 7px 15px;
    font-weight: normal;
    border-radius: 50px 0 !important;;
    background: #003446 !important;
    color: white;
    border-color: #003446 !important;
}

.cart-container .checkout-methods-items .action.primary {
    border-radius: 50px 0 !important;;
    background: #003446 !important;
    color: white !important;
    border-color: #003446 !important;
}

body:not(.layout-boxed) .container, body:not(.layout-boxed) .page-main {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px) !important;
}

.abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    border-radius: 50px 0 !important;
    background: #003446 !important;
    color: white !important;
    border-color: #003446 !important;
}

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
    border-radius: 0;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333333;
    cursor: pointer;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px 7px 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px 0 !important;
    background: #003446 !important;
    color: white !important;
    border-color: #003446 !important;
}


body a:hover, body a:focus {
    color: #333333 !important;
}

