

body
{
    background-color: #f5f5f5;
     background-repeat: repeat;
    background-size: 15%;
}

.gotoaaddss
{
    display: block;
}

.gotoaaddss  img
{
    height: 100px;
    margin-top: -20px;
}


.header-default-style
{
    z-index: 1000;
    position: relative;
}

.menu_social_and_lang li.lang {
    padding-top: 5px;
}
.menu_social_and_lang li.lang a{
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-left: 2px solid #787878;
    padding: 2px 10px;
}

.menu_social_and_lang li.social a{

    color: #ffffff;
    font-size: 18px;
    padding: 6px 10px;
}

.searchBoxbar
{
    height: 0;
    overflow: hidden;
    transition: 0.3s;

}


.searchBoxbar.openBoxSearch
{
    height: 46px;

}



button.searchBtnnew {
    background: transparent;
    border: 0;
    outline: unset;
    box-shadow: unset;
    color: #fff;
    padding: 0 10px;
}
.boxSearch
{
    position: relative;
    background:  #0072d3;
    top: -2px;
    z-index: 1;
    padding: 5px 0;
}

.boxSearch input,
.boxSearch input:focus
{
    background:  #0072d3;
    color: #ffffff;
    border-radius:0 ;
    box-shadow: unset;
    outline: unset;
    border: 0;
}



.search_and_close
{
    padding: 0 12px;
    color: #3c4043;
    outline: none !important;
    box-shadow: unset !important;
    position: absolute;
    left: 0;
    top: 34px;
}


.main-menu-bar nav
{
    padding: 0;
    /*margin-right: 15px;*/
}

.main-menu-bar nav .navbar-collapse ul li a.main_a_new_header
{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    text-align: center;
    padding: 34px 12px;
}

.main-menu-bar nav  .navbar-collapse ul li a.main_a_new_header:hover
{
    color: #000000;

}

/*a.main_a_new_header:after*/
/*{*/
/*    content: '';*/
/*    transition: all 0.3s ease-in-out;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: auto;*/
/*    left: 0;*/
/*    height: 2px;*/
/*    width: 0%;*/
/*    background-color: #1b95d6;*/
/*}*/

a.main_a_new_header:hover:after
{
    right: 0;
    left: auto;
    width: 100%;
}

a.main_a_new_header.active_menu:after
{
    right: 0;
    left: auto;
    width: 100%;
}




.subMenu_and_dropdown
{

    top: 90px;

    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border: 0;

    min-width: 200px;
    transition: all 0.3s ease-in-out;
    background-color: #f5f5f5;
     background-repeat: repeat;
    background-size: 25%;
    overflow: hidden;
}

.subMenu_and_dropdown:before
{
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(270deg, #ffffff 0.87%, #ffffff26 100%);

}


.spinner
{
    animation: spinner 50s linear infinite;
    position: absolute;
    right: -87px;
    top: 20%;
    width: 181px;
}


@-moz-keyframes spinner {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spinner {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}


.subMenu_and_dropdown .subMenu_a
{
    width: 100%;
    padding: 10px 10px;
    color: #000000;
    text-decoration: none;
    position: relative;
    outline: 0;
    border-top: 0;
    display: block;
    clear: both;
    font-weight: 700;
    white-space: unset;
    font-size: 14px;
    transition: 0.3s;

}
.subMenu_and_dropdown .subMenu_a:hover
{

    color: #5c8dfd;
    background: transparent;
    padding-right: 15px;
}


.subMenu_and_dropdown .subMenu_a:before
{
    content: '';
    width: 3px;
    position: absolute;
    background: #5c8dfd;
    right: 0;
    bottom: 0;
    height: 0;
    transition: 0.3s;
}




.subMenu_and_dropdown .subMenu_a:hover:before
{
    height: 100%;
}




.sticky.header-wrapper  {
    margin-bottom: 0;
}

.header-wrapper.sticky  {
    background-color: #fff;
}
.header-wrapper.sticky {
    top: 0;
}

.sticky {
    display: block;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}





@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}



.main-menu-wrapper.menu_fixed
{
    position: fixed;
    top: 0;

}


.main-menu-wrapper.menu_fixed .bg_fixed_menu
{

    background: #fff;
}


.main-menu-wrapper
{
    background: white;
    width: 100%;
}

.main-menu-bar
{
    background: #ffffff;
    border-radius: 5px;
    z-index: 11111;
    position: relative;

}

.fadeInDown  .main-menu-bar
{
    background-color: #fff;
}

.fadeInDown.main-menu-wrapper.menu_fixed .bg_fixed_menu
{
    background-color: #fff;
    border-bottom: 0px solid #fff; box-shadow: 2px 3px 3px 0 #00000045;
}

.fadeInDown  .main-menu-bar .main_a_new_header
{
    color: #000 ;
}

.fadeInDown  .main-menu-bar  a.main_a_new_header:after
{
    background-color: #ffffff !important;
}

.fadeInDown  .search_and_close
{
    color: #ffffff !important;
}



.header-logo-section {
    background-color: #1b95d6;
    min-height: 173px;
    padding-top: 35px;
     background-size: 378px;
    background-position: center;
}

.navbar-logo h1 {
    line-height: 1;
    margin: 0;
}

.navbar-logo a {
    color: #ffffff;
    font-size: 36px;
}

.header-contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}

