﻿/* -----------------------------------------------------------------
>>> TABLE OF CONTENTS :
--------------------------------------------------------------------

Version: 1.0.0
Author: Hariprasad
Website: https://www.colive.com/bst

# Font Family
# General styles
# Typography
# Header
# Banners
# Introduction
# Benefits
# Integrated Pods
# Features & Amenities
# PAP
# Signup
# Floor Plan
# About
# Media
    ## Queries

----------------------------------------------------------------  */

/* || Font Family */

@font-face {
    font-family: 'Inter-Black';
    src: url('/assets/fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/assets/fonts/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/assets/fonts/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/assets/fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('/assets/fonts/Inter-Thin.ttf') format('truetype');
}

/* || General styles */

html {
    font-family: 'Inter-Regular' !important;
}

body {
    font-family: 'Inter-Regular' !important;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter-Regular' !important;
}

.body-container {
    width: calc(100% - 100px);
    margin: 0 auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.clear {
    clear: both;
}

/******/
.sec-container {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.header-search {
    display: none !important;
}
#mySidenavWrapperSideNav {
    display: none !important;
}
/***Hero Section****/
.hero-section {
    margin-top: 70px;
    background: url(/assets/images/bst/Hero.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-content h1{
    font-size: 40px;
    line-height:63px;
    font-weight: 700;
    color: #fff;
    padding-top: 10%;
}
.banner-content p {
    font-size: 20px;
    line-height:35px;
    color: #fff;
    font-weight: 500;
    padding: 0.5% 0 1%;
}
.hero-btns button {
    background: #F2006C;
    color: #fff;
    padding: 15px 45px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    border-radius: 5px;
}
    .hero-btns button:hover {
        color: #fff;
    }
    .hero-btns a button {
    color: #F2006C!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border-radius: 5px;
    border: 2px solid #F2006C!important;
    background:transparent!important;
}
.hero-btns {
    gap: 20px;
    padding-top: 2%;
    padding-bottom: 12%;
}
.form1head h5 {
font-size:23px;
font-weight:600;
}
    .form1head h5 span {
        color: #F2006C;
    }
.form1head {
border-bottom:2px solid #555;
}
input.submitbtn {
    text-align: center;
    border-radius: 3px;
    background: #F2006C;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width:100%;
}
input.submitbtn {
height:50px;
}
    input.submitbtn:hover {
        color: #fff;
        height:50px;
    }
    .form-field .form-control {
        border-radius: 3px;
        background: #F4F4F4;
        margin-bottom: 20px;
        border: none;
        width:100%!important;
    }
        .form-field .form-control:focus {
            border-radius: 3px;
            background: #F4F4F4;
            margin-bottom: 20px;
            border: none;
            width: 100% !important;
        }
.mob-number input {
padding-left:13%;
}
.mob-numberz input {
    padding-left: 11%;
}
.mob-numbers input {
    padding-left: 2%;
}

.mob-number span {
    left: 10px;
    position: absolute;
    top: 50%;
}
.mob-numberz span {
    left: 25px;
    position: absolute;
    top: 25%;
}
.form-field sup {
    color: red;
}
label.error {
top:45px!important;
}
.form-group {
    position: relative;
}
input.error, select.error {
    border: 1px solid red !important;
    color: red;
    box-shadow: 0 0 5pt 0.5pt #ffd5d5;
}

label.error {
    color: red !important;
    font-size: 10px !important;
    position: absolute !important;
    background-color: transparent !important;
    top: 45px !important;
    right: 20px;
    padding: 2px 2px !important;
}

    label.error:before {
        display: none !important;
    }
.modal-content {
border-radius:10px;
}
.success-modal {
    background: #fff;
    border-radius: 5px 5px 10px 5px;
    border-top: 5px solid #F2006C;
}
    .success-modal .modal-content {
    border:none!important;
    }
.successmark h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 90px;
}
.success-modal .btn-close {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
    opacity: 1;
    width: 0.25em;
    height: 0.25em;
    font-weight: 600;
}
.thankmsg p {
    font-weight: 600;
}
    .thankmsg p span {
        color: #F2006C;
    }
    /****About*****/
.about-educity h1 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 2%;
}
.about-educity p {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}
.aboutsection {
    padding-top: 3%;
    padding-bottom: 3%;
}
.d-center {
display:flex;
flex-direction:column;
justify-content:center;
}
.about-educity {
padding-left:4%;
}
.section3 {
    background: #F7F7F7;
}
h1.sectiontitle {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 4%;
}
.BST-Feature {
margin-bottom:10%;
}
.educity-section {
    padding: 3% 0 0;
}
    .educity-section h6 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .educity-section p {
        font-size: 16px;
        line-height: 25px;
        margin: 0 auto;
    }
.mobview {
display:none;
}
.Residencesection {
padding:3% 0;
}
.Edulive h6 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    padding-bottom: 10px;
}
.Edulive p {
    font-size: 18px;
    line-height: 28px;
    text-align:justify;
}
.program-section {
position:relative;
}

.program-section h1 {
    font-size: 50px;
    color: #fff;
}
    .program-section h1 span {
        color: #F2006C;
    }
.program-section ul li {
color:#fff;
margin-bottom:15px;
font-size:20px;
}
.program-section ul {
margin-left:20px;
}
.enquirenw button {
    margin: 1% 0 5%;
}
.enquirenw button:hover {
    color: #fff;
}
.enquirenw button {
    background: #F2006C;
    color: #fff;
    padding: 15px 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    border-radius: 5px;
}
.program-section {
    padding-top: 3%;
}
.formsection {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
}
.form-title h1 {
    font-size: 23px;
    font-weight: 600;
    padding: 4% 2% 0 4%;
}
    .form-title h1 span {
        color: #F2006C;
    }
.inputblock .form-group {
    padding: 0 4%;
}
    .inputblock .form-group input {
        background: #fff;
        border: 1px solid #ccc;
        height:45px;
    }
.btnwrap input {
    border-radius: 5px!important;
    background: #F2006C!important;
    padding:10px 0;
}
.inputblock hr {
height:3px!important;
background:#000;
}
p.assist {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}
    p.assist a {
        font-weight: 600;
        color:#F2006C;
    }
    /*****carousel*****/
    .carousel-wrap {
    margin: 0px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}
.owl-carousel .fa-circle-arrow-left {
    position: absolute;
    top: 40%;
    left: -7%;
}
.owl-carousel .fa-circle-arrow-right {
    position: absolute;
    top:40%;
    right:-7%;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}
/*****Amenity*****/
.amenity {
width:14.28%;
}
.amenity p {
padding-top:10px;
}
.wrap1 {
    background: #F9F9F9;
    padding: 3% 0 2% 0;
}
.wrap2 {
    background: #FFF;
    padding: 3% 0 2% 0;
}
.amenity-w {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.section6 {
    margin: 0% 0 4%;
    padding-bottom:0%;
}
.locationblock ul li {
align-items:center;
}
.locationblock ul li p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 80px;
    margin-left:15px;
}
.loc-img {
padding-right:0!important;
}
.loc-img img {
    width: 100%;
}
.locationblock ul {
padding-left:6%;
}
.loc-wrap {
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.locationblock h1 {
padding-left:2rem;
}
.section7 {
margin-bottom:4%;
}
.Bronze {
    background: #FAEAE2;
    border-radius: 5px;
    padding: 15px;
}
.silver {
    background: #F0F0F1;
    border-radius: 5px;
    padding: 15px;
}
.gold {
    background: #F3E4D3;
    border-radius: 5px;
    padding: 15px;
}
.package h2 {
font-size:25px;
font-weight:600;
}
.package h4 {
    font-size: 20px;
    font-weight: 600;
}
.package p {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
}
.perfect-package h3{
    font-size:30px;
    font-weight:600;
}
.perfect-package p {
line-height:25px;
margin-bottom:20px;
}
.section8 {
    background: #F6F6F6;
}
.perfect .webview {
    height: 100%;
}
.perfect-package {
    padding: 3% 0 2% 0;
}
.seater img {
width:30px;
height:30px;
}
.seater {
    box-shadow: 0px 4px 40px 0px #0000001A;
    border-top: 5px solid #F2006C;
}
    .seater ul {
        padding: 10% 15% 5%;
    }
    .seater ul li {
        padding-bottom:5%;
    }
        .seater ul li p {
        margin-bottom:0;
        padding-left:8%;
        }
.section9 {
    margin:3% 0;
}
.about-amenity {
    margin-top: 4%;
    padding: 2% 0% 1% 3%;
    border-radius: 20px;
    border: 1px solid #F2006C;
    background: rgba(242, 0, 108, 0.10);
}
.seaterwrap h1 {
    padding-bottom: 3%;
}
/****About******/
.aboutblock ul li img {
    height: 23px;
    width: 23px;
}
.aboutblock ul li p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    padding-left: 8px;
}
.aboutblock ul li {
    align-items: center;
    margin-bottom: 12px;
}
.aboutblock ul li p span {
    font-size: 15px;
    font-weight: 400;
}
.section10 {
    background: #F6F6F6;
}
.section11 {
margin:3% 0;
}
.about-developer p {
    line-height: 25px;
    font-size: 16px;
    width: 80%;
    padding-bottom: 20px;
}
.contact p a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #F2006C;
}
.contact p {
padding-bottom:0!important;
}
.section4 {
    background: #F2006C;
}
.career h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    margin-top: 2%;
}
.career p {
    padding: 10px;
    width: auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
    margin-top: 2%;
}
.career {
    padding-top: 3%;
    padding-bottom: 3%;
}
.career h2 span {
    color: #000;
}
.carricular-section ul {
padding-left:20px;
}
    .carricular-section ul li {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }
