*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #142b4a;
}
a:hover{
    color: #142b4a;
}

.top-navbar {
    background: #68572c;
}
.top-navbar .logo{
    width: 15%;
}
.top-navbar .logo img{
    width: 100%;
    margin-left: 20px;
}

.top-navbar h5{
    color: #142b4a;
}

nav a{
    color:#0c1829;
    text-decoration: none;
}
nav a:hover{
    color: #142b4a;
}
a.active{
    color: #969b46;
    font-weight: 600 !important;
}
.ph-ma-ad p{
    margin-bottom: 0.5em;
    color: white;
}
.ph-ma-ad i.first-child{
    transform: rotate(-45deg);

}
.ph-ma-ad i{
    /* font-weight: 100; */
    font-size: 18px;
    margin-right: 10px;
    color: white;
}
.ph-ma-ad a{
    color: white;
}
.ph-ma-ad a:hover{
    color: #e7f06e;
}
.sticky-nav{
    transition: 0.3s;
    position: fixed;
    background-color: white !important;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    z-index: 4;
    top: 0;
}
.main-menu{
    border-bottom: 1px solid #68572c;
    border-left: 0px;
    border-right: 0px;
}
.main-menu ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.main-menu ul li{
    padding: 25px 25px;
}
.main-menu ul li.first-li{
    padding-left: 0;
}
.main-menu ul li a{
    font-size: 18px;
    font-weight: 400;
}
.main-menu ul li a div{
    position: relative;
    top: 6px;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    border-right: 3px solid rgb(255, 255, 255);
    border-bottom: 3px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}

.service-menu{
    position: relative;
}
.insurance-menu{
    position: relative;
}
.service-sub-menu{
    display: none;
    position: absolute;
    width: max-content;
    z-index: 5;
    left: -20%;
    top: 65%;
    border: 1px solid #68572c;
    /* transform: translate(0%,15%); */
}
.relative-pos{
    position: relative;
}
.service-sub-menu-loan{
    display: none;
    position: absolute;
    width: max-content;
    z-index: 5;
    left: 100%;
    top: -40px;
    border: 1px solid #68572c;
    /* transform: translate(0%,15%); */
}
.service-sub-menu-loan ul li{
    padding: 6px 20px !important;
}
.service-sub-menu-loan ul li:hover a{
    color: white !important;
}
.insurance-sub-menu{
    display: none;
    position: absolute;
    width: max-content;
    z-index: 5;
    left: -0%;
    top: 65%;
    border: 1px solid #68572c;
    /* transform: translate(0%,15%); */
}
.service-sub-menu-2{
    display: none;
    position: absolute;
    width: max-content;
    z-index: 5;
    left: 50%;
    top: 0;
    transform: translate(-50%,5%);
}
.service-sub-menu ul{
    list-style: none;
    padding: 0;
    flex-direction: column;
}
.insurance-sub-menu ul{
    list-style: none;
    padding: 0;
    flex-direction: column;
}
.service-sub-menu-2 ul{
    list-style: none;
    padding: 0;
    flex-direction: column;
}
.service-sub-menu ul li{
    background-color: white;
    padding: 0;
}
.insurance-sub-menu ul li{
    background-color: white;
    padding: 0;
}
.service-sub-menu-2 ul li{
    background-color: white;
    padding: 0;
}
.service-sub-menu ul li a{
    color:#142b4a ;
    display: inline-block;
    padding: 8px 25px;
    width: max-content;
    font-size: 16px;

}
.insurance-sub-menu ul li a{
    color:#142b4a ;
    display: inline-block;
    padding: 8px 25px;
    width: max-content;
    font-size: 16px;

}
.service-sub-menu-2 ul li a{
    color:#142b4a ;
    display: inline-block;
    padding: 8px 25px;
    width: max-content;
    font-size: 16px;

}
.service-sub-menu ul li:hover a{
    color:white ;   
}
.service-sub-menu ul li:hover {
    background-color: #68572c;
}
.insurance-sub-menu ul li:hover a{
    color:white ;   
}
.insurance-sub-menu ul li:hover {
    background-color: #68572c;
}
.service-sub-menu-2 ul li:hover {
    background-color: #68572c;
}

.service-menu:hover .service-sub-menu{
    display: block;
}
.insurance-menu:hover .insurance-sub-menu{
    display: block;
}
.service-menu:hover .service-sub-menu-2{
    display: block;
}
.service-menu:hover .service-sub-menu-2 a{
    color: #142b4a;
}
.service-sub-menu-2 ul li:hover a{
    color:white !important;   
}
.custom_size_banner{
    height: 380px;
}

