body {
    font-family: Arial, Helvetica, sans-serif;
}

.bg-black {
    background-color: #413F40;
    /* background-color: #fff; */
}

.bg-white {
    background-color: #fff;
}
.header-bottom-border{
    border-bottom: 1px solid #D9D9D9;
}

.container-fluid {
    padding: 0;
}
.drop-select-custom option {
    color: #000;
}
.position-fix {
    position: fixed;
    width: 100%;
    right: 0%;
    z-index: 999999;
}

.email .mail-top-p {
    padding: 10px;
    height: 45px;
}

.color-white {
    color: #fff;
}
.color-text-black{
    color: #181818;
}

.nav-item .active {
    color: #4BBC5B !important;
}

.nav-link {
    padding: 10px 16px !important;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 15px;
}

nav ul li {
    display: inline;
    text-align: center;
    background-color: transparent;
    position: relative;
}

nav ul li::after {
    content: '';
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4BBC5B;
    transition: width 0.3s linear;
}

nav ul li:hover::after {
    width: 100%;
}

nav ul li a {
    color: gray;    
}

/*hero section */
.hero-section {
    padding-top: 200px !important;
    /* background-image: url("../../images/new-2022/background_webp_new.webp"); */
    background: linear-gradient(#D8F7D0 , #EDF9EB );
    /* background-position: center; */
    /* background-color: #2E4475; */
    padding-bottom: 40px;
    /* margin-top: 3%; */
    background-repeat: no-repeat;
}
.brand-from-pt{
    padding-bottom: 6%;
}

#pickphone {
    padding-left: 10px;
    padding-right: 10px;
    height: 460px;
    width: 260px;
    margin: 0 auto;
    text-align: center;
}

#pickphone img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pickphone22body {
    align-self: center;
    background: url('https://easysimunlocker.com/images/menu/Base.png') no-repeat;
    padding: 92px 0 10px 0;
    margin: -95px 0 0 6px;
}

form {
    margin: 0;
    padding: 0;
}

.drop-select-custom {
    margin: 0 auto 6px;
    font-size: 16px;
    position: relative;
    text-align: left;
    zoom: 1;
    width: 211px;
    padding: 6px 50px 10px 14px;
    box-sizing: border-box;
    background: url('https://easysimunlocker.com/images/menu/1.png') no-repeat;
    color: #fff;
    Border: none;
    -webkit-appearance: none;

}

.dropdown {
    margin-bottom: 5px;
}