.header-contact-info ul li {
    display: inline-block;
    padding-right: 30px;
    position: relative;

    color: #fff;
    margin-left: 20px;
}

.header-contact-info ul li:last-child {
    margin-left: 0;
}

.header-contact-info ul li i {
    top: 4px !important;
}

.header-contact-info label {
    display: block;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}

.header-contact-info span {
    font-size: 16px;
    font-weight: 600;
}

.header-contact-info i.fa.fa-envelope {
    padding-left: 1px;
    line-height: 16px;
}

.header-top {
    background-color: #291632;

    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
    min-height: 46px;
    position: relative;
}


.header-top .contact-info {
    padding: 0;
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    display: inline-block;
}

.contact-info ul li a {
    color: #a5cafc;
    margin-left: 40px;
    font-size: 14px;
}

.contact-info ul li a:hover {
    color: #d4e6ff;
}

.contact-info ul li:last-child a {
    margin-left: 0px;
}

.contact-info ul li i {
    margin-left: 10px;
    color: #a5cafc;
}



ul.topbar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.topbar-menu li a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    padding: 0 10px;
    display: block;
    height: 45px;
    line-height: 45px;
}

ul.topbar-menu li a:hover {
    opacity: .8;
}


.boxSearch ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.boxSearch  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.boxSearch  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}




.layer_news
{
    text-decoration: none !important;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: 100%;

}

.titleNews {
    text-align: right;
    color: #0B0D0E;
    padding: 0 12px;
    margin-top: 19px;
}


.date_and_view
{
    padding-top: 8px;
    border-top: 1px solid lightgrey;
    font-size: 15px;
    color: #7b8093;
}

.border_space_date_and_view
{
    border-left: 1px solid lightgrey;
}

.date_and_view i
{
    color: #1b95d6;
}

.dir_text_rght
{
    text-align: right;
    padding-right: 30px;
}

.dir_text_lft
{
    text-align: left;
    padding-left: 30px;
}

.over_card_image_news
{
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;

}
.card_image_news
{
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 15px;
}



.title_and_cat_news
{
    font-size: 18px;
    margin-top: 22px;
    text-align: right;
    color: #000;
    height: 120px;
    overflow: hidden;
    padding: 0 10px;
}


.title_cat_news_card
{
    font-weight: bold;
    margin: 7px 0px;
}

.new_news_
{
    color: #F35625;
    margin-left: 5px;
    display: inline-block;
    height: 3px;
    font-size: 14px;
}

.mySwiperNews .swiper-slide {
    font-size: 18px;
    background: transparent;
}

.mySwiperEvents .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}


.menu_fixed ul li.logo_only
{
    display: block !important;
}





.contentSideBar img
{
    width: 100%;
}
.title_adds {
    text-align: center;
    padding: 10px 0;
}

.number_like {
    color: #1b95d6;
    font-weight: bold;
}


.btn-primary {
    color: #fff;
    background-color: #1b95d6;
    border-color: #1b95d6;
}




.logo_only a{
    padding: 0 !important;
}




/*<!--responsive-->*/



@media (max-width:1200px ) {

    .main-menu-bar nav .navbar-collapse ul li a.main_a_new_header {
        padding: 34px 5px;
        font-size: 13px;
    }



    .menu_fixed .main-menu-bar nav .navbar-collapse ul li button.search_and_close {
        left: -13px;
    }

}


div.dropdown-menu.fullMenu  {
    display: block;
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s, z-index 0s 0.5s;
    transform-origin: top center;
}

