@media (max-width:768px) {
    
    .cd-intro{
        height: 500px
    }
    .navbar-toggle{
        /*display: none;*/
    }
    .logo-container{
        width: 100%;
        left: 0;
    }
    .logo-container > a.navbar-brand{
        width: 130px;
    }
    .top{
        height: 82px;
    }
    .resp-height-serv{
        min-height: 450px;
    }
.custom-resp-menu{
            position: fixed;
    top: 24px;
    right: 20px;
    color: rgba(23,60,71,1);
    font-size: 36px;
    cursor: pointer;
    display: none
    }
    .resp-menu-ul{
        list-style-type: none;
        margin:0;
        padding: 0;
        position: fixed;
        top: 82px;
        right: 0;
        display: none
    }
    .resp-menu-ul li {

    }
    .navbar-collapse{
            background-color: #fff;
    top: 82px;
    position: fixed;
    /* float: right; */
    right: 0;
    width: 230px;

    }
    .navbar-pad li a{
        padding: 15px 10px;
    }
    .navbar-nav{
        margin-top: 0;
    }
    .navbar-toggle{
        border:1px solid rgba(23,60,71,1);
        margin-top: 20px;
    }
    .navbar-toggle span{
        background-color: rgba(23,60,71,1)
    }
    .topHeight{
        height: 80px;
    }
    .logo-container.scrolled{
        width: 100%;
    }
    .heading-default{
        font-size: 22px;
    }
}
@media (min-width:769px){
   
}
@media (max-width:900px){
   .cd-intro{
        height: 525px
    }
    .video.cd-intro-content .svg-wrapper {
   
    top: 27%;
   
    width: 90%;
   
}
}
@media (max-width:1200px){

    
    
}
@media (max-width:1400px){

    
    
}