* {
    margin: 0%;
    padding: 0%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body,
html {
    width: 100%;
    height: 100vh;
    min-width: 360px;
}

a {
    text-decoration: none !important;
    color: inherit;
}

li {
    list-style: none;
}

.form-control::placeholder {
    font-size: small;
}

:root {
    --main-bg: #001dc4;
    --main-bg-light: #479dff;
}

.fs-small {
    font-size: small;
}

/* .P {
    margin-bottom: 0 !important;
} */

.bg-gray-light {
    background-color: #F3F3F3;
}

.main-bg {
    background: linear-gradient(90deg, var(--main-bg), var(--main-bg-light)) !important;
}

.bg-blue {
    background-color: #001a69;
}

.text-main {
    color: var(--main-bg) !important;
}

.nav-link {
    color: #fff !important;
}

.text-main {
    color: var(--main-bg);
}

.border-orange {
    border: 1px solid var(--main-bg);
}

.bg-light-blue {
    background: #EBF7FE;
}

.border-blue {
    border: 1px solid #1a3cd3 !important;
}

button:hover {
    filter: saturate(0.7)
}

footer a {
    color: inherit !important;
}

footer .border-bottom {
    border-bottom: 1px solid #ffffff70 !important;
}

.form-check-input,
.form-select,
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none !important;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    background: linear-gradient(90deg, var(--main-bg), var(--main-bg-light)) !important;
}

.bg-hov-main {
    transition: transform 500ms;
}

.bg-hov-main:hover {
    background-color: transparent !important;
    /* color: #ffffff !important; */
    transform: scale(1.16);
}

.footer-payment-Section {
    padding-bottom: 0px !important;
    background-color: #ffffff;
}

.footer-payment-Section img {
    width: 500px !important;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000000a0;
    z-index: 100;
    display: none;
}

/* Home banner */
.home-banner-image {
    background-image: url('/assets/Images/Banner 1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.plans-banner-image {
    background-image: url('/assets/Images/Gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.ipad-banner {
    background-image: url('/assets/Images/ipad-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.Enterprise-bg {
    background-image: url('/assets/Images/Enterprise.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.profile-bg {
    background-image: url('/assets/Images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.customers-rev:hover {
    transform: scale(1.08);
}

.customers-rev {
    transition: 0.6s;
}

.dropdown-item:hover {
    background: #001485 !important;
    color: #fff !important;
}

.dropdown-item {
    transition: 0.8s;
}

.pointer {
    cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
    color: #001485 !important;
}

footer .accordion-button::after {
    background-image: url('https://www.freeiconspng.com/uploads/white-down-arrow-png-2.png');
}

footer .accordion-button:not(.collapsed)::after {
    background-image: url('https://www.freeiconspng.com/uploads/white-down-arrow-png-2.png');
}

.navbar-collapse {
    transition: 0.8s !important;
}

.mob-search {
    position: fixed;
    width: 100%;
    display: flex;
    top: -100%;
    transition: 0.8s;
    align-items: center;
    background: #fff;
    padding: 40px 10px;
    z-index: 100;
}

.cards-details {
    display: none;
}

.fs-sm-large {
    font-size: xx-large !important;
}

.fs-sm{
font-size: medium;
}

.bottom-bar {
    z-index: 100;
}

#message {
    position: fixed;
    top: 10px;
    right: 5px;
    width: 20rem;
    z-index: 1001;
}
#card-message {
    position: fixed;
    top: 10px;
    right: 5px;
    width: 20rem;
    z-index: 10000;
}

#inner-message {
    margin-right: auto;
}

@media screen and (min-width:990px) {
    body {
        overflow-y: scroll !important;
    }
}

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

    .navbar-collapse {
        position: fixed;
        top: 0;
        /* background-image: url('/assets/Images/Mobile-Banner-eSim.png') !important; */
        background: linear-gradient(81deg, #fff, #f5fbff, #f5fbff);

        background-repeat: no-repeat;
        background-size: cover;
        width: 250px;
        height: 100vh;
        right: 0;
        padding: 23px;
        z-index: 1;
        /* transition: all 2s; */
    }

    .navbar .collapse:not(.show) {
        /* display: block !important; */
        right: -100%;
    }

    .navbar {
        background: #fff !important;
    }

    .fs-sm-large {
        font-size: larger !important;
    }

    .home-banner-image {
        background-image: url('/assets/Images/Home Tablet Banner.jpg') !important;
    }

    .nav-link {
        color: #000 !important;
    }

    #message {

        width: 15rem;

    }
}

@media screen and (max-width: 768px) {
    .home-banner-image {
        background-image: url(/assets/Images/Mobile-Banner-eSim.png) !important;
    }

    .footer-payment-Section {
        padding-bottom: 68.72px !important;
        background-color: #EBF7FE;
    }
}

@media screen and (max-width:510px) {
    .footer-payment-Section img {
        width: 100% !important;
    }
}

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

    .navbar-collapse {
        position: fixed;
        top: 0;
        /* background-image: url('/assets/Images/Mobile-Banner-eSim.png') !important; */
        background: linear-gradient(81deg, #fff, #f5fbff, #f5fbff);
        width: 250px;
        height: 100vh;
        right: 0;
        padding: 23px;
        z-index: 1;
    }

    .resp-font {
        font-size: 10px;
    }

    .fs-sm {
        font-size: small !important;
    }

    .fs-sm-large {
        font-size: x-large !important;
    }

    .navbar {
        background: #fff !important;
    }

    .nav-link {
        color: #000 !important;
    }
    #message {

        width: 40vw;

    }

    .footer-payment-Section {
        padding-bottom: 64.15px !important;
    }
}

