.header .main_menu>ul {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 100%;
}
.header .main_menu ul > li > a {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px;
    position: relative;
    font-family: 'Gilroy';
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 1800px){
    .header .main_menu > ul > li > a{
        font-size: 16px ;
        padding: 0px 15px ;
    }
}


@media only screen and (max-width: 1766px){
    .header .main_menu > ul > li > a{
        font-size: 14px ;
        padding: 0px 10px ;
    }
}
@media only screen and (max-width: 1675px){
    .header .main_menu > ul > li > a{
        font-size: 14px ;
        padding: 0px 10px ;
    }
}
@media only screen and (max-width: 1510px){
    .header .main_menu > ul > li > a{
        font-size: 12px ;
        padding: 0px 8px ;
    }
}



@media (min-width: 992px) {
    .header .main_menu {
        display: flex;
        align-items: center;
        margin: auto;
        height: 100%;
    }
    button.btn.slide-menu__control {
        display: none;
    }
    .header .nav_bar{
        width: 100%
    }
    
    .right_btn_nav{
        display: flex;
        justify-content: flex-end;
    }
    .right_btn_nav li a{
        height: 100px;
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 20px 30px;
    }
    .btn_register {background: #075DB4;margin-right: 0px}
    .btn-solicita{
        background: #FAC12E;
    }
    .right_btn_nav li a img{
        margin-right: 10px;
    }
    .btn_register:hover{
        color: #fff;
    }
    /* .header .main_menu li a{
        color: #063A6F;
        font-size: 14px;
        font-weight: 500;
        padding: 0px 10px;
        position: relative;
        font-family: 'Gilroy';
        text-align: center;
    } */
    .header .main_menu > ul > li > a:after{
        content: '';
        border-bottom: solid 2px transparent;
        display: block;
        width: 0px;
        margin: 0px auto 0;
        transition: 0.3s;
    }
    .header .main_menu > ul > li{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .header .main_menu > ul > li:hover {
        background: transparent;
    }
    .header .main_menu > ul > li:hover > a{
         color: #0D80C9;
    }
    header .main_menu > ul > li:hover > a:after{
        border-bottom: solid 2px #0D80C9;
        width: 20px;
    }
    .coloum_3 .mega-dropdown{
        column-count: 3 !important;
    }
    ul.sub-menu {
        display: none;
    }
    .main_menu ul ul.mega-dropdown{
        position: absolute;
        width: 100%;
        top: 100%;
        background: #fff;
        box-shadow: 0px 20px 30px rgb(0 0 0 / 20%);
        left: 0;
        padding: 0px;
        margin-left: 0px !important;
        column-count: inherit;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        transition: 0.3s;
        min-height: 314px;
        justify-content: flex-start;
    }
    .main_menu ul ul.mega-dropdown:after{
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        left: 100%;
        background: #fff;
    }
    .main_menu ul ul.mega-dropdown:before{
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        top: 0;
        right: 100%;
        background: #fff;
    }
    .main_menu .sub_item_direct .mega-dropdown{
        column-count: 2;
    }
    .header .main_menu > ul > li:hover .mega-dropdown{
        opacity: 1;
        visibility: visible;
    }
    .main_menu .mega-dropdown .item_heading ul.sub-menu .menu-item{
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        min-width: 0;
        margin-bottom: 4px;
        height: auto !important;
    }
    .main_menu .mega-dropdown li.item_image{
        margin-left: -60px;
        margin-bottom: 0;
    }
    .main_menu .mega-dropdown li.item_image a{
        padding: 0;
    }
    .main_menu .mega-dropdown li.item_heading{
        width: 20%;
        margin-bottom: 0px;
        padding: 30px;
    }
    .main_menu .mega-dropdown li.item_heading ul.sub-menu .menu-item:hover img{
        display: block;
    }
    .main_menu .mega-dropdown li.item_heading ul.sub-menu .menu-item a{
        font-size: 15px;
        font-weight: 600;
        color: #242424 !important;
        position: relative;
        padding: 0px !important;
        text-transform: inherit;
        text-align: left !important;
        /*text-transform: capitalize;*/
    }
    .main_menu .mega-dropdown li.item_heading ul.sub-menu .menu-item:hover{
        background: transparent !important;
    }
    .main_menu .mega-dropdown li.item_heading ul.sub-menu .menu-item:hover a{
        color: #0D80C9 !important;
    }
    .main_menu .mega-dropdown li.item_heading ul.sub-menu .menu-item a:after{
        content: '';
        z-index: -1;
        width: 100%;
        bottom: -1px;
        left: 0;
        position: absolute;
        height: 2px;
        background: currentColor;
        transform: scale3d(0,1,1);
        transform-origin: 0% 50%;
        transition: transform 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
    }
    .main_menu .mega-dropdown li.item_heading ul.sub-menu .menu-item a:hover::after{
        transform: scale3d(1,1,1)
    }
    .mega-dropdown .sub-menu li, .sub_item_direct .mega-dropdown li {
        height: auto;
        display: block;
        margin-bottom: 15px;
        padding: 6px 10px 6px 0px;
    }
    .sub_item_direct .mega-dropdown li{
        margin-bottom: 0;
    }
    ul.sub-menu {
        margin-top: 15px;
    }
    .mega-dropdown .sub-menu li a:after, .sub_item_direct .mega-dropdown li a:after{
        content: '';
        position: absolute;
        left: -12px;
        /* top: -4px; */
        width: 44px;
        height: 44px;
        display: block;
        background: url(../images/menu-arrow.svg) no-repeat;
        border-bottom: none !important;
    }
    .sub_item_direct .mega-dropdown li a:after{
        top: 13px;
    }
    .mega-dropdown .sub-menu li:hover, .sub_item_direct .mega-dropdown li:hover{
        background: #C8DFFA;
    }
    .mega-dropdown .sub-menu li:hover a, .sub_item_direct .mega-dropdown li:hover a{
        color: #075DB4 !important
    }
    .mega-dropdown .sub-menu li a, .sub_item_direct .mega-dropdown li a{
        font-size: 14px !important;
        color: #2B2B2B !important;
        line-height: 21px !important;
        padding: 5px !important;
        font-weight: 400 !important;
        position: relative !important;
        margin-left: 0px !important;
        display: flex !important;
    }
    .header .main_menu li:hover .sub-menu li a, .header .main_menu li:hover .sub_item_direct .mega-dropdown li a{
        color: #2B2B2B;
    }
    .nav_container{
        display: flex;
        align-items: center;
        width: 100%;
    }
     .logo_left{
        margin-left: 30px;
    }
    .logo_left .logo a{
        display: block;
        width: 200px;
    }
    .menu_right{
        justify-content: center;
        margin: auto;
    }
    .desk_flex{
        display: flex;
    }
    /*.search_deskopp{
        display: flex;
        margin-left: auto;
    }*/
    .search_deskopp .main_nav{
        margin-right: -15px;
        padding-left: 10px;
    }
    .search_deskopp .main_nav .search_ic{
        height: 100px;
        padding: 25px 30px;
    }
    .search_panel{
        position: absolute !important;
        right: 0 !important;
        z-index: 2 !important;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .popular_serch{
        width: 200px;
    }
    .desktop_action_button{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    /* .desktop_action_button a{
        display: inline-block;
    } */

/* ====== HEader menu images showing with animation ===== */



.hover-reveal {
	position: fixed;
	width: 200px;
	height: 150px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
    display: none;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}


.main_menu .mega-dropdown li.item_heading > a{
    display: block;
    color: #969696;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    padding: 0px 0px 6px 0px;
    text-align: left;
}
.main_menu .mega-dropdown li.item_heading ul.sub-menu{
    display: block;
    column-count: inherit;
    padding-left: 0;
    margin-left: 0;
}

.w-60{
    width: 60%;
}
.w-20{
    width: 20%;
}
.main_menu .mega-dropdown li.item_heading.column-count-3 ul.sub-menu{
    column-count: 3;
}
.main_menu .mega-dropdown li.item_heading.column-count-2 ul.sub-menu{
    column-count: 2;
}
.main_menu .mega-dropdown li.item_heading.w-60{
    width: 60%;
}
.main_menu .mega-dropdown li.item_heading.w-40{
    width: 40%;
}


 }

 .ver_tab_menu hr{
    margin: 50px 0px !important;
    border-bottom: 1px solid #333;
 }


/*thankyou page */
.ty-banner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 410px;
    margin-bottom: -30px;
}
.ty-container{
    margin: auto;
    font-size: 16px;
    text-align: center;
}

.ty-container h2{
    color: #184c98;
    margin: 20px 0px;
    font-size: 30px;
}
.ty-container .backtohomebtn{
    margin-top: 40px;
}
.ty-container .backtohomebtn .confirm_btn{
    height: 56px;
    line-height: 56px;
    min-width: 210px;
    font-size: 18px;
}
.confirm_btn{
    display: inline-block;
    background: linear-gradient(to right, #245bab, #0566de);
    -webkit-background: linear-gradient(to right, #245bab, #0566de);
    color: #fff;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    border: none;
    border-radius: 50px;
    text-align: center;
    min-width: 330px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.confirm_btn:hover, .confirm_btn:focus{
    background: linear-gradient(to right, #0566de, #245bab);
    -webkit-background: linear-gradient(to right, #0566de, #245bab);
    color: #fff;
}

.for_mobile_menu_items{
    display: none;
}
@media only screen and (max-width: 767px)
{
    .for_mobile_menu_items{
        display: block;
    }
}


.color_border:after{
	content: ' ';
	position: absolute;
	width: 100%;
	left: 0;
    bottom: 5px;
    border-top: 10px solid #0D80C9;
    height: 20px;
    background: #FEC458;
    transform: rotate(179deg);
}

.elementor-icon-list-item .elementor-icon-list-text small{
    color: #0D80C9;
}