.carricular-section h1 {
    padding-top: 3%;
    padding-bottom: 3%;
}
.section5 {
margin:3% 0;
}
.campus {
    background: url(/assets/images/bst/Campus.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 3%;
    padding-bottom: 3%;
}
    .campus h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .campus ul li {
        font-size:22px;
        color: #fff;
        margin-bottom: 15px;
    }
    .campus ul {
    padding-left:5%;
    }
.section6 {
    background: #1B1B1B;
}
.aboutblock h1 {
font-size:30px;
line-height:60px;
padding-bottom:1%!important;
margin-bottom:0;
}
.aboutsection
p {
font-size:18px;
line-height:32px;
}/***Enquire****/
.section12 {
    background: #F2006C;
}
.form-content .form-control {
width:100%;
}
.form-content .form-control:focus {
    outline:none!important;
    border:none!important;
}
input.btnsubmit {
    width: auto;
    background: #000;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    margin: 1% 0 2.5%;
    font-weight: 500;
    outline:none;
}
    input.btnsubmit:hover {
    color:#fff;
    }
.section12 h1 {
    font-size: 35px;
    color: #fff;
    padding: 2% 0;
}
.form-content label.error {
color:#fff!important;
top:40px!important;
}
.form-content input.form-control {
width:100%!important;
}
.web-order-2 {
    order: 2 !important;
}
.order-1 {
    order: 2!important;
}
.form-content {
width:85%;
margin:0 auto;
}
.enquireforms input {
height:45px;
}
.hero-btns a button span {
font-weight:600;
}
.tech-program {
position:relative;
}
.course {
    margin-top: 3% !important;
}
@media (max-width: 768px) {
    .hero-section {
        margin-top: 50px;
        background: url(/assets/images/bst/Hero-mobile.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mob-sticky-btns {
        display: none !important;
    }
    .Bronze img {
        max-width: 66px;
    }
    .silver img {
        max-width: 66px;
    }
    .gold img{
        max-width: 66px;
    }
    .d-xs-none {
        display: none;
    }
    .sec-container {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .webview {
        display: none;
    }
    .mobview {
        display: block;
    }
    .hero-section {
        margin-top: 50px;
        background: url(/assets/images/bst/Hero-mobile.webp);
        background-repeat: no-repeat;
        background-size: 100%;
    }
   
    .career p {
        padding: 15px;
        width: auto;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        position: relative;
        margin-top: 2%;
        text-align: center;
        margin-bottom: 8%;
    }
    .banner-content h1 {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        padding: 60% 1% 0 1%;
    }
        

        .banner-content h1 span {
            display: block;
        }

    .banner-content p {
        font-size: 12px;
        line-height:18px;
        text-align: center;
        padding: 10px 0 15px;
    }
    .hero-btns {
    flex-direction:column;
    gap:15px;
    }
    .hero-btns a button {
    width:100%;
    font-size:16px!important;
    }
        .hero-btns button {
            line-height: 20px;
            margin: 0 auto;
            width: 80%;
        }
        .hero-btns a {
        width:80%!important;
        margin:0 auto;
        }
        .hero-btns button {
            padding: 10px 15px;
            font-weight: 400;
            font-size: 16px;
        }
    .applynw {
        padding: 12px 40px!important;
    }
    h1.sectiontitle {
        font-size: 18px;
    }

    .about-educity h1 {
        padding-top: 16px;
        font-size: 20px;
        padding-bottom: 10px;
        text-align:center;
    }

    .educity-section h1 {
        font-size: 20px;
        padding: 5% 0 8%;
    }

    .educity-section p {
        font-size: 12px;
        line-height: 20px;
        width: 90%;
        margin: 0 auto;
        text-align:center;
    }
    .BST-Feature img {
    text-align:center;
    }
    .career img {
    max-width:100px;
    }
    .e-city {
        margin-top: 10% !important;
        text-align:center;
    }
    .career {
        padding-top: 3%;
        padding-bottom: 0;
    }
        .career h2 {
            font-size: 20px;
            line-height: 32px;
            text-align: center;
        }
        .career h2 br {
        display:none;
        }
        .educity-section h6 {
            margin-bottom: 10px;
            font-size: 16px;
            margin-top: 10px;
            text-align: center;
        }
    .about-educity p {
        font-size: 12px;
        line-height: 21px;
    }
    .section3 {
        background: #F6F6F6;
        padding-bottom: 5%;
    }
    .mob-order-1 {
    order:1;
    }
    .mob-order-2 {
        order: 2;
    }
    .Edulive h1 {
    padding-top:20px;
    }
    .Edulive h6 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 8px;
    }
    .Edulive p {
        font-size: 14px;
        line-height: 22px;
    }
    .owl-nav {
    display:none!important;
    }
    .carousel-wrap {
    margin-top:3%;
    }
    .section5 {
        padding: 4% 0 4% 2%;
        margin-top: 0%;
        background: url(/assets/images/bst/Curriculum.webp);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .carricular-section ul li {
        font-size: 14px;
        line-height: 36px;
        margin-bottom:0;
    }
    .amenity {
        width: 33.33%;
        padding-bottom:20px;
    }
    .amenity-w {
    flex-wrap:wrap;
    }
    .amenity-w {
        width: calc(100% - 15px);
        margin: 0 auto;
    }
    .amentysection h1 {
    padding-bottom:20px;
    }
    .loc-img {
    padding-left:0!important;
    }
    .locationblock h1 {
    text-align:center;
    }
    .locationblock ul li img {
    
        width:30px;
    }
    .locationblock ul li p {
       font-size:14px;
       line-height:50px;
    }
    .locationblock {
    padding:5% 0;
    }
    .packagesection h1 {
    padding-bottom:20px;
    }
    .section7{
        margin:5% 0;
    }
    .campus h3 {
    font-size:20px;
    }
    .package h2 {
        font-size: 16px;
    }
    .campus ul li {
        font-size: 12px;
        color: #fff;
        line-height: 15px;
    }
    .package p {
        font-size: 14px;
        padding:10px 0;
    }
    .package h4 {
        font-size: 16px;
    }
    .package {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .Bronze, .silver {
    margin-bottom:20px;
    }
    .perfect img {
    width:100%;
    }
    .perfect-package h1 {
        padding: 15px 0;
    }
    .perfect-package p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 20px;
        text-align:justify;
    }
    .perfect-package h3 {
    font-size:16px;
    line-height:25px;
    }
    .t-center {
    text-align:center;
    }
        .t-center p {
        text-align:center;
        }
    .seater img {
        width: 20px;
        height: 20px;
    }
    .seater ul li {
        padding-bottom: 10%;
    }
    .seater ul {
        padding: 10% 7% 5%;
    }
    .s-capacity {
    margin-bottom:20px;
    }
    .seaterwrap h1 {
        margin-top: 6%;
        margin-bottom: 3%;
    }
    .aboutblock h1 {
        text-align: center;
        padding: 0 0;
        line-height: 50px;
        padding-bottom:0!important;
    }
    .campus {
        background: url(/assets/images/bst/Campusmobileview.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 3%;
        padding-bottom: 45%;
        padding-left: 5%;
    }
        .campus ul li {
            line-height: 22px;
            margin-bottom: 5px;
        }
    .program-section h1{
    text-align:center;
    line-height:32px;
    font-size:20px;
    }
    .program-section ul li {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .form-title h1 {
    font-size:18px;
    }
    .section6 {
        margin: 0;
    }
    .section10 {
    padding:0!important;
    }
    .formsection {
    margin-top:25px;
    }
    .mob-numberz input {
        padding-left: 13%;
    }
    p.assist {
        font-size: 12px;
        line-height: 10px;
    }
    .enquirenw button {
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
        height:50px;
    }
    .inputblock hr {
    height:1px;
    }
    .enquirenw {
        text-align: center;
        margin: 20px 0 30px 0;
    }
 
    .course img {
        max-width: 160px;
        margin-top: 5%;
    }
    .aboutblock p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom:10px;
    }
    .about-amenity ul li p {
    font-size:12px;
    }
    .about-amenity ul li p span {
        font-size: 10px;
    }
    .about-amenity {
        padding: 15px 20px 5px;
        border-radius: 5px;
    }
    .about-developer p {
    width:100%;
    font-size:14px;
    line-height:22px;
    margin-bottom:10px;
    }
    .bcd-mob img {
    width:100%;
    }
    .about-developer h1 {
        padding: 5% 0 3%;
        text-align: center;
    }
    .contact p a {
    font-size:14px;
    line-height:25px;
    }
    .section12 h1 {
    padding:5% 0;
    }
    .section12 {
    padding-bottom:5%;
    }
    #footer-see-more {
        bottom: 0px !important;
    }
    body {
    margin-bottom:0!important;
    }
    .mobview img {
    width:100%;
    }
    .header.include {
        margin-bottom: 10%!important;
    }
    .section10 {
        background: #F6F6F6;
        padding: 5% 0;
    }
    .web-order-2 {
        order: 1 !important;
    }
    .mob-number input {
        padding-left: 13%;
    }
    .mob-numberz span {
    top:25%;
    }
    .about-educity {
        padding-left: 0%;
    }
    .about-developer {
        order: 2 !important;
    }
    .wrap1 {
        background: #F9F9F9;
        padding: 5% 0 2% 0;
    }
    .wrap2 {
        padding: 5% 0 2% 0;
    }
    .modal {
    top:25%!important;
    }

    .owl-dots {
        padding-top: 15px;
        margin-bottom: 10%;
        text-align:center;
    }

        .owl-dots button.owl-dot {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            display: inline-block;
           border:1px solid #000!important;
            margin: 0 3px;
        }

            .owl-dots button.owl-dot.active {
                background-color: #000;
            }

            .owl-dots button.owl-dot:focus {
                outline: none;
            }
    .locationblock h1 {
        margin-bottom: 0;
        padding-top: 10px;
        padding-left: 0;
    }

}
@media (max-width: 395px) {
    .applynw {
        padding: 12px 25px !important;
    }
}
@media (max-width: 370px) {
    .applynw {
        padding: 12px 18px !important;
    }
}
    /*#region ShowLoaderCSS */
    .CssLoaderStyles .logoloader {
        border: 6px solid #ef0075;
        border-radius: 50%;
        border-top: 6px solid transparent;
        width: 55px;
        height: 55px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        position: absolute;
    }

        .CssLoaderStyles .Logo-loader {
            border: 6px solid #ef0075;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            position: relative;
            display: flex;
            justify-content: center;
            border-top: 6px solid transparent;
        }

            .CssLoaderStyles .Logo-loader:after {
                content: '';
                background: #ef0075;
                height: 0px;
                width: 15px;
                position: relative;
                transform: rotate(90deg);
                border: 3.5px solid #fff0;
                top: -2px;
            }

        .CssLoaderStyles {
            display: flex;
            align-items: center;
            justify-content: center;
            top: 0;
            left: 0;
            position: fixed;
            z-index: 10000000;
            background: #ffffffba;
            height: 100%;
            width: 100%;
            margin: auto;
        }

        .CssLoaderAlign {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            align-content: center;
            position: relative;
        }

        /* Safari */
        @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        /*#endregion ShowLoaderEnd*/
@media (max-width: 375px) {
    .mob-numberz input {
        padding-left: 17%;
    }
}