@media (min-width: 1200px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 25px 20px 25px 10px;
        min-height: 73px;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        padding: 25px 20px 25px 10px;
    }
}
@media (min-width: 992px) and  (max-width: 1200px){
    .head-nav .navbar-default .navbar-nav>li>a{
        /*padding: 20px;*/
        padding: 20px 15px 20px 10px;
        font-size: 14px;
    }
    .head-nav.isStuck .navbar-default .navbar-nav>li>a{
        /*padding: 15px 20px;*/
        padding: 15px 15px 15px 10px;
    }
    .header-consultation a, .header-consultation a:hover, .header-consultation a:focus{
        padding: 10px !important;
    }
}
@media (min-width: 992px){
    .head-nav .navbar-nav>li{
    display: flex;
    align-items: center;
    }
    .head-nav .navbar-nav>li.dropdown>.caret{ margin-left: -15px;}
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li>ul>li .caret{ border-top-color: #999999;}
    .head-nav .navbar-nav>li .dropdown-menu{
        width: 100%;
        border-radius: 0;
    }
    .head-nav  .dropdown-menu .dropdown>a>.caret{
        position: absolute;
        top:48%;
        right: 5px;
        transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -moz-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        color: #888;
    }
    .head-nav .dropdown-menu>li>a{
        padding: 10px 0 5px 0;
    }
    .header-two .col-md-12{
        padding-left: 0;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover, .head-nav .navbar-default .navbar-nav>li>a:active{
        color: #0071b4;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret{
        border: none;
        position: absolute;
        right: 0;
        top: 25px;
        width: 20px;
        height: 20px;
        display: inline-block;
        transition: all ease .35s;
    }
    .isStuck.head-nav .navbar-default .navbar-nav>li>a>.caret{
        top: 20px;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret:before{
        content: '\e90c';
        font-family: 'icomoon';
        position: absolute;
        right: 0;
        top: 0;
        transition: all ease .35s;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover .caret{
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        transition: all ease .35s;
        right: -2px;
    }
    .head-nav .dropdown-menu>li{
        width: 100%;
        position: static;
    }
    .head-nav .navbar-nav>li>.dropdown-menu:after{
        position: absolute;
        left:33.333%;
        top:0;
        width: 1px;
        content: " ";
        height: 100%;
        background-color: #eeeeee;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul{
        padding-left: 0;
    }

    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        list-style: none;
        margin: 0;
        font-size: 16px;
        padding: 7px;
    }

    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        color: #333333;
        display: inline-block;
        width: 90%;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a:hover{
        color: #3e77cd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>.caret{
        float: right;
        margin-top: 12px;
        border: none;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        border-left: none;
        width: 5px;
        height: 5px;
        display: inline-block;
        background: #fff;
        transform: rotate(45deg);
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li.active,
    .head-nav .navbar-nav>li>.dropdown-menu ul>li:hover{
        background-color: #f9fafb;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li.active a,
    .head-nav .navbar-nav>li>.dropdown-menu ul>li:hover a{
        color: #3e77cd;
    }

    .head-nav .navbar-nav>li>.dropdown-menu ul ul{
        display: none;
    }

    .head-nav .navbar-nav>li>.dropdown-menu li ul li{
        margin-bottom: 8px;
    }

    .head-nav .navbar-nav>li>.dropdown-menu .col-md-8 {
        padding-right: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .col-md-8 ul{
        max-height: 68vh;
        overflow-y: auto;
    }

    .search-box .modal-dialog {
        margin: 100px auto;
    }

    .search-part{
        margin-top: 25px;
    }
    .header-consultation{
        margin-top: 13px;
    }
    .isStuck .header-consultation{
        margin-top: 13px;
    }
    .foot-link{
        padding-left: 60px;
    }
    li#nav-menu-item-382,li#nav-menu-item-379,li#nav-menu-item-385{
        width: 50%;
    }
}
@media (max-width: 991px){
    .head-nav{
        padding-top: 10px;
    }
    .head-nav .dropdown-menu>li>a{
        padding: 3px 0;
        font-size: .92em;
    }
    .search-part{
        margin-top: 5px;
    }
    .head-nav .dropdown-menu{
        position:inherit;
        float: none;
        padding-left: 0;
        box-shadow: none;
        border: none;
    }
    .head-nav .caret{
        border: none;
    }
    .head-nav .dropdown .caret:after{
        position: absolute;
        top:0;
        right: 0;
        content: '+';
        font-size: 18px;
        cursor: pointer;
        width: 20px;
        text-align: center;
        /*border: .5px solid #bbb;*/
    }
    .head-nav .navbar-nav>li{
        position: relative !important;
        border-top: 1px solid #ddd;
    }
    .head-nav .navbar-default .navbar-nav>li>a{ border-top: none !important; display: inline-block;}
    .head-nav .navbar-nav>li.dropdown>.caret{ float:right;}
    .head-nav .navbar-nav>li.dropdown>.caret:after,  .head-nav .navbar-nav>li.dropdown.on>.caret:after{
        top: 13px;
        right: 0;
    }
    .head-nav .dropdown.on>.caret:after{
        position: absolute;
        top:0;
        right: 0;
        content: "-";
        font-size: 24px;
    }
    .head-nav .navbar-nav{
        margin: 0;
    }

    .head-nav .dropdown-menu>.active>a,.head-nav .dropdown-menu>.active>a:hover,.head-nav .dropdown-menu>.active>a:focus{
        background: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 15px;
        border-top: 1px solid #ddd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul{
        margin-top: 10px;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        margin-top: 0;
    }
    .head-nav .navbar-collapse{
        background: #fff;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        width: 90%;
        overflow: hidden;
        display: inline-block;
    }

    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        color: #333333;
        display: inline-block;
        width: 90%;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a:hover{
        color: #3e77cd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul ul{
        display: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li.on ul{
        display: block;
        padding-left: 15px;
    }

}

.head-nav .navbar-nav>li>.dropdown-menu ul{
    font-size: .92em;
}
/*@media (min-width: 768px){*/
/*    .navbar-toggle{*/
/*        display: block;*/
/*    }*/
/*}*/
/*@media (min-width: 992px){*/
/*    .navbar-collapse{*/
/*        width: auto;*/
/*        border-top: 0;*/
/*        box-shadow: none;*/
/*    }*/
/*    .navbar-collapse.collapse{*/
/*        display: block!important;*/
/*        height: auto!important;*/
/*        padding-bottom: 0;*/
/*        overflow: visible!important;*/
/*    }*/
/*    .navbar-toggle{*/
/*        display: none;*/
/*    }*/
/*}*/

.search-part input{
    width: 100%;
    padding:3px 15px;
    border: 1px solid #0071b4;
    outline: none;
    height: 38px;
    background: none;
    color: #222;
    border-radius: 20px;
    font-size: .9em;
}
.navbar-brand{
    padding: 0;
}
.search-submit{
    display: block;
    text-align: center;
    color: #fff;
    background: #2f89fc;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 42px;
    line-height: 42px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
}
.search-submit:hover,.search-submit:focus{
    background: #0071b4;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
}
.search-icon:hover,.search-icon:focus{
    color: #2f89fc;
    text-decoration: none;
    cursor: pointer;
}
.head-nav{
    width: 100%;
    z-index: 90;
    background: #fff;
}
.isStuck{
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.head-nav.isStuck .search-cont{
    font-size: 0.9em;
}

.head-nav.isStuck .navbar-default{
    margin-top: 0;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a:hover{
    color:#0071b4;
}
.head-nav.isStuck .navbar-default .navbar-nav>.active>a, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:hover, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:focus{
    color: #0071b4;
    background: none;
}
.head-nav .navbar-nav>li>.dropdown-menu{
    background: #fff;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    /*column-count: 4;*/
    /*column-gap: 0;*/
    /*-webkit-column-break-inside: avoid;*/
}

/*.head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu{*/
/*    overflow-y: auto;*/
/*}*/
/*.head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu ul>li>ul.dropdown-menu{*/
/*    right: 100%;*/
/*    left: initial;*/
/*    bottom: -10px;*/
/*    top: initial;*/
/*}*/

/*@media screen and (max-width: 991px){*/
/*    .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu ul>li>ul.dropdown-menu{*/
/*        position: static;*/
/*    }*/
/*}*/

.head-nav .navbar-nav>li>.dropdown-menu ul>li{
    line-height: 1.6em;
}
.head-nav.isStuck .navbar-nav>li>.dropdown-menu{
    background: #fff;
}


.head-nav .dropdown-menu{
    padding-top: 0;
}
.head-nav .dropdown-menu>li{
    margin-bottom: 0;
    /*width: 100%;*/
}
.head-nav .dropdown-menu>li>a{
    color: #444;
    white-space: normal;
    font-size: 1.1em;
    font-weight: 500;
    /*margin-top: 15px;*/
}

.head-nav.isStuck .dropdown-menu>li>a{
    color: #444;
}
.head-nav.isStuck .dropdown-menu>li>a:hover{
    color: #0071b4;
}
.head-nav .dropdown-menu>li>a:hover,.head-nav .dropdown-menu>li>a:hover{
    background: none;
    color: #0071b4;
}
.head-nav li.open>a,.head-nav li.open>a:hover,.head-nav li.open>a:focus{
    background: none;
}
.head-nav a:hover{
    color: #0071b4;
}
.head-nav .navbar-default{
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom:0;
}
.head-nav .navbar-nav>li{
    margin-bottom: 0;
    position: static;
}
@media screen and (min-width: 992px){
    .head-nav .navbar-nav>li:nth-child(2),
    /*.head-nav .navbar-nav>li:nth-child(3),*/
    .head-nav .navbar-nav>li:nth-child(5){
        position: relative;
    }
    .head-nav .navbar-nav>li:nth-child(2) .dropdown-menu,
    /*.head-nav .navbar-nav>li:nth-child(3) .dropdown-menu,*/
    .head-nav .navbar-nav>li:nth-child(5) .dropdown-menu{
        width: 270px;
    }
    .head-nav .navbar-nav>li:nth-child(2) .col-md-4,
    /*.head-nav .navbar-nav>li:nth-child(3) .col-md-4,*/
    .head-nav .navbar-nav>li:nth-child(5) .col-md-4{
        width: 100%;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu:after,
    /*.head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu:after,*/
    .head-nav .navbar-nav>li:nth-child(5)>.dropdown-menu:after{
        width: 0;
    }
}

.head-nav .navbar-default .navbar-nav>li>a{
    color: #333;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.head-nav .navbar-default .navbar-nav>li>a>span.icon-search-1{
    font-size: 1.3em;
}
.head-nav .navbar-default .navbar-nav>.active>a:before{
    content: '';
}

.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:hover,.head-nav .navbar-default .navbar-nav>.open>a:focus{
    background: none;
    color: #0071b4;
}
.head-nav.isStuck .navbar-default  .navbar-nav>.open>a,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:hover,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:focus{
    background: none;
}
.head-nav .navbar-default .navbar-nav>.active>a,
.head-nav .navbar-default .navbar-nav>.active>a:hover,
.head-nav .navbar-default .navbar-nav>.active>a:focus{
    color: #0071b4;
    background: none;
    border-top: 4px solid #0071b4;
}
.head-nav .navbar-collapse{
    padding: 0;
}
.head-nav .dropdown-menu>.active>a{
    background: none;
}
.head-nav .dropdown-menu>.active>a:focus,.head-nav .dropdown-menu>.active>a:active{
    color: #0071b4;
}

.search-box .modal-body{
    padding: 20px 20px 0 20px;
}
.search-box .modal-body input{
    margin-bottom: 20px;
    height: 42px;
}
.head-nav .navbar-toggle{
    margin-right: 0;
}
.header-two{
    padding: 20px 0;
    background: #fafafa;
}
.logo-part{
    padding-top: 3px;
}

.header-two a{
    color: #555;
}
.header-two a:hover{
    color: #2f89fc;
}
.header-consultation{
    background: #2f89fc;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
}
.header-consultation:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 0;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    background: #0071b4;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-radius: 20px;
}
.header-consultation:hover::before{
    width: 100%;
    left: 0;
    right: auto;
}
.header-consultation a,.header-consultation a:hover,.header-consultation a:focus{
    color: #fff;
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
}
.head-contact div[class*='col-md']{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.head-contact span[class*="icon-"]{
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 60px;
    margin-right: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    color: #2f89fc;
}
.head-text{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: calc(100% - 60px);
    color: #555;
}
.footer-box{
    background: #141313;
    color: #fff;
    padding-top: 40px;
}
.footer-box a{
    color: #fff;
}
.footer-box a:hover{
    color: #2f89fc;
}
.footer-box .title{
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}
.footer-box ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.footer-box li{
    margin-bottom: 10px;
}
.footer-box li span[class^='icon']{
    color: #2f89fc;
}
.foot-ul>li{
    position: relative;
}
.foot-ul>li:before{
    content: '\e912';
    font-family: 'icomoon';
    position: absolute;
    left: -16px;
    top: 0;
    font-size: 10px;
    color: #706f6f;
}

.footer-copy{
   text-align: center;
    padding: 15px 0;
}
@media screen and (max-width: 991px){
    .footer-box ul.foot-ul{
        padding-left: 15px;
    }
}
.share-box a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2c2c2c;
    border-radius: 40px;
    margin-bottom: 15px;
    border: 1px solid #2c2c2c;
}
.share-box a:hover{
    color: #2f89fc;
    background: none;
    border: 1px solid #2c2c2c;
}
.footer-copy{
    font-size: .93em;
    margin-top: 30px;
}