
@import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap');

body  {
    /* background-image: url("/assets/images/slider/slider03.png") !important; */
    background-color: #F4F6FF;
    
  }

  p{
    font-family: 'Sniglet', cursive;
    color:#8C8C8C !important;
    /* font-weight: 600; */
    font-size: 16px;
   font-weight: 500;
   line-height: 1.5;
    margin: 0;
    /*   text-align: justify; */
  }

.navbar{
    background:#204570 !important;
   /*  color:#fff !important; */
    /* font-weight: 900 !important; */
    /* background-color: #9b9994 !important; */
}

.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}

.nav-item{
      
       /* display: inline-block;
       position: relative;  */
       z-index: 1;
       margin: 0 10px;

}

.nav-item:hover{
    /* background-color: #FFBD21;
    color: #FF275F; */
}

.nav-item a{
    font-family: "Heebo",sans-serif;
    font-weight: 900;
    color: #fff;
    /* padding: 28px 5px;
    display: block; */
    font-size: 17px;
    text-transform: inherit;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
}

.megamenu ul{
  
}

.megamenu ul li{
    
    display:inline-block;
    width: 30%;
    height: auto;

}

.megamenu ul li a{
    text-decoration: none;
    /* margin-left:5px; */
}

.dropdown-item.active, .dropdown-item{
    color:rgba(13, 27, 156, 0.55) !important;
}

.custom-h4-style{
    background: #F71C1E;
    border-radius: 3px;
    color: #fff;
    padding: 4px 0px;
}

.no-custom-margin{
    margin:0px !important;
}

.no-custom-padding{
    padding:0px !important;
}

.no-margin-padding{
    margin-right: calc(-.1 * var(--bs-gutter-x)) !important;
}

.no-mp{
    margin:0px !important;
    padding: 0px !important;
}

.no-card-border{
    border:0px !important;
}

.no-card-radius{
    border-radius: 0px !important;
}

.no-card-footer-border{
    border:0px !important;
}

.custom-price-tb-bg{
    /* background:#FFBD21; */
/* box-shadow: -5px -29px 247px 200px rgba(206, 198, 198, 0.86) inset;
-webkit-box-shadow: -5px -29px 247px 200px rgba(197, 197, 216, 0.86) inset;
-moz-box-shadow: -5px -29px 247px 200px rgba(189, 181, 181, 0.86) inset; */
}



.custom-buy-now-btn{
    background-color: #E1762D !important;
    color:#fff !important;
}

.custom-buy-now-btn a{
    text-decoration: none;
    color:#fff;

}

.custom-a-style{
    text-decoration: none;
    color:#fff;   
}

.custom-a-style:hover{
    color:#fff;
}

.custom-buy-now-btn:hover{
    background-color: #E1762D !important;
}

.custom-text-color{
    color: #204570 !important;
    /* font-size: 30px; */
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    /* color:#F18E01 !important; */
}

.custom-a-color{
    color: #008fd3 !important;
    font-weight: 600;
    margin-bottom: 6px;
    text-decoration: none;
}


/* custom m,p  */

.custom-mt-10{
    margin-top: 10%;
}
.custom-mt-5{
    margin-top: 5%;
}

.custom-mb{
    margin-bottom: 0.5rem !important;
}

.custom-mb-2{
    margin-bottom: 2rem !important;
}

.custom-mb-5{
    margin-bottom: 5rem !important;
}

.custom-mb-4-half{
    margin-bottom: .6rem!important;
}

.custom-ml-5{
    margin-left: 5%!important;
}

.custom-mr-5{
    margin-right: 5%!important;
}

.no-radius{
    border-radius: 0px !important;
}


.custom-p-5{
    padding: 5%;
}

.custom-text-only-color{
    display: block;
    font-weight: 600;
    color: #204570 !important;  
}

.custom-text-pink-color{
    color:#FF275F !important;
}

.custom-text-color-pink-deep{
    color:#FF2220;
}

.custom-bg-color{

    color:#F18E01 !important;  
}

.custom-font-h{
   
    font-weight: 500;
    font-family: "Poppins",Arial,sans-serif;
}

.custom-div{

background: rgb(0,4,36);
background: linear-gradient(90deg, rgba(0,4,36,1) 0%, rgba(8,134,161,1) 0%, rgba(9,9,121,1) 100%);
padding:10px;

}

.custom-btn{
background: rgb(0,4,36);
background: linear-gradient(90deg, rgba(0,4,36,1) 0%, rgba(8,134,161,1) 0%, rgba(9,9,121,1) 100%);
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.custom-btn-tab{
    background: rgb(0,4,36);
    background: linear-gradient(90deg, rgba(0,4,36,1) 0%, rgba(8,134,161,1) 0%, rgba(9,9,121,1) 100%);
        width: 100%;
        height: 40px;
        padding: 5px 10px;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 500;   
}

.auth{
    /* font-family: "Heebo",sans-serif; */
    /* font-weight: 900; */
}

.footer-content{
    background-color: #16161A;
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center; */
}

/* Sidebar  */

.d-profile-img{
    width:100%;
}

.d-li-style{
    list-style: none;
    /* padding:5px 0px; */
    /* border-top:1px solid #cccccc;
    border-bottom: 1px solid #cccccc; */
}

.custom-form-control{
    border: 1px solid #dbe2e9;
    height: 45px;
    width: 100%;
    padding: 10px 15px;
    padding-right: 30px;
    color: #0bde8c;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0;
}

.mx-datepicker{
    width:auto !important;
}

label{
    font-size: 14px;
    font-weight: 600;
    color: #204570 !important;
}

button, select, input, textarea{
    /* margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; */
} 

.signup-form{
    position: fixed;
    /* left: 0; */
    right: 7%;
    bottom: 0%;
    top: 18%;
    /* opacity: 0.9; */
    z-index: 1;
}

.custom-fa-close{
    position: absolute;
    right: -4%;
    font-size: 30px !important;
    top: -3%;
    /* bottom: 10%; */
    color: #0a58ca;
    cursor: pointer;
}

.white-achore{
    color:#fff;
    text-decoration: none;
}


/* .list-group  */

.modify-list-group-item{
    border: navajowhite;
    
}

.list-group-active{
    background: gainsboro;
}

.modify-list-group-item:hover{
    background: gainsboro;
}

.modify-list-group-item a{
    text-decoration: none;
}

.no-border{
    border:0px !important;
}

.no-border-radius{
    border-radius: 0px !important;
}