.go-top{
    width: 35px;
    height: 35px;
    background-color: #68572c;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 999px;
    transition: 0.4s;
}
.go-top div{
    width: 35px;
    height: 35px;
    position: relative;
}
.go-top:hover{
    transition: 0.4s;
    background-color: #969b46;
}
.go-top div::before{
    content: "";
    position: absolute;
    height: 35%;
    width: 35%;
    top: 14px;
    left: 11px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-135deg);
}
.whats-app{
    width: 35px;
    height: 35px;
    background-color: #00e676;
    position: fixed;
    bottom: 110px;
    right: 20px;
    border-radius: 999px;
}

.whats-app i{
    content: "";
    position: absolute;
    height: 35%;
    width: 35%;
    top: 2px;
    font-size: 20px ;
    left: 9px;
    color: white;
}
.call-us{
    width: 35px;
    height: 35px;
    background-color: #68572c;
    position: fixed;
    bottom: 65px;
    right: 20px;
    border-radius: 999px;
    transition: 0.4s;
}
.call-us:hover{
    transition: 0.4s;
    background-color: #969b46;
}

.call-us i{
    content: "";
    position: absolute;
    height: 35%;
    width: 35%;
    top: 7px;
    /* font-size: 20px ; */
    left: 7px;
    color: white;
    transform: rotate(-45deg);
}



footer{
    background-color: #142b4a   ;
}
footer .logo img{
    padding: 0px 20px;
    width: 100%;
    position: relative;
    top: -6px;
    left: -20px;
}
footer a, footer p{
    color: white;
}
footer h2{
    position: relative;
    color: white;
    margin-bottom: 40px;
    margin-left: 0.5em;
}
footer h2.notpadd{
    margin-left: 0;
}
footer h2::after{
    position: absolute;
    content: "";
    border-bottom: 2px solid #969b46;
    width: 20%;
    height: 1%;
    bottom: -20px;
    left: 0;
}
footer .copy-right{
    border-top: 1px solid rgb(97, 97, 97);
    padding-top: 20px;
}
footer .copy-right span{
    margin-right: 25px;
}
footer input {
    padding: 5px 20px;
    background: transparent;
    border: 1px solid white;
    outline: none;
    color: white;
    width: 80%;
    transition: 0.4s;
}
footer input:hover {
    transition: 0.4s;
    border: 1px solid #68572c;
}
footer button {
    position: relative;
    left: -5px;
    padding: 5px 10px;
    background: #68572c;
    border: 1px solid #969b46;
    border-left: none;
    outline: none;
    color: white;
    width: 15%;
    transition: 0.4s;
}
footer input:hover footer button{
    border: 1px solid #969b46;
}
footer button:hover {
    transition: 0.4s;
    background: #969b46;
    border: 1px solid #969b46;
}
footer p {
    color: white;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: #969b46;
}
footer input::placeholder {
    color: white;
}
footer ul {
    list-style: none; /* Remove default bullets */

}
  
footer ul li{
    display: flex;
    padding: 10px 0;
    font-size: 20px;
}
footer ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #969b46; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: flex; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
footer ul li:hover a {
    color: antiquewhite;
}
.social a i:hover,.social a{
    color: #969b46;
}

.top-navbar-2{

    background-color: #142b4a;
}
.no-logo{
    padding: 10px 20px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.18);
    border-left: 0.5px solid rgba(255, 255, 255, 0.18);
    margin-left: 20px;
}
.no-logo i{
    color: white;
    margin-right: 10px;
}
.no-logo:hover a, .no-logo:hover i{
    color: rgb(25, 190, 236);
}
.mail-logo{
    padding: 10px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    text-transform: capitalize;
}
.mail-logo i{
    color: white;
    margin-right: 10px;
}
.mail-logo:hover a , .mail-logo:hover i{
    color: rgb(25, 190, 236);
}
.social-nav{
    background-color: rgb(25, 190, 236) ;
}
.social-nav .facebook{
    border-right: 0.5px solid rgba(255, 255, 255, 0.18);
    border-left: 0.5px solid rgba(255, 255, 255, 0.18);
    padding: 10px 20px;
}
.social-nav .insta{
    border-right: 0.5px solid rgba(255, 255, 255, 0.18);
    border-left: 0.5px solid rgba(255, 255, 255, 0.18);
    padding: 10px 20px;
}
.social-nav .consultant{
    border-right: 0.5px solid rgba(255, 255, 255, 0.18);
    border-left: 0.5px solid rgba(255, 255, 255, 0.18);
    padding: 10px 20px;
}
.main-menu-2 .logo{
    padding: 10px 25px;
    width: 20%;    
}
.main-menu-2 .logo img{
    width: 100%;    
}
.main-menu-2 ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    padding: 20px 25px;
}
.main-menu-2 ul li{
    padding: 5px 25px;
}

