body{
    margin: 0;
    padding: 0;
    font-family: "Raleway", serif !important;
}
.header{
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#navbarNav{
    justify-content: end;
}
.header  .logo{
    width: 80px;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.menuSec{
    margin-top: 5rem;
}
.footerSec{
    background: #000;
    padding: 20px;
    text-align: center;
}
.footerSec .contactUs h4{
   color:#fff;
}
.footerSec .contactUs p{
     color: #b7b7b7;
    font-size: 14px;
     margin-bottom: 10px;
}
.footerSec .TermsAndConditionsSec{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.footerSec .TermsAndConditionsSec a{
 color: #b7b7b7;
 font-size: 13px;
 font-weight: 500;
     margin-right: 20px;
}
.footerSec .socialMediaLinks{
display: flex;
}
.fbIcon{
    color: #222025;
    font-size: 16px;
    background: #fff;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.fbIcon:hover{
    background:#3b5998;
    color:#fff;
    text-decoration: none;
 }
.inistaIcon{
    color: #222025;
    font-size: 16px;
    background: #fff;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.inistaIcon:hover{
    background:#3b5998;
    color:#fff;
    text-decoration: none;
 }
.twitterIcon{
    color: #222025;
    font-size: 16px;
    background: #fff;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.twitterIcon:hover{
    color:#fff;
    background: #2867B2;
    text-decoration: none;
 }
.linkdinIcon{
    color: #222025;
    font-size: 16px;
    background: #fff;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.linkdinIcon:hover{
    color:#fff;
    background: #2867B2;
    text-decoration: none;
 }
.youtubeIcon{
    color: #222025;
    font-size: 16px;
    background: #fff;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.youtubeIcon:hover{
    color:#fff;
    background: #FF0000;
    text-decoration: none;
 }
 .reservedText{
    color: #b7b7b7;
     font-size: 13px;
 font-weight: 500;
     margin-right: 30px;
 }
 .reservedText a{
    color: #F09F06 !important;
    text-decoration: none;
 }
 @media only screen and (max-width: 767px){
    .navbar-toggler{
        background-color: #009746 !important;
    }
    .footerSec .TermsAndConditionsSec a {
        font-size: 14px;
    }
    .reservedText {
        font-size: 14px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
    .footerSec .TermsAndConditionsSec{
        display:block;
    }

 }
 @media only screen and (min-width: 768px) and (max-width: 1024px){
       .navbar-toggler{
        background-color: #009746 !important;
    }
       .header .logo {
        width: 71px;
    }
    .header .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
.TermsAndConditionsSec{
    /*flex-direction: column; */
}
.footerSec .TermsAndConditionsSec a {
    margin-bottom: 12px;
}
 }