@font-face {
    font-family: Lovato Regular;
    src: url(./Helvetica-Font/Helvetica.ttf);
}


body{
    font-family: Lovato Regular !important;
    overflow-x: hidden;
    font-weight: bolder !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #f48112  !important;
    background-color: none !important;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #1b2c6d !important;
    color: #fff  !important;
    
}

h1{
    font-size: 3em;
}

h2{
    font-size: 2.5em;
}

.dark-clr{
    color: #1B2C6D;
}

.text-justify{
    text-align: justify;
}


.overflow-hdn{
    overflow-y: hidden
}

.navbar {
    z-index: 99;
    background: #fff;
}

.nav-item .nav-link{
    font-size: 16px;
    font-weight: 800;
}

.navbar ul{
    margin-left: 5em;
}

.navbar ul li{
    margin-left: 1em;
}

#loginfirst{
    margin-top: 20vh;
}
.thm-clr-login{
    background: #f48112;
    border: none;
    width: 100%;
    border-radius: 10px;
    color: white;
    padding: 0.5em;
}

.nav-item .active{
    font-size: 16px;
    font-weight: 700;
    color: #F48112 !important;
}

.btn-yellow {
    background-color: #11224d;
    color: #fff;
    border: none;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}

.btn-yellow:hover {
    color: #fff;
}


#first{
    margin-top: 10em;
}

.btn-yellow-big {
    background-color: #1B2C6D;
    color: #fff;
    border: none;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}

.btn-yellow-big:hover {
    color: #fff;
}

#second{
    margin-top: 6em;
}

.main-btm{
    padding-bottom: 0.5em;
    border-bottom: 10px dotted #0077b6 !important;
}

.mrg-tp{
    margin-top: 5em;
}


#third{
    margin-top: 7em;
    /* background: #F48112; */
    /* color: #fff; */
}

.main-btm-white{
    padding-bottom: 0.5em;
    border-bottom: 10px dotted #0077b6 !important;
}

.pad-tp{
    padding-top: 3em;
}

.mrg-tp-alm{
    margin-top: 2em;
    padding-bottom: 2em;
    align-items: center;
    text-align: center;
}


#four{
    margin-top: 7em;
}

.thm-clr{
    color: #F48112;
    font-weight: 700;
}

.hvr-box:hover{
    border-radius: 20px;
    box-shadow: 2px 2px 10px 1px grey;
    margin: 10px;
    padding: 10px;
    margin-top: -1.5em;
}


#five{
    margin-top: 7em;
}

.font-mid{
    font-weight: 700;
}


#six{
    margin-top: 3em;
    margin-bottom: 3em;
}

.fnt-wgt{
    font-weight: 600;
}

.whts-btn{
    background: #13990A;
    text-decoration: none;
    color: #fff;
    padding: 20px 35px;
    font-size: 28px;
    text-align: center;
    border-radius: 25px;
    margin-top: 3em;
    box-shadow: 5px 10px 8px #888888;
}

.whts-btn:hover{
    color: #fff;
}


footer{
    padding-top: 4em;
    background: #F48112;
    color: #fff;
}

footer ul{
    list-style: none;
}

footer a{
    text-decoration: none;
    color: #fff;
}

footer a:hover{
    color: #fff;
}

footer .sml-fnt{
    font-size: 14px;
    margin-bottom: 0;
}

footer .sml-fntt{
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 1em;
}

footer ul{
    padding-left: 0em !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer ul li{
    padding-left: 1em;
}


footer .tick-list {
    list-style-image: url('./image/right-arrow.png');
    line-height: 2.5;
}

footer .tick-list-1{
    list-style-image: url('./image/envelope.png');
}

footer .tick-list-2{
    list-style-image: url('./image/telephone-call.png');
}

footer .tick-list-3{
    list-style-image: url('./image/pin.png');
}





/* Login Page Start*/

#Login-section{
    margin-top: 5em;
    margin-bottom: 10em;
}


.log-btn:hover{
    color: #F48112;
    border: #F48112;
}

/* Login page End */



/* Price Section Start */

#price{
    margin-top: 7em;
    margin-bottom: 10em;
}

.pr-clr{
    color: #455A64;
}

#price .nav{
    background: #424386;
    padding: 5px;
    border-radius: 10px;
}

#price .switch-btn{
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;
    border-radius:10px
}

.nav .active{
    background: #fff;
    color: #000 !important;
    font-weight: 700 !important;
}

#price .bdr{
    border: 0.86px solid #F48112;
    border-radius: 10px;
    text-align: center;
    padding: 35px 10px;
}

.thm-pr-btn{
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 10px;
}

.thm-pr-btn:hover{
    color: #fff;
}

.grn-pr-clr{
    color: #41A31F;
    font-weight: 700;
}

.grn-pr-btn{
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 10px;
}

.grn-pr-btn:hover{
    color: #fff;
}

.blu-pr-clr{
    color: #1B2C6D;
    font-weight: 700;
}

.blu-pr-btn{
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 10px;
}

.blu-pr-btn:hover{
    color: #fff;
}

.bdr ul{
    padding: 1vw 5vw;
}


/* Price Section End */


#moreone {
    display: none;
}

#moretwo {
    display: none;
}

#morethree {
    display: none;
}

.cursor-poiner {
    cursor: pointer;
}

@media only screen and (max-width:991px) {
    h1 {
        font-size: 3em;
    }
}




.team-img{
    width: auto;
    height: 250px;
}

.hvr-eft:hover{
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px grey;
    cursor: pointer;
    background: #1189bb;
    color: #fff;
}

#second .card{
    cursor: pointer;
}

.line-hgt{
    list-style: none;
    padding-left: 0;
}

.accordion-item {
    border: 1px solid #dee2e6 !important;
    margin-top: 1em;
}
