.custom-topbar {
    background: #fff;
    color: #333;
    padding: 10px 12px;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 16px;

    border-bottom: 1px solid gainsboro;
  

   
}

.ctb-contact {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
}

.ctb-contact svg {
    width: 18px;
    fill:#3ea35e;
}

.custom-topbar a{

    color: #333;
 
  
    
}

.ctb-message a {
    color: white!important;
    text-decoration: underline!important;
}


.custom-topbar .ctb-left {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
 
}
.custom-topbar .ctb-message {
    font-weight: 400;
    margin-right: 20px;
}
.custom-topbar .ctb-button {
    background: #F0DE1B;
    color: #143C7F;
    font-weight: 400;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    min-width: 90px;
    text-align: center;

}
.custom-topbar .ctb-close {
    font-size: 30px;
    cursor: pointer;
    color: white;
    position: absolute;
    right: 15px;
    margin-right: 15px;
    margin-left: 20px;

}

.inner-wrap {
    width: 1312px;
    margin: 0 auto;
}


@media (max-width: 1430px) {


    .custom-topbar {
            padding: 12px 30px;
    }

    .ctb-container {
        max-width: 1200px;
    }


    .custom-topbar .ctb-button {
    
        margin-right: 35px;
    }

    .custom-topbar .ctb-close {
   
        right: 0px;
      
    }

}


@media only screen and (max-width: 1024px) {
    .mobmenur-container {
        top: 95px!important;
       
    }
}

@media only screen and (max-width: 992px) {
    .mobmenur-container {
        top: 60px!important;
       
    }
}

@media (max-width: 767px) {

    .mobmenur-container {
        top: 85px!important;
       
    }
    .custom-topbar .ctb-left {
      
        justify-content: start;
     
    }

    .custom-topbar .ctb-message {
        margin-right: 40px;
    }

    .custom-topbar .ctb-left {
        flex-direction: row;
        align-items: start;
    }

    .custom-topbar {
        padding: 15px;
        justify-content: normal;
       
      
        
    }


    .ctb-contact {
       
        font-size: 14px;
    }
    
    .ctb-contact svg {
        width: 15px;

    }

}



#top-bar .container {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) {
    #top-bar {
 
        padding-top: 0px!important; 

    }
}