body {
    font-family: 'Switzer', sans-serif !important;
    margin: 0;
}

.right_text h1 {
    font-size: 36px;
    font-weight: 400;
}
p.world_weight {
    font-weight: 400 !important;
    /* font-size: 20px; */
}
.right_text p {
    color: #A5A5BA;
    font-size: 20px;
    font-weight: 500;
}
.sq-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background-color: #F4F4F9;
}
/* .sq-radio:hover input ~ .checkmark {
  background-color: #595FFF;
} */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sq-radio input:checked ~ .checkmark:after {
  display: block;
}
.sq-radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background-color: #595FFF;
}

.verification-code--inputs input[type="text"] {
    flex: 1;
    gap: 23px;
    width: 40px;
    height: 40px;
    border: none;
    padding: 10px 24px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 4px;
    background: #F4F4F9;
    border-radius: 8px;
    color: #A5A5BA;
}
.verification-code--inputs {
    display: flex;
}
.time_sec {
    display: flex;
    justify-content: space-around;
}

.time_sec p {
    font-size: 16px;
    margin: 30px 0 10px;
    border-bottom: 1px solid;
    width: auto;
    font-weight: 400 !important;
}


/* landing page */
.headre_main_sec {
    /* position: fixed; */
    background: #000000;
}
.banner_sec {
    background: #000000;
    padding: 70px 60px 0;
    height: 520px;
    text-align: left;
}
section.btom_banner {
    position: relative;
    margin-top: -170px;
}
.btm_banner_img img {
    width: 100%;
}
.banner_sec h1 {
    color: #fff;
    line-height: 48px;
    font-size: 38px;
    font-weight: 400;
    margin: 0;
}
.banner_text h2 {
    margin: 8px 0 0;
    font-size: 56px;
    color: #fff;
    font-weight: 400;
}
.banner_sec p {
    margin: 0;
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
}
section.second_sec_inner h2 {
    font-size: 20px;
    text-align: center;
    color: #282830;
    margin: 0 0 30px;
}
.Outlets_sec ul {
    padding: 0;
}
.yellow_btn a {
    background: #282830;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
section.yellow_sec_inner.campaigns_text_sec {
    background: #ADE2FF;
}
.Te_secc_houese img {
    border-radius: 16px;
}
.Te_secc h3 {
    font-size: 32px;
    margin: 11px 0 11px !important;
}
.clients_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Te_secc p {
    font-size: 15px;
    color: #5F5F67;
    line-height: 25px;
}
.Te_secc_houese img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.Te_secc a {
    background: #282830;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.Te_secc a:hover {
    color: #fff;
    text-decoration: none;
}
.Te_secc_houese_text p {
    min-height: 150px;
}

section.yellow_sec_inner {
    background: #F2FF58;
    padding: 80px 0 40px;
}
.Outlets_sec ul li {
    list-style: none;
    display: flex;
    gap: 15px;
    margin-bottom: 7px;
}
.new_sec_port_right img {
    width: 100%;
}
.clients_sec img {
    width: 90px;
    height: 90px;
}
section.second_sec_inner {
    padding: 40px 0 30px;
}
.btn_banner a {
    margin-top: 0;
    display: inline-block;
    font-size: 19px;
    margin-bottom: 0;
    background: transparent;
    color: #fff;
    padding: 10px 36px;
    border-radius: 8px;
    font-weight: 400;
    border: 1px solid #ffff;
}
.banner_text span {
    color: #F26666;
}
.headre_main_sec_menu {
    display: flex;
    justify-content: space-between;
    padding: 50px 40px 0;
}
.headre_meuu li:last-child a {
    background: transparent;
    color: #fff;
    padding: 10px 26px;
    border-radius: 8px;
    font-weight: 400;
    border: 1px solid #ffff;
}
.home-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headre_meuu li a {
    color: #fff;
    padding: 0 50px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}
.headre_meuu li {
    display: inline-block;
    list-style: none;
}
.headre_meuu ul {
    padding: 0;
}
.headre_main_sec_menu {
    display: flex;
    justify-content: space-between;
    padding: 50px 40px 0;
}

.feature_sec h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 30px;
}
.feature_sec h1  span{
    color:#595FFF;
}
.banner_img img {
    position: relative;
    top: -9px;
}
section.yellow_sec_inner.bg_white_sec {
    background: #fff;
}
img.news_scren {
    position: absolute;
    right: -80px;
    top: 170px;
    width: 74%;
}
.fiture_inner.gfgfgfgf .step_sec {
    padding-right: 50px;
}
.leverge_sec.get_in {
    width: 54%;
}
.yellow_btn a {
    color: #fff;
    text-decoration: none;
}
img.news_scren.newsij {
    top: 150px;
}


@media (min-width: 1200px) {
/* .footer_main_sec .container {
    max-width: 1370px !important;
} */
}


section.featured_sec_inner.social_saec_inner.customer_sayinmg_sec .row {
    margin-top: 40px;
}
section.featured_sec_inner.social_saec_inner.customer_sayinmg_sec  {
    margin-bottom: 60px;
}

.conatct_main_sec {
    display: flex;
    align-items: center;
}

.conatct_left_sec {
    /* flex: 1; */
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0px 0;
}
.conatct_main_sec {
    display: flex;
    align-items: center;
    gap: 80px;
}
.conatct_right_sec {
    flex: 1;
    flex: 1 1 calc(50% - 0.5rem);
}
section.contact_sec_inner {
    background: #000;
    padding: 80px 0 40px;
}
.conatct_right_sec {
    text-align: right;
}
.conatct_left_sec p {
    color: #A5A5BA;
    font-size: 18px;
    font-weight: 400;
}
.conatct_left_sec h1 {
    font-size: 36px;
    font-weight: 400;
}
.foter_red_con_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* footer */
.footer_main_sec {
    background: #182322;
    padding: 60px 0 30px;
}
.menu_footer ul {
    padding: 0;
    margin: 0;
}
.menu_footer ul li {
    list-style: none;
}
.footer_inner_sec h2 {
    font-size: 22px;
    color: #ffff;
    margin: 0 0 12px;
    font-weight: 400;
}
.menu_footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}
.footer_inner_sec img {
    margin: 0 0 25px;
    display: inline-block;
}
::placeholder {
    color: #71A9A4;
	font-size: 18px;
}
.input_sec label {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 20px 0 10px;
}
.input_sec input {
    border-radius: 8px;
    padding: 12px 20px 12px 20px;
   color: #FFFFFF !important;
    background: #1C2827;
    font-size: 15px;
    border: 1px solid #727F7E !important;
    width: 100%;
    border: none;
}
.conatct_left_sec p {

    margin-bottom: 0px;
}
.error {
    color: red !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
}
.Sign_in button {
    color: #fff !important;
    text-decoration: none !important;
}
.Sign_in button {
    background: #fff;
    color: #202E2D;
    padding: 15px 32px;
    width: 100% !important;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
    text-align: center;
	
}
.Sign_in button:hover {
    background: #fff;
    color: #202E2D;
	text-decoration:none;
}

.Outlets_sec img {
    width: 22px;
}


