@media (min-width: 991px) {


    .dropdown_menu:hover  div.dropdown-menu.fullMenu  {
        margin-top: 0;
        visibility: visible;
        z-index: 1;
        transform: scale(1);
        opacity: 1;
        transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s, z-index 0s;

    }
    .scroll_menu
    {
        display: none !important;
    }

    .topMenuMobile
    {
        display: none;
    }

}



@media (min-width: 991px) {

    .dropdown_menu:hover  .dropdown-menu.level1  {
        display: block;
        margin-top: 0;
    }
    .sub_menu_level1:hover  .dropdown-menu.level2  {
        display: block;
        margin-top: 0;
    }

    .sub_menu_level2  .dropdown-menu.level2  {
        display: none !important;
        margin-top: 0;
    }

    .sub_menu_level2:hover  .subMenu_a ~ .level2  {
        display: block !important;
        margin-top: 0;
    }



    .scroll_menu
    {
        display: none !important;
    }

    .topMenuMobile
    {
        display: none;
    }

}

@media (max-width: 775px) {

    .header-top
    {
        display: none;
    }
}

@media (max-width: 991px) {


    .topMenuMobile
    {
        display: block;
    }


    .header-logo-section {
        min-height: 97px;
        padding-top: 13px;
    }

    .main-menu-wrapper {
        top:83px;
    }
    .main-menu-bar nav  .navbar-collapse ul li a.main_a_new_header {
        padding:14px 13px;
    }




    .icon_search{
        display: none !important;
    }

    .openCloseMenu.fadeInDown.main-menu-wrapper.menu_fixed {
        position: fixed;
        top: 0;
        height: 100%;
    }

    .openCloseMenu.fadeInDown.main-menu-wrapper.menu_fixed .bg_fixed_menu {
        background-color: #1b95d6;
        height: 100%;
        overflow: auto;

    }


    .twoBtnOpenMenu
    {
        color: #FFFFFF;
        display: inline-flex !important;
    }
    .home_index
    {
        color: #FFFFFF !important;
        border-right: 2px solid #157bb1;
        padding: 0 7px 0 0;
        font-size: 21px;
        border-radius: 0;
        position: absolute;
        top: 5px;
    }

    .menu_social_and_lang li.lang a {

        border-left: 2px solid #157bb1;

    }





    /*-----icon menu mobile ------------*/


    .menu_mobile {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
        overflow: auto;
        max-height: 450px;
    }

    .menu_mobile:focus {
        border: 0;
        box-shadow: unset;
        outline: unset;
    }


    .line {
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }


    .sub_menu_mobile .card .card-header .btn_menu_mobile_icon svg
    {
        transition: 0.5s;
        transform: rotate(180deg);
    }

    .sub_menu_mobile .card .card-header .btn_menu_mobile_icon.collapsed svg
    {
        transform: rotate(0deg);

    }


    .sub_sub_menu_mobile .card .card-header .btn_menu_mobile_icon svg
    {
        transition: 0.5s;
        transform: rotate(180deg);
    }

    .sub_sub_menu_mobile .card .card-header .btn_menu_mobile_icon.collapsed svg
    {
        transform: rotate(0deg);

    }






}

/*----end menu mobile ------------*/


table {
    border-collapse: collapse;
    width: 100%;
}


#body
{
    position: relative;
}

