@charset "utf-8";

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .nav .left {
        display: block;
    }
    .mobile-menu {
        display: none;
    }
    .menu-btn {
        display: none;
    }
    .mega-menu,
    .mega-menu-other {
        left: 0px!important;
        right: 0px!important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .mega-menu,
    .mega-menu-other {
        left: 0!important;
        right: 0!important;
    }
}



@media only screen and (max-width: 1000px) {
    .nav .left {
        display: none;
    }
}




h1,h2,h3,h4,h6,p{
    
}
h5,p{
    font-size: 15px;
    margin: 0;
}
h5{
    color: #000000;
}
*{
    transition: 0.3s;
}

.nav{
    padding: 1% 0% 0 0;
    float: right;
    direction: rtl;
}
.menu-btn{
    color: #ffffff;
    background-color: transparent;
    box-shadow: none;
    font-size: 20px;
}
.right{
    float: right;
}
.left{
    float: left;
}
.btn{
    padding: 10px;
    margin: 0 5px;
    border-radius: 3px;
    color: #ffffff;
    transition: 0.3s;
    border-bottom-width: 10px;
    border: solid transparent;
}
.btn:hover{
    background: #0077D5;
    cursor: pointer;
}
.btn:nth-child(1){
    
}
.btn:nth-child(7){
    border: solid #ffffff;
    border-width: 1px;
}

.btn i{
    font-size: 10px;
}
.right .btn{
    background: transparent;
}
.right .btn:hover{
    background: transparent;
}
.nav .btn span{
    background: #0666E5;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 15px;
    margin-right: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.sub-menu{
    display: none;
    border-radius: 3px;
    background: #ffffff;
    margin: 15px 6px;
    width: 200px;
}
.sub-menu a{
    width: auto;
    border: solid;
    display: block;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    text-align: right;
    padding: 10px;
}
.sub-menu a:hover{
    border-right-color: #0666E5;
    cursor: pointer;
}
.mega-menu{
    display: none;
    position: fixed;
    margin: 0;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #ffffff;
    text-align: center;

}
.mega-menu .right{
    display: inline-block;
    width: 25%;
    height: 100%;
    background-color:#F5F8FB;
    border-bottom-right-radius: .5rem;
}

.mega-menu .right a{
    width: auto;
    border: solid;
    display: block;
    border-top-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.2);
    border-right-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-width: 1px;
    border-left-width: 1px;
    text-align: right;
    padding: 10px 10px 10px 50px;
}


.btn-megamenu-active{
    border-right-color: #0666E5 !important;
    border-left-color: transparent !important;
    cursor: pointer !important;
    padding-right: 15px !important;
}

.mega-menu .center{
    display: none;
    width: 75%;
    height: 100%;
    padding: 30px;
    text-align: right;
}
.mega-menu .center:nth-child(2){
    display: inline-block;
}
.sub-topic{
    width: 100%;
}
.sub-topic .prop{
    width: 100%;
    height: 10%;
    margin: -15px 0;
    font-size: 15px;
    justify-self: right;
    text-align: right;
}
.sub-topic .hold{
    width: 10%;
    height: auto;
    float: right;
    padding: 20px 0px;
    text-align: center;
}
.sub-topic .hold-text{
    width: 80%;
    margin: -39px 63px 71px 37px;
    height: auto;
    float: left;
}