/* Home banner end */





/* By default, prevent wrapping on larger screens */
.country-name {
    white-space: nowrap;
    /* Prevent wrapping */
}

/* Apply styles when the screen size is smaller than 576px */
@media (max-width: 576px) {
    .country-name {
        white-space: normal;
        /* Allow wrapping */
        word-wrap: break-word;
        margin: -10px 0;
    }
}

@media screen and (max-width:430px) {
    #message {

        width: 50vw;

    }
}





/*----- Tabs css Start-----*/
.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0;
    float: left;
    list-style: none;
}

.tab-links {
    display: flex;
    justify-content: center;
    
}

.tab-border {
    /* padding: 8px 0px; */
    /* display: flex;
    justify-content: center;
    gap: 10px ; */
    /* background-color: #fff; */
	box-shadow: 0 0 1px 0 rgba(#185ee0, 0.15), 0 6px 12px 0 rgba(#185ee0, 0.15);
	padding: 15px 10px !important;
    border-radius: 5px;
    /* border: 2px solid #394aad; */
}

.tab-links a {
    padding: 5px 20px !important;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    width: 150px;
    text-align: center;
    text-decoration: none;
    /* background: #ff3636; */
    /* border-radius: 30px 30px 30px 30px; */
    /* transition: all linear 0.3s; */
}

/* .tab-links a:hover {
                background: #f33d08;
                color: #EBEBEB;
                text-decoration: none;
            } */

li.active a,
li.active a:hover {
    color: #000E5E;
    /* font-weight: 700; */
    /* border-bottom: 3px solid #000E5E; */
    background-color: #EBF7FE;
    border: 0px !important;
    border-radius: 5px;
    padding: 5px 20px !important;
    /* background: #000E5E; */
    /* border-radius: 30px 30px 30px 30px; */
    /* padding: 17px 55px 17px 55px; */
}

ul {
    padding: 0% !important;
}

@media screen and (max-width:500px) {
    .tab-links a {
        padding: 5px 15px !important;
        font-size: small;
    }

    /* li.active a,
    li.active a:hover {
        padding: 13px 13px 13px 13px;
    } */
}

/*----- Content of Tabs -----*/
.tab-content {
    /* border-radius: 3px; */
    margin-top: -16px;
    /* padding: 15px; */
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}


.slick-dots li.slick-active button:before {
    opacity: 100%;
    color: #0059ff;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 26px;
    content: '•';
    text-align: center;
    opacity: 100%;
    color: #96a2f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    background-color: transparent !important;
    /* padding: 30px 0px; */
}

.install-img {
    width: 180px;
}

/* Tabs css End */

/* free-sim css start */


.cta {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .cta span {
    /* padding-bottom: 7px; */
    /* letter-spacing: 4px; */
    font-size: 20px;
    padding-right: 15px;
    text-transform: uppercase;
  }
  
  .cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
    fill: #000E5E;
  }

  .free-sim-svg {
    padding-bottom: 7px;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active svg {
    transform: scale(0.9);
  }
  
  .hover-underline-animation {
    position: relative;
    color: #000E5E;
    padding-bottom: 7px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000E5E;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  

  @media screen and (max-width:500px) {
    .cta span {
        font-size: 14px;
    }
  }

/* free-sim css end */


/* profile img start */

.profile-img {
    aspect-ratio: 1;
    object-fit: cover;
}

/* profile img end */


/* Device Compatibility model Start */
#deviceCompatibilityModal{
    color: rgb(59 58 58) !important;
}
.device-compatible-inner header h1{
    color: #394aad !important;
}
.compatible-inner-content{
    margin-bottom: 50px;
}

.device-compatible-button{
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(255, 255, 255, 0.932); */
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.compatible-btn{
    background-color: #2c2b2b !important;
    color: white !important;
    margin-bottom: 15px !important;
    margin-left: -20px !important;
}
.compatible-btn:hover {
    background-color: #000000 !important; /* Darker green on hover */
}

.compatibility-note{
    font-size: 12px;
}

.device-compatible-inner ul li{
    font-weight: 400;
}

.device-compatible-inner .compa-sub-heading{
    font-weight: 500;
}

.device-compatible-inner h6{
    font-weight: 600;
}

/* Device Compatibility model End */