


/* new opportunity section start */

.reach__out_section .reach_out_right_section .img__wrap{
    position: relative;
    display: inline-block;
    width: 100%;
}

.reach__out_section .reach_out_right_section .img__wrap img{
    width: 100%;
    display: block;
}

.reach__out_section .reach_out_right_section .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
}

.reach__out_section .reach_out_right_section .play-btn svg{
    width: 75px;
    height: 75px;
    transition: transform .3s ease;
}

.reach__out_section .reach_out_right_section .play-btn:hover svg{
    transform: scale(1.1);
}

.reach__out_section .reach_out_right_section .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
}

.reach__out_section .reach_out_right_section .play-btn svg{
    width: 75px;
    height: 75px;
    transition: transform .3s ease;
}

@media screen and (max-width: 991px){
  .reach__out_section .row{
    row-gap: 20px;
  }  
}
/* new opportunity section start */

.dropdown_box {
    position: relative;
    position: relative;
    width: 257px;
    height: 42px;
    background: transparent;
}

.dropdown_field {
    font-size: 16px;
    width: 100%;
    max-width: min(max(16rem, 15.365vw), 18.4375rem);
    height: min(max(2.5625rem, 2.396vw), 2.875rem);
    padding: 0 min(max(1rem, 0.938vw), 1.125rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    color: #6A6B74;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.dropdown_field option {
    /* background: var(--theme-black); */
    color: var(--theme-gray);
    padding: 12px;
}

.blog_listing_search {
    column-gap: 12px;
    margin-top: 15px;
}

.dropdown_icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new__opportunit_section .search_field {
    width: 100%;
    background: transparent;
    color: var(--theme-gray);
    font-size: min(max(1rem, 0.938vw), 1.125rem);
    padding-right: min(max(0.75rem, 0.781vw), 0.9375rem);
}

.new__opportunit_section .search_box {
    width: 100%;
    max-width: min(max(16rem, 15.365vw), 18.4375rem);
    height: min(max(2.5625rem, 2.396vw), 2.875rem);
    border: 1px solid rgba(91, 91, 93, 0.30);
    padding: 0 min(max(1rem, 0.938vw), 1.125rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}

.search_field::placeholder {
    color: var(--theme-gray);
}

.new__opportunit_section .secondary-btn {
    color: var(--theme-red);
}

.new__opportunit_section .secondary-btn::before {
    background: var(--theme-red);
}

.new__opportunit_section .top-block {
    padding-top: 16px;
    width: 100%;
    max-width: min(max(30.667vw, 228.69rem), 28.69rem);
    overflow-wrap: break-word;
}

.new_opportunity_inner .row {
    row-gap: 39px;
}

@media screen and (max-width: 767px) {
    .dropdown_icon {
        right: 12px;
    }
}
/* new opportunigty section end */