.main-menu-2 ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #142b4a;
    transition: 0.4s;
}
.main-menu-2 ul li:hover a{
    color: white;
    transition: 0.4s;
}
.main-menu-2 ul li:hover{
    background: #142b4a;
    transition: 0.4s;
    cursor: pointer;
}
.mobile-nav{
    display: none;
}

.popup-menu{
    display: none;
    position: fixed;
    top: 0;
    padding: 20px;
    padding-top: 0;
    height: 100vh;
    background-color: white;
    z-index: 100;
}

.close span{
    position: absolute;
    font-size: 60px;
    right: 20px;
    color: #142b4a;
}
.head-popup img{
    padding-top: 40px;
 width: 100%;
}
.head-popup ul{
    list-style: none;
    padding-left: 0;
}
.head-popup ul li{
    padding: 20px 15px;
    text-align: center;
}
.head-popup ul li:hover{
    background-color: #142b4a;
}
.head-popup ul li a{
    color: #142b4a;
    font-weight: 600;
    width: 100%;
    font-size: 26px;
}
.head-popup ul li:hover a{
    color: white ;
}
.head-popup ul li:hover .insurance-sub-menu a{
    color: #0c1829 ;
}
.mobile-nav{
    display: none;
}
@media(max-width:768px) and (min-width:500px){
    .main-menu-2 ul li {
        padding: 5px 15px;
    }
    .top-navbar h5 {
        display: none;
    }
    .top-navbar .logo {
        width: 30%;
    }
    .main-menu ul li {
        padding: 25px 10px;
    }
    .main-menu ul li a {
        font-size: 16px;
        font-weight: 400;
    }
}
@media(max-width:500px) and (min-width:375px){
    .custom_size_banner{
        height: 160px;
    }
    .insurance-sub-menu ul li a {
        padding: 8px 0px;
        font-size: 25.5px !important;
    }
    .insurance-sub-menu ul li {
        padding: 8px 0px !important;
    }
    .insurance-sub-menu {
        top: 80%;
    }
    .mobile-nav{
        display: block;
    }
    .mobile-menu{
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .mobile-menu .logo{
        width: 70%;
        margin: auto;
        padding: 10px;
    }
    .mobile-menu .logo img{
        width: 70%;
    }
    .mobile-menu .hamburge{
        width: 30%;
        display: flex;
        flex-direction: column;
        padding-left: 35px;
    }
    .mobile-top-nav {
        background-color: rgb(20 43 74);
    }
    .mobile-top-nav {
        padding: 10px 0;
    }
    .mobile-top-nav .icon i{
        margin-right: 5px; 
        color: white;
    }
    .mobile-top-nav .icon i.first-child{
       transform: rotate(-25deg);
    }
    .mobile-top-nav p {
        margin: 0; 
    }
    .mobile-top-nav p a{
        font-size: 18px;
    }
    .mobile-menu .hamburge span{
        width: 25%;
        margin: 3px auto;
        border-top: 2px solid rgb(0, 0, 0);
    }
    .mobile-menu .hamburge span:first-child{
        margin-top: 30px;
    }
    .desktop-nav{
        display: none;
    }
    .phone{
        padding: 0 10px !important;
        width: 50%;
    }
    .email{
        padding: 0 10px !important;
        width: 50%;
        word-break: break-all;
    }
    footer h2 {
        margin-bottom: 10px !important;
        overflow: hidden !important;
    }
    .whats-app i{
        height: 100%;
        width: 100%;
        font-size: 22px;
        left: 8px;
        top: 1px;
    }
    .call-us i{
        height: 100%;
        width: 100%;
        top: -4px;
        left: 8px;
        font-size: 20px;
    }
    .button-design {
        flex-direction: column;
        display: flex;
    }
    .button-design a {
        margin: 10px 0;
        margin-left: 0px !important;
    }
    .service-sec-1 .button-design a {
        text-align: center;
    }
    .service-sub-menu{
        position: relative;
        width: 100%;
        transform: translate(0);
        left: 5px;

    }
    .head-popup ul li:hover .service-sub-menu ul li a{
        color:#142b4a !important;
    }
    .head-popup ul li .service-sub-menu ul li:hover a{
        color:white !important;
        font-size: 16px !important;
    }
    .head-popup ul li .service-sub-menu ul li a{
        color:white !important;
        font-size: 16px !important;
    }
    .service-sub-menu ul li {
        padding: 0 !important;
    }
}
@media(max-width:375px) and (min-width:320px){
    .custom_size_banner{
        height: 160px;
    }
    .mobile-nav{
        display: block;
    }
    .mobile-menu{
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .mobile-menu .logo{
        width: 70%;
        margin: auto;
        padding: 10px;
    }
    .mobile-menu .logo img{
        width: 100%;
    }
    .mobile-menu .hamburge{
        width: 30%;
        display: flex;
        flex-direction: column;
    }
    .mobile-top-nav {
        background-color: rgb(20 43 74);
    }
    .mobile-top-nav {
        padding: 10px 0;
    }
    .mobile-top-nav .icon i{
        margin-right: 5px; 
        color: white;
    }
    .mobile-top-nav .icon i.first-child{
       transform: rotate(-25deg);
    }
    .mobile-top-nav p {
        margin: 0; 
    }
    .mobile-top-nav p a{
        font-size: 18px;
    }
    .mobile-menu .hamburge span{
        width: 30%;
        margin: 3px auto;
        border-top: 2px solid rgb(0, 0, 0);
    }
    .mobile-menu .hamburge span:first-child{
        margin-top: 40px;
    }
    .desktop-nav{
        display: none;
    }
    .top-navbar a small {
        font-size: 12px;
    }
    .phone{
        padding: 0 10px !important;
        width: 50%;
    }
    .email{
        padding: 0 10px !important;
        width: 50%;
        word-break: break-all;

    }
    footer h2 {
        margin-bottom: 10px !important;
        overflow: hidden !important;
    }
    .button-design {
        flex-direction: column;
        display: flex;
    }
    .button-design a {
        margin: 10px 0;
        margin-left: 0px !important;
    }
    .form-home button {
        width: 80% !important;
    }
    .service-sec-1 .button-design a {
        text-align: center;
    }
    .whats-app i{
        height: 100%;
        width: 100%;
        font-size: 22px;
        left: 8px;
        top: 1px;
    }
    .call-us i{
        height: 100%;
        width: 100%;
        top: -4px;
        left: 8px;
        font-size: 20px;
    }
    .service-sub-menu{
        position: relative;
        width: 100%;
        transform: translate(0);

    }
    .head-popup ul li:hover .service-sub-menu ul li a{
        color:#142b4a !important;
    }
    .head-popup ul li .service-sub-menu ul li:hover a{
        color:white !important;
        font-size: 16px !important;
    }
    .head-popup ul li .service-sub-menu ul li a{
        color:white !important;
        font-size: 16px !important;
    }
    .service-sub-menu ul li {
        padding: 0 !important;
    }
}
@media(max-width:300px){
    .custom_size_banner{
        height: 160px;
    }
    .mobile-nav{
        display: block;
    }
    .mobile-menu{
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .mobile-menu .logo{
        width: 70%;
        margin: auto;
        padding: 10px;
    }
    .mobile-menu .logo img{
        width: 100%;
    }
    .mobile-menu .hamburge{
        width: 30%;
        display: flex;
        flex-direction: column;
    }
    .mobile-top-nav {
        background-color: rgb(20 43 74);
    }
    .mobile-top-nav {
        padding: 10px 0;
    }
    .mobile-top-nav .icon i{
        margin-right: 5px; 
        color: white;
    }
    .mobile-top-nav .icon i.first-child{
       transform: rotate(-25deg);
    }
    .mobile-top-nav p {
        margin: 0; 
    }
    .mobile-top-nav p a{
        font-size: 18px;
    }
    .mobile-menu .hamburge span{
        width: 30%;
        margin: 3px auto;
        border-top: 2px solid rgb(0, 0, 0);
    }
    .mobile-menu .hamburge span:first-child{
        margin-top: 40px;
    }
    .desktop-nav{
        display: none;
    }
    .top-navbar a small {
        font-size: 12px;
    }
    .phone{
        padding: 0 10px !important;
        width: 50%;
    }
    .email{
        padding: 0 10px !important;
        width: 50%;
        word-break: break-all;

    }
    footer h2 {
        margin-bottom: 10px !important;
        overflow: hidden !important;
    }
    .button-design {
        flex-direction: column;
        display: flex;
    }
    .button-design a {
        margin: 10px 0;
        margin-left: 0px !important;
    }
    .form-home button {
        width: 80% !important;
    }
    .service-sec-1 .button-design a {
        text-align: center;
    }
    .whats-app i{
        height: 100%;
        width: 100%;
        font-size: 22px;
        left: 8px;
        top: 1px;
    }
    .call-us i{
        height: 100%;
        width: 100%;
        top: -4px;
        left: 8px;
        font-size: 20px;
    }
    .service-sub-menu{
        position: relative;
        width: 100%;
        transform: translate(0);

    }
    .head-popup ul li:hover .service-sub-menu ul li a{
        color:#142b4a !important;
    }
    .head-popup ul li .service-sub-menu ul li:hover a{
        color:white !important;
        font-size: 16px !important;
    }
    .head-popup ul li .service-sub-menu ul li a{
        color:white !important;
        font-size: 16px !important;
    }
    .service-sub-menu ul li {
        padding: 0 !important;
    }
}