@font-face {
    font-family: "Rubik-Medium";
    src: url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Black";
    src: url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
    font-style: normal;
}

.Rubik-Bold {
    font-family: "Rubik-Bold";
}

.Rubik-Regular {
    font-family: "Rubik-Regular"  !important;
}

.Rubik-Light {
    font-family: "Rubik-Light"  !important;
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

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

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

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

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

/* story style */

.swift_charge_wrapper img {
    width: 100%;
    max-width: 100%;
}

.swift_charge_wrapper a:hover{
    text-decoration: unset;
}

.swift_charge_wrapper h1,
.swift_charge_wrapper h2,
.swift_charge_wrapper h3,
.swift_charge_wrapper h4,
.swift_charge_wrapper h5,
.swift_charge_wrapper h6,
.swift_charge_wrapper p {
    margin: 0;
    padding: 0;;
}

.swift_charge_wrapper .light-font {
    font-family: "Rubik-Light"  !important;
}
.swift_charge_wrapper .fwbold {
    font-weight: bold ;
}
.swift_charge_wrapper .banner_section {
    overflow: hidden;
}
.swift_charge_wrapper .icons {
    width: calc(100% / 6 - 10px);
    display: inline-block;
    float: none;
    margin: 0 0px;
    vertical-align: top;
    padding: 0px 0;
    flex-basis: calc(100% /6 - 10px );
}
.swift_charge_wrapper .sec2_img2 {
    width: 45%;
    margin: 0 auto;
}

.swift_charge_wrapper_bg {
    background-color: #333333;
    overflow-x: hidden;
}

.swift_charge_wrapper .relative {
    position: relative;
}

.swift_charge_wrapper .section-padding {
    padding: 110px 0;
}

.swift_charge_wrapper .story_name_container {
    width: 75%;
    margin: 0 auto;
}

.swift_charge_wrapper h1 {
    font-size: 75px;
}

.swift_charge_wrapper h2 {
    font-size: 40px;
}

.swift_charge_wrapper h3 {
    font-size: 30px;
}

.swift_charge_wrapper h4 {
    font-size: 20px;
    line-height: 1;
}

.swift_charge_wrapper p {
    font-size: 18px;
    font-family: 'Rubik-Regular';
}
.swift_charge_wrapper p.small_font {
    font-size: 14px;
}
.swift_charge_wrapper .section1_text_bottom  h2 {
    font-size: 50px;
    padding-bottom: 5px;
}
.swift_charge_wrapper .section1_text_bottom {    
        position: absolute;
        bottom: 38%;
        right: 27%;    
}
.swift_charge_wrapper .pink {
    color: #D4255C;
}
.swift_charge_wrapper .orange{
    color: #EF5724;
}
.swift_charge_wrapper .light-green{
    color: #34A1A4;
}
.swift_charge_wrapper .big_five {
    font-size: 60px;
    padding-right: 10px;
}
.swift_charge_wrapper .section3_text {
    position: absolute;
    top: -10%;
    left: 9%;
}
.swift_charge_wrapper .section3_text p{
    font-size:90px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Rubik-Medium';
    line-height: 1;
 }
.swift_charge_wrapper .section-onebg {
    background-image: url(../images/banner1.png);
    background-position: top center;
    /* object-fit: cover; */
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
.swift_charge_wrapper .section-threebg {
    background-image: url(../images/comon_banner.png);
    background-position: center center;
    /* object-fit: cover; */
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.swift_charge_wrapper .section1_one_mouse {
    width: 24%;
    position: absolute;
    bottom: 0;
    left: 20%;
    top: 150px;
}
.swift_charge_wrapper h2 {
    color: #fff;
}
.swift_charge_wrapper p {
    color: #fff;
}
.swift_charge_wrapper h2 span {
    font-weight: bold;
    color: #fff;

}

.swift_charge_wrapper  .padding-bottom15 {
    padding-bottom: 5px;
}

.swift_charge_wrapper .section1_text_abs {
    padding-left: 55%;
    padding-top: 15%;
    padding-bottom: 30%;
    width: max-content;
}
.swift_charge_wrapper  .wifi_abs {
    position: absolute;
    top: 0;
    left: -35%;
    width: 27%;
}
.swift_charge_wrapper  .section1_text {
    text-align: right;
}
.swift_charge_wrapper  .story_flex2 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.swift_charge_wrapper  .story_flex3 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.swift_charge_wrapper  .section3_flex {
    display: flex;
    gap: 40rem;
    justify-content: center;
    align-items: center;
    padding-top: 20rem;
    padding-bottom: 15rem;
}
.swift_charge_wrapper  .section3_one_mouse {
    width: 50%;
}
.swift_charge_wrapper  .fl40 {
    width: 28%;
    position: absolute;
    bottom: 0;
    left: 0;

}
.swift_charge_wrapper  .fl60 {
    width: 56%;
    padding-right: 12%;
    padding-left: 14%;
}
.swift_charge_wrapper  .section-fourbg {
    background-image: url(../images/banner4.png);
    background-position: top center;
    /* object-fit: cover; */
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.swift_charge_wrapper .section4_flex {
    display: flex;
    gap: 5rem;
    justify-content: space-around;
    align-items: center;
}
.swift_charge_wrapper .section4_container {
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0;
}
.swift_charge_wrapper .section4_product {
    width: 26%;
    margin: 0 0 auto 0;
}
.swift_charge_wrapper .section4_abs_text   { 
    padding-left: 200px;
}
.swift_charge_wrapper .section4_abs_text  h3  a {
    color: #1B1716;
    text-decoration: none;
    font-family: 'Rubik-Regular';
    font-weight: bold;    
}
.swift_charge_wrapper .section4_abs_text  h3  {
    font-size: 40px;
}
.swift_charge_wrapper .section4_abs_text  h3  a:hover {
    color: #1B1716;
}

.swift_charge_wrapper .section4_abs_text  h3  a:focus {
    color: #1B1716;
}
.swift_charge_wrapper .section4_abs_text p {
    color: #1B1716;

}

.swift_charge_wrapper  .section-twobg {
    background-image: url(../images/comon_banner.png);
    background-position: top center;
    /* object-fit: cover; */
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.swift_charge_wrapper .section2_flex {
    display: flex;
    align-items: center; 
    justify-content: flex-start;   
    gap: 6rem;
}
.swift_charge_wrapper .section2_flex .one {
    padding-top: 100px;
    width: 15%;
}
.swift_charge_wrapper .section2_flex .two {
    width: 50%;
}
.swift_charge_wrapper .section2_flex .three {
    width: 35%;
}
.swift_charge_wrapper  .yellow {
    color: #FFCC00;
}
.swift_charge_wrapper .twofive {
    font-size: 330px;
}
.swift_charge_wrapper .side_text {
    font-size: 33px;
    position: absolute;
    bottom: 78px;
    line-height: 1;
}
.swift_charge_wrapper .section2_flex {
    padding: 150px 0 80px 0;
}
.swift_charge_wrapper .twinenty_five_div {
    width: 95%;
    margin-left: -20%;
}
.swift_charge_wrapper .custom_bg {
    padding: 60px 40px;
    background-color: #3333337a;
    border-radius: 12px;
}
.swift_charge_wrapper .section2_flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8.5rem;
}
.swift_charge_wrapper .section2_iner_flex {
    display: flex;
    gap: 1.5rem;
    align-items: center;

}
.swift_charge_wrapper .small_flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.swift_charge_wrapper  .section2_container {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}
.swift_charge_wrapper  .blue_text {
    color:#3399CC
}
.swift_charge_wrapper .sec-6-flex-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
}
.swift_charge_wrapper .sec-6-icons {
    display: flex;
    gap: 10px;
}
.swift_charge_wrapper .sec-6-icon-text p {
    color: #fff;
    padding-top: 10px;
}
.swift_charge_wrapper  .sec-6-icon-img {
    width: 40px;
    margin: 0 auto;
}
.swift_charge_wrapper  .w40 {
    width: 60%;
}
.swift_charge_wrapper  .w20 {
    width: 20%;
}
.swift_charge_wrapper  .w43 {
    width: 25%;
}
.swift_charge_wrapper  .section_img {
    width: 100%;
}
.swift_charge_wrapper .section_img2 {
    width: 90%;
}

.swift_charge_wrapper .boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.swift_charge_wrapper .icons {

    background: #793107;
}
.swift_charge_wrapper .sec2_data {
    padding: 15px ;
}
.swift_charge_wrapper .sec2_img2 {
    text-align: center;
}
.swift_charge_wrapper .sec2_txt2 span {
    font-weight: bold;
 }
.swift_charge_wrapper .sec2_txt2 {
    text-align: center;
    padding-top: 10px;
    /* min-height: 50px; */
}
.swift_charge_wrapper .arrow_img {}

.swift_charge_wrapper .arrow_img {
    width: 100%;
    margin: 0 auto;
}

.swift_charge_wrapper .font-14 {
    font-size: 14px;
    line-height: 1.3;
}
.swift_charge_wrapper .icon1bg{    background: #A16363;}
.swift_charge_wrapper .icon2bg{    background: #546A7B;}
.swift_charge_wrapper .icon3bg{    background: #C36559;}
.swift_charge_wrapper .icon4bg{    background: #6B89B0;}
.swift_charge_wrapper .icon5bg{    background: #9A799E;}
.swift_charge_wrapper .icon6bg{    background: #C28A6D;}

.swift_charge_wrapper .section2_boxes {
    
        width: 50%;
        margin: 0px  auto 0  auto;
        padding-top: 30px;
    
}
.swift_charge_wrapper h1{
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.swift_charge_wrapper .swift_charge_container  {
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
}
.swift_charge_wrapper .swift_charge_container  .youtube {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.swift_charge_wrapper  .swift_charge_container  iframe {
    width: 100%;
    height: 500px;
}

@media only screen and (max-width:1680px) {

    .swift_charge_wrapper .section2_boxes {
        width: 60%;
        margin: 0px  auto 0  auto;
        padding-top: 30px;
    }
    .swift_charge_wrapper .section1_one_mouse {
        width: 23%;
     
    }
    .swift_charge_wrapper h2 {
        font-size: 34px;
    }
    .swift_charge_wrapper  .section2_container {
        width: 81%;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .swift_charge_wrapper p {
        font-size: 16px;     
    }
    .swift_charge_wrapper .section3_text p {
        font-size: 80px;    
    }
    .swift_charge_wrapper .section1_text_bottom  h2 {
        font-size: 40px;
        padding-bottom: 5px;
    }
    .swift_charge_wrapper .section1_text_abs {
        padding-left: 55%;
        padding-top: 15%;
        padding-bottom: 37%;
     
    }
}

@media only screen and (max-width:1600px) { 
    .swift_charge_wrapper .section4_product {
        width: 28%;
        margin: 0 0 auto 0;
    }
    .swift_charge_wrapper .section2_flex_wrapper {
        gap: 4.5rem;
    }
}
@media only screen and (max-width:1440px) {
    .swift_charge_wrapper h2 {
        font-size: 30px;
    }
    .swift_charge_wrapper .section3_text {
        top: -16%;
        left: 9%;
    }
    .swift_charge_wrapper .section3_text p {
        font-size: 70px;
    }
    .swift_charge_wrapper .section1_text_abs {
        padding-left: 55%;
        padding-top: 15%;
        padding-bottom: 30%;
    }
    .swift_charge_wrapper .section1_text_bottom {
        position: absolute;
        bottom: 42%;
        right: 27%;
    }
    .swift_charge_wrapper .twofive {
        font-size: 270px;
    }
    .swift_charge_wrapper .side_text {
        font-size: 33px;
        position: absolute;
        bottom: 48px;
        line-height: 1;
    }
    .swift_charge_wrapper  .w40 {
        width: 46%;
    }
    .swift_charge_wrapper h3 {
        font-size: 26px;
    }
    .swift_charge_wrapper  .fl60 {
        width: 56%;
        padding-right: 8%;
        padding-left: 14%;
    }
}

@media only screen and (max-width:1366px) {
    .swift_charge_wrapper .custom_bg {
        padding: 60px 30px;     
    }
    .swift_charge_wrapper .section1_text_bottom {
        bottom: 42%;
        right: 25%;
    }
    .swift_charge_wrapper .section1_one_mouse {
        width: 22%;
    }   
    .swift_charge_wrapper .swift_charge_container  {
        width: 70%;
        margin: 0 auto;
        padding: 50px 0;
    }
}

@media only screen and (max-width:1280px) {

    .swift_charge_wrapper .section2_boxes {
        width: 78%;
        margin: 0px  auto 0  auto;
        padding-top: 30px;
    }
    .swift_charge_wrapper  .section2_container {
        width: 90%;     
    }
    .swift_charge_wrapper .section1_text_abs {
        padding-left: 55%;
        padding-top: 16%;
        padding-bottom: 33%;
    }
    .swift_charge_wrapper .section1_one_mouse {
        width: 25%;
    }
    .swift_charge_wrapper .twofive {
        font-size: 220px;
    }
    .swift_charge_wrapper .side_text {
        font-size: 25px;
        position: absolute;
        bottom: 39px;
        line-height: 1;
    }
}

@media only screen and (max-width:1152px) {
    .swift_charge_wrapper .section1_text_bottom  h2 {
        font-size: 36px;     
    }
    .swift_charge_wrapper .section1_text_bottom {
        bottom: 42%;
        right: 22%;
    }
    .swift_charge_wrapper .section1_text_abs {
        padding-left: 55%;
        padding-top: 16%;
        padding-bottom: 38%;
    }
    .swift_charge_wrapper p.small_font {
        font-size: 11px;
    }
    .swift_charge_wrapper .custom_bg {
        padding: 30px 30px;
    }
}
@media only screen and (max-width:1024px) {
    .swift_charge_wrapper .swift_charge_container  {
        width: 80%;        
    }
    .swift_charge_wrapper .section2_boxes {
        width: 95%;
        margin: 0px  auto 0  auto;
        padding-top: 30px;
    }
    .swift_charge_wrapper h2 {
        font-size: 26px;
    }
    .swift_charge_wrapper .section2_flex_wrapper {
        gap: 2.5rem;
    }
    .swift_charge_wrapper  .w20 {
        width: 16%;
    }
    .swift_charge_wrapper .custom_bg {
        padding: 30px 13px;
    }
    
    .swift_charge_wrapper  .fl40 {
        width: 33%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .swift_charge_wrapper  .fl60 {
        width: 65%;
        padding-right: 2%;
        padding-left: 21%;
    }
    .swift_charge_wrapper h3 {
        font-size: 20px;
    }
    
}

@media only screen and (max-width:991px) {
    .swift_charge_wrapper .icons {
        width: calc(100% / 3 - 10px);
        display: inline-block;
        float: none;
        margin: 0 0px;
        vertical-align: top;
        padding: 0px 0;
        flex-basis: calc(100% /3 - 10px );
    }
    .swift_charge_wrapper .section-onebg {
        background-image: url(../images/banner1.png);
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: unset;
        background-position: unset;
    }
    .swift_charge_wrapper .section-twobg  {
        background-attachment: unset;
        background-position: unset;
    }
    .swift_charge_wrapper .section1_text_bottom {
        bottom: 39%;
        right: 14%;
        top: unset;
    }
    .swift_charge_wrapper .section1_one_mouse {
        width: 18%;
    }
    .swift_charge_wrapper .section2_flex .two {
        width: 23%;
    }
    .swift_charge_wrapper .section2_flex .three {
        width: 49%;
    }
    .swift_charge_wrapper .section2_flex_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8.5rem;
        flex-direction: column;
        width: 100%;
    }
    .swift_charge_wrapper  .w40 {
        width: 100%;
    }
    .swift_charge_wrapper  .w43 {
        width: 80%;
    }   
    .swift_charge_wrapper  .w20 {
        width: 43%;
    }
    .swift_charge_wrapper  .fl40 {
        width: 50%;
        position: relative;
        bottom: 0;
        left: -15%;
    }   
    .swift_charge_wrapper  .fl60 {
        width: 65%;
        padding-right: 0%;
        padding-left: 0;
    }
    .swift_charge_wrapper  .section3_flex {
        display: flex;
        gap: 11rem;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 5rem;
        padding-bottom: 0rem;
        flex-direction: column-reverse;
        padding-left: 15px;
        padding-right: 15px;
    }
    .swift_charge_wrapper .section3_text {
        top: -42px;
        left: unset;
        right: -45%;
    }
    .swift_charge_wrapper .section4_abs_text {
        padding-left: 0;
    }
}

@media only screen and (max-width:767px) {

    .swift_charge_wrapper .swift_charge_container  {
        width: 98%;
        margin: 0 auto;
        padding: 50px 0 20px 0;
    }
    .swift_charge_wrapper  .swift_charge_container .youtube iframe {
        width: 95%;
        height: 650px;
        
    }
    
    .swift_charge_wrapper .font-14 {
        font-size: 13px;
        line-height: 1.3;
    }

    .swift_charge_wrapper  .mini_mouse {
        width: 40%;
        position: absolute;
        right: 40px;
        top: 10px;
    }
    .swift_charge_wrapper  .mobile_padding {
        padding-top: 75px;
    }

    /* .swift_charge_wrapper .icons {
        width: calc(100% / 2 - 10px);
       
        flex-basis: calc(100% /2 - 10px );
    } */
    .swift_charge_wrapper .icons {
        width: calc(100% / 3 - 3px);
        flex-basis: calc(100% /3 - 3px );
    }
    .swift_charge_wrapper h1 {
        font-size: 50px;
    }
    .swift_charge_wrapper .boxes {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        justify-content: space-between;
    }
    /* .swift_charge_wrapper .mobile_img {
        height: 100px;
    } */

    .swift_charge_wrapper .section2_flex {
        display: flex;
        justify-content: flex-start;
        gap: 6rem;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .swift_charge_wrapper p {
        font-size: 14px;
    }
    .swift_charge_wrapper .section2_flex .one {
        padding-top: 0;
        width: 50%;
    }
    .swift_charge_wrapper .section2_flex .two {
        width: 100%;
    }
    .swift_charge_wrapper .section2_iner_flex {
        display: flex;
        gap: 1.5rem;
        align-items: flex-start;
        flex-direction: column;
    }
    .swift_charge_wrapper .section2_flex_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        flex-direction: column;
        width: 100%;
    }
    .swift_charge_wrapper .twinenty_five_div {
        width: 100%;
        margin-left: 0;
    }
    .swift_charge_wrapper .section2_flex .three {
        width: 100%;
    }
    .swift_charge_wrapper  .section2_container {
        width: 95%;     
    }
    .swift_charge_wrapper .section2_flex {
        padding: 50px 15px 0px 15px;
    }
    .swift_charge_wrapper  .section_img {
        width: 100%;
        padding-bottom: 50px;
        margin-left: -21px;
    }
    .swift_charge_wrapper  .w43 {
        width: 100%;
    }
    .swift_charge_wrapper p.small_font {
        font-size: 13px;
    }
    .swift_charge_wrapper .sec-6-flex-2 {
        align-items: center;
    }
    .swift_charge_wrapper  .fl60 {
        width: 100%;
        padding-right: 0%;
        padding-left: 0;
    }
    .swift_charge_wrapper .section3_text p {
        font-size: 36px;
    }
    .swift_charge_wrapper  .fl40 {
        width: 90%;
        position: relative;
        bottom: 0;
        left: -7%;
    }
    .swift_charge_wrapper .section3_text {
        top: -42px;
        left: unset;
        right: unset;
        left: 50px;
    }
    .swift_charge_wrapper  .section-fourbg {
        background-image: url(../images/banner4.png);
        width: 100%;
        max-width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: unset;
        background-position: unset;
    }
    .swift_charge_wrapper .section4_abs_text  h3 {
        font-size: 25px;
    }   
    .swift_charge_wrapper .section4_flex {
        display: flex;
        gap: 5rem;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
    .swift_charge_wrapper .section4_product {
        width: 48%;
        margin: 0 0 auto 0;
    }
    .swift_charge_wrapper .section4_container {
        width: 95%;
        margin: 0 auto;
        padding: 5rem 0;
    }
    .swift_charge_wrapper .section1_text_abs {
        padding-left: 55%;
        padding-top: 50%;
        padding-bottom: 81%;
    }
    
    .swift_charge_wrapper .section1_text_abs {
        padding-left: 7%;
        padding-top: 14%;
        padding-bottom: 102%;
    }
    .swift_charge_wrapper .section1_one_mouse {
        width: 24%;
        position: absolute;
        bottom: 24%;
        left: UNSET;
        top: unset;
        RIGHT: 7%;
        WIDTH: 44% !IMPORTANT;
    }
    .swift_charge_wrapper .section1_text_bottom {
        bottom: 5%;
        right: unset;
        top: unset;
        left: 5%;
    }
    .swift_charge_wrapper  .section2_container {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .swift_charge_wrapper .twofive {
        font-size: 180px;
    }
    .swift_charge_wrapper  .mini_mouse {
        width: 40%;
    }
}

@media only screen and (max-width:400px) {
    .swift_charge_wrapper .sec2_data {
        padding: 10px 5px 10px 5px;
    }
}