.dropdown-menu {

    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item:active {
    background-color: #197aa6;
}

/* option:hover{background-color:yellow;} */

.underline-06 {
    background-image: linear-gradient(90deg, #e67399, #f2a640);
    background-position: bottom;
    background-size: 100% 30%;
    background-repeat: no-repeat;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.color-blue {
    color: #2F6FAD;
}

.card {
    background: transparent !important;
    margin: 0 auto;
}

.card img {
    width: 150px;
    margin: 0 auto;
}

.card-title {
    background: #eee;
    text-align: center;
    padding: 10px;
}

.card-text {
    text-align: center;
}

.faq {
    background-color: #f3f4f6;
}

.active {
    display: block;
}

.accordion-container {
    border-radius: 100px;
}

.accordion-container .accordion-title {
    position: relative;
    margin: 10px 0;
    padding: 1em 2em;
    font-size: 1em;
    font-weight: bold;
    background-color: #51c971;
    color: #fff;
    cursor: pointer;
    margin-bottom: 1px;
    border-radius: 10px;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .accordion-title.open {
    background: #2a4883;
    color: #fff;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: black;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: black;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

.accordion-container .accordion-content,
.accordion-container .active-content {
    background-color: white;
    padding-left: 2.3125em;
    border: 1px solid #eee;
    border-radius: 15px;
}

.accordion-container .accordion-content p,
.accordion-container .active-content p {
    color: #9698a6;
}

.articles {
    background-color: #fafafa;
}

.article__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
}

.button {
    position: relative;
    display: inline-block;
    padding: 0.875rem 2.1875rem;
    background-image: linear-gradient(to right, #31d35c, #2bb7da);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 0.875rem;
    text-decoration: none;
    transition: opacity 300ms ease-in-out;
    overflow: hidden;
}

.button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.25);
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}

.button:hover::before {
    opacity: 1;
}

.front-title {
    margin: 10px;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 34px;
}

.statement p {
    text-align: center;
    color: #000;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 0;
}

.payment {
    background: #F2F2F2;
}

.payment .paymentMethods {
    padding: 10px;
}

footer {
    color: #2E2E2E;
}

.footer p,.footer strong {
    color: #A7A7A7;
    text-align: justify;
    display: block;
}
.footer h5 {

     color: #62C160;
     text-align: justify;
     margin-bottom: 25px;
     /* border-bottom: 1px solid springgreen; */
    
}
.list-unstyled {
    text-align: justify;
}
.list-unstyled li{
    margin-bottom: 10px;
}
.list-unstyled a {
    text-decoration: none;
    color: #A7A7A7;
}
.list-unstyled a:hover {
    color: #62C160;
}
.social-share2 a {
    margin: 0 20px;
}
.social-share2 a i {
    color: #fff;
}
.footer-copyright,.footer-copyright a{
    background: #484848;
    color: #fff;
    text-decoration: none;
}
.card-height-unlocked{
    height: 100%;
}
.silder-from-unlock{
    background: #fff;
    margin-bottom: 50px;
    padding: 20px 20px;
    border-radius: 7px;
}
.silder-from-font{
    font-style: normal;
    font-weight: 500;
    color: #181818;
}
.silder-from-btn{
    width: 100%;
    background: #64BC4B!important;
    border-color: #64BC4B!important;
    padding: 10px 0 !important;
}
.silder-header-h1{
    color: #002839;
    font-style: normal;
    font-weight: 600;
}
.brand-text-p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #616670;
}
.brand-title-pt{
    padding-top: 5%;
}
.slick-prev:before, .slick-next:before {
    color: #64BC4B !important;
}
.slick-prev, .slick-next {
    top: 50% !important;  
}
.slick-prev:before, .slick-next:before {
    font-size: 25px !important;
}
.feature_div_pt{
    padding-top: 25px !important;
}
.card-img-reason{
    width: 80px !important;
    margin: 20px 0 0 20px !important;
}
.card-titletext-font{
    font-size: 20px;
    font-weight: 600;
}
.card-text-font{
    font-size: 17px !important;
}
.card-border-unlock{
    border: 1px solid #DCDCDC !important;
    border-radius: 10px !important;
}
.benefits-custom{
    background-color: unset !important;
    color: #000 !important;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}
.benefits-link{
    color: #64BC4B;
}
.benefits-textdecort{
    text-decoration: unset;
}
.benefits-content-bg{
    background-color: unset !important;
    border: unset !important;
    border-radius: unset !important;
}
.unlock-video{
    padding-left: 35px;
}
.video-service-p{
    text-align: justify;
    padding-right: 70px;
}
.video_button_custom{
    border-radius: unset !important;
    background-image: unset !important;
    background-color: #64BC4B;
}
.video-section-ptb{
    padding-top: 65px;
    padding-bottom: 50px;
}
.video-title-pt{
    padding-top: 20px;
}
.video-fontsize{
    font-size: 19px !important;
}
.review-section{
    padding-top: 10% !important;
    background-color: #EEFFEA;
    /* padding-bottom: 14%;

    h */
    height: 33.50rem;
    
}
.review_app_rate{
    text-align: unset !important;
    margin-top: unset !important;
    color:#F8A401 !important;
}
.review-view-all a{
    color: #62C160 !important;
    margin-top: 10px;
    border: 1px solid #62C160;
    background-color: #EEFFEA;
    padding: 8px 25px;
}
.review-download-btn a{
        align-items: center;
        padding: 8px 25px;
        text-decoration: none;
        border: 1px solid #62C160;
        background-color: #62C160;
        color: #FFFFFF;
}
.review-download-btn a:hover{
    color: #FFFFFF !important;
}
.review-btn-d{
    display: flex;
}
.review-btn-ml{
    margin-left: 10px;
}
.review-ratingbtn-mt{
    margin-top: 10px;
}
.tesimonials-section{
    background-color: #F8F9FA !important;
}
.testi-font_h2 h2{
    font-size: 20px !important;
}
.testi-font_h2{
    padding-bottom:unset !important;
}
.testi-fontsize{
    font-size: 19px !important;
}
.testi-item-border{
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    /* width: 70%; */
}
.bg-black-footer{
    background-color: #202020;
}
.footer-logo-pr{
    padding-right: 85px;
}
.footer-textlogo-pr{
    padding-right: 15px;
}
.footer-social-m a{
    margin: 0 2px;
}
.footer-social-m a i{
    color: #fff;
}
.footer-social-m{
    float: left;
}
.footer-border-top{
    border: 1px solid #484848;
    margin-right: 10px;
}
.footer-secure{
    margin-top: 25px;
}
.footer-secure-dis{
    display: flex;
}
.footer-secure-po{
    margin-top: 21px;
    margin-left: 2px;
}
.footer_hours_day{
    padding-left: 30px;
    margin-top: -10px !important;
}
.footer_email{
    padding-left: 30px;
}
.footer_address_text{
    /* text-align: center !important; */
    padding-left: 31px;
}
.footer_call_pl{
    padding-left: 30px;
}
.footer_main_pb{
    padding-bottom: 50px;
}
.footer_copyright_pr{
    padding-left: 5%;
}
.footer_paymet_fl{
    float: right;
    padding-right: 5%;
}
.free_unlock_wrap_pt{
    background-image: url("../../images/new-2022/background_webp_new.webp");
    margin-top: 3%;
    background-repeat: no-repeat;
}
.unlock_title_phone{
    color: #002839 !important;
    font-style: normal;
    font-weight: 700;
    text-decoration: none !important;
}
.unlock_span_color{
    color: #002839;
}
.easyunlock_text_p{
    padding: 0 130px;
    font-size: 18px !important;
}
.easyunlock_front-title{
    border-left: 3px solid #64BC4B;
    padding-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    color: #002839;
}
.unlock_free_p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #466381;
    padding-left: 10px;
}
.imei_service_order_wrap_pt{
    background-image: url("../../images/new-2022/imei_phone_check_new.webp");
    margin-top: 3%;
    background-repeat: no-repeat;
}
.unlocks_sms_text{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 6px;
}
.unlock_fieldset_m{
    margin: 2px 0;
}
.imei_from_pt{
    margin-top: 110px !important;
}
.unlock_fiedset_border{
    border: 1px solid #BBBBBB !important;
    border-radius: 5px;
}
.unlock_fiedset_img{
    padding-left: 10px;
    padding-top: 4px;
}
.unlock_fiedset_check{
    padding-left: 160px;
}
.unlock_fiedset_wp{
    padding-left: 120px;
}
.imei_notification_span{
    color: #5E5E5E;
    font-size: 14px;
}
.imei_mobile-ht{
    height: unset !important;
}
.imei_li_pl{
    padding-left: unset !important;
}
.section-unlock-freesim{
    /* padding-top: 8% !important; */
    background-image: url("../../images/new-2022/background_webp_new.webp");
    background-position: center;
    padding-bottom: 230px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.freesim-top-p{
    position: absolute;
    padding-top: 9%;
}
.freesim-unlock-from{
    padding-top: 255px;
}
.section-imei-serviece-order{
    /* padding-top: 37% !important; */
    background-image: url("../../images/new-2022/imei_phone_check_new.webp");
    background-position: center;
    padding-bottom: 30px;
    margin-top: 3%;
    background-repeat: no-repeat;
}
.faqpage-mt{
    margin-top: -60px;
}
.section-howitwork{
    padding-top: 160px !important;
    background-image: url("../../images/new-2022/how_it_works_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.section-faqpage{
    padding-top: 160px !important;
    background-image: url("../../images/new-2022/how_it_works_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.section-page-aboutas{
    padding-top: 160px !important;
    background-image: url("../../images/new-2022/how_it_works_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.section-page-testimonials{
    padding-top: 160px !important;
    background-image: url("../../images/new-2022/how_it_works_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.section-page-terms-condition{
    padding-top: 160px !important;
    background-image: url("../../images/new-2022/how_it_works_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.section-page-privacy-policy{
    padding-top: 160px !important;
    background-image: url("../../images/new-2022/how_it_works_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.section-page-unlock-manufacturer{
    padding-top: 160px !important;
    background-image: url("../../images/new-2022/how_it_works_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 2%;
    background-repeat: no-repeat;
}
.zelle-thanku-page-mt{
    margin-top:110px;
}
.howitwork_img_card{
    width: 80px !important;
    margin-top: 5px!important;
}
.card_title_howitwork{
    padding-top: 15px;
}
.unlocksim-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #466381;
}
.unlocksim-text-justy{
    text-align: justify;
}
.howit-img-pt{
    padding-top: 150px;
}
.howit-li-vector{
    list-style-image: url("../../images/new-2022/Vector.png");
}
.howit-ul-pl{
    padding-left: 20px;
}
.howit-ul-intial{
    padding: initial;
}
.howit-work-margin{
    margin: auto !important;
}
.div-howitwork{
    margin-top: -60px;
}
.section-track-email{
    padding-top: 8% !important;
    background-image: url("../../images/new-2022/live_order_tracking_new.webp");
    background-position: center;
    padding-bottom: 100px;
    margin-top: 3%;
    background-repeat: no-repeat;
}

.track-email-btn{
    background: #64BC4B !important;
    position: unset !important;
    font-weight: 500 !important;
}
.track-email-btn:hover{
    opacity: unset !important;
}
.track-customtext-btn{
    color: #FFFFFF;
}
.track-btn-bg{
    background: #64BC4B !important;
    border: 1px solid #64BC4B !important;
}
.track-btn-div-pl{
    padding-left: 10px;
}
.track-table-shadow{
    box-shadow: 5px 13px 15px 5px #ebebeb !important;
    border: 1px solid #EBEBEB !important;
}
.rc-anchor-normal .rc-anchor-pt{
    text-align: unset !important;
}
.faqs_colleps_pb{
    padding-bottom: 30px;
}
.faqs_colleps_quation{
    color: #002839 !important;
}
.faqs_colleps_ac{
    color: #466381 !important;
}
.details-title-font{
    font-weight: 500 !important;
}
.from-details-input-f{
    font-weight: 500 !important;
    color: #181818 !important;
}
.unlock_fiedset_details{
    padding-left: 140px;
}
.unlock_fiedset_details_wp{
    padding-left: 100px;
}
.fieldset-up{
    padding: unset !important;
}
.match-guarantee-btn{
    background-color: #64BC4B ;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #64BC4B;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    padding: 16px 31px;
    text-decoration: none;
}
.unlcok_details-title{
    color: #466381;
}
.details-star-bg{
    background: rgba(255, 191, 30, 0.2);
    border-radius: 5px;
    padding: 8px 20px;
    color: #FFBF1E;
}
.details-unlock-img{
    margin-bottom: 5px;
}
.details-unlock-a{
    color: #64BC4B;
    text-decoration: none;
}
.details-unlock-a:hover{
    color: #64BC4B; 
}
.details-ptl{
    padding-top: 8px;
    padding-left: 20px;
}
.unlock-details-feture-font{
    font-size: 18px;
}
.unlock-feture-border{
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}
.unlock-details-flax{
    display: flex;
    padding-top:10px;
}
.unlock-flax-pl{
    padding-right: 10px;
}
.unlock-flax-pb{
    padding-bottom: 15px;
}
.unlocks-payment-h4{
    color: #001124;
    font-weight: 600;
    font-size: 20px;
    padding-top: 15px;
}
.unlock-custom-checkbox{
    border: 1px solid #BBBBBB !important;
    border-radius: 5px;
    padding: 5px 10px;
}
.unlock-visa-check {
    padding-left: 10px;
    padding-top: 8px;
}
.unlock-visatitle-pt{
    padding-top: 5px;
}
.unlock-visa-img{
    padding-top: 2px;
}
.visa-justify-mast{
    justify-content: space-between;
}
.unlock-visa-lable{
    color: #02254D;
    font-weight: 500;
    font-size: 19px;
}
.unlocks-background{
    background: #D7FFCC;
    border: 1px solid #7FFB5C !important;

}
.unlock-details-btn{
    border-radius: 8px;
    border: 1px solid #64BC4B;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    width: 100% !important;
}
.details-paymet-mt{
    margin-top: -90px !important;
}
.detilas-feture-mt{
    margin-top: -15% !important;
}
.rep-lang{
    position: absolute;
    right: 25px;
}
.mail-ml{
    margin-left: -10px;  
}
.respo-bg{
    background-color: unset !important;
}
.cards-p-fm{
    font-family: unset;
}
.carsole-text-h{
    height: 201px;
}
.matchprice-error{
    padding-bottom: 79px;
    margin-top: -90px !important;
}
.alert-msg-mt{
    margin-top: -30px !important;
}
.instr-page-font{
    margin-left: 15px;
    font-size: 20px;
}
.inst-page-plr{
    padding-left: unset !important;
}
.intras-page-pb{
    padding-bottom: 30px;
}
.video-div-display-f{
    display: flex;
    justify-content: center;
}
.video-ifream-hw{
    width: 1049px !important;
    height: 590px !important;
}
.unlock-freesim-img-w{
    width: 82%;
}
.video-wh-unlock{
    width: 1280px !important;
    height: 720px !important; 
}


@media (min-width: 415px) and (max-width: 460px) {
    .respo-logoimg {
        margin: 0 200px 0 0 !important;
    }
    .respo-lang {
        margin: -32px 0 0 210px !important;
    }
    section.section-unlock-freesim {
        padding-top: 172% !important;
    }
    div.freesim-top-p {
        margin-top: -147% !important;
    }
    p.repon-freesim-p{
        font-size: 13px;
    } 
}

@media (min-width: 461px) and (max-width: 480px) {
    
    .show-on-small img {
        width: 90%;
        margin-top: -11rem /* Center horizontally with margin */
      }
    .respo-logoimg {
        margin: 0 230px 0 0 !important;
    }
    .respo-lang {
        margin: -32px 0 0 250px !important;
    }
    section.section-unlock-freesim {
        
        padding-top: 160% !important;
    }
    .bro{
        background: linear-gradient(#D8F7D0 , #EDF9EB );    
    }
    div.freesim-top-p {
        margin-top: -135% !important;
    }
    p.repon-freesim-p{
        font-size: 13px;
    } 
    
}
/* @media (max-width: 576px) {
    .show-on-small img {
      top: -200px;
      height: auto;
      width: 100%;
      margin-top: 20px;  
    }
  } */

@media (max-width: 575.98px) {
    .social-share2 a {
        margin: 0 10px;
    }
    iframe {
        width: 405px;
    }
    .brand-slider {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    #pickphone2 {
        margin: 0 auto;
        text-align: center;
    }
    .email .fa-envelope-square {
        border: none;
    }
    .information,
    .icon-images {
        text-align: center;
    }

    .icon-images {
        padding-bottom: 10px;
    }
   
}

/* .show-on-small img {
    position: absolute;
    top: -254px;
    left: 50%;
    transform: translateX(-50%);
    height: 44rem;
    z-index: 444;
  }

  .container.tabview-reponsive-d {
    display: none;
}

@media (max-width: 768px) {
   
    .show-on-small img {
        position: relative;
        top: -256px;
        left: 77px;
        transform: none;
        height: auto;
        width: 75%;
        z-index: 1;
      }

    
      .container.tabview-reponsive-d {
        display: block;
    }
  }

  @media (max-width: 576px) {
    .show-on-small img {
      top: -200px;
      height: auto;
      width: 73%;
      margin-top: 20px;  
    }
  } */

 
  /* Extra Small Devices (Phones < 576px) */

  

@media (max-width: 769px) {
    
    .bg-light.main-body{
        padding-right: unset !important;
        padding-left: unset !important;
    }
    .hero-section {
        /* background-image: url("../../images/new-2022/background_tab.png") !important; */
        /* background-image: unset !important; */
    }
    .hero-section.repon-form-mt{
        /* margin-top: -11%; */
    }
    /* .silder-from-unlock.without-repon {
        display: none;
    } */
    .silder-from-unlock.tab-repons{
        display: unset !important;
    }
    .brand-from-pt.repon-tab-mb{
        margin-bottom: 135%;
    }
    .brand-slider.repon-tab-mt{
        margin-top: -85px !important;
        padding: 0 100px;
    }
    .review-section.tabview-review-bg{
        padding-top: 35% !important;
        /* background-image: url("../../images/new-2022/tabview-mobile_new.webp") !important;    */

    }
    .review-section.mobile_right_hero{
        padding-top: 3% !important;
        /* background-image: url("../../images/new-2022/tabview-mobile_new.webp") !important;    */

    }
    .container.web-section-dn{
        display: none !important;
    }
    .container.tabview-reponsive-d{
        display: unset !important;
    }
    .repo-tebview-mlr{
        padding-left: 30px;
        padding-right: 35px;
    }
    .owl-carousel.carrepons-teb{
        margin-left: unset !important;
    }
    .card.cardweb-h {
        height: 501px !important;
    }
    .section-unlock-freesim{
        padding-top: 15%;
        /* background-image: url("../../images/new-2022/background_tab.png") !important; */
        background-image: unset !important;
    }
    .freesim-top-p {
        padding-top: unset !important;
        /* margin-top: -84% !important; */
    }
    .tebview_freesim_slide{
        display: none !important;
    }
    .tebview_freesim_from{
        display: unset !important;
    }
    .renpo_unlocksim_f{
        padding: 0 20px;
        margin-top: -185px;
    }
    .repon-payment-simtitle{
        display: none !important;
    }
    .repon-payment-showtitle{
        display: unset !important;
    }
    .repos-details-paypb{
        padding-bottom: 75px;
    }
    .repon-priceorder-dn{
        display: none !important;
    }
    .repon-priceorder-ds{
        display: unset !important;
    }
    .respons-pricematch-dn{
        display: none !important;
    }
    .respons-pricematch-ds{
        display: unset !important;
    }
    .rspon-c-formpb{
        padding-bottom: 75px;
    }
    .respon-price-silde-mt{
        margin-top: -20%;
    }
    .section-imei-serviece-order{
        /* background-image: url("../../images/new-2022/imei_phone_tabview.png") !important; */
        background-image: unset !important;
        padding-bottom: 180px !important;
        padding-top: 15%;
    }
    .repo-alert-freesimunloc {
        margin: 103px 0 -103px 0 !important;
    }
    .respon-sucessfreesim-pt{
        padding-top: 69px !important;
    }
    .repon-freecheckimei-from{
        display: none !important;
    }
    .renspo-teb-freecheckimei{
        display: unset !important;
    }
    .section-imei-ord{
        display: unset !important;
    }
    .repon-newfreecheck-from{
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: -40% !important;
    }
    .freesimimei-top-p{
        margin-top: 0% !important;
    }
    .easyunlock_text_p.resfreecheck-imei{
        padding: unset !important;
    }
    .respo-curousel-howitw-dn{
        display: none !important;
    }
    .respo-curousel-howitw-ds{
        display: unset !important;
    }
    .div-howitwork{
        margin-top: -10px !important;
    }
    .section-track-email{
        /* background-image: url("../../images/new-2022/live-tracking.png") !important; */
        background-image: unset !important;
        padding-top: 68% !important;
    }
    .rep-livetrack-ds.rep-livetrack-pm{
        padding-left: 30px;
    }
    .rep-livetrack-dn{
        display: none !important;
    }
    .rep-livetrack-ds{
        display: unset !important;
    }
    .rep-livetrack-pm{
        position: absolute;
        margin-top: 111px;
    }
    .rep-livetrack-from-mt{
        margin-top: -44% !important;
    }
    .section-faqpage{
        background-image: url("../../images/new-2022/faq.png") !important;
        padding-bottom: 40px !important;
    }
    .faqpage-mt {
        margin-top: unset !important;
    }
    .faqsection-mb{
        margin-bottom: 50px;
    }
    .matchprice-error{
        margin-top: -44px !important;
    }
    .repon-trackimei-colw{
        width: 109% !important;
        margin-bottom: unset !important;
        margin-top: -160px;
    }
    .footer_address_text{
        padding-left: 30px !important;
    }
    .video-ifream-hw{
        height: 378px !important;
    }
    .video-wh-unlock{
        width: 500px !important;
        height: 250px !important; 
    }
    
}

@media (min-width: 820px) and (max-width: 912px) {
    .bg-light.main-body{
        padding-right: unset !important;
        padding-left: unset !important;
    }
    .hero-section {
        /* background-image: url("../../images/new-2022/background_tab.png") !important; */
        background: linear-gradient(#D8F7D0 , #EDF9EB );
        /* background-image: unset !important; */
    }
    .hero-section.repon-form-mt{
        /* margin-top: -112%; */
    }
    .silder-from-unlock.without-repon {
        display: none;
    }
    .silder-from-unlock.tab-repons{
        display: unset !important;
    }
    .brand-from-pt.repon-tab-mb{
        margin-bottom: 135%;
    }
    .brand-slider.repon-tab-mt{
        margin-top: -85px !important;
        padding: 0 100px;
    }
    .review-section.tabview-review-bg{
        padding-top: 18% !important;

        /* background-image: url("../../images/new-2022/tabview-mobile.png") !important;    */
    }
    /* .show-on-small img {
        position: relative;
        top: -100px;
        left: 10px;
        transform: none;
        height: auto;
        width: 89%;
        z-index: 1;
      } */
    .container.web-section-dn{
        display: none !important;
    }
    .container.tabview-reponsive-d{
        display: unset !important;
    }
    .repo-tebview-mlr{
        padding-left: 30px;
        padding-right: 35px;
    }
    .owl-carousel.carrepons-teb{
        margin-left: unset !important;
    }
    .card.cardweb-h {
        height: 501px !important;
    }
    .section-unlock-freesim{
        padding-top: 15%;
        /* background-image: url("../../images/new-2022/background_tab.png") !important; */
        background-image: unset !important;
        /* padding-bottom: 295px !important; */
    }
    .freesim-top-p {
        padding-top: unset !important;
        /* margin-top: -69% !important; */
    }
    .tebview_freesim_slide{
        display: none !important;
    }
    .tebview_freesim_from{
        display: unset !important;
    }
    .renpo_unlocksim_f{
        padding: 0 20px;
        margin-top: -185px;
    }
    .repon-payment-simtitle{
        display: none !important;
    }
    .repon-payment-showtitle{
        display: unset !important;
    }
    .repos-details-paypb{
        padding-bottom: 75px;
    }
    .respons-pricematch-dn{
        display: none !important;
    }
    .respons-pricematch-ds{
        display: unset !important;
    }
    .rspon-c-formpb{
        padding-bottom: 75px;
    }
    .respon-price-silde-mt{
        margin-top: -20%;
    }
    .section-imei-serviece-order{
        /* background-image: url("../../images/new-2022/imei_phone_tabview.png") !important; */
        background-image: unset !important;
        padding-bottom: 180px !important;
        padding-top: 14%;
    }
    .repon-freecheckimei-from{
        display: none !important;
    }
    .renspo-teb-freecheckimei{
        display: unset !important;
    }
    .section-imei-ord{
        display: unset !important;
    }
    .repon-newfreecheck-from{
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: -30% !important;
    }
    .freesimimei-top-p{
        margin-top: 0% !important;
    }
    .imei_from_pt {
        margin-top: 40px !important;
    }
    .easyunlock_text_p.resfreecheck-imei{
        padding: unset !important;
    }
    .respo-curousel-howitw-dn{
        display: none !important;
    }
    .respo-curousel-howitw-ds{
        display: unset !important;
    }
    .div-howitwork{
        margin-top: -10px !important;
    }
    .section-track-email{
        /* background-image: url("../../images/new-2022/live-tracking.png") !important; */
        background-image: unset !important;
        padding-top: 63% !important;
    }
    .rep-livetrack-ds.rep-livetrack-pm{
        padding-left: 56px;
    }
    .rep-livetrack-dn{
        display: none !important;
    }
    .rep-livetrack-ds{
        display: unset !important;
    }
    .rep-livetrack-pm{
        position: absolute;
        margin-top: 111px;
    }
    .rep-livetrack-from-mt{
        margin-top: -44% !important;
    }
    .section-faqpage{
        background-image: url("../../images/new-2022/faq.png") !important;
        padding-bottom: 40px !important;
    }
    .faqpage-mt {
        margin-top: unset !important;
    }
    .faqsection-mb{
        margin-bottom: 50px;
    }
    .matchprice-error{
        margin-top: -42px !important;
    }
    .repon-trackimei-colw{
        width: 100% !important;
        margin-bottom: unset !important;
        margin-top: -160px !important;
    }
    .video-ifream-hw {
        height: 378px !important;
    }
    
    
}

@media (min-width: 1366px) and (max-width: 1366px) {
    .testi-text-p {
        padding: 30% 15% 5% !important;
    }
    .footer-secure-dis{
        display: unset !important;
    }
    .footer-secure-po{
        display: flex;
    }
}

@media (min-width: 1280px) and (max-width: 1280px) {
    .testi-text-p {
        padding: 30% 15% 5% !important;
    }
    .footer-secure-dis{
        display: unset !important;
    }
    .footer-secure-po{
        display: flex;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .review-section {
        padding-bottom: 25% !important; 
    }
    .testi-text-p {
        padding: 40% 15% 5% !important;
    }
    .rep-lang.respo-lang{
        right: 0px !important;
        margin-top: -11%;
    }
    .hero-section{
        margin-top: 5% !important;
    }
    .footer-secure-dis{
        display: unset !important;
    }
    .footer-secure-po{
        display: flex;
    }
}

@media (min-width: 1024px) {
    .yt-video > iframe {
        width: 533px !important;
        height: 300px !important;
    }
}


@media (min-width: 912px) and (max-width: 912px) {
    /* .section-imei-serviece-order{
        padding-top: 113% !important;
    } */
    /* .section-track-email{
        padding-top: 153% !important;
    } */
    .rep-livetrack-ds.rep-livetrack-pm {
        padding-left: 100px;
    }
    .section-unlock-freesim{
        padding-bottom: 230px !important;
    }
    .imei_from_pt {
        margin-top: 60px !important;
    }
    .freesimimei-top-p {
        margin-left: -12% !important;
    }
    .video-wh-unlock{
        height: 400px !important; 
    }
    
    
    
}

@media (max-width: 991.98px) {

    #live-message,
    .mail {
        display: none
    }
    .hero-section {
        padding-top: 175px !important;
    }
}


@media (max-width: 1199.98px) {
    #live-message {
        display: none;
    }

    .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .rep-lang {
        position: unset !important;
    }
}

@media (max-width: 1399.98px) {
    .nav-link {
        padding: 10px 10px !important;
        font-size: 14px;
    }
  
}

@media (min-width: 390px) and (max-width: 392px) {
    img.respo-logoimg {
        margin: 0 170px 0 0 !important;
    }
}
@media (min-width: 390px) and (max-width: 390px) {
    .respo-logoimg {
        margin: 0 180px 0 0 !important;
    }
    /* div.freesim-top-p {
        margin-top: -135% !important;
    }
    section.section-unlock-freesim{
        padding-top: 180% !important;
    } */
    div.respon-price-silde-mt{
        margin-top: -50% !important;
    }
    .main-body .hero-section.repon-form-mt{
        /* margin-top: -253% !important; */
    }
}

/* @media (min-width: 376px) and (max-width: 389px) {
    section.section-unlock-freesim{
        padding-top: 180% !important;
    }
    div.freesim-top-p {
        margin-top: -135% !important;
    }
} */

@media (min-width: 391px) and (max-width: 392px) {
    section.section-unlock-freesim {
        padding-top: 194% !important;
    }
    div.freesim-top-p {
        margin-top: -165% !important;
    }
    /* img.respo-logoimg {
        margin: 0 185px 0 0 !important;
    } */
}

@media (min-width: 393px) and (max-width: 393px) {
    .respo-lang {
        margin: -32px 0 0 183px !important;
    }
    .respo-logoimg {
        margin: 0 175px 0 0 !important;
    }
    /* section.section-unlock-freesim {
        padding-top: 180% !important;
    }
    div.freesim-top-p {
        margin-top: -135% !important;
    } */
    div.respon-price-silde-mt{
        margin-top: -50% !important;
    }
    .main-body .hero-section.repon-form-mt{
        margin-top: -253% !important;
    }
    
    
}

@media (min-width: 394px) and (max-width: 411px) {
    section.section-unlock-freesim {
        padding-top: 185% !important;
    }
    div.freesim-top-p {
        margin-top: -158% !important;
    }
    div.respo-lang{
        margin: -34px 0 0 200px !important;
    }
}

@media (min-width: 412px) and (max-width: 413px) {
    .respo-logoimg {
        margin: 0 180px 0 0 !important;
    }
    .respo-lang {
        margin: -32px 0 0 200px !important;
    }
    /* section.section-unlock-freesim{
        padding-top: 180% !important;
    }
    div.freesim-top-p {
        margin-top: -135% !important;
    } */
    div.respon-price-silde-mt{
        margin-top: -45% !important;
    }
    
}

@media (min-width: 412px) and (max-width: 414px) {
    .hero-section {
        /* background-image: url("../../images/new-2022/background_tab.png") !important; */
        /* background: linear-gradient(#D8F7D0 , #EDF9EB ); */
        /* background-image: unset !important; */
    }
    .respo-lang{
        margin: -32px 0 0 190px !important;
    }
    .respo-logoimg {
        margin: 0 195px 0 0 !important;
    }
    /* section.section-unlock-freesim{
        padding-top: 180% !important;
    }
    div.freesim-top-p {
        margin-top: -135% !important;
    } */
    /* .brand-title-pt .repon-brand-pt
    .silder-from-unlock {
        margin-top: 15%;
    } */
    .main-body .hero-section.repon-form-mt{
        margin-top: 38% !important;
        position: relative;
        /* min-height: 40%; */
        background: linear-gradient(#D8F7D0 , #EDF9EB );
        /* top: 209px; */
    }
     .repon-form-mt{
        /* padding-top: 5%; */
    }
    .silder-from-unlock {
        margin-top: -215px !important;
    }
    .silder-from-unlock.resp-silder-mtu{
        margin-top: unset !important;
    }
    section.section-unlock-freesim{
        padding-top: 89% !important;
    }
    div.freesim-top-p {
        margin-top: -60% !important;
    }
}

@media (min-width: 325px) and (max-width: 345px) {
    img.respo-logoimg {
        margin: 0 120px 0 0 !important;
    }
    div.respo-lang {
        margin: -32px 0 0 150px !important;
    }
    .main-body section.section-unlock-freesim {
        padding-top: 225% !important;
    }
    .col div.freesim-top-p {
        margin-top: -190% !important;
    }

}

@media (min-width: 346px) and (max-width: 359px) {
    img.respo-logoimg {
        margin: 0 138px 0 0 !important;
    }
    div.respo-lang {
        margin: -32px 0 0 170px !important;
    }
    .main-body section.section-unlock-freesim {
        padding-top: 215% !important;
    }
    .col div.freesim-top-p {
        margin-top: -180% !important;
    }

}

@media (min-width: 361px) and (max-width: 387px) {
    img.respo-logoimg {
        margin: 0 142px 0 0 !important;
    } 
}

@media (max-width: 360px) {
    .respo-lang{
        margin: -32px 0 0 160px !important;
    }
    .respo-logoimg {
        margin: 0 153px 0 0 !important;
        width: 100px !important;
    }
    .brand-from-pt.repon-tab-mb {
        margin-bottom: 267% !important;
    }
    .bg-light.main-body{
        padding-left: unset !important;
    }
    .section-faqpage{
        padding-top: 125px !important;
    }
    .video-ifream-hw {
        height: 175px !important;
    }
}

@media (max-width: 359px) {
    .icon-images.repo-social{
        margin-right: -24px !important;
    }
    p.repo-fontemail{
        font-size: 13px !important;
    }
    .respo-logoimg {
        margin: 0 115px 0 0 !important;
    }
    .respo-lang {
        margin: -32px 0 0 155px !important;
    }
    /* section.section-unlock-freesim {
        padding-top: 180% !important;
    } */
    div.freesim-top-p {
        margin-top: 0% !important;
    } 
    div.freesim-top-p p{
        font-size: 12px ;
    }
    div.freesimimei-top-p p{
        font-size: 12px !important;
    }
    div.section-track-email{
        padding-top: 134% !important;
    }
}

@media (min-width: 375px) and (max-width: 375px) {
    .brand-from-pt.repon-tab-mb {
        /* margin-bottom: 245% !important; */
    }
    .section-faqpage{
        padding-top: 125px !important;
    }
    .main-body section.hero-section{
        /* margin-top: -269% !important; */
    }
}

@media (min-width: 381px) and (max-width: 389px) {
    .respo-logoimg {
        margin: 0 170px 0 0 !important;
    }
    .respo-lang {
        margin: -32px 0 0 181px !important;
    }
}

@media (min-width: 384px) and (max-width: 384px) {
    section.hero-section.repon-form-mt {
        /* margin-top: -253% !important; */
    }
}

@media (max-width: 480px) {
    .bg-light.main-body {
        padding-right: unset !important;
    }
    .repo-btns{
        margin: 0 0 0 -25px;
    }
    .respo-logoimg{
        margin: 0 175px 0 0;
        width: 90px;
    }
    .respo-lang{
        margin: -32px 0 0 165px;
    }
    .resp-call{
        display: none;
    }
    .repo-email{
        display: unset !important;
    }
    .repo-fontemail{
        padding-top: 14px;
        font-size: 14px;
    }
    .repo-social{
        margin-top: -45px;
        float: right;
    }
    .repo-ml-menu{
        margin-left: unset !important;
    }
    .hero-section.repon-form-mt{
        /* background-image: url("../../images/new-2022/resp-home.png") !important; */
        background-image: unset !important;
        /* margin-top: -245% !important; */
    }

    .brand-from-pt.repon-tab-mb{
        margin-bottom: 230%;
    }
    .respo-mobile-from{
        padding-right: 12px;
        padding-left: 12px;
    }
    .brand-slider.repon-tab-mt{
        padding: unset !important;
    }
    .slick-initialized.slick-slider{
        margin-left: unset !important;
    }
    .carsole-text-h{
        height: 265px !important;
    }
    .video-section-ptb{
        padding-top: unset !important;
    }
    .unlock-video{
        padding-left: unset !important;
    }
    .video-service-p{
        padding-right: unset !important;
    }
    .review-section.tabview-review-bg{
        padding-top: 84% !important;
    }
    .repo-mobile-btn{
        display: none;
    }
    .repo-showbtn{
        display: unset !important;
    }
    .cust-responbtn{
        padding: 10px 55px !important;
    }
    .py-3.footer_copyright_pr{
        padding-bottom: 2rem!important;
    }
    .section-unlock-freesim{
        /* background-image: url("../../images/new-2022/resp-home.png") !important; */
        background-image: unset !important;
        padding-top: 35% !important;
    }
    .freesim-top-p{
        margin-top: -5% !important;
    }
    .silder-from-unlock{
        margin-bottom: unset !important;
    }
    .repo_text_pu{
        padding: unset !important;
    }
    .footer_main_pb{
        padding-left: 35px !important;
    }
    .repon-brand-pt{
        padding-top: 25% !important;
    }
    .respon-price-silde-mt{
        margin-top: -55% !important;
    }
    .section-imei-serviece-order{
        /* background-image: url("../../images/new-2022/imei_back.png") !important; */
        background-image: unset !important;
        padding-top: 62% !important; 
    }
    .imei_from_pt {
        margin-top: 140px !important;
    }
    .freesimimei-top-p {
        margin-top: -35% !important;
    }
    .repon-newfreecheck-from{
        padding-right: unset !important;
        margin-top: -88% !important;
    }
    .respon-smsfree-pb{
        padding-bottom: 10px;
    }
    .easyunlock_text_p.resfreecheck-imei{
        padding: unset !important;
    }
    .section-track-email{
        /* background-image: url("../../images/new-2022/mobile-live.png") !important; */
        background-image: unset !important;
        padding-top: 128% !important; 
    }
    .repon-livefont{
        font-size: 11px !important;
    }
    .rep-livetrack-plb{
        padding-left: 14px;
        padding-bottom: 30px;
    }
    .rep-livetrack-from-mt {
        margin-top: -75% !important;
    }
    .section-faqpage{
        padding-top: 125px !important;
    }
    .matchprice-error{
        margin-top: -44px !important;
    }
    .respo-btntrack-pt{
        padding-top: 50px !important;
    }
    .repo-avter-pb{
        padding-top: 37px;
    }
    .video-ifream-hw {
        height: 169px !important;
        padding-left: 30px;
    }
    .video-wh-unlock{
        width: 300px !important;
        height: 150px !important; 
    }
}
@media (min-width: 540px) and (max-width: 540px) {
    .resp-call{
        display: none;
    }
    .repo-email{
        display: unset !important;
    }
    .repo-fontemail{
        padding-top: 14px;
        font-size: 14px;
    }
    .repo-social{
        margin-top: -45px;
        float: right;
    }
    .respo-mobile-from{
        padding: 0 15px;
    }
    .hero-section.repon-form-mt{
        /* margin-top: -202% !important; */
    }
    .brand-from-pt.repon-tab-mb{
        margin-bottom: 185%;
    }
    .review-section.tabview-review-bg{
        padding-top: 53% !important;  
    }
    .py-3.footer_copyright_pr{
        padding-bottom: 2rem!important;
    }
    .section-unlock-freesim {
        padding-top: 27%;
    }
    .freesim-top-p {
        margin-top: -6% !important;
    }
    .repo_text_pu{
        padding: unset !important;
    }
    .footer_main_pb{
        padding-left: 35px !important;
    }
    .respon-price-silde-mt {
        margin-top: -30%;
    }
    .section-imei-serviece-order{
        padding-top: 23% !important;
    }
    .freesimimei-top-p {
        margin-top: 0% !important;
    }
    .repon-newfreecheck-from{
        margin-top: -55% !important;
    }
    .respon-freecheckimei-sms1{
        padding-left: 135px !important;
    }
    .respon-freecheckimei-whatsapp1{
        padding-left: 135px !important;
    }
    .respon-smsfree-pb{
        padding-bottom: 10px !important;
    }
    .section-track-email{
        padding-top: 88% !important;
    }
    .rep-livetrack-plb{
        padding-left: 15px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .repons-header{
        max-width: 1000px !important;
    }
    .rep-lang {
        position: absolute !important;
        right: -113px !important;
    }
    .review-section{
        padding-top: 20% !important;
    }
}

@media (min-width: 320px) and (max-width: 320px) {
    .silder-from-unlock {
        padding: 20px 7px !important;
    }
    .imei_from_pt {
        margin-top: 47px !important;
    }
    .hero-section.repon-form-mt{
        /* margin-top: -290% !important; */
    }
    .repon-trackimei-colw{
        margin-top: -90px !important;
    }
    .repo-avter-pb{
        padding-top: 50px !important;
    }
}

@media (min-width: 360px) and (max-width: 360px) {
    .hero-section.repon-form-mt{
        /* margin-top: -290% !important; */
    }
}

@media (max-width: 317px) {
    .respo-logoimg {
        width: 76px !important;
        margin: 0 145px 0 0 !important;
    }
    .respo-lang {
        margin: -38px 0 0 135px !important;
    }
}
@media (min-width: 280px) and (max-width: 308px) {
    .respo-logoimg {
        width: 76px !important;
        margin: 0 116px 0 0 !important;
    }
    .hero-section.repon-form-mt {
        /* margin-top: -290% !important; */
    }
    .freesimimei-top-p {
        /* margin-top: -28% !important; */
    }
    .imei_from_pt {
        margin-top: 55px !important;
    }
    div.section-track-email {
        padding-top: 160% !important;
    }
    .repon-trackimei-colw{
        margin-top: -60px !important;
    }
    
}

@media (max-width: 279px) {
    p.repo-fontemail {
        font-size: 9px !important;
    }
    .respo-logoimg {
        width: 76px !important;
        margin: 0 90px 0 0 !important;
    }
    .unlock_fiedset_check {
        padding-left: 60px !important;
    }
    .unlock_fiedset_wp {
        padding-left: 20px !important;
    }
    .unlock_fiedset_details {
        padding-left: 55px !important;
    }
    .unlock_fiedset_details_wp {
        padding-left: 15px !important;
    }
    .review-section.tabview-review-bg {
        padding-top: 116% !important;
    }
    .hero-section.repon-form-mt {
        margin-top: -290% !important;
    }
    .freesimimei-top-p {
        margin-top: -28% !important;
    }
    .imei_from_pt {
        margin-top: 55px !important;
    }
    div.section-track-email {
        padding-top: 160% !important;
    }
    
}