header .navbar-nav .nav-item .nav-link {
    color: var(--white);
}

header .navbar-dark .navbar-brand em {
    color: var(--white);
}

header.scrolled .navbar-dark .navbar-nav .nav-item .nav-link {
    color: var(--black);
}

header.scrolled .navbar-dark .navbar-brand em {
    color: var(--black) !important;
}

.key_pic {
    width: 100%;
    height: 290px;
    overflow:hidden;
    border-radius:8px;
}
.key_pic img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.ourkey_benifits .content h5{
    font-weight:500;
    font-size:18px;
}

.why_trekagent .mice_tab_button .tab-btn div span {
    top: 26px;
}
.why_trekagent .mice_tab_button .tab-btn {
    min-height: auto;
    padding: 24px 18px 24px 55px;
}
.why_trekagent .image-area{
    height:700px;
}
.why_partner_with_trekHops .dmc-gallery-item {
    height: 340px;
}
.network_partners .tour_middle_heading h2{
    color:var(--white);
}

#b2bregister .why_partner_with_us {
    padding-right: 10px;
    width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right:1px solid #ddd;
}
#b2bregister .boxArea{
    width:calc(100% - 260px);
    padding-left:20px;
}

.why_partner_with_us .contact-works-inn h4 {
    text-align: left;
    font-size: 16px;
}
.why_partner_with_us .tell-us-detail span{
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:rgba(255, 117, 85, 10%);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
}
.why_partner_with_us .tell-us-detail li{
   list-style:none;
   display:flex;
   align-items:center;
   margin-bottom:10px;
   font-size:14px;
   font-weight:400;
}
.why_partner_with_us .tell-us-detail li::marker {
    display: none;
}
.agent_sign_up_form .input-with-icon{
    height:40px;
}
.agent_sign_up_form .datepicker input {
    background-color: var(--white);
    border: 1px solid #ced4da;
    border-radius:4px;
}
.agent_sign_up_form .datepicker input::placeholder{
    color: var(--txt-color) !important;
}
.agent_sign_up_form .phone_picker {
    display: flex;
    width: 100%;
}
.agent_sign_up_form .phone_picker .input-with-icon {
    flex: 1;
}
.agent_sign_up_form .phone_picker #CountryPhnCode {
    margin-right: 5px;
    padding: 5px 5px;
    white-space: nowrap;
    border-radius:4px;
}
.agent_sign_up_form .input-with-icon.selectDropdown select {
    width: 100%;
    height: 100%;
    color: var(--txt-color);
    cursor:pointer;
}
.agent_sign_up_form .input-with-icon.selectDropdown select {
    background-image: url('../images/select-drop.png');
    background-position: 94% 50%;
    background-repeat: no-repeat;
}
.ajax-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn_loader_spin {
    display: flex;
    gap: 5px;
}
.new_site_btn:hover .btn_loader_spin .dot{
    background-color:var(--primary);
}

.btn_loader_spin .dot {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}

.btn_loader_spin .dot:nth-child(2) {
    animation-delay: 0.2s;
}
.btn-loader .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}

@media only screen and (max-width:767px){
    .agent_title {width: 170px;}
    .agent_title, .agent_about {font-size: 14px;font-weight: 500;line-height: 20px;color: var(--black);}
    .agent_about {color: #676666;}
}


@media only screen and (max-width:991px){
    .why_partner_with_trekHops .dmc-gallery-item{
        height:200px;
    }
    .innovate_icons{
        width:120px;
        height:120px;
    }
    .innovate_icons img{
        width:50%;
    }
    #b2bregister .modal-dialog{
        max-width:95%;
    }
    #b2bregister .why_partner_with_us{
        width:220px;
    }
    #b2bregister .boxArea {
        width: calc(100% - 220px);
    }

}
@media only screen and (max-width:767px){
    .why_trekagent .mice_tab_button .tab-btn {
        padding: 10px 10px 10px 40px;
    }
    .mice_tab_button .tab-btn div span{
        left:3px;
    }
    .why_trekagent .image-area {
        height: 460px;
    }
    .why_trekhops .tabs {
        width: 260px;
    }
    .slide_btn .swiper-button-next, .slide_btn .swiper-button-prev {
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width:576px){
    .key_pic{
        height:auto;
    }
    .innovate_icons {
        width: 80px;
        height: 80px;
    }
    #b2bregister .why_partner_with_us,
    #b2bregister .boxArea {
        width: 100%;
        padding:0px;
        border:none;
    }
    .why_part_form_pic{
        display:none;
    }
}



