
.fixed-header{
    position: fixed;
    height: 80px;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;

}
.sticky{

    -webkit-box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
}

.default_menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default_menu li {
    display: inline-block;
    cursor: pointer;
}

.default_menu li a {
    font-weight: bold;

    line-height: 18px;
    color: #242424;
    position: relative;
    font-family: Roboto-Bold;
    padding: 30px 0;
    text-decoration:none;
}

.default_menu li a:hover:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
.default_menu li.active a.main-menu:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
}

.default_menu li a img {
    padding-left: 10px;
}

.left_wrapper li a {
    margin-left: 50px;
}

.right_wrapper li a {
    margin: 0 40px 0 30px;
}

.submenu {
    margin-left: 50px;
    position: absolute;

    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    background: #3D92DF;
}

.default_menu li:hover .submenu {
    visibility: visible!important;
    opacity: 1;
    -webkit-transform: translateY(27px);
    -ms-transform: translateY(27px);
    transform: translateY(27px);
}

.submenu li {
    display: block;
    padding: 10px 30px;
}

.submenu li a {
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.submenu li a:hover:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    display: inline-block;
}


.default_btn {
    padding: 7px 15px;
    background: #F5F8FF;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-left: 10px;
    font-family: Roboto-Bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.default_btn:hover {
    color: #000;
}

.default_btn:hover .default_sub {
    visibility: visible !important;
    opacity: 1 !important;
}

.default_sub {
    top: 7px;
}

.default_btn img {
    padding-left: 10px;
}



.make_btn {
    width: 220px;
    height: 55px;
    background: #242424;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.make_btn:hover {
    background: #3D92DF;
    color: #fff;
}


.dropdown {
    position: relative;
    display: inline-block;
    z-index:10;
}

.dropdown-content {
    display: none;
    position: absolute;
    left:10px;

    background-color: #ffffff;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    white-space: nowrap;

    font-size:14px;
    font-weight:600;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}










/* for choose rateplan page*/


.shap_iamge_container-setup {
    position: absolute;
    right: 0px;
    height: 480px;
    padding-top: 40px;
    max-width: 100%;
    top: 100px;
    display: flex;
    align-items: end;
}




/* for checkout page */


.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    color: var(--v-color-black);


}

@media (max-width: 768px) {
    .stepper-item{
        font-size: 12px;
    }

}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 50px solid #FFF7F4;
    width: 100%;
    top: 0px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 50px solid #FFF7F4;
    width: 100%;
    top: 0px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFECE7;
    color:var(--v-color-orange);
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 148.9%;
}

.stepper-item.active {
    font-weight:700;
    color:var(--v-color-black);
}

.stepper-item.active .step-counter {
    background:linear-gradient(270deg, #FF7957 12%, #FF5757 100%);
    font-weight:500;
    color: var(--v-color-white);
}

.stepper-item.completed .step-counter {
    background:linear-gradient(270deg, #FF7957 12%, #FF5757 100%);
    color: var(--v-color-white);
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 50px solid #ff8a80;
    width: 100%;
    top: 0px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
.step-name a{
    color:var(--v-color-black);
    font-weight:normal;
    display:none;
}
.stepper-item.completed .step-name a{
    display:block;
}
.stepper-item.completed .step-name span{
    display:none;
}
