@media (max-width: 360px) {

    .set-margin-mobile-size {
        margin-left: 15px !important;
        margin-right: 60px !important;
        margin-top: 5px !important;
    }

    .set-font-size {
        font-size: 25px;
    }

    .set-footer-margin {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }

}

.gradient-blue {
    background-color: #EDEBF9 !important;
}

.bg-main {
    background: #291D89;
}

.read-more-content {
    display: none;
}

.read-more-toggle {
    display: none;
    background-color: transparent;
    border: none;
    color: #0D6EFD;
    cursor: pointer;
    padding: 0;
}

/* Show the button and handle read more content for mobile only */
@media (max-width: 768px) {
    .read-more-toggle {
        display: inline-block;
    }

    .read-more-content.open {
        display: inline;
    }


}


.set-form {
    padding-left: 60px !important;
    padding-right: 40px !important;
    padding-top: 50px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .set-form {
        padding-left: 45px !important;
        padding-right: 45px !important;
        padding-top: 30px !important;

    }

    .set-footer-padding {
        padding-left: 100px !important;
    }

}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .credit-card-image {
        position: absolute !important;
        top: 7px  !important;
        transform: translateY(-8%)  !important;
        right: 10px  !important;
    }
}

@media only screen and (max-width: 500px) {
    .set-margin {
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .set-form {
        padding-left: 30px !important;
        padding-right: 40px !important;
        padding-top: 30px !important;
    }


    .set-footer-padding {
        padding-left: 75px !important;
    }
}

.set-input {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: 95%;
}

.set-input1 {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    /* width: 98%; */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    text-decoration: none !important;
}

.index-1 {
    z-index: 1;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
}

.main-light-blue-bgcolor {
    background-color: #edebf9;
}

.main-light-blue-bgcolor1 {
    background-color: white;
}

.set-headding {
    color: #4b419c !important;
}

.set-hover:hover {
    color: #4b419c !important;
}


.navbar {
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.658);
}

/* top banner */

.top-banner-main {
    background-image: url('accets/images/Banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.Third-section {
    background-color: #4b419c;
    background-repeat: no-repeat;
    background-size: cover;
}

.carrier-cards {
    height: 100px;
    width: 160px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 9px -4px;
    transition: all 0.3s;
}

.carrier-cards:hover {
    transform: translate(0px, -10px);
}

.carrier-plans-cards {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 9px -4px;
    transition: all 0.3s;

}

.carrier-plans-cards:hover {
    transform: translate(0px, -10px);
}

.simple-mob-btn {
    background-color: #8bc83b;
}

.simple-mob-btn:hover {
    background-color: #8bc83bbe;
}

.lyca-mob-btn {
    background-color: #06a32b;
}

.lyca-mob-btn:hover {
    background-color: #06a32bb0;
}

.h2o-mob-btn {
    background-color: #FDE902;
}

.h2o-mob-btn:hover {
    background-color: #fde802ad;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #00000081;
    display: none;
    z-index: 1;
}

.anim-hov {
    background-color: #edebf9;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
}

.anim-hov:hover {
    border-radius: 20px 20px 20px 20px;
    /* box-shadow: 0px 0px 15px 0px; */
    background-color: white;
}

/* #more {
    display: block;
} */

.fs-sm {
    font-size: small;
}

#myBtn {
    display: none;
}

.master-btn {
    background: #4b419c;
    transition: ease-in-out 0.3s;
    border: 0;
    color: #fff !important;
}

.master-btn:hover {
    background: #000;
}

.submitBtn {
    background: #4b419c;
    color: #fff !important;
}

.submitBtn:hover {
    background: #000;
}


.collapse:not(.show) {
    right: -100% !important;
    transition: all 0.8s;
}

.navbar-collapse {
    transition: 0.5s !important;
}

@media only screen and (max-width: 990px) {
    .navbar-collapse {
        position: fixed;
        background: #fff;
        color: #002926;
        width: 300px;
        top: 0;
        right: 0;
        padding: 16px 10px;
        z-index: 2;
        height: 100vh;
    }

    nav .collapse:not(.show) {
        display: block !important;
    }

    #more {
        display: none;
    }

    #myBtn {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .carrier-plans-cards {
        padding: 10px 0px;
    }

    .carrier-cards-col {
        padding: 5px 5px !important;
    }

    #more {
        display: none;
    }

    #myBtn {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        background: #fff;
        color: #002926;
        width: 250px;
        top: 0;
        right: 0;
        padding: 16px 10px;
        z-index: 2;
        height: 100vh;
    }

    nav .collapse:not(.show) {
        display: block !important;
    }
    
    .profile-sidebar {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: -1000px;
        height: 100vh;
        z-index: 4;
        transition: all 0.5s;
    }

    .tabs-content .resp-font {
        font-size: 8px !important;
    }
}

.form-select:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input {
    border: 1px solid #e7eaed !important;
}

input[type='checkbox'] {
    border: 1px solid grey !important;
}