.img-menu{
    max-width:100%;
}
.text-megamenu-ad{
    color: #000000;
}
.text-menu-ad{
    width:100%;
}
.sub-topic .ico{
    font-size: 15px;
    width: 20px;
    height: 20px;
    padding: 2px 9px 7px 22px;
    border-radius: 3px;
}
#megabtn1{
    font-size:1px !important;
}
.sub-topic a{
    text-align: right;
    justify-self: right;
    text-decoration: none;
}
.mega-menu .left{
    display: inline-block;
    width: 10%;
    height: 100%;
}
.mega-menu-other{
    display: none;
    position: fixed;
    height: auto;
    margin: 0;
    border-radius: .25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;

    background: #ffffff;
    text-align: center;
}
.topic{
    display: block;
    font-size: 15px;
    padding: 15px 40px 25px 25px;
    margin: 0 0px 20px 0px;
    border: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 0.5px;
    color: black;
}
.btn-megamenu{
    color:#0F2741;
}
.topic span:nth-child(1){
    float: right;
    padding-right: 18%; 
    
}
.topic span:nth-child(2), .topic span:nth-child(3){
    float: left;
    color: #0666E5;
    margin: 0 10px;
}
.topic span:nth-child(2):hover , .topic span:nth-child(3):hover{
    cursor: pointer;
    text-decoration: underline;
    color: rgba(6, 102, 229, 0.8);
}
.prop{
    width: 25%;
    margin: 3px 1.666666666666667%;
    display: inline-block;
    font-size: 10px;
    justify-self: right;
    text-align: right;
}
.hold{
    width: 10%;
    float: right;
    text-align: center;
}
.hold-text{
    width: 80%;
    float: left;
}
.ico{
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding: 9px 5px 30px 11px;
    border-radius: 0.75rem;
}
.prop:nth-child(1) .ico{
    color: #0666E5;
    background: #E5F1FF;
}
.prop:nth-child(2) .ico{
    color: #0666E5;
    background: #E5F1FF;
}
.prop:nth-child(3) .ico{
    color: #000081;
    background: rgba(0, 0, 255, 0.3);
}
.prop:nth-child(4) .ico{
    color: #57008d;
    background: rgba(160, 32, 240, 0.3);
}
.prop:nth-child(5) .ico{
    color: #4b2500;
    background: rgba(150, 75, 0, 0.3);
}
.prop:nth-child(6) .ico{
    color: #726100;
    background: rgba(255, 215, 0, 0.3);
}
.prop:nth-child(7) .ico{
    color: #009900;
    background: rgba(0, 255, 0, 0.3);
}
hr{
    border-color: rgba(0, 0, 0, 0.1);
}
.more{
    color: #0666E5;
    padding: 10px;
    margin: 0 0 20px 0;
}
.more a:hover{
    cursor: pointer;
    text-decoration: underline;
    color: rgba(6, 102, 229, 0.8);
}
.more a{
    display: block;
}
.more i{
    padding-right: 10px;
}
.mega-menu-insights{
    display: none;
    position: fixed;
    left: 16%;
    right: 16%;
    width: 68%;
    height: auto;
    margin: 0;
    border-radius: 3px;
    background: #ffffff;
    text-align: center;
}
.mega-menu-insights .prop{
    width: 15%;
}
.mega-menu-insights .prop .hold{
    width: 100%;
    height: 10%;
    font-size: 15px;
    border: solid;
    border-bottom-width: 0.5px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.mega-menu-insights .prop .hold h5{
    display: inline-block;
}
.mega-menu-insights .prop .hold .ico{
    float: right;
}
.mega-menu-insights .prop .hold-text{
    width: 100%;
    height: 80%;
    margin-bottom: 10px;
}
.mega-menu-insights .prop .more{
    padding: 0;
    margin: 0 0 20px 0;
}
.mega-menu-insights .prop p{
    color: #000000;
}
.mobile-menu{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #0f2741;
    border: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #0666E5;
    border-bottom-width: 1px;
    text-align: right;
    padding: 10px;
    color: #8F8F8F;
}
.mobile-menu a{
    display: block;
    height: auto;
    border-bottom-width: 1px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(0, 0, 0, 0.4);
    padding: 10px;
}
.mobile-menu span{
    justify-self: left;
    float: left;
    padding: 5px 15px 5px 15px;
    display: inline;
}
.lang{
    margin: 10px;
}
.mobile-menu hr{
    width: 100%;
    border-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    left: 0;
}
.sub-mobile-menu{
    width: 100%;
    height: auto;
    margin: 0;
    display: none;
}
.sub-mobile-menu a{
    margin: 5px 10px 5px 0;
}


