@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
:root {
    color-scheme: light only;
}

p{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
ul {
	list-style: none;
	padding: 0;
}
.container{
    max-width: 1637px !important;
    margin: 0 auto;
    padding: 0 10px;
}
.main_content{
    margin-top: 120px;
    position: relative;
}
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #00000017;
    opacity: 1;
}
.clear{
    clear: both;
}
.popup_modal{
    /* display: block !important; */
    padding-top: 145px !important;
}
.checked {
    color: orange;
  }

  .stars{
    padding: 10px 0px;
  }

/* .head_style .new_head_style {
    padding: 4px 0;
} */
.new_head_style{
    padding: 5px 0;
}


.header_btn {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.common_headerText_style {
    width: 70%;
    float: left;
}
.common_headerText_style .header_p_style {
    width: 100%;
    float: right;
    text-align: right;
    
}

.common_headerText_style p.header_p_style {
    font-size: 19px;
    font-weight: 600;
    padding-top: 11px;
    font-family: 'Poppins', sans-serif;

}
.pay_btn{
    text-align: right;
    width: 30%;
    float: right;
}
.btn_style {
    width: 50%;
    text-transform: uppercase;
    color: #fff;
    background: #14B8A6;
    border-radius: 6px;
    opacity: 1;
    border: none;
    text-decoration: none;
    padding: 14px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    transition: ease-in .3s;
}
.btn_style:hover{
    font-size: 17px;
}
.footer_wrapper {
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer */
.footer {
    position: static !important;
    width: 100%  !important; 
    left: 0;
    bottom: 0;
    padding: 40px 0 !important;
}
.main_footer_style{
    background: #1E293B 0% 0% no-repeat padding-box;
    width: 100%;
    float: left;
}
.footer_content {
    width: 100%;
    float: left;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-top: 40px;
}

.footer_content .each_footer_section {
    width: 20%;
}

.footer_content .each_footer_section.one {
    width: 40%;
}

.footer_content .each_footer_section h4 {
    text-align: left;
    font: normal normal medium 25px/38px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.each_footer_section .list {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
}

.each_footer_section .list .list_style.one {
    width: 30%;
}

.each_footer_section .list .list_style {
    width: 100%;
}

.each_footer_section .list .list_style  a {
    color: #fff;
    line-height: 30px;
    display: block;
}

.each_footer_section .list .list_style  .arrow_style {
    padding-left: 10px;
}

.each_footer_section .social_style {
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.each_footer_section .social_style .li_social_style {
    width: 20%;
}

.each_footer_section .social_style .li_social_style a {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 100%;
}

.each_footer_section .social_style .li_social_style a img {
    height: 22px;
    width: 22px;
}
.partition_style{
    width: 100%;
    float: left;
    height: 4px;
    background: #fff;
}
.footer_copyright{
    width: 100%;
    float: left;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* about-us */
.footer_content.foot_about_page{
    padding-top: 40px;
}


/* all css */
/* common css */
.common_header_title{
    position: relative;
}
.common_header_title h3 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 34px;
    padding-bottom: 20px;
}
.common_header_title h5 {
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 20px;
    /* padding-right: 120px; */
}
.common_header_title h6 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    /* padding-top: 40px; */
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0D9488;
    /* padding-right: 120px; */
}
.common_header_title .under_line{
    height: 3px;
    background: #14B8A6;
    width: 80px;
    float: left;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common_header_title .text{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 34px;
    padding: 0;
    margin: 0;

}

/* banner */
.banner_section{
    overflow: hidden;
    position: relative;
}
.banner_section::before{
    background:  url(../images/BannerCirlce.svg) center center no-repeat;
    width: 948px;
    height: 890px;
    background-size:cover;
    position: absolute;
    content: " ";
    right: 0;
    top: -150px;
}
.banner_section_right{
    position: relative;

}

.banner_section_right .lottie_style{
    width: 822px;
    height: 822px;
    transform: matrix(0.95, 0.15, -0.15, 0.99, 160, 0) !important;
}

.banner_section_right .lottie_style._other_pages{
    width: 822px;
    height: 822px;
    /* transform: matrix(0.95, 0.15, -0.15, 0.99, 160, 0) !important; */
}
.bg_other_img{
    margin: 30px auto;
}
.bg_other_img._fair_img{
    width:739px ;
    height: 708px;
}
.bg_other_img._terms_img{
    width:747px ;
    height:448px ;
    margin: 160px auto;
}

.bg_other_img._policy_img{
    width: 643px;
    height: 590px;
    margin: 80px auto;
}

.bg_other_img._frauds_img{
    width:487px ;
    height: 629px;
    margin: 70px auto;
}

.bg_other_img._cancel_img{
    width: 643px;
    height: 590px;
    margin: 100px auto;
}

.banner_section_right svg{
    transform: matrix(0.95, 0.15, -0.15, 0.99, 160, 0) !important;
}

.banner_section_right .lottie_card{
    width: 32%;
    float: left;
    position: absolute;
    left:0px;
    top: 25%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 26px #00000017;
    border-radius: 30px;
    padding: 26px;
}
/* .lottie_card .lottie_style_card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 26px #00000017;
    border-radius: 30px;
} */
.banner_section_right .lottie_card ul li{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 26px #00000017;
    border-radius: 12px;
    padding: 15px 28px;
    margin: 14px 0;
    transition: all 0.2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    
}
.lottie_card ul li .lottie_card_img_white{
    display: none;
}
.banner_section_right .lottie_card ul li.active {
    background: #14B8A6;
    color: #fff;
}
.banner_section_right .lottie_card ul li.active .lottie_card_img{
    display: none;
}
.banner_section_right .lottie_card ul li.active .lottie_card_img_white{
    display: block;
}
.banner_section_right .lottie_card ul li span{
    width: 25%;
    float: left;
}


.banner_left {
    width: 75%;
    padding: 150px 0;
}

.banner_left h5 {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.banner_left h3 {
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Poppins', sans-serif;
}

.banner_left p {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #4E4E4E;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}

.play_btn {
    padding-top: 20px;
}
.play_btn._mobile{
    display: none;
}
.play_btn .play_btn_style {
    color: #000;
    box-shadow: 0px 3px 25px #00000017;
    border: 1px solid #14B8A6;
    border-radius: 8px;
    width: 60%;
    float: left;
    text-align: center;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    transition: ease .4s;
    position: relative;
    overflow: hidden;
}
.play_btn .play_btn_style::after{
    content: " ";
    width: 100%;
    height: 100%;
    background: #14B8A6;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: -1;
    transition: ease .4s;
}
.play_btn .play_btn_style:hover::after{
    top: 0px;
}
.play_btn .play_btn_style:hover{
    color: #fff;
}


.play_btn .white_google {
    width: 30px;
    height: 33px;
    margin-right: 20px;
}


/* about us */
.about_us_content{
    padding: 20px 0;
    background: #F1F5F9;
}
.img_allign{
    width: 100%;
    float: left;
}
.img_allign .main_img {
    position: relative;
    width: 100%;
    float: left;
}
.img_allign .main_img img.img1_style{
    width: 530px;
    height: 485px;
}
.img_allign .child_img{
    position: absolute;
    right: 100px;
    bottom: -86px;
}
.img_allign .child_img img.img2_style{
    width: 580px;
    height: 355px;
}

.img_allign .main_img .img2_style{
    width: 800px;
    height: 750px;
}
.about_inner_style{
    width: 100%;
    float: left;
    /* padding-top: px; */
    padding: 75px 40px;
}
.about_inner_style h3{
    font-size: 50px;
    font-weight: 400;
    padding-top: 15px;
    width: 100%;
    line-height: 67px;
    font-family: 'Poppins', sans-serif;
}
.about_inner_style span{
    font-weight: 400;
}
.about_inner_style h6{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0D9488;
}
.about_inner_style p{
    /* font-weight: 400; */
    font-size: 18px;
    color: #4E4E4E;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    width: 90%;
    padding: 20px 0;
    letter-spacing: 0px;
}
 .readmore_btn_style{
    width: 150px;
    text-transform: uppercase;
    color: #fff;
    background: #14B8A6;
    border-radius: 6px;
    opacity: 1;
    border: none;
    text-decoration: none;
    padding: 14px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    transition: ease-in .3s;
}
.readmore_icon{
    padding-left: 10px;
}
/* instant credit */
.instant_credit{
    padding: 50px 0;
}
.common_header_title._for_instant{
    width: 50%;
    margin: 0 auto;
}
.common_header_title._for_instant h3{
    line-height: 75px;
}
.common_header_title h3 span._red{
    color: #14B8A6;
    font-family: 'Poppins', sans-serif;
}
.common_header_title h3 span.custom_style_credit{
    background: #CCFBF1;
    padding: 3px 15px;
    border-radius: 3px;
}
.instant_credit .instant_cards_mobile{
    display: none;
}
.instant_cards_desktop{
    text-align: center;
    /* padding: 40px 0; */
}
.each_card{
    padding: 60px 0;
    position: relative;
}
.each_card._border{
    border-right: 1px solid #bbb;
    position: relative;
}

.instant_cards_desktop .each_card:nth-child(1){
    background:  url(../../assets/images/CreditRedLeft.svg) center center no-repeat;
    width: 500px;
    height: 100%;
    background-size:cover;
}
.instant_cards_desktop .each_card:nth-child(4){
    background:  url(../../assets/images/CreditRedRight.svg) center center no-repeat;
    width: 500px;
    height: 100%;
    background-size:cover;
}
.instant_cards_desktop .each_card img.instant_img_style{
    width: 170px;
    height: 140px;
}
.instant_cards_desktop .each_card p{
    color: #14183E;
    font-size: 21px;
    font-weight: 500;
    padding-top: 25px;
    margin: 0 auto;
    width: 75%;
    height: 0;
}

/* download_section */
/* 
.download_section {
    width: 100%;
    background: #2E2E2E;
    padding: 20px 0; 

} */
.download_section {
    width: 100%;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #2E2E2E; */
    padding: 20px 0; 
}

.download_section_content{
    align-items: center;
}

.download_section_content .section_content_left h4 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 65px;
}

.section_content_right .color_play_btn {
    width: 100%;
    display: flex;
    justify-content: end;
}

.color_play_btn .color_google {
    width: 30px;
    height: 33px;
    margin-right:15px ;
}

.colorplay_btn_style {
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to right, #14B8A6 0%,#14B8A6  100%);
    border-radius: 8px;
    text-align: center;
    width: 58%;
    float: left;
    font-size: 21px;
    padding: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: ease .4s;
    overflow: hidden;
    position: relative;
}
.colorplay_btn_style::after{
    content: " ";
    width: 100%;
    height: 100%;
    /* background: #fff; */
    background-image: linear-gradient(to right, #fff 0%,#fff  100%);
    position: absolute;
    left: 0;
    top: 70px;
    z-index: -1;
    transition: ease .4s;
}
.colorplay_btn_style:hover::after{
    top: 0px;
}
.colorplay_btn_style:hover{
    color: #14B8A6;
    z-index: 999;
    position: relative;
}

.simple_main{
    float: left;
    padding: 60px 0;
    background: #F1F5F9 0% 0% no-repeat padding-box;
    position: relative;
}

.simple_main_cards{
    text-align: center;
    padding: 100px 0;
    position: relative;
}
.simple_main_cards._mobile{
    display: none;
}
.simple_main_cards .style_ArrowAbove{
    position: absolute;
    top: 30px;
    left: 37%;
}
.simple_main_cards .style_DownArrowLeft{
    position: absolute;
    left: 12%;
    bottom: 40px;
}
.simple_main_cards .style_DownArrowRight{
    position: absolute;
    right: 10%;
    bottom: 40px;
}
.simple_main_each_card{
    padding: 60px 30px;
}
.simple_main_each_card_style{
    width: 90%;
    margin:  0 auto;
    padding: 60px 40px;
    transition: ease-in .3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 52px 46px #00000012;
    border-radius: 36px;
    /* max-height: 519px; */
    min-height: 384px;
}
/* .simple_main_each_card_style:hover{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 52px 46px #00000012;
    border-radius: 36px;
    transition:ease-in .3s;
} */
.simple_main_each_card .process_json_style{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #00000017;
}
.simple_main_each_card h6{
    color: #1E1D4C;
    padding: 15px 0;
    font-size: 21px;
    height: 55px;
}
.simple_main_each_card p{
    color: #5E6282;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}

/* why tradofina */
.why_tradofina{
    float: left;
    padding: 40px 0;
}
.why_tradofina_cards{
    padding: 40px 0;
}
.why_tradofina_each_card{
    padding: 20px 0;
}
.why_tradofina_each_card .why_tradofina_each_card_title{
    padding-left: 30px;
}

.why_tradofina_each_card_title h5{
    font-size: 20px;
    font-weight: 700;
    padding-top: 80px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #0D9488;
}

.why_tradofina_each_card_title h3{
    font-size: 46px;
    font-weight: 600;
    padding-top: 20px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
} 

.why_tradofina_each_card .instant_approval{
    padding: 25px 0px 10px 18px !important;
    /* padding: 20px !important; */
}
.why_tradofina_each_card .why_tradofina_each_card_style{
    /* width: 95%; */
    padding: 20px !important;
    /* background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #7C7B7B29;
    border-radius: 8px;
    min-height: 185px; */
} 
.why_tradofina_each_card .why_tradofina_each_card_style._right{
    float:right;
}
.why_tradofina_each_card .tradofina_style{
    width: 53px;
    height: 53px;
}
.why_tradofina_each_card .tradofina_style_white{
    display: none;
    width: 53px;
    height: 53px;
}
.why_tradofina_each_card_text h4{
    font-size: 19px;
    font-weight: 550;
}
.why_tradofina_each_card_text p{
    font-size: 15px;
}

.icon_style{
    text-align: center;
}

.carousel_content_mobile{
    display: flex;
    padding-top: 280px;
    padding-left: 70px;
}
.carousel__item-body_mobile p{
    height: 200px;
    display: flex;
    align-items: center;
    text-align: justify;
}


/* testimonial */
.testimonial_lg{
    height: 820px;
    position: relative;
    background: #F1F5F9 0% 0% no-repeat padding-box;
    padding: 50px 0px;
}
.testimonial_lg .testimonial_shape {
    position:absolute;
    width: 100%;
    height: 100%;
}
.testimonial_lg_shape1:after {
    color: #cda1ff;
    font-size: 27px;
    font-weight:600;
    content: "\2616";
    position: absolute;
    top: 2%;
    left: 5%;
  }
  .testimonial_lg_shape2:after {
    color: #45ffdc;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\22BF";
    top: 30%;
    left: 11%;
  }

  .testimonial_lg_shape5:after {
    color: #cda1ff;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\2606";
    bottom: 10%;
    right: 50%;
  }
  .testimonial_lg_shape6:after {
    color: #45ffdc;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\2609";
    top: 7%;
    left: 35%;
  }
  .testimonial_lg_shape7:after {
    color: #ffef96;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\003C";
    bottom: 20%;
    left: 30%;
  }
  .testimonial_lg_shape8:after {
    color: #31b4ff;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\2750";
    top: 11%;
    right: 10%;
  }

  .testimonial_lg_shape9:after {
    color: #cda1ff;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\2616";
    top: 15%;
    right: 40%;
  }
  .testimonial_lg_shape10:after {
    color: #45ffdc;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\22BF";
    bottom: 45%;
    left: 45%;
  }

  .testimonial_lg_shape15:after {
    color: #ffef96;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\003C";
    top: 25%;
    left: 30%;
  }

.testimonial_lg_shape17:after {
    color: #cda1ff;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\2616";
    bottom: 30%;
    left: 20%;
  }

  .testimonial_lg_shape22:after {
    color: #45ffdc;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\2609";
    top: 50%;
    right: 2%;
  }

  .testimonial_lg_shape24:after {
    color: #31b4ff;
    position: absolute;
    font-size: 27px;
    font-weight:600;
    content: "\2750";
    bottom: 5%;
    right: 10%;
  }

.testimonial_lg .slider_title{
    display: flex;
    justify-content: start;
    align-items: center;
}
.testimonial_lg .slider_title h4{
    font-size: 46px;
}




/* for mobile */
.customer_review{
    display: none;
}

.carousel_content{
    display: flex;
    align-items: center;
    padding-top: 400px;
}
.carousel__item-body p{
    height: 90px;
    display: flex;
    align-items: center;
    text-align: justify;
}

.testi_card .testi_card_content{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 26px #0000001A;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    width: 100%;
    min-height: 330px;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}

.testi_card_content .contentbox strong{
    display: block;
}

.testi_card_content .test_img_style{
    height: 90px;
    width: 90px;
}
.owl-item.active.center .testi_card .testi_card_content{
    transform:scale(1.1) ;
}
.owl-item.active.center .testi_card .testi_card_content .slider_card_overlay{
    display: none;
}
.testi_card_content .slider_card_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.owl-carousel .owl-item{
    padding: 60px 0 !important;
}
.owl-prev {
    position: absolute;
    left: -25px;
    top:45%;
    background: url(../images/down_arrow.svg) center center no-repeat;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: 30px;
    transform: rotate(90deg);
}

.owl-next {
    position: absolute;
    right:-25px ;
    top: 45%;
    background: url(../images/down_arrow.svg)center center no-repeat;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: 30px;
    transform: rotate(-90deg);
}
.owl-dots{    
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.owl-dot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
}
.owl-dot.active{
    background-color: #333;
    width: 30px;
    border-radius: 10px;
}

/* FAQ */
.frequently_section{
    float: left;
    padding: 50px 0;
    background-color: #FFFFFF;
}
/* .accordion{
    padding: 40px 0;
} */


.card-header:not(.active) {
    background-color: #FFFFFF !important;
  }
/* .card{
    border: none;
} */
/* .accordion .card{
    margin: 40px 0;
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #0000001A;
} */
.accordion .card {
    margin: 40px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.card-header h2 .btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion > .card:not(:last-of-type) {
    border:1px solid rgba(0,0,0,.125);
    border-radius: 10px;
}
.accordion>.card:not(:first-of-type) {
    border-radius: 10px;
}
.card-header button:active, .card-header button:focus, .card-header button:focus-within,
.card-header button:target, .card-header button:hover, .card-header button:visited, .card-header button:focus-visible{
    outline-color: transparent !important;
    border-color: transparent !important;
}
.card-header:active, .card-header:focus, .card-header:focus-within,
.card-header:target, .card-header:hover, .card-header:visited, .card-header:focus-visible{
    outline-color: transparent !important;
    border-color: transparent !important;
}
.btn:focus{
    border: none !important;
    box-shadow:none !important;
    outline: none !important;
}
.btn-block{
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    outline: none !important;
}
.card-header.active .btn-block{
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif;
    outline: none !important;
}

.btn-link:hover{
    text-decoration: none !important;
}
.card-header h2 span {
    width: 16%;
    float: right;
    text-align: right;
    color: #FFFFFF;
}
.card-header h2 span img{
    /* transform: rotate(-90deg); */
    /* transition: ease .4s; */
}
.card-header h2 .collapsed span img {
    /* transform: rotate(90deg); */
    /* transition: ease .4s; */
}
.card-header.active {
    background-color: #14B8A6;
}
.card-header .accordion-icon .minus-icon {
    display: none;
}

.card-header.active .accordion-icon .minus-icon {
    display: inline-block;
}

.card-header.active .accordion-icon .plus-icon {
    display: none;
}
/* About-Us */
.about_page_content{
    width: 100%;
    float: left;
}
.about_page_content .inner_list_content{
    padding: 40px 0;
}
.about_page_content .inner_list_content p.p_list_style{
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    background: #F9F8F8 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 12px;
    font-family: 'Poppins', sans-serif;
    line-height: 34px;
}
/* contact-us */
.contact_main{
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.contact_main h3{
    font-size: 35px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif; 
    width: 100%;
    float: left;
    text-align: center;
}
.contact_main .contact_inner_content{
    width: 100%;
    float: left;
    margin: 0 auto;
}
.contact_main .contact_inner_content .contact_content{
    text-align: center;
}
.contact_main .contact_inner_content .contact_content .h5_bg_style{
    background: #F9F8F8 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 25px 0;
}
.contact_main .contact_inner_content .contact_content p{
    font-weight: 300;
    font-size: 23px;
}
.contact_main .contact_inner_content .contact_content h5{
    padding: 0 40px;
    line-height: 30px;
    font-size: 21px;
    font-weight: 500;
}
.contact_main .contact_inner_content .contact_content h5 a{
    color: #000;
    font-size: 21px;
    font-weight: 500;
}
.contact_main .contact_inner_content .contact_content img{
    height: 120px;
}

/* fair practice */
.fair_content{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.fair_content p strong{
    font-size: 20px;
    font-weight: 600;
    color: #3D4B51;
}
.my_content_style p.common_p_style{
    font-size: 20px;
    color: #3D4B51;
    padding-bottom: 15px;
    line-height: 32px;
}

/* terms of service */
.terms_inner_content h3{
    font-size: 28px;
    font-weight: 400;
}

.terms_content{
    width: 100%;
    float: left;
    padding: 40px 0;
}

.my_content_style p.common_p_style._bold{
    color: #000;
}
.my_content_style p.common_p_style._heavy{
    font-weight: 600;
    color: #000;
}
.common_p_style span{
    font-weight: 600;
    color: #000;
}
.common_p_style a {
    color: #14B8A6;
}
.my_content_style p.common_p_style.semi_heavy{
    font-weight: 500;
    color: #000;
}
/* privacy-Policy */
.privacy_policy_content{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.privacy_policy_content .privacy_inner_content{
    width: 100%;
    float: left;
}
.privacy_inner_content h3{
    font-size: 28px;
    font-weight: 400;
}
/* protect_prevent */
.protect_prevent{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.cancel_content{
    width: 100%;
    float: left;
    padding: 40px 0;
}
/* .head_style .logo_icon img{
    height: 59px;
    
    padding: 3px;
} */
/* .logo_icon{
    padding-top: 5px;
} */
.logo_icon a{
    display: block;
}
.logo{
    height: 52px;
}

.header-read-text {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #14B8A6;
    /* padding-right: 14px; */
    font-weight: 800;
    word-wrap: break-word;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  .Banks_table{
      margin-bottom: 20px;
  }
  .each_privacy{
    .text{
        font-size: 20px;
        color: #3D4B51;
        padding: 15px 0px;
        font-weight: 600;
        margin: 0;
      }
      .info{
        margin: 0;
        font-size: 20px;
        font-weight: 300;
        padding-bottom: 10px;
        color: #000;
        line-height: 32px;
      }
      .title{
        margin: 0;
        padding-bottom: 10px;
        font-size: 20px;
        font-weight: 500;
      }
      .addressText{
        margin: 0;
        padding-bottom: 10px;
        font-size: 18px;
        font-weight: 300;
        color: #000;
        line-height: 32px;
      }

  }

/* responsive */
@media only screen and (max-width: 1750px) and (min-width: 1521px){
    .container{
        max-width: 92% !important;
        padding: 0 60px !important;
    }
    .head_style .logo_icon img{
        width: 175px;
    }
    .logo {
        height: 55px;
    }
    .btn_style {
        padding: 11px;
    }
    .tradofina-alert-heighlight {
        line-height: 35px !important;
        font-size: 12px !important;
    }
    .main_content{
        margin-top: 90px;
    }
    .banner_left{
        width: 90%;
    }
    .banner_left h3{
        font-size: 46px;
    }
    .banner_section_right .lottie_style{
        width: 690px;
        height: 650px;
    }
    .banner_section::before{
        width: 730px;
        height: 730px;
        margin-top: 50px;
    }
    .banner_section_right .lottie_card ul li{
        padding: 10px 16px;
        font-size: 14px;
    }
    .play_btn .play_btn_style{
        width: 70%;
    }
    .play_btn .white_google{
        height: 30px;
        width: 30px;
    }
    .play_btn .white_google img{
        width: 30px;
        height: 30px;
    }
    .img_allign .main_img .img2_style {
        width: 700px;
        height: 630px;
    }
    .img_allign .main_img img.img1_style{
        width: 520px;
        height: 450px;
    }
    .img_allign .child_img img.img2_style{
        width: 560px;
        height: 330px;
    }
    .img_allign .child_img{
        right: 50px;
    }
    .about_inner_style p{
        font-size: 18px;
    }
    .about_inner_style h3{
        font-size: 46px;
        padding-top: 10px;
        line-height: 62px;
    }
    .about_inner_style {
        padding: 61px 40px;
    }
    .instant_cards_desktop .each_card img.instant_img_style{
        width: 160px;
    }
    .img_allign .main_img img.img1_style{
        width: 520px;
        height: 450px;
    }
    .banner_section_right .lottie_card ul li span img{
        width: 26px;
        height: 22px;
    }
    .instant_cards_desktop .each_card p{
        width: 100%;
        font-size: 18px;
        height: 0;
    }
    .simple_main_cards .style_ArrowAbove{
        left: 33%;
    }
    .simple_main_cards .style_DownArrowLeft{
        left: 11%;
    }
    .simple_main_cards .style_ArrowAbove img{
        width: 85%;
    }
    .simple_main_cards .style_DownArrowLeft img{
        width: 85%;
    }
    .simple_main_cards .style_DownArrowRight img{
        width: 85%;
    }
    .simple_main_each_card_style{
        padding: 20px;
    }
    .simple_main_each_card h6{
        font-size: 19px;
        height: 55px;
    }
    .simple_main_each_card p{
        width: 100%;
        font-size: 16x;
    }
    .why_tradofina_each_card .tradofina_style{
        width: 43px;
        height: 43px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 43px;
        height: 43px;
    }
    .why_tradofina_each_card_title h5{
        font-size: 17px;
    }
    .why_tradofina_each_card_title h3{
        font-size: 40px;
        padding-top: 15px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style{
        padding: 20px !important;
    }
      .why_tradofina_each_card_text h4{
        font-size: 20px;
    }
    .why_tradofina_each_card_text p{
        font-size: 15px;
        margin: 0;
    }
    /* .why_tradofina_each_card .instant_approval{
        padding: 24px !important;
    } */
    .simple_main_each_card .process_json_style{
        height: 120px;
        width: 120px;
        margin-top: 15px;
    }
    .card-body p{
        font-size: 14px;
    }
    .btn_style{
        width: 60%;
    }
    .colorplay_btn_style{
        width: 70%;
    }
    .banner_section_right .lottie_card{
        width: 42%;
        left: -20px;
    }

    .simple_main_each_card{
        padding: 30px 15px;
    }
    .simple_main_each_card_style{
        width: 95%;
        min-height: 320px;
    }
    .about_page_content .inner_list_content p.p_list_style{
        font-size: 17px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 20px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 17px;
    }
    .bg_other_img._fair_img{
        width:680px ;
        height: 640px;
    }
    .bg_other_img._terms_img{
        width:670px ;
        height:418px ;
        margin: 160px auto;
    }
    
    .bg_other_img._policy_img{
        width: 590px;
        height: 530px;
        margin: 80px auto;
    }
    
    .bg_other_img._frauds_img{
        width: 460px;
        height: 570px;
    }
    
    .bg_other_img._cancel_img{
        width: 590px;
        height: 510px;
        margin: 80px auto;
    }
    .my_content_style p.common_p_style{
        font-size: 19px;
    }
    .privacy_inner_content h3{
        font-size: 25px;
    }
    .terms_inner_content h3{
        font-size: 25px;
    }
    .contact_main h3{
        font-size: 29px;
    }
    .common_header_title._for_instant h3{
        line-height: 54px;
    }
    .download_section_content .section_content_left h4{
        line-height: 54px;
    }
    .why_tradofina_cards{
        padding: 20px 0;
    }
    .readmore_btn_style{
        width: 135px;
        padding: 12px;
    }
    .testimonial_lg {
        height: 730px ;
    }
    .carousel_content_mobile {
        padding-top: 230px ;
    }
    .carousel__item-body_mobile p{
        height: 180px;
    }
    .popup_modal {
        /* display: block !important; */
        padding-top: 110px !important;
    }
  
    /* .testimonial{
        height: 800px;
    } */
    /* .testimonial .slider_title h4{
        font-size: 34px;
    }
     */

}
@media only screen and (max-width: 1520px) and (min-width: 1441px)  {
    .container{
        max-width: 94% !important;
        padding: 0 50px !important;
    }
    .btn_style{
        padding: 14px;
    }
    .btn_style:hover{
        font-size: 15px;
    }
    .common_header_title h3{
        font-size: 32px;
    }
    .common_header_title._for_instant h3{
        line-height: 60px;
    }
    .head_style .logo_icon img{
        width: 170px;
    }
    .main_content{
        margin-top: 100px;
    }
    .banner_section::before{
        width: 680px;
        height: 670px;
        margin-top: 50px;
    }
    .banner_section_right .lottie_style{
        width: 660px;
        height: 610px;
        margin-left: -40px;
    }
    .banner_left{
        width: 90%;
    }
    .banner_left h3{
        font-size: 42px;
    }
    .img_allign .main_img .img2_style {
        width: 740px;
        height: 630px;
    }
    .img_allign .main_img img.img1_style{
        width: 500px;
        height: 400px;
    }
    .img_allign .child_img{
        right: 50px;
    }
    .img_allign .child_img img.img2_style{
        width: 520px;
        height: 330px;
    }
    .play_btn .white_google{
        height: 25px;
        width: 30px;
    }
    .play_btn .white_google img{
        width: 26px;
        height: 26px;
    }
    .play_btn .play_btn_style{
        font-size: 14px;
        width: 62%;
    }
    .banner_section_right .lottie_card ul li span img{
        width: 26px;
        height: 22px;
    }
    .about_inner_style h3{
        font-size: 42px;
        padding-top: 10px;
        line-height: 60px;
    }
    .instant_cards_desktop .each_card p{
        font-size: 17px;
        width: 95%;
        height: 0;
    }
    .instant_cards_desktop .each_card img.instant_img_style{
        width: 160px;
        height: 130px;
    }
    .download_section_content .section_content_left h4{
        font-size: 30px;
        line-height: 52px;
    }
    .colorplay_btn_style{
        font-size: 18px;
        width: 60%;
    }
    .simple_main_each_card{
        padding: 30px 15px;
    }
    .simple_main_each_card_style{
        width: 100%;
        padding: 20px;
        min-height: 300px;
    }
    .simple_main_each_card h6{
        font-size: 19px;
    }
    .simple_main_each_card .process_json_style{
        width: 110px;
        height: 110px;
        margin-top: 17px;
    }
    .simple_main_each_card p{
        width: 100%;
        font-size: 15px;
    }
    .simple_main_cards .style_ArrowAbove{
        left: 33%;
    }
    .simple_main_cards .style_ArrowAbove img{
        width: 80%;
    }
    .simple_main_cards .style_DownArrowLeft img{
        width: 80%;
    }
    .simple_main_cards .style_DownArrowRight img{
        width: 80%;
    }
    .why_tradofina_each_card .tradofina_style{
        width: 35px;
        height: 35px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 35px;
        height: 35px;
    }
    .why_tradofina_each_card_text h4{
        font-size: 20px;
    }
    .why_tradofina_each_card_text p{
        font-size: 15px;
    }
    /* .testimonial .slider_title h4{
        font-size: 42px;
    } */
    .owl-prev{
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    .owl-next{
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    .btn_style{
        width: 65%;
    }
    .banner_section_right .lottie_card{
        left: -20px;
        /* padding: 20px; */
    }
    .banner_section_right .lottie_card ul li{
        padding: 10px 14px;
        font-size: 13px;
    }
    .about_page_content .inner_list_content p.p_list_style{
        font-size: 16px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        padding: 0 40px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 18px;
    }
    .bg_other_img._fair_img{
        width:630px ;
        height: 590px;
    }
    .bg_other_img._terms_img{
        width:610px ;
        height:380px ;
        margin: 160px auto;
    }
    
    .bg_other_img._policy_img{
        width: 510px;
        height: 480px;
        margin: 80px auto;
    }
    
    .bg_other_img._frauds_img{
        width: 410px;
        height: 510px;
    }
    
    .bg_other_img._cancel_img{
        width: 510px;
        height: 480px;
        margin: 80px auto;
    }
    .my_content_style p.common_p_style{
        font-size: 18px;
    }
    .privacy_inner_content h3{
        font-size: 24px;
    }
    
    .terms_inner_content h3{
        font-size: 24px;
    }
    .contact_main h3{
        font-size: 27px;
    }
    .card .card-header{
        padding: 7px !important;
    }
    .why_tradofina_cards{
        padding: 10px 0;
    }
    /* .testimonial{
        height: 840px;
    } */
    .about_us_content{
        padding: 70px 0;
    }
    .common_header_title._for_instant h3{
        line-height: 52px;
    }
    .img_allign .main_img .img2_style {
        width: 750px;
        height: 600px;
    }
    .about_inner_style p{
        font-size: 18px;
    }
    .readmore_btn_style{
        width: 140px;
    }
    .popup_modal {
        /* display: block !important; */
        padding-top: 70px !important;
    }
    .each_privacy{
        .info{
          font-size: 18px;
        }
        .addressText{
          font-size: 16px;
        }
  }
   
}
@media only screen and (max-width: 1440px) {
    .container{
        max-width: 95% !important;
        padding: 0 50px !important;
    }
    .tradofina-alert-heighlight{
        font-size: 12px !important;
        line-height: 45px !important;
    }
    .btn_style{
        padding: 12px;
    }
    .banner_left{
        padding: 120px 0;
        width: 90%;
    }
    .common_header_title h3{
        font-size: 28px;
    }
    .common_header_title._for_instant h3{
        line-height: 50px;
    }
    .head_style .logo_icon img{
        width: 160px;
    }
    .main_content{
        margin-top: 70px;
    }
    .banner_section::before{
        width: 640px;
        height: 630px;
        margin-top: 50px;
    }
    .banner_section_right .lottie_card{
        width: 40%;
        /* padding: 20px; */
    }
    .banner_section_right .lottie_style{
        width: 640px;
        height: 600px;
        margin-left: -20px;
    }
    .banner_left h3{
        font-size: 38px;
    }
    .img_allign .main_img .img2_style {
        width: 740px;
        height: 630px;
    }
    .img_allign .main_img img.img1_style{
        width: 500px;
        height: 370px;
    }
    .img_allign .child_img{
        right: 10px;
        bottom: -110px;
    }
    .img_allign .child_img img.img2_style{
        width: 520px;
        height: 330px;
    }
    .play_btn .white_google{
        height: 25px;
        width: 30px;
    }
    .play_btn .white_google img{
        width: 26px;
        height: 26px;
    }
    .play_btn .play_btn_style{
        font-size: 14px;
        width: 66%;
    }
    .banner_section_right .lottie_card ul li{
        padding: 13px;
        font-size: 13px;
    }
    .banner_section_right .lottie_card ul li span img{
        width: 26px;
        height: 22px;
    }
    
    .about_inner_style h3{
        font-size: 38px;
        padding-top: 5px;
        line-height: 60px
    }
    .about_inner_style h6{
        font-size: 23px;
    }
    .about_inner_style p{
        font-size: 18px;
    }    
    .about_inner_style{
        padding: 60px 40px;
    }
    .readmore_btn_style{
        width: 125px;
        padding: 9px;
        font-size: 14px;
    }
    .instant_cards_desktop .each_card p{
        font-size: 17px;
        width: 100%;
        height: 0;
    }
    .instant_cards_desktop .each_card img.instant_img_style{
        width: 150px;
        height: 125px;
    }
    .download_section_content .section_content_left h4{
        font-size: 30px;
        line-height: 50px;
    }
    .colorplay_btn_style{
        font-size: 16px;
    }
    .simple_main_each_card{
        padding: 20px 15px;
    }
    .simple_main_each_card_style{
        width: 98%;
        padding: 15px;
        min-height: 280px;
    }
    .simple_main_each_card h6{
        font-size: 18px;
        height: 45px;
    }
    .simple_main_each_card .process_json_style{
        width: 100px;
        height: 100px;
        margin-top: 17px;
    }
    .simple_main_each_card p{
        width: 100%;
        font-size: 15px;
    }
    .simple_main_cards .style_ArrowAbove{
        left: 33%;
    }
    .simple_main_cards .style_ArrowAbove img{
        width: 80%;
    }
    .simple_main_cards .style_DownArrowLeft img{
        width: 80%;
    }
    .simple_main_cards .style_DownArrowRight img{
        width: 80%;
    }
    .why_tradofina_each_card .tradofina_style{
        width: 35px;
        height: 35px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 35px;
        height: 35px;
    }
    .why_tradofina_each_card_text h4{
        font-size: 20px;
        margin: 0;
    }
    .why_tradofina_each_card_text p{
        font-size: 15px;
        margin: 0;
    }
    .why_tradofina_each_card_title h5 {
        padding-top: 45px !important;
    }
    .why_tradofina_each_card_title h3 {
        padding-top: 20px;
        margin: 0;
    }
    .why_tradofina_each_card .instant_approval{
        padding: 20px !important;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style {
        /* width: 95%; */
        padding: 20px !important;
    }
    .card .card-header{
        padding: 5px !important;
    }
    .card .card-header span img{
        width: 30px;
        height: 30px;
    }
    .footer_copyright{
        font-size: 16px;
    }
    .each_footer_section .list .list_style  a {
        font-size: 14px;
    }
    .footer_content .each_footer_section h4{
        font-size: 20px;
    }
    /* .testimonial .slider_title h4{
        font-size: 32px;
    } */
    .owl-prev{
        width: 22px;
        height: 22px;
        background-size: 22px;
    }
    .owl-next{
        width: 22px;
        height: 22px;
        background-size: 22px;
    }
    .btn_style{
        width: 65%;
    }
    .about_page_content .inner_list_content p.p_list_style{
        line-height: 36px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        padding: 0 30px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 16px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 15px;
    }
    .bg_other_img._fair_img{
        width:630px ;
        height: 580px;
    }
    .bg_other_img._terms_img{
        width:610px ;
        height:380px ;
        margin: 160px auto;
    }
    
    .bg_other_img._policy_img{
        width: 510px;
        height: 480px;
        margin: 80px auto;
    }
    
    .bg_other_img._frauds_img{
        width: 410px;
        height: 510px;
    }
    
    .bg_other_img._cancel_img{
        width: 510px;
        height: 480px;
        margin: 80px auto;
    }
    .contact_main h3{
        font-size: 25px;
    }
    .fair_content p strong{
        font-size: 18px;
    }
    .my_content_style p.common_p_style{
        font-size: 17px;
    }
    .privacy_inner_content h3{
        font-size: 23px;
    }
    .terms_inner_content h3{
        font-size: 23px;
    }
    /* .testimonial{
        height: 780px;
    } */
    .about_us_content{
        padding: 30px 0;
    }
    .why_tradofina_cards{
        padding: 10px 0;
    }
    .banner_section{
        padding: 30px 20px;
    }
    
}
@media only screen and (max-width: 1366px) {

    .banner_left{
        padding: 120px 0;
        width: 90%;
    }
    .banner_left h3{
        font-size: 36px;
        line-height: 60px;
    }
    .banner_left p{
        font-size: 16px;
    }
    .play_btn .play_btn_style{
        width: 53%;
    }
    .banner_section::before{
        width: 600px;
        height: 600px;
    }
    .banner_section_right .lottie_style{
        width: 630px;
        height: 590px;
        margin-left: -50px;
    }
    .common_header_title h3{
        font-size: 26px;
    }
    .common_header_title .under_line{
        top: 40px;
    }
    .img_allign .main_img img.img1_style{
        width: 480px;
        height: 354px;
    }
    .about_inner_style h3{
        font-size: 36px;
        padding-top: 5px;
        line-height: 45px
    }
    .about_inner_style h6 {
        font-size: 23px;
    }
    .about_inner_style p{
        width: 100%;
    }
    .download_section_content .section_content_left h4{
        font-size: 28px;
        line-height: 52px;
    }
    .simple_main_cards .style_ArrowAbove{
        left: 30%;
    }
    .simple_main_cards .style_ArrowAbove img{
        width: 70%;
    }
    .simple_main_cards .style_DownArrowLeft{
        left: 10%;
        bottom: 25px;
    }
    .simple_main_cards .style_DownArrowLeft img{
        width: 70%;
    }
    .simple_main_cards .style_DownArrowRight{
        right: 3%;
        bottom: 25px;
    }
    .simple_main_cards .style_DownArrowRight img{
        width: 70%;
    }
    .simple_main_each_card .process_json_style{
        width: 90px;
        height: 90px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style{
        width: 97%;
        min-height: 195px;
    }
    .each_footer_section .list .list_style{
        width: 80%;
    }
    .each_footer_section .social_style .li_social_style a img{
        height: 20px;
        width: 20px;
    }
    .each_footer_section .social_style{
        padding-top: 22px;
    }
    .each_footer_section .social_style .li_social_style a{
        padding: 7px;
    }
    /* .testimonial .slider_title h4{
        font-size: 37px;
    } */
    .colorplay_btn_style{
        width: 70%;
    }
    .banner_section_right .lottie_card ul li{
        padding: 10px;
        font-size: 13px;
    }
    .bg_other_img._fair_img{
        width:530px ;
        height: 500px;
    }
    .bg_other_img._terms_img{
        width:570px ;
        height:340px ;
        margin: 90px auto;
    }
    
    .bg_other_img._policy_img{
        width: 470px;
        height: 420px;
        margin: 60px auto;
    }
    
    .bg_other_img._frauds_img{
        width: 410px;
        height: 460px;
    }
    
    .bg_other_img._cancel_img{
        width: 470px;
        height: 420px;
        margin: 60px auto;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 15px;
    }
    .privacy_inner_content h3{
        font-size: 22px;
    }
    .terms_inner_content h3{
        font-size: 22px;
    }
    .fair_content p strong{
        font-size: 17px;
    }
    /* .main_content{
        margin-top: 130px;
    } */
    .why_tradofina_each_card{
        padding: 15px 0;
    }
    .carousel{
        max-width:100% !important ;
    }
    .each_privacy{
        .info{
          font-size: 17px;
        }
        .addressText{
          font-size: 16px;
        }
  }

}
@media only screen and (max-width: 1290px) and (min-width: 1125px){
    .container{
        max-width: 100% !important;
        padding: 0 40px !important;
    }
    /* .head_style .new_head_style{
        padding: 12px 20px;
    } */
    .head_style .logo_icon img{
        width: 130px;
    }
    .logo {
        height: 45px;
    }
    .common_headerText_style p.header_p_style{
        font-size: 17px;
    }
    .tradofina-alert-heighlight {
        font-size: 11px !important;
        line-height: 35px !important;
    }
    .btn_style{
        width: 60%;
        font-size: 13px;
        padding: 8px;

    }
    .banner_left{
        padding: 85px 0;
    }
    .btn_style:hover{
        font-size: 15px;
    }
    .banner_section::before{
        width: 580px;
        height: 580px;
    }
    .banner_section_right .lottie_card{
        width: 40%;
        left: -10px;
    }
    .banner_section_right .lottie_style{
        width: 530px;
        height: 580px;
        margin-left: -45px;
    }
    .banner_left h3{
        font-size: 34px;
    }
    .banner_section_right .lottie_card ul li{
        padding: 10px;
        font-size: 12px;
    }
    .play_btn .play_btn_style{
        width: 80%;
    }    
    .about_us_content {
        padding: 0px;
        padding-top: 15px;
    }
    .img_allign .main_img .img2_style {
        width: 500px;
        height: 500px;
    }
    .img_allign .main_img img.img1_style{
        width: 450px;
        height: 330px;
    }
    .img_allign .child_img img.img2_style{
        width: 510px;
        height: 300px;
    }
    .about_inner_style{
        padding: 65px 25px;
    }
    .about_inner_style h3{
        font-size: 34px;
        padding-top: 5px;
        line-height: 45px
    }
    .about_inner_style h6 {
        font-size: 22px;
    }

    .about_inner_style p{
        font-size: 16px;
        width: 100%;
        padding: 5px 0;
    }
    .common_header_title._for_instant h3{
        line-height: 50px;
    }
    .instant_cards_desktop .each_card img.instant_img_style{
        width: 140px;
        height: 118px;
    }
    .instant_cards_desktop .each_card p{
        font-size: 16px;
        height: 0;
        width: 98%;
    }
    .download_section_content .section_content_left h4{
        font-size: 26px;
        line-height: 50px;
    }
    
    .simple_main_cards{
        padding: 85px 0;
    }

    .simple_main_each_card .process_json_style{
        width: 85px;
        height: 85px;
    }
    .simple_main_cards .style_ArrowAbove img{
        width: 66%;
    }
    .simple_main_cards .style_DownArrowLeft img{
        width: 66%;
    }
    .simple_main_cards .style_DownArrowRight img{
        width: 66%;
    }
    .card-body p{
        font-size: 14px;
    }
    /* .testimonial .slider_title h4{
        font-size: 28px;
    } */
    .owl-dots{    
        bottom: -30px;        
    }
    .contact_main .contact_inner_content .contact_content h5{
        padding: 0 15px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 14px;
    }
    .privacy_inner_content h3{
        font-size: 20px;
    }
    .terms_inner_content h3{
        font-size: 20px;
    }
    .fair_content p strong{
        font-size: 16px;
    }
    .testi_card .testi_card_content{
        min-height: 350px;
    }
    .owl-item.active.center .testi_card .testi_card_content{
        transform: scale(1.2);
    }
    .why_tradofina{
        padding: 50px 0;
    }
    .why_tradofina_each_card_title h5{
        font-size: 17px;
        padding-top: 50px;
        margin: 0;
    }
    .why_tradofina_each_card_title h3{
        font-size: 33px;
        padding-top: 10px;
        margin: 0px;
    }
    /* .why_tradofina_each_card .instant_approval{
        padding-top: 20px !important;
    } */
    .why_tradofina_each_card_text h4 {
        font-size: 15px;
        margin: 0;
    }
    .why_tradofina_each_card_text p {
        font-size: 14px;
        margin: 0;
    }
    .why_tradofina_each_card .instant_approval {
        padding: 15px !important;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style {
        min-height: 90px;
        padding-top: 5px !important;
    }
    .readmore_btn_style{
        width: 110px;
        padding: 7px;
        font-size: 12px;
    }
    .readmore_icon{
        height: 12px;
    }
    .testimonial_lg{
        height: 550px;
    }
    
    .carousel_content_mobile{
        padding-top: 160px;
    }
    .carousel__item-body_mobile p{
        height: 120px;
        font-size: 11px;
        line-height: 22px;
    
    }
    .stars strong{
        font-size: 11px;
    }

    .common_header_title h3 {
        font-size: 30px;
        padding-bottom: 5px;
    }
    .common_header_title .text {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1124px){

    .container{
        max-width: 100% !important;
        padding: 0 30px !important;
    }
    .main_content{
        margin-top: 80px;
    }
    .head_style .new_head_style {
        padding: 0px 20px;
    }
    .new_head_style .logo_style{
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }
    .head_style .logo_icon img{
        width: 115px;
    }
    .logo {
        height: 40px;
    }
    .common_headerText_style p.header_p_style{
        font-size: 17px;
        padding-top: 8px;
    }
    .btn_style {
        width: 60%;
        font-size: 13px;
        padding:5px;
    }
    .header-read-text {
        font-size: 9px;
        font-weight: 750;
        padding: 4px;
    }
    .tradofina-alert-heighlight {
        font-size: 10px !important;
        line-height: 35px !important;
        height: 33px;
    }
    .btn_style:hover{
        font-size: 14px;
    }
    .banner_left{
        padding: 100px 0;
    }
    .banner_section::before{
        width: 540px;
        height: 510px;
    }
    .banner_section_right .lottie_style{
        width: 510px;
        height: 530px;
        margin-left: -80px;
    }
    .banner_section_right .lottie_card{
        left: -30px;
    }
    .banner_left h3{
        font-size: 32px;
        line-height: 50px;
    }
    .banner_left p{
        font-size: 15px;
        line-height: 24px;
    }
    .play_btn .white_google img{
        width: 23px;
        height: 23px;
    }
 
    .banner_section_right .lottie_card ul li{
        padding: 10px;
        font-size: 12px;
    }
    .play_btn .play_btn_style{
        width: 85%;
    }
    .about_us_content {
        padding: 0px;
        padding-top: 15px;
    }
    .about_us_content .row{
        padding: 0px 0;
    }
    .img_allign .main_img .img2_style {
        width: 500px;
        height: 500px;
    }
    .img_allign .main_img img.img1_style{
        width: 400px;
        height: 300px;
    }
    .img_allign .child_img img.img2_style{
        width: 440px;
        height: 270px;
    }
    .about_inner_style h3{
        font-size: 32px;
        padding-top: 5px;
        line-height: 47px;
    }
    .about_inner_style h6 {
        font-size: 22px;
    }
    .about_inner_style p{
        font-size: 15px;
        width: 100%;
        padding: 5px 0;
    }
    .about_inner_style{
        padding: 50px 40px;
    }
    .readmore_icon {
        height: 12px;
    }
    .common_header_title._for_instant h3{
        line-height: 50px;
    }
    .instant_cards_desktop .each_card img.instant_img_style{
        width: 140px;
        height: 118px;
    }
    .instant_cards_desktop .each_card p{
        font-size: 15px;
        height: 0;
    }
    .download_section_content .section_content_left h4{
        font-size: 26px;
        line-height: 50px;
    }
    .simple_main_cards{
        padding: 85px 0;
    }
    .simple_main_each_card .process_json_style{
        width: 80px;
        height: 80px;
    }
    .simple_main_cards .style_ArrowAbove img{
        width: 66%;
    }
    .simple_main_cards .style_DownArrowLeft img{
        width: 66%;
    }
    .simple_main_cards .style_DownArrowRight img{
        width: 66%;
    }
    .card-body p{
        font-size: 14px;
    }
    /* .testimonial .slider_title h4{
        font-size: 28px;
    } */

    .slider_title{
        width: 100% !important; 
        float: left;
    }
    .each_footer_section .list .list_style.one{
        width: 40%;
    }
    .each_footer_section .list .list_style{
        width: 85%;
    }
    .why_tradofina_each_card{
        padding: 20px;
    }
    .why_tradofina_each_card_title h5{
        font-size: 15px !important;
        padding-top: 33px !important;
        margin: 0;
    }
    /* .why_tradofina_each_card_title h3{
        font-size: 30px;
        padding-top: 15px;
    } */
    .why_tradofina_each_card_title h3 {
        font-size: 24px;
        padding-top: 15px;
        margin: 0;
    }
    .why_tradofina_each_card .instant_approval {
        padding: 10px 40px !important;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style {
        width: 100%;
        min-height: 77px;
        margin: 0;
        padding: 3px 24px !important;
    }
    .why_tradofina_each_card_text h4 {
        font-size: 16px;
        margin: 0;
    }
    .why_tradofina_each_card_text p {
        font-size: 12px;
        margin: 0;
    }
    .about_page_content .inner_list_content p.p_list_style{
        font-size: 15px;
    }
    .bg_other_img._fair_img{
        width:470px ;
        height: 460px;
    }
    .bg_other_img._terms_img{
        width:500px ;
        height:300px ;
        margin: 70px auto;
    }
    
    .bg_other_img._policy_img{
        width: 410px;
        height: 380px;
        margin: 60px auto;
    }
    
    .bg_other_img._frauds_img{
        width: 380px;
        height: 420px;
    }
    
    .bg_other_img._cancel_img{
        width: 410px;
        height: 380px;
        margin: 60px auto;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 15px;
    }
    .privacy_inner_content h3{
        font-size: 18px;
    }
    .terms_inner_content h3{
        font-size: 18px;
    }
    .fair_content p strong{
        font-size: 15px;
    }
    .testi_card .testi_card_content{
        min-height: 400px;
    }
    .banner_section{
        padding: 50px 20px;
    }
    .simple_main_each_card h6{
        font-size: 17px;
        height: 40px;
    }
    .simple_main_each_card .process_json_style{
        margin-top: 21px;
    }
    .simple_main_each_card_style{
        min-height: 270px;
    }
    .readmore_btn_style{
        width: 100px;
        padding: 5px;
        font-size: 12px;
    }
    .testimonial_lg{
        height: 550px;
        padding: 25px 0px;

    }
    .common_header_title h6{
        padding-top: 0px;
        margin: 0;
        font-size: 14px;
    }
    .common_header_title h3{
        padding-top: 10px;
        font-size: 25px;
        padding-bottom: 5px;

    }
    .common_header_title .text{
        font-size: 25px;
        padding: 0;
        margin: 0;
    }
    .carousel_content_mobile {
        padding-top: 160px;
    }
    .carousel__item-body_mobile p{
        height: 170px;
        font-size: 11px;
        line-height: 22px;
        margin: 0;
    }
    .stars {
        padding: 0px 0px;
    }
    .stars strong{
        font-size: 12px;
    }
    .each_privacy{
        .text{
            font-size: 18px;
            color: #3D4B51;
            padding: 12px 0px;
            font-weight: 600;
            margin: 0;
          }
          .info{
            margin: 0;
            font-size: 17px;
            font-weight: 300;
            padding-bottom: 10px;
          }
          .addressText{
            margin: 0;
            padding-bottom: 10px;
            font-size: 16px;
            font-weight: 300;
          }
    
      }
}
@media only screen and (max-width: 1023px){
    .testimonial_lg{
        display: none;
    }
     .customer_review{
        display: block;
    }
    /* .testimonial{
        display: block;
    } */
    .testimonial{
        height: 780px;
    }
    .common_headerText_style p.header_p_style{
        font-size: 17px;
        padding-right: 10px;
    }
    .btn_style{
        width: 90%;
    }
    .banner_left{
        width: 100%;
        text-align: center;
        padding: 60px 0;
    }
    .banner_left p{
        width: 100%;
        text-align: left;
        font-size: 18px;
        padding: 0 20px;
    }
    .banner_section_right .lottie_card{
        display: none;
    }
    .play_btn._desktop{
        display: none;
    }
    .play_btn._mobile{
        display: block;
    }
    .play_btn .play_btn_style{
        float: none;
        margin: 0 auto;
        width: 50%;
    }
    .banner_section{
        position: relative !important;
    }
    .banner_section .play_btn{
        width: 100%;
        position: absolute;
        bottom: 80px;
        left: 0;
    }
    .banner_section::before{
        top: auto;
        bottom: 190px;
        width: 417px;
        height: 458px;
    }
    .banner_section_right{
        height: 670px;
    }
    .banner_section_right .lottie_style{
        margin-top: -60px;
        height: 590px;
        width: 570px;
        margin-left: -70px;
    }
    .img_allign .main_img img.img1_style{
        width: 540px;
        height: 370px;
    }
    .img_allign .main_img img.img1_style{
        width: 540px;
        height: 370px;
    }
    .img_allign .child_img{
        right: -10px;
    }
    .img_allign .child_img img.img2_style{
        width: 540px;
        height: 310px;
    }
    .download_section_content .section_content_left h4{
        text-align: center;
        font-size: 24px;
        line-height: 44px;
    }
    .section_content_right .color_play_btn{
        justify-content: center;
    }
    .colorplay_btn_style{
        width: 38%;
        font-size: 15px;
    }
    .download_section{
        margin: 0;
        padding: 20px 0;
    }
    .premium_services_img{
        width: 100%;
    }
    .why_tradofina_each_card .row{
        margin: 0 !important;
    }
    .why_tradofina_each_card{
        padding: 20px 0;
    }
    .why_tradofina_each_card .why_tradofina_each_card_title {
        padding-left: 40px;
    }
    .why_tradofina_each_card_title h5 {
        padding-top: 30px;
        font-size: 23px;
        margin: 0;
    }
    .why_tradofina_each_card_title h3 {
        font-size: 40px
    }
    .why_tradofina_each_card .instant_approval {
        /* padding: 5px 22px !important; */
        min-height: 100px;
        padding-top: 25px !important;
    }

    .why_tradofina_each_card .why_tradofina_each_card_style{
        width: 100%;
        padding: 20px;
        min-height: 100px;
        padding-top: 30px !important;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style._right{
        float: left;
    }
    .why_tradofina_each_card_text h4 {
        font-size: 20px;
        margin: 0;
    }
    .why_tradofina_each_card_text p {
        font-size: 16px;
        margin: 0;
    }
    /* .why_tradofina_each_card .why_tradofina_each_card_title {
        padding-left: 25px;
    } */
  
    /* .why_tradofina_each_card .why_tradofina_each_card_style {
        min-height: 100px;
    } */
    /* .why_tradofina_each_card .why_tradofina_each_card_style {
        width: 100%;
        min-height: 77px !important;
        margin: 0;
        padding: 4px 12px !important;
    } */
    .why_tradofina_each_card .instant_approval {
        /* padding: 5px 22px !important; */
        min-height: 100px;
    }
    .simple_main_cards._desktop{
        display: none;
    }
    .simple_main_cards._mobile{
        display: block;
    }
    .simple_main_each_card_style_mobile{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 52px 46px #00000012;
        border-radius: 36px;
        transition: .3s;
        /* border-left: 8px solid #14B8A6; */
        width: 55%;
        float: left;
        padding: 30px;
        margin-bottom: 40px;
    }
    .simple_main_each_card_style_mobile h6{
        color: #1E1D4C;
        font-size: 20px;
        padding: 15px 0;
    }
    .simple_main_each_card_style_mobile p{
        color: #5E6282;
    }
    .simple_main_each_card_style_mobile._right{
        float: right;
    }
    .simple_main_each_card_style_mobile .process_json_style{
        width: 90px;
        height: 90px;
        margin: 0 auto;
        border-radius: 50%;
        background: #FCFCFC 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 25px #00000017;
    }
    .position_arrow{
        width: 100%;
        float: left;
    }
    .footer_content .each_footer_section{
        width: 50%;
    }
    .each_footer_section .list .list_style.one{
        width: 45%;
    }
    .each_footer_section .social_style .li_social_style{
        width: 12%;
    }
    .instant_credit .instant_cards_desktop{
        display: none;
    }
    .instant_credit .instant_cards_mobile{
        display:block;
    }
    .titlesilder_mobile{
        width: 80%;
        margin: 15px auto;
        padding: 12px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 25px #00000012;
        border-radius: 25px;

    }
    .titlesilder_mobile h6{
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 10px;
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
    }
    .titlesilder_mobile .img_box {
        display: inline-block;
        width: 53px;
        height: 53px;
    }
    .titlesilder_mobile .img_box img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .common_header_title._for_instant{
        /* line-height: 50px; */
        width: 100%;
    }
    .carousel-inner{
        margin-bottom: 70px;
    }

    .carousel-indicators li{
        border: 0 !important;
        width: 12px !important;
        background: #9A9A9A !important;
        border-radius: 50% !important;
        height: 12px !important;
        opacity: 1 !important;
    }
    .carousel-indicators li.active{
        width: 45px !important;
        background:#14B8A6 !important;
        border-radius: 20px !important;
        height: 12px !important;
    }

    .titlesilder_mobile .instant_img_style_mobile{
        width: 266px;
        height: 285px;
    }
    /* .customer_review{        
        display: block;
    } */
    .testimonial .slider_title h4{
        font-size: 25px;
        text-align: center;
        padding-top: 30px;
    }    
    
    .footer_content .each_footer_section.one{
        width: 50%;
    }
    .contact_main h3{
        font-size: 26px;
    }
    .bg_other_img._fair_img{
        width:500px ;
        height: 410px;
    }
    .bg_other_img._terms_img{
        width:500px ;
        height:380px ;
        margin: 50px auto;
    }
    
    .bg_other_img._policy_img{
        width: 420px;
        height: 340px;
        margin: 40px auto;
    }
    
    .bg_other_img._frauds_img{
        width: 400px;
        height: 380px;
        margin: 0 auto;
    }
    
    .bg_other_img._cancel_img{
        width: 420px;
        height: 340px;
        margin: 40px auto;
    }
    .privacy_inner_content h3{
        font-size: 17px;
    }
    .terms_inner_content h3{
        font-size: 17px;
    }
    .my_content_style p.common_p_style{
        font-size: 15px;
    }
    .fair_content p strong{
        font-size: 15px;
    }
    .about_inner_style{
        padding-top: 40px;
        text-align: center;
    }
    .about_inner_style p{
        font-size: 16px;
        text-align: justify;
        padding: 0 20px;
    }
    .testi_card .testi_card_content .slider_card_overlay{
        display: none;
    }
    .owl-item.active.center .testi_card .testi_card_content{
        transform: scale(1);
    }
    .testi_card .testi_card_content{
        min-height: 200px;
    }
    .banner_section{
        padding: 0;
    }   
    .testimonial{
        /* padding: 240px 0; */
        height: 800px;
        background: #F1F5F9 0% 0% no-repeat padding-box;
    }     
    .testimonial .slider_title{
        justify-content: center;
        position: absolute;
        top: 20px;
    }
    .carousel{
        margin: 20px auto;
        max-width: 90% !important;
    }
    .carousel__item{
        margin-top: 20px;
    }
    .carousel__item-head img{
        height: 80px !important;
        width: 80px !important;
    }
    .banner_left h3{
        text-align: left;
        padding: 0 20px;
    }
    .about_inner_style h3{
        text-align: left;
        padding: 0 20px;
        
    }
    .aboutus_read_more{
        text-align: start;
        padding-left: 15px;
    }
    .popupmainbx .modal-subbx{ width: 100%; }
    .tradofina-alert-heighlight{ margin-top: 0; position: relative; height: auto; line-height: 1.2; padding: 0px 16px; }
    
}
@media only screen and (max-width: 991px){
    .img_allign .main_img {
        width: 98%;
    }
    .img_allign .main_img .img2_style {
        width: 100%;
        height: 790px;
    }
    .about_inner_style h6{
        font-size: 35px;
    }
    .about_inner_style h3{
        font-size: 35px;
    }
    .about_inner_style p{
        font-size: 18px;
    }
    .why_tradofina_each_card .instant_approval {
        padding: 10px 25px !important;
    }
    .popupmainbx .modal-subbx{ width: 100%; }
    .tradofina-alert-heighlight{ margin-top: 0; position: relative; height: auto; line-height: 1.2; padding: 5px 16px; }

    
}
@media only screen and (max-width: 768px){
    .head_style .logo_icon img{
        width: 125px;
    }
    .common_header_title h3{
        font-size: 24px;
    }
    .banner_left{
        padding: 30px 0;
    }
    .banner_left h3{
        font-size: 30px;
        text-align: left;
        margin-top: 50px; 
    }
    .banner_left p{
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .banner_section::before{
        width: 300px;
        height: 300px;
    }
    .banner_section_right .lottie_style{
        height: 620px;
        width: 550px;
    }
    /* .play_btn .play_btn_style{
        width: 52%;
    } */
    .btn_style {
        width: 70%;
    }
    .about_inner_style {
        padding-top: 15px;  

    }
    .img_allign .main_img .img2_style {
        width: 100%;
        height: 750px;
    }
    .about_inner_style h3{
        font-size: 30px;
        /* text-align: center; */
        text-align: left;
        padding-top: 12px;
        margin: 0;
    }
    .about_inner_style h6 {
        font-size: 24px;
        margin: 0;
    }
    .about_inner_style p{
        font-size: 18px;
        text-align: left;
        padding-top: 15px;

    }
    /* .instant_credit .instant_cards_mobile{
        display:block;
    } */
    .simple_main_each_card_style_mobile .process_json_style{
        width: 85px;
        height: 85px;
    }
    .simple_main_each_card_style_mobile{
        width: 53%;
        padding: 20px;
    }
    .simple_main_each_card_style_mobile h6{
        font-size: 19px;
        margin-bottom: 0;
    }
    .simple_main_each_card_style_mobile p{
        font-size: 15px;
    }
    .download_section_content .section_content_left h4{
        font-size: 22px;
    }
    .colorplay_btn_style{
        width: 40%;
    }
    .why_tradofina_each_card_text h4{
        font-size: 18px;
        font-weight: 500;
    }
    .why_tradofina_each_card .instant_approval {
        padding: 15px 25px !important;
    }
    .accordion{
        padding: 0;
    }
    .each_footer_section .list .list_style.one{
        width: 50%;
    }
    .frequently_section{
        padding: 40px 0 !important;
    }
    .why_tradofina{
        padding: 40px 0 !important;
    }

    .why_tradofina_each_card .tradofina_style{
        width: 25px;
        height: 25px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 25px;
        height: 25px;
    }
    .why_tradofina_each_card_title h3 {
        font-size: 36px;
    }
    .about_page_content .inner_list_content p.p_list_style{
        font-size: 14px;
    }
    .contact_main h3{
        font-size: 20px;
    }

    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 15px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 15px;
    }
    .bg_other_img._fair_img{
        width:460px ;
        height: 380px;
    }
    .bg_other_img._terms_img{
        width:460px ;
        height:340px ;
        padding-top: 80px;
    }
    
    .bg_other_img._policy_img{
        width: 390px;
        height: 310px;
        padding-top: 40px;
    }
    
    .bg_other_img._frauds_img{
        width: 340px;
        height: 310px;
        padding-top: 40px;
    }
    
    .bg_other_img._cancel_img{
        width: 390px;
        height: 310px;
        padding-top: 40px;
    }
    .privacy_inner_content h3{
        font-size: 16px;
    }
    .terms_inner_content h3{
        font-size: 16px;
    }
    .my_content_style p.common_p_style{
        font-size: 14px;
    }
    .my_content_style p.common_p_style._bold.__mobile{
        padding-bottom: 0 !important;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 18px;
    }
    .common_header_title._for_instant h3{
        line-height: 44px;
    }
    .head_style .new_head_style{
        padding: 0px 10px;
    }
    .titlesilder_mobile .instant_img_style_mobile{
        width: 190px;
        height: 190px;
    }
    .titlesilder_mobile h6{
        font-size: 19px;
    }
    .testimonial{
        /* padding: 290px 0; */
        height: 850px;
    }
    .frequently_section._faq{
        padding-bottom: 0px !important;
    }
    .popupmainbx .modal-subbx{ width: 100%; }
    .tradofina-alert-heighlight{ margin-top: 0; position: relative; height: auto; line-height: 1.2; padding: 0px 16px; }

    .carousel_content {
        padding-top: 420px;
    }
    .frequently_section._faq{
        padding-bottom: 0px !important;
    }
    .popupmainbx .modal-subbx{ width: 100%; }
    .tradofina-alert-heighlight{ margin-top: 0; position: relative; height: auto; line-height: 1.2; padding: 5px 16px; }

    .each_privacy{
        .text{
            font-size: 18px;
            padding: 12px 0px;
            font-weight: 500;
          }
          .info{
            font-size: 14px;
            font-weight: 300;
            padding-bottom: 10px;
          }
          .addressText{
            padding-bottom: 10px;
            font-size: 13px;
            font-weight: 300;
          }
      }
}
@media only screen and (max-width: 600px){
    .container{
        padding: 0 20px !important;
    }
    .shape{
        height: 60%;
        top: 4%;
        width: auto;
    }
    .head_style .logo_icon img{
        width: 110px;
    }
    .logo {
        height: 36px;
    }
    .head_style .new_head_style {
        padding: 4px 10px;
    }
    .common_headerText_style p.header_p_style{
        /* font-size: 16px; */
        display: none;
    }
    .btn_style{
        width: 70%;
        font-size: 13px;
    }
    .banner_section_right .lottie_style{
        margin-left: -125px;
        height: 620px;
        width: 505px;
    }
    .banner_section_right{
        height: 570px;
    }
    .play_btn .play_btn_style{
        width: 75%;
    }
    .banner_section .play_btn{
        bottom: 35px;
    }
    .img_allign .main_img .img2_style {
        width: 100%;
        height: 500px;
    }
    .img_allign .main_img img.img1_style{
        width: 435px;
        height: 300px;
    }
    .img_allign .child_img img.img2_style{
        width: 500px;
        height: 284px;
    }
    .img_allign .child_img{
        right: 0;
    }
    .common_header_title h3{
        font-size: 22px;
    }
    .common_header_title .under_line{
        top: 36px;
    }

    .download_section_content .section_content_left h4{
        font-size: 21px;
        line-height: 39px;
    }
    .colorplay_btn_style{
        font-size: 14px;
    }
    .simple_main_each_card_style_mobile .process_json_style{
        height: 80px;
        width: 80px;
    }
    .simple_main_each_card_style_mobile h6{
        font-size: 18px;
    }
    .simple_main_each_card_style_mobile p{
        font-size: 14px;
    }

    .why_tradofina_each_card_text p{
        font-size: 14px;
        text-align: justify;
    }
    .card-body p{
        font-size: 13px;
    }
    .footer_content .each_footer_section.one{
        width: 100%;
    }
    .each_footer_section .list .list_style{
        width: 96%;
    }
    .each_footer_section .social_style .li_social_style{
        width: 20%;
    }
    .common_header_title._for_instant h3{
        line-height: 40px;
        font-size: 20px;
    }
    .contact_main h3{
        font-size: 22px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        padding: 0 20px;
    }

    .contentbox p{
        font-size: 14px;
    }
    .owl-carousel .owl-item{
        padding: 45px !important;
    }
    .why_tradofina_each_card .tradofina_style{
        width: 23px;
        height: 23px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 23px;
        height: 23px;
    }
    
    .testimonial .slider_title h4{
        font-size: 23px;
    }
    .header_btn{
        justify-content: end;
    }
    .pay_btn{
        width: 40%;
    }
    .contact_main h3{
        font-size: 20px;
    }

    .contact_main .contact_inner_content .contact_content p{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        padding: 0 20px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 15px;
    }
    .bg_other_img._fair_img{
        width:410px ;
        height: 330px;
    }
    .bg_other_img._terms_img{
        width:420px ;
        height:320px ;
        padding-top: 40px;
    }
    
    .bg_other_img._policy_img{
        width: 340px;
        height: 280px;
        padding-top: 20px;
    }
    
    .bg_other_img._frauds_img{
        width: 300px;
        height: 280px;
        padding-top: 20px;
    }
    
    .bg_other_img._cancel_img{
        width: 340px;
        height: 280px;
        padding-top: 20px;
    }
    .each_footer_section .list .list_style a{
        font-size: 12px;
    }
    .footer_content .each_footer_section h4{
        font-size: 16px;
    }
    .privacy_inner_content h3{
        font-size: 15px;
    }
    .terms_inner_content h3{
        font-size: 15px;
    }
    .my_content_style p.common_p_style{
        font-size: 13px;
        line-height: 30px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 17px;
    }
    .testi_card .testi_card_content{
        min-height: 340px;
    }
    .owl-prev{
        left: 0;
    }
    .owl-next{
        right: 0;
    }
    .banner_left h3{
        font-size: 28px;
        line-height: 45px;
        padding:0 15px;
        margin-top: 50px;
    }
    .banner_left p{
        padding: 0px 15px;
        text-align: justify;
    }
    .banner_left{
        padding: 20px 0;
    }
    .about_inner_style h3 {
        font-size: 28px;
        padding: 10px 15px;
    }
    .about_inner_style p{
        padding:0 15px;
        text-align: justify;
    }
    .about_inner_style h6{
        font-size: 22px;
        margin: 0;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style{
        padding: 20px;
    }
    .why_tradofina_cards{
        /* padding: 10px 0; */
        padding: 10px;
    }
    .titlesilder_mobile{
        padding: 12px;
        min-height: 310px;
    }
    .carousel{
        max-width: 100% !important;
        margin: 50px auto;
    }
    .testimonial{
        /* padding: 320px 0; */
        height: 880px;
    }
    .colorplay_btn_style{
        width: 46%;
    }
    .tradofina-alert-heighlight{
        position: relative;  
        line-height: 23px !important;
        padding: 0px 16px; 
        font-size: 10px !important;
        height: 30px;
    }

}
@media only screen and (max-width: 430px) and (min-width: 401px){
    .container{
        max-width: 100% !important;
        padding: 0 10px !important;
    }
    .common_header_title h3{
        font-size: 21px;
    }
    .common_headerText_style p.header_p_style{
        display: none
    }
    .tradofina-alert-heighlight{
        padding: 0px 16px;
        font-size: 11px !important;
        line-height: 10px !important;
        height: 57px;
    }
    .header-read-text {
        font-size: 9px;
        font-weight: 400;
        padding: 2px;
    }

    .header_btn{
        justify-content: end;
    }
    .head_style .new_head_style {
        padding: 5px 13px;
    }
    .pay_btn{
        width: 50%;
    }
    .btn_style{
        width: 85%;
        padding: 5px;
    }
    .play_btn .play_btn_style{
        width: 85%;
    }
    .banner_section_right{
        position: relative;
        height: 460px;
    }
    .banner_section_right .lottie_style{
        margin: 0;
        position: absolute;
        right: 35%;
        top: 0;
        transform: translate(-40%,0%);
        height: 340px;
        width: 420px;
    }
    .img_allign .main_img .img2_style {
        width: 100%;
        height: 500px;
    }
    .img_allign .main_img img.img1_style{
        width: 300px;
        height: 250px;
    }
    .img_allign .child_img{
        bottom: -70px;
        right: -20px;
    }
    .img_allign .child_img img.img2_style{
        width: 310px;
        height: 200px;
    }
    .img_allign .child_img{
        right: 0;
    }
    .about_inner_style{
        padding: 25px 20px;
    }
    .about_inner_style h6 {
        font-size: 25px;
    }
    .about_us_content{
        padding: 25px 0;
    }
    .about_inner_style h3{
        font-size: 28px;
        line-height: 40px;
        text-align: left;
        padding: 10px 15px !important;
    }    
    .about_inner_style h6 {
        font-size: 22px;
    }
    .about_inner_style p{
        width: 100% !important;
        text-align: justify;
        padding: 5px 15px;
        font-size: 16px;
    }
    .download_section_content .section_content_left h4{
        font-size: 19px;
    }
    .colorplay_btn_style{
        width: 50%;
    }
    .simple_main{
        padding: 30px 0 !important;
    }

    .simple_main_cards{
        padding: 30px 0 !important;
    }
    
    .simple_main_each_card_style_mobile{
        width: 68%;
    }

    .why_tradofina_each_card_text h4{
        font-size: 16px;
        font-weight: 500;
    }
    .why_tradofina_each_card_text p{
        font-size: 13px;
    }
    .why_tradofina_each_card .instant_approval {
        padding: 15px 25px !important;
    }
    .titlesilder_mobile{
        padding: 15px;
        min-height: 330px;
    }
    .titlesilder_mobile h6{
        font-size: 18px;
    }
    .titlesilder_mobile .instant_img_style_mobile{
        width: 160px;
        height: 160px;
    }
    
    .card-header h2 span img{
        width: 18px;
        height: 18px;
    }
    .footer_content{
        padding: 15px;
    }
    .footer_content .each_footer_section{
        width: 100%;
    }
    .footer_content .each_footer_section.one{
        width: 100%;
    }
    .footer_copyright{
        font-size: 15px;
    }
    .contact_main h3{
        font-size: 19px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 16px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 18px;
    }
    .main_content{
        overflow-x: hidden;
    }
    .why_tradofina_each_card{
        padding: 10px 20px !important;
    }

    .testimonial .slider_title h4{
        font-size: 22px;
    }
   
    .about_page_content .inner_list_content p.p_list_style{
        font-size: 13px;
    }
    .contact_main h3{
        font-size: 18px;
        line-height: 25px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 15px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 15px;
    }
    .contact_main .contact_inner_content .contact_content .h5_bg_style{
        padding: 18px 0;
    }
    .bg_other_img._fair_img{
        width:370px ;
        height: 290px;
    }
    .bg_other_img._terms_img{
        width:350px ;
        height:300px ;
        padding-top: 50px;
    }
    
    .bg_other_img._policy_img{
        width: 300px;
        height: 240px;
        padding-top: 20px;
    }
    
    .bg_other_img._frauds_img{
        width: 270px;
        height: 230px;
        padding-top: 20px;
    }
    
    .bg_other_img._cancel_img{
        width: 300px;
        height: 240px;
        padding-top: 20px;
    }
    .banner_section_right._main_height_pages{
        height: 540px;
    }
    .my_content_style p.common_p_style{
        padding-bottom: 0px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 16px;
    }
    .banner_left{
        padding: 10px 0;
    }
    .banner_left h3{
        line-height: 40px;
        text-align: left;
        padding:0 20px;
        margin-top: 50px;
    }
    .banner_left p{
        text-align: justify;
        margin: 0;
        padding:0 20px;
        font-size: 16px;
    }
    .banner_section .play_btn{
        bottom: 60px;
    }
    .common_header_title._for_instant h3{
        text-align: center;
    }
    .testimonial{
        padding: 0 !important;
        height: 950px;
    }
    .instant_credit .instant_cards_mobile{
        height: 430px;
    }
    .testimonial_shape1:after{
        top: 8%;
    }
    .why_tradofina_each_card .why_tradofina_each_card_title {
        padding-left: 20px;
    }
    .why_tradofina_each_card_title h5 {
        font-size: 21px;
    }
    .why_tradofina_each_card_title h3 {
        font-size: 28px;
    }
    .carousel_content{
        padding-top: 450px;
    }
    .each_privacy{
        .text{
            font-size: 16px;
            padding: 12px 0px;
            font-weight: 500;
          }
          .info{
            font-size: 13px;
            font-weight: 300;
            padding-bottom: 10px;
            line-height: 30px;
          }
          .addressText{
            padding-bottom: 10px;
            font-size: 13px;
            font-weight: 300;
            line-height: 30px;
          }
      }
}
@media only screen and (max-width: 400px) and (min-width: 376px){
    .container{
        max-width: 100% !important;
        padding: 0 10px !important;
    }
    .common_header_title h3{
        font-size: 21px;
    }
    .banner_left p{
        /* width: 95%; */
        width: 100%;
        text-align: justify;
        padding:0 20px;
    }
    .tradofina-alert-heighlight{
        font-size: 11px !important;
        padding: 0px 16px;
        line-height: 10px !important;
        height: 57px;
    }
   
    .common_headerText_style p.header_p_style{
        display: none
    }
    .header_btn{
        justify-content: end;
    }
    .pay_btn{
        width: 50%;
    }
    .btn_style{
        width: 90%;
    }
    .play_btn .play_btn_style{
        width: 80%;
        padding: 9px;
    }
    .banner_section_right{
        height: 440px;
    }
    
    .banner_section_right .lottie_style{
        margin: 0;
        position: absolute;
        right: 35%;
        top: -23px;
        height: 350px;
        width: 420px;
    }    
    .img_allign .main_img img.img1_style{
        width: 300px;
        height: 250px;
    }
    .img_allign .child_img{
        bottom: -70px;
        right: -20px;
    }
    .img_allign .child_img img.img2_style{
        width: 310px;
        height: 200px;
    }
    .img_allign .child_img{
        right: 0;
    }
    .about_us_content{
        padding: 25px 0;
    }
    .about_inner_style h3{
        line-height: 35px;
        text-align: left;
        padding: 15px 15px;
        font-size: 25px;
    }
    .about_inner_style h6 {
        font-size: 21px;
    }
    .about_inner_style p{
        width: 100% !important;
        text-align: justify;
        padding: 0 15px;
        font-size: 14px;
    }
    .download_section_content .section_content_left h4{
        font-size: 18px;
        line-height: 35px;
    }
    .colorplay_btn_style{
        width: 50%;
        padding: 10px;
    }
    .simple_main{
        padding: 30px 0 !important;
    }
    .simple_main .container{
        padding: 0 10px !important;
    }
    .simple_main_cards{
        padding: 30px 0 !important;
    }
    .simple_main_each_card_style_mobile{
        width: 68%;
        padding: 15px;
    }
    .simple_main_each_card_style_mobile .process_json_style{
        width: 75px;
        height: 75px;
    }
    .simple_main_each_card_style_mobile h6{
        font-size: 17px;
    }
    .simple_main_each_card_style_mobile p{
        font-size: 13px;
    }
    .why_tradofina_each_card_text h4{
        font-size: 16px;
        font-weight: 500;
    }
    .why_tradofina_each_card_text p{
        font-size: 13px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style{
        padding: 15px !important;
    }
    .why_tradofina_each_card_title h3{
        font-size: 27px;
        padding-top: 20px;
    }
    .why_tradofina_each_card .instant_approval {
        padding: 10px 20px !important;
    }
    .card-header h2 span img{
        width: 18px;
        height: 18px;
    }
    .footer_content{
        padding: 15px;
    }
    .footer_content .each_footer_section{
        width: 100%;
    }
    .footer_content .each_footer_section.one{
        width: 100%;
    }
    .footer_copyright{
        font-size: 15px;
    }
    .common_header_title._for_instant h3{
        line-height: 38px;
        font-size: 19px;
    }
    .titlesilder_mobile .instant_img_style_mobile{
        width: 210px;
        height: 230px;
    }
    .titlesilder_mobile h6{
        font-size: 17px;
    }
    .contact_main h3{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 16px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 16px;
    }
    .testimonial .slider_title h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .owl-carousel .owl-item{
        padding: 40px !important;
    }
    .main_content{
        overflow-x: hidden;
    }
    .why_tradofina_each_card{
        padding: 10px 20px !important;
    }

    .main_content{
        overflow-x: hidden;
    }
    .why_tradofina_each_card{
        padding: 10px 20px !important;
    }
    .why_tradofina_each_card .tradofina_style{
        width: 23px;
        height: 23px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 23px;
        height: 23px;
    }
    .testimonial .slider_title h4{
        font-size: 20px;
    }
    .about_inner_style {
        padding: 25px 30px;
    }
    .about_page_content .inner_list_content p.p_list_style{
        font-size: 13px;
    }
    .contact_main h3{
        font-size: 17px;
        line-height: 26px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content .h5_bg_style{
        padding: 18px 0;
    }
    .bg_other_img._fair_img{
        width:340px ;
        height: 260px;
    }
    .bg_other_img._terms_img{
        width:310px ;
        height:270px ;
        padding-top: 80px;
    }
    
    .bg_other_img._policy_img{
        width: 270px;
        height: 210px;
        padding-top: 20px;
    }
    
    .bg_other_img._frauds_img{
        width: 240px;
        height: 200px;
        padding-top: 20px;
    }
    
    .bg_other_img._cancel_img{
        width: 270px;
        height: 210px;
        padding-top: 20px;
    }
    .banner_section_right._main_height_pages{
        height: 550px;
    }
    .privacy_inner_content h3{
        font-size: 14px;
    }
    .terms_inner_content h3{
        font-size: 14px;
    }
    .my_content_style p.common_p_style{
        font-size: 13px;
        line-height: 30px;
        padding-bottom: 0px;
    }
    .btn_style{
        padding: 5px;
        width: 84%;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 15px;
    }
    .banner_left{
        padding: 10px 0;
    }
    .banner_left h3{
        line-height: 38px;
        text-align: left;
        padding:0 20px;
        font-size: 27px;
        margin-top: 50px;
    }
    .banner_section .play_btn{
        bottom: 70px;
    }
    /* .banner_section{
        height: 100vh;
    } */
    .titlesilder_mobile{
        padding: 15px;
        min-height: 360px;
    }
    .testimonial{
        padding: 0 !important;
        height: 1025px;
    }
    .instant_credit .instant_cards_mobile{
        height: 430px;
    }
    .banner_left p{
        font-size: 14px;
    }
    .testimonial_shape1:after{
        top: 8%;
    }
    .carousel_content {
        padding-top: 490px;
    }
}
@media only screen and (max-width: 375px){
    .container{
        /* max-width: 100% !important; */
        padding: 0 10px !important;
    }
    .head_style .logo_icon img{
        width: 110px;
    }
    
    .head_style .new_head_style {
        padding: 4px 10px;
    }
    .common_header_title h3{
        font-size: 20px;
    }
    .common_header_title .under_line{
        top: 30px;
        width: 65px;
    }
    .tradofina-alert-heighlight {
        font-size: 10px !important;
        line-height: 15px !important;
        padding: 0px 16px;
        height:57px
    }
    .btn_style {
        width: 72%;
        padding: 5px;
        font-size: 12px;
    }
    .header-read-text{
        font-size: 9px;
        padding: 3px;
    }
    /* .banner_section{
        height: 100vh;
    } */
    .banner_left h3{
        font-size: 26px;
        margin-top: 50px;
        line-height: 42px;
    }

    .common_headerText_style p.header_p_style{
        display: none
    }
    .header_btn{
        justify-content: end;
    }
    .pay_btn{
        width: 60%;
    }
    .play_btn .play_btn_style{
        width: 86%;
        padding: 8px;
        font-size: 13px;
    }
    .play_btn .white_google{
        margin-right: 10px;
    }
    .banner_section::before{
        bottom: 130px;
    }
    .banner_section_right{
        height: 420px;
    }
    .banner_section_right .lottie_style{
        margin: 0;
        position: absolute;
        top: -4px;
        right: 36%;
        height: 310px;
        width: 410px;
    }
    
    .about_inner_style{
        padding: 30px 20px;

    }
    .img_allign .main_img .img2_style {
        width: 100%;
        height: 400px;
    }
    .img_allign .main_img img.img1_style{
        width: 290px;
        height: 242px;
    }
    .img_allign .child_img{
        bottom: -57px;
        right: -14px;
    }
    .img_allign .child_img img.img2_style{
        width: 300px;
        height: 192px;
    }
    
    .img_allign .child_img{
        right: 0;
    }
    .about_inner_style h6 {
        font-size: 25px;
    }
    .about_us_content{
        padding: 25px 0;
    }
    .about_inner_style h3{
        font-size: 25px;
        padding: 10px 20px;
        line-height: 38px;
    }
    .about_inner_style h6 {
        font-size: 18px;
    }
    .download_section_content .section_content_left h4{
        font-size: 16px;
        line-height: 33px;
    }
    .colorplay_btn_style{
        width: 60%;
        padding: 10px;
    }
    .simple_main{
        padding: 30px 0 !important;
    }
    .simple_main .container{
        padding: 10px !important;
    }
    .simple_main_cards{
        padding: 30px 0 !important;
    }
    .simple_main_each_card_style_mobile{
        width: 65%;
        padding: 15px;
        min-height: 230px;
    }
    .simple_main_each_card_style_mobile .process_json_style{
        width: 70px;
        height: 70px;
    }
    .simple_main_each_card_style_mobile h6{
        font-size: 16px;
        padding: 12px 0;
    }
    .simple_main_each_card_style_mobile p{
        font-size: 13px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_title {
        padding-left: 20px;
    }
    .why_tradofina_each_card_title h5 {
        font-size: 20px;
        margin: 0;
    }
    .why_tradofina_each_card_title h3 {
        font-size: 26px;
        padding-top: 15px;
    }
    .why_tradofina_each_card_text h4{
        font-size: 15px;
        font-weight: 500;
    }
    .why_tradofina_each_card_text p{
        font-size: 13px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style{
        padding: 15px !important;
    }
    .why_tradofina_each_card .instant_approval {
        padding: 15px 19px !important;
    }
    
    .card-header h2 .btn{
        font-size: 14px;
    }
    .card-header h2 span img{
        width: 18px;
        height: 18px;
    }
    .footer_content{
        padding: 15px;
    }
    .footer_content .each_footer_section{
        width: 100%;
    }
    .footer_content .each_footer_section.one{
        width: 100%;
    }
    .footer_copyright{
        font-size: 15px;
    }
    .instant_credit{
        padding: 40px 0;
    }
    .common_header_title._for_instant h3{
        line-height: 33px;
        font-size: 16px;
        padding-bottom: 0px;
    }
    .titlesilder_mobile .instant_img_style_mobile{
        width: 160px;
        height: 160px;
    }
    .titlesilder_mobile h6{
        font-size: 16px;
    }
    .contact_main h3{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 15px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 14px;
    }
    .testimonial .slider_title h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .owl-carousel .owl-item{
        padding: 40px !important;
    }
    .main_content{
        overflow-x: hidden;
    }
    .why_tradofina_each_card{
        padding: 10px 20px !important;
    }
    /* .testimonial{
        padding: 40px 0;
    } */

    .why_tradofina_each_card .tradofina_style{
        width: 21px;
        height: 21px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 21px;
        height: 21px;
    }
    .testimonial .slider_title h4{
        font-size: 18px;
    }
    .contact_main h3{
        font-size: 16px;
        line-height: 26px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 16px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 13px;
    }
    .contact_main .contact_inner_content .contact_content .h5_bg_style{
        padding: 15px 0;
    }
    .bg_other_img._fair_img{
        width:300px ;
        height: 220px;
    }
    .bg_other_img._terms_img{
        width:300px ;
        height:240px ;
        padding-top: 20px;
    }
    
    .bg_other_img._policy_img{
        width: 230px;
        height: 170px;
        padding-top: 20px;
    }
    
    .bg_other_img._frauds_img{
        width: 200px;
        height: 150px;
        padding-top: 20px;
    }
    
    .bg_other_img._cancel_img{
        width: 250px;
        height: 170px;
        padding-top: 20px;
    }
    .banner_section_right._main_height_pages{
        height: 440px;
    }
    .privacy_inner_content h3{
        font-size: 13px;
    }
    .terms_inner_content h3{
        font-size: 13px;
    }
    .my_content_style p.common_p_style{
        font-size: 12px;
        line-height: 29px;
        padding-bottom: 0px;
    }
    .btn_style{
        padding: 5px;
    }
    .fair_content p strong{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 14px;
    }
    .testi_card .testi_card_content{
        min-height: 450px;
    }
    .banner_left{
        padding: 10px 0;
    }
    .banner_left h3{
        line-height: 38px;
        padding-left: 20px;
        font-size: 25px;
        margin-top: 50px;
    }
    .banner_section .play_btn{
        bottom: 64px;
    }
    .testi_card .testi_card_content{
        padding: 10px;
    }
    .banner_left p{
        width: 100%;
        padding:0 20px;
        text-align: justify;
        font-size: 14px;
    }
    .about_inner_style p{
        width: 100%;
        padding: 0 20px;
        text-align: justify;
        font-size: 14px;

    }
    .why_tradofina_each_card .why_tradofina_each_card_text{
        padding-left: 15px;
    }
    .titlesilder_mobile{
        padding: 12px;
        min-height: 380px;
        width: 85%;
    }
    .testimonial{
        padding: 0 !important;
        height: 1065px;
    }
    .instant_credit .instant_cards_mobile{
        height: 480px;
    }
    .testimonial_shape1:after{
        top: 8%;
    }
    .carousel_content {
        padding-top: 510px;
    }
    .each_privacy{
        .text{
            font-size: 16px;
            padding: 12px 0px;
            font-weight: 500;
          }
          .info{
            font-size: 12px;
            font-weight: 300;
            padding-bottom: 10px;
            line-height: 29px;
          }
          .addressText{
            padding-bottom: 10px;
            font-size: 13px;
            font-weight: 300;
            line-height: 29px;
          }
      }
}
@media only screen and (max-width: 320px){
    .head_style .logo_icon img{
        width: 100px;
    }
    .pay_btn{
        width: 60%;
    }
    .btn_style{
        width: 100%;
    }
    .banner_section{
        height: 100%;
    }
    .play_btn .play_btn_style{
        width: 92%;
    }
    .banner_section_right{
        height: 400px;
    }
    .banner_section::before{
        width: 230px;
        height: 200px;
    }
    .banner_section_right .lottie_style{
        /* transform: translate(-54%,0%); */
        right: 42%;
        height: 290px;
        width: 350px;
    }
    .common_header_title h3{
        font-size: 18px;
    }
    .colorplay_btn_style{
        width: 70%;
    }
    .simple_main_each_card_style_mobile{
        width: 62%;
        padding: 10px;
        min-height: 218px;
    }

    .simple_main_each_card_style_mobile .process_json_style{
        width: 65px;
        height: 65px;
    }
    .simple_main_each_card_style_mobile h6{
        font-size: 14px;
    }
    .why_tradofina_each_card_text h4{
        font-size: 15px;
    }
    .contact_main h3{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 14px;
    }
    .contact_main h3{
        font-size: 20px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 18px;
    }
    .testimonial .slider_title h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .owl-carousel .owl-item{
        padding: 20px !important;
    }

    .testi_card{
        padding: 10px;
    }
    .contentbox p{
        font-size: 13px;
    }
    .img_allign .child_img{
        right: 0;
    }
    .main_content{
        overflow-x: hidden;
    }
    .about_page_content .inner_list_content p.p_list_style{
        padding: 10px;
        line-height: 34px;
    }
    .contact_main h3{
        font-size: 20px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 18px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 18px;
    }
    .contact_main h3{
        font-size: 16px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 13px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 14px;
    }
    .contact_main .contact_inner_content .contact_content .h5_bg_style{
        padding: 12px 0;
    }
    .bg_other_img._fair_img{
        width:260px ;
        height: 200px;
    }
    .bg_other_img._terms_img{
        width:260px ;
        height:210px ;
        padding-top: 0px;
    }
    .bg_other_img._policy_img{
        padding-top: 0px;
    }
    .bg_other_img._cancel_img{
        padding-top: 0px;
    }
    .banner_section_right._main_height_pages{
        height: 400px;
    }
    .fair_content p strong{
        font-size: 14px;
    }
    .testimonial{
        padding: 0 !important;
        height: 1020px;
    }
    .carousel__item-head img{
        height: 50px !important;
        width: 50px !important;
    }
    .banner_section .play_btn{
        bottom: 60px;
    }
}
@media only screen and (max-width: 300px){
    .tradofina-alert-heighlight {
        font-size: 9px !important;
    }
    .head_style .logo_icon img{
        width: 80px;
    }
    .logo {
        height: 30px;
    }
    .btn_style{
        padding: 0px;
        font-size: 10px;
        width: 70%;
    }
  
    .play_btn .play_btn_style{
        font-size: 11px;
    }
    .common_header_title h3{
        font-size: 16px;
    }
    .banner_section::before{
        width: 168px;
        height: 173px;
    }
    .banner_left h3{
        font-size: 23px;
        line-height: 36px;
        margin-top: 40px;
    }
    .banner_left p{
        font-size: 13px;
    }
    .banner_section_right .lottie_style{
        top: -20px;
        height: 310px;
        width: 344px;
    }

    .play_btn .play_btn_style{
        width: 90%;
    }
    .about_us_content .row{
        padding: 0;
    }
    .download_section_content .section_content_left h4{
        line-height: 30px;
    }
    .img_allign .main_img .img2_style {
        width: 100%;
        height: 350px;
    }  
    .img_allign .main_img img.img1_style{
        width: 190px;
        height: 190px;
    }
    .img_allign .child_img img.img2_style{
        width: 210px;
        height: 154px;
    }
    .img_allign .child_img{
        right: 0;
    } 
    .about_inner_style {
        padding: 20px 20px;
    } 
    .about_inner_style h3{
        font-size: 22px;
        padding-top: 10px;
    }
    .about_inner_style h6 {
        font-size: 16px;
    }
    .about_inner_style p{
        font-size: 13px;
    }
    .titlesilder_mobile h6{
        height: 65px;
        line-height: 25px;
    }
    .common_header_title._for_instant h3{
        line-height: 33px;
        font-size: 15px;
    }
    .titlesilder_mobile .instant_img_style_mobile{
        width: 150px;
        height: 150px;
    }
    .instant_credit{
        padding: 30px 0;
    }
    .colorplay_btn_style{
        width: 70%;
    }
    .simple_main_each_card_style_mobile{
        width: 59%;
        min-height: 245px;
    }
    .style_ArrowLeft2{
        width: 100px;
        float: left;
    }
    .style_ArrowLeft1{
        width: 100px;
        float: left;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style{
        padding: 10px;
    }
    .why_tradofina_each_card .tradofina_style{
        width: 25px;
        height: 25px;
    }
    .why_tradofina_each_card .why_tradofina_each_card_style:hover .tradofina_style_white{
        width: 25px;
        height: 25px;
    }
    .why_tradofina_each_card_title h5 {
        font-size: 15px;
    }
    .why_tradofina_each_card_title h3 {
        font-size: 18px;
    }
    .each_footer_section .list .list_style  a{
        font-size: 13px;
    }
    .contact_main h3{
        font-size: 17px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 13px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 13px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 13px;
    }
    .each_footer_section .social_style .li_social_style a{
        padding: 4px;
    }
    .each_footer_section .social_style .li_social_style a img{
        height: 16px;
        width: 16px;
    }
    .testimonial .slider_title h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .banner_section_right{
        height: 370px;
    }
    .contact_main h3{
        font-size: 15px;
    }
    .contact_main .contact_inner_content .contact_content h5 a{
        font-size: 13px;
    }
    .contact_main .contact_inner_content .contact_content p{
        font-size: 13px;
    }
    .contact_main .contact_inner_content .contact_content h5{
        font-size: 13px;
    }
    .bg_other_img._fair_img{
        width:220px ;
        height: 180px;
    }
    .bg_other_img._terms_img{
        width:220px ;
        height:180px ;
        padding-top: 40px;
    }
    .bg_other_img._policy_img{
        width: 200px;
        height: 140px;
        padding-top: 20px;
    }
    
    .bg_other_img._frauds_img{
        width: 200px;
        height: 120px;
        padding-top: 20px;
    }
    
    .bg_other_img._cancel_img{
        width: 200px;
        height: 140px;
        padding-top: 20px;
    }
    .banner_section_right._main_height_pages{
        height: 400px;
    }
    .testimonial{
        padding: 0 !important;
        height: 1155px;
    }
    .banner_section .play_btn{
        bottom: 38px;
    }
    .carousel_content {
        padding-top: 550px;
    }
}



.popupmainbx {
    position: fixed;
    background: rgb(0 0 0 / 50%); 
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: none;
    overflow: scroll;
}


.modal-subbx {
    margin: 0 auto;
    width: 50%;
    background: #fff;
    /* margin-top: 2%; */
    border-radius: 10px; 
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}

.popupmainbx.show .modal-subbx {
    opacity: 1;
    transform: translateY(0%);
}

.modalheadbx { 
    padding: 23px 15px 14px; 
    display: flex; 
    border-bottom: 0 solid #e8e8e8;
 }
.close { 
    width: 30px; 
    height: 30px; 
    font-size: 1.5rem;
    border-radius: 4px; 
    float: right;
    text-align: center; 
    line-height: 20px; 
    border: 0 solid #000; 
    background: #ffff; 
    color: #333; 
    font-weight: 500; 
}
.modalheadbx h2 {
     width: calc(100% - 32px); 
     font-weight: 600;
     letter-spacing: 0.33px; 
     margin-bottom: 0; 
     color: #14B8A6; 
     font-size: 1.5rem; 
     padding: 0; 
     text-align: center; 
 }
.modal-body{ padding: 0 1.5rem 1.5rem; }
.modal-body ul{ list-style: int;  }

.modal-body a.appdownbtn { padding: 10px 20px; background: #14B8A6; color: #fff; border-radius: 4px; text-transform: uppercase; }
.popupmainbx p, .popupmainbx ul li { font-size: 14px; margin-bottom: 0.2rem; line-height: 1.5;padding-left: 20px; }
.popupmainbx ul, .popupmainbx ul li { list-style: decimal;padding-left: 20px; }
.popupmainbx ul li a:hover{ color:#14B8A6}
.popupmainbx h5{ font-size: 16px; font-weight: 400;color: #333; margin: 1rem 0; }

.mail-text{

        color: #0D9488;
        text-decoration: none;
        background-color: transparent;
        font-weight: 500;
        word-wrap: break-word;

}
.prvent_fraud_text{
    padding-left: 30px;
}
.tradofina-alert-heighlight {
    background: #1E293B 0% 0% no-repeat padding-box;
    z-index: 1;
    position: relative;
    /* height: 30px; */
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 48px;
}
.notification_icon_style{
    padding: 10px;
}
