
#logo a {
    line-height: 72px;
}

#country-subnav {
    position: absolute;
    top: 40%;
    right: 50px;
}

.btn-menu{
    margin-top: 31px;
}

@media (max-width: 1460px) {

    .container{
        padding: 0 0 !important;
    }

    #logo{
        margin-left: 10;
        margin-right: 10px;
    }

    .get-quote{
        margin-right: 80px;
    }

    .get-quote a.btn{
        width: 90px;
    }

    #country-subnav {
        right: 15px;
    }

}

@media (max-width: 1242px){
    .get-quote a.btn {
        width: 85px;
    }

    #country-subnav {
        right:  5px;
    }

    #logo{
        margin-left: 8px;
    }
}

@media only screen and (max-width: 1055px) and (min-width: 0px) {
    #country-subnav {
        display: inline-block;
        line-height: 27px;
        float: left;
        position: absolute;
        top: 14px;
        right: 70px;
        margin-top: 25px;
    }
}

@media (max-width: 1055px) and (min-width: 768px) {
    #logo{
        height: 59px;
    }

}

#personal-menu-item{
    color: white !important;
}

.personal-subnav-link{
    color: white !important;
}

@media (max-width: 1055px) {
    #personal-menu-item{
        color: #7d7b7a !important;
    }

    .personal-subnav-link{
        color: #7d7b7a !important;
    }
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    z-index:2000;
    overflow: visible;
}
.menu-class {
    position: absolute;
    top: 0; /* adjust as needed */
    bottom: 0;/* adjust as needed */
    left: 0; /* adjust as needed */
    right: 0; /* adjust as needed */
    z-index: 999;
}

.boxed {
    float: none;
    overflow: hidden;
}
.slider .carousel-caption p {
    float: none;
}

.send .slider .carousel-inner .carousel-caption p {
    width: auto;
}

.send .slider .carousel-inner .carousel-caption h3 {
    margin-bottom: 20px;
}




.modal {
    text-align: center;
}


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-share {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-share a {
    margin: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-share a i {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    background: #d57345;
}

.modal-share a span {
    font-size: 15px;
    font-weight: 500;
    color: #232d3b;
    white-space: nowrap;
    text-transform: capitalize;
}

.modal-share .facebook {
    background: #3b5998;
}

.modal-share .twitter {
    background: #00acee;
}

.modal-share .linkedin {
    background: #0e76a8;
}

.modal-share .whatsapp {
    background: #65cf72;
}

.modal-share .instagram {
    background: #262626;
}






.create_transfer {
    background-color: #fff;
    border-radius: 10px;
    padding: .7rem;
    margin-top: 10px;
}

.create_transfer .question {
    display: flex;
    flex-direction: row;
    gap: .7rem;
    padding-bottom: 0.7rem;
}


.create_transfer .question input,
.create_transfer .transfer_container .transfer_form,
.bootstrap-select>.dropdown-toggle {
    border: none;
    background-color: #ededed;
    border-radius: 20px;
    color: #727272;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline-offset: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
    width: auto !important;
    height: auto !important;
}

.create_transfer .transfer_container .transfer_form .transfer_content {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: space-between;
    height: 48px;
    padding: 5px
}

.create_transfer .transfer_container .transfer_form .transfer_content .transfer_info {
    display: flex;
    align-items: center;
    padding-left: 5px;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.create_transfer .transfer_container .transfer_form .transfer_content .transfer_info p {
    margin: 0;
    padding: 0;
    float: left;
    color: #444;
    font-size: 15px;
}

.create_transfer .transfer_container .transfer_form .transfer_content .transfer_info .transfer_input_group input {
    outline: 2px solid transparent;
    outline-offset: 2px;
    position: relative;
    appearance: none;
    border: none;
    padding: 0;
}

.create_transfer .transfer_container .transfer_form .transfer_content .transfer_button {
    background: #e36d38;
    border-radius: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 21px;
    /* font-size: 18px; */
    height: 40px;
    width: 183px
}

#feature-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}



@media only screen and (max-width: 768px) {
    #feature-section-title div {
        width: 100%;
        padding: 0 20px;
    }

    #features-section,
    #features-works-section,
    #bottom-features-section {
        display: block;
        padding-bottom: 20px;
    }

    .create_transfer .transfer_container .transfer_form .transfer_content .transfer_button {
        font-size: 14px;
        width: 100%;
        margin-top: 10px;
    }

    .create_transfer .transfer_container .transfer_form .transfer_content {
        flex-wrap: wrap;
        height: auto;
        margin-top: 10px;
    }

    .bootstrap-select .dropdown-menu {
        width: 200%;
    }
}

@media only screen and (min-width: 768px) {
    #feature-section-title div {
        width: 600px;
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    #features-section,
    #features-works-section,
    #bottom-features-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .send .slider .carousel-inner .carousel-caption {
        margin-top: 20px;
    }

    .create_transfer .transfer_container .transfer_form .transfer_content .transfer_button {
        font-size: 18px;
    }
    .create_transfer .transfer_container .transfer_form .transfer_content {
        flex-wrap: nowrap;
    }
}