.sideBarBg1
{
    width: 25%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(270deg, #ffffff 0.87%, #ffffff24 100%);
}

.sideBarBg2
{
    width: 25%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 8.87%, #ffffff24 100%);
}







 .toggleContainer {
     position: relative;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     width: fit-content;
     font-weight: bold;
     cursor: pointer;
     margin: 0;
     margin-right: 45px;
 }
.toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0%;
    border-radius: 8px;
    background: #528dfd;
    transition: all 0.3s;
}
.toggleCheckbox:checked + .toggleContainer::before {
    right: 50%;
}
.toggleContainer div {
    padding: 6px;
    text-align: center;
    z-index: 1;
    position: relative;
}
.toggleCheckbox {
    display: none;
}
.toggleCheckbox:checked + .toggleContainer div:first-child{
    color: black;
    transition: color 0.3s;
}
.toggleCheckbox:checked + .toggleContainer div:last-child{
    color: #ffffff;
    transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:first-child{
    color: #ffffff;
    transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:last-child{
    color: black;
    transition: color 0.3s;
}

.bis
{
    padding-bottom: 0px !important;
    padding-top:0px !important;
}

.bis img
{
    width: 30px;
}



.bis{

    border-radius: 25px;
    background: linear-gradient(to left, #87fc34, #448ef7);
    padding: 2px !important;
}

.bis div{

    border-radius: 25px;
    background: #fff;
    padding: 5px;
}



.nav_scholarship
{
    padding: 5px !important;
    border-radius: 25px;
    border: 2px solid #438cfa;
    margin-top: 15px;
}

.nav_scholarship img
{
    width: 30px;
}




.btnSearch {

    display: inline-block;
    transition: transform 2s;
    transform-origin: center center;
    outline: none !important;
    box-shadow: unset !important;
}

.btnSearch:hover {
    animation: rotateIcon 1s forwards ;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}





 .scholarship{
     padding: 8px 7px !important;
     border-right: 2px solid #438cfa;
     position: relative;
     border-radius: 10px 0 0 10px;
     overflow: hidden;
 }


.scholarship:hover{
    color: #fff !important;
    transition: 0.3s;
    border-right: 2px solid #374f6f;


}


span.overScholarship {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 0;
    background: #438cfa;
    z-index: -1;
    transition: 0.3s;
}

.scholarship:hover  span.overScholarship{
    height: 37px;
}




.icon_m {
    position: absolute;
    left: 8px;
    transition: 0.3s;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    /*transform: rotate(-90deg);*/
    position: absolute;
    left: 6px;
    /*top: .8em;*/
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}



.fullMenu
{

    width: 100%;
    border-radius: 5px !important;
    padding: 15px 30px;


}
.title_sectionMenu
{
    color: #868f9a;
    padding: 8px 13px;
    font-size: 16px;
    border-bottom: 0;
    font-weight: 700;
}








@media (max-width:1348px ) {

    .main-menu-bar nav .navbar-collapse ul li a.main_a_new_header {
        padding: 34px 5px;
    }
}


/* Initially hide the collapse content */
.collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

/* Show the content on hover */
.hover-trigger:hover + .collapse-content,
.collapse-content:hover
{
    max-height: 500px; /* Adjust this value based on your content's height */
}

/* Optional: Style the card content */
.card.card-body_menu {
    background-color: #fff;
    padding: 5px;
    border-radius: 0;
    border: 0;
    border-right:3px solid  #5c8dfd;

}


.hover-wrapper:hover .hover-trigger {
    color: #5c8dfd;
    background: transparent;
    padding-right: 15px;
}
.hover-wrapper:hover .hover-trigger .icon_m {
    transform: rotate(-90deg);
}

.hover-wrapper:hover .hover-trigger:before {
    content: '';
    width: 3px;
    position: absolute;
    background: #5c8dfd;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: 0.3s;
}

.subMenuCollapse li
{
    padding: 0;
    border: 0;
}









/*<!--   menu  responsive   ----------->*/




 .followers
 {
     text-align: center;
     margin-top: 30px;
 }

.followers ul li a
{
    color: #515862;
    font-size: 27px;
}

.navBorder {
    border-top: 2px solid gainsboro;
    margin-top: 42px;
    padding-top: 17px;
    padding-bottom: 22px;
}
.activeMenu{
    display: none;
}

.titleSubMenu
{
    color: #438cfa;
}


.sidenav {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 1000000000000;
    top: 0;
    left: -320px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}




.sidenav .closebtn {
    padding: 0;
}

.sidenav .navMenu {
    margin-top: 30px;
    padding: 0 16px;
}


.sidenav .navMenu .nav_a  {
    display: block;
    color: #000;
    margin-bottom: 18px;
    text-decoration: none;
    font-size: 15px;
}


.sidenav .navMenu .nav_a  span {
    font-size: 15px;
}

.sidenav .navMenu .nav_a  .fa-circle  {
    font-size: 8px;
    color: #438cfa;
    margin-left: 7px;
}






/*----------sub-------------*/



.sub_sidenav {
    height: 100%;
    width:  320px;
    position: fixed;
    z-index: 1000000000000;
    top: 0;
    left:  -320px ;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}




.sub_sidenav .closebtn {
    padding: 0;
}

.sub_sidenav .navMenu {
    margin-top: 30px;
    padding: 0 16px;
}


.sub_sidenav .navMenu .collapse {
    margin-bottom: 20px;

}


.sub_sidenav .navMenu .card-body {

    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}


.sub_sidenav .navMenu .nav_a  {
    display: block;
    color: #000;
    margin-bottom: 22px;
    text-decoration: none;
    font-size: 15px;
}




.sub_sidenav .navMenu .card-body .nav_a {
    color:#515862;
}



.sub_sidenav .navMenu .nav_a:last-child  {

    margin-bottom: 0;

}


.sub_sidenav .navMenu .nav_a  span {
    font-size: 15px;
}

.sub_sidenav .navMenu .nav_a  .fa-circle  {
    font-size: 8px;
    color: #438cfa;
    margin-left: 7px;
}

.sub_sidenav .navMenu .nav_a  .fa-circle  {
    color: #677086;
}


/*---------------------------------*/

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-backdrop.fades {
    opacity: 0;
}

.fades {
    transition: opacity .15s linear;
}

.offcanvas-backdrop.shows {
    opacity: .5;
    z-index: 100400000;
}







.openNavMenu
{
    display: none;
    cursor:pointer;
}
@media (max-width: 995px) {
    .hiddenFormMobile

    {
        display: none;
    }
    .setWidthMobile
    {
        width: 100%;
    }

    .openNavMenu
    {
        display: inline-block;
    }

}





/*<!--  end menu responsive   ----------->*/





     /*index responsive*/

@media (max-width:1000px ) {

    .mySwiperNews .swiper-slide {
        transform: scale(0.7);
    }

}
@media (max-width:995px ) {

    .titleSlider {
        font-size: 30px;
        line-height: 60px;

    }
    .number_her {

        font-size: 32px;

    }


    .title_card_number_counter {

        font-size: 18px;
    }

    .card_box_number_counter {
        height: 235px;

    }
}

@media (max-width:685px ) {

    .newSlider {
        min-height: 410px;
    }


    .panorama:before {

        height: 70px;

    }
    .panorama:after {

        height: 70px;

    }

}




@media (max-width:500px ) {
    .newSlider .swiper_pagination {
        width: 280px;
    }
    .newSlider .swiper-pagination span {
        width: 36px;
    }


    .titleSlider {
        font-size: 18px;
        line-height: 40px;

    }
    .newSlider {
        min-height: 350px;
    }

}


@media (max-width:575px ) {


    .setpaddingCardnumber_counter {
        border-left:0  solid #dfe4eb;

    }
    .card_box_number_counter {
        min-height: 235px;
        border-bottom: 2px solid #dfe4eb;
        padding-left: 15px;
        padding-right: 15px;
    }
    .space_grid {
        border-bottom: 0  solid #dfe4eb;
    }
    .part_price {
        padding: 60px 15px;

    }

    .hex {
        top: -103px;
        text-align: center;
        font-size: 20px;
    }



    .description_boxImportPart {
        height: auto;
        max-height: max-content;
        overflow: unset;
    }

}

@media (max-width:450px ) {
    .swiper.newSlider {
        width: 100%;
        height: 350px;
    }


    .newSlider {
        min-height: 350px;
    }


    .mySwiperNews .swiper-slide.swiper-slide-next
    {
        transform: scale(0.7);
    }

    .mySwiperNews .swiper-slide {
        transform: scale(1);
    }


    .over_video {
        padding-top: 30px;

    }
    .panorama:before {
        height: 52px;
    }
    .panorama:after {
        height: 52px;
    }


    .partners_partners_title {

        font-size: 24px;

    }

}



/*end index responsive*/


/*box search and modal*/
.modal_search .modal-dialog
{
    width: 200px;
    transition: 2s !important;
    overflow: hidden;
}

.modal_search.show .modal-dialog
{
    width: 100%;
}


.closeBtnModalSearch
{
    color: #fff !important;
    outline: none !important;
    box-shadow: unset !important;
}

.textBoxSearch
{
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    height: 50px;
    outline: none !important;
    box-shadow: unset !important;
    background: transparent !important;
    color: #fff !important;
}

.textBoxSearch::placeholder {
    color: #fff !important;
    opacity: 1;
}


.setBtnSearch
{
    padding: 0;
    border: 0;
    background: transparent;

}
.setBtnSearch .input-group-text
{
    padding: 0;
    border: 0;
    background: transparent;

}

.setBtnSearch .input-group-text button
{
    border: 0;
    background: transparent;
    border-bottom: 1px solid;
    height: 50px;
    border-radius: 0;
    outline: none !important;
    box-shadow: unset !important;
    color: #fff;
    padding: 0 18px;
}

.modal_search .modal-content
{
    background: transparent;
    border: 0;
}
.modal_search .modal-header
{
    border: 0;
}
/* end box search and modal*/
