.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: 0 !important;
}

.menu-item:first-child {
    border-bottom-left-radius: 15px;
}

.menu-item:first-child:focus-within {
    border-bottom-left-radius: 0;;;
'/'
}


/* ////////////////////margins////////////////////// */
.ml-1 {
    margin-left: 1rem;
}

.ml-05 {
    margin-left: 0.5rem;
}

.padding-left-0 {
    padding-left: 0 !important;
}

/* ////////////////////Top header////////////////////// */
.header-img {
    padding-top: 1.438rem;
    padding-bottom: 1.438rem;
    padding-right: 0px !important;
}

.top-header-content-1 {
    padding-left: 6.18rem;
}


.menu-img {
    margin-left: auto;
    margin-right: 0.5rem;
}

.padding-left-318 {
    padding-left: 3.18rem;
}

.dropdown-menu-header {
    inset: 0 auto auto 0 !important;
    margin: 0;
    transform: translate3d(0px, 60px, 0px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    /*border-top: 2px solid #039be5!important;*/
    padding-bottom: 2.5rem !important;
}

.dropdown-menu-header li {
    padding-right: 4.1221rem;
    padding-left: 1.5rem;
}

.dropdown-menu4 li {
    padding-right: 1.68rem !important;
    padding-left: 1.67rem !important;
}

.currency-select {
    /* margin-left: auto !important; */
    /* background: white; */
    /* width: 100%; */
    display: flex;
    justify-content: end;
    /* height: 3.8rem; */
    /* border-bottom-right-radius: 15px; */
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important; */
    /* padding-right: 10px; */
}

/*.currency-select-button {*/
/*    border: none;*/
/*    background: none;*/
/*}*/

.icon {
    position: absolute;
    right: 8px;
    top: 11px;
    color: #2dacea;
}

.col-lg-1-4 {
    flex: 0 0 auto;
    width: 13.5%;
    margin-left: 5px;
}

/*.row{*/
/*  margin-left:0px !important;*/
/*  margin-right:0px !important;*/

/*}*/

.btn-outline-primary4 {

    border-color: #2dacea;
    padding-left: 4px !important;
    border-radius: 0px !important;

}

.btn-outline-primary3 {
    color: #2dacea;
    border-color: #2dacea;
    padding-left: 4px !important;
    border-radius: 0px !important;
    height: 35px;
}


.row3 > * {
    padding-right: 0.5rem !important;
    padding-left: 0.1rem !important
}

.border-right {
    border-right: 1px solid #e7e5e5 !important;
    height: 35px;
}


.border-right2 {
    border-right: 1px solid #e7e5e5 !important;

}

.border-left3 {
    border-left: 1px solid gray !important;
    height: 95%;
}

.border-left {
    border-left: 1px solid #e7e5e5 !important;
    height: 35px;
}

.input-group-sub {
    margin-left: -7px !important;
    border-radius: inherit !important;
}

.mr-4 {
    margin-right: 4rem !important;
}

.checkbox-text {
    margin-top: 0.35rem;
    margin-left: 0.5rem;
    color: gray;
}

.ml-1 {
    margin-left: 0.8rem;
}

.header-logo-size {
    margin: 1rem 1rem 1rem 0.32rem;
}

.mr-1 {
    margin-left: 0.6rem;

}

.ml-2 {
    margin-left: 1.5rem;
}


.sidebar a.active {
    padding-left: 0px;
    color: #0c63f0 !important;
}

.sidebar li .submenu .submenu-item, .accordion-btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-btn:is(.opened) {
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
}

.accordion-btn::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("https://d73ojsnoesnuw.cloudfront.net/images/icons/arrow-right.svg");
    /*transform: rotate(-90deg);*/
    background-repeat: no-repeat;
    background-size: .75rem;
    transition: transform .2s ease-in-out;
}

.accordion-btn:is(.opened)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /*transform: rotate(-180deg);*/
    background-size: 1.25rem;
}

.sidebar li .submenu .submenu-item::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("https://d73ojsnoesnuw.cloudfront.net/images/icons/menu-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
}

/*---------------------------------------------------------*/
/*--------------------- End Global.css --------------------*/
/*---------------------------------------------------------*/
