@media(max-width:780px){


    .tab--1{
        font-size: 26px;
    }
    .h_1{
        text-align: center;
        font-family: 'Rubik', sans-serif;
        color: black;
        font-size: 30px;
    }

    .example-1{
        display: none;
    }
.head{
	border-bottom: 1px solid #EAEAEA;
}

.add{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #AFACAC;
}

.add-col{
	border-right:1px solid #EAEAEA;
}

.add-row{
	margin-top: 20px;
}

.cont-add{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #7F7E7E;
}

.cont-ph{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #4676AE;
}

.map-row{
	margin-top: 50px;
}

.map-frame-div{
	height: 600px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    
.first{
	margin-top: 50px;
}
    .heading{
        font-size: 23px;
        font-family: 'Work Sans', sans-serif;
        color: #000000;
    }



    .example-1
    {
        z-index: 8;
      left: 78%;
      position: absolute;
      margin: 28px;
      width: 75px;
      height: 75px;
      font: 13px/130px 'Barlow Semi Condensed', sans-serif;
      letter-spacing: 0px;
      color: #fff;
      text-align: center;
      background: rgba(30, 144, 255, 0.6);
      border-radius: 50%;
      animation: shadow-pulse 2.5s infinite;
    }

    .catalogue-a{
        position: relative;
        z-index: 9;
        bottom: 32%;
        color: black;

}

.catalogue-a:hover{
    text-decoration: none;
}
    @keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}






.cont-nav{
    display: none;
}

.phn-cont{
    display: block;
    position: fixed;
    top: 0px;
    z-index: 9999;
}



.logo-img-p{
    padding-left: 26%;
}

.phn-cont{
    background: black;
}

.hamburger-p{
    background: white;
    height: 3px;
    width: 20px;
    display: block;
    margin: 3px;
}

.hamburger-p-c{
    display: none;
    background: white;
    height: 3px;
    width: 20px;
    display: block;
    margin: 3px;
}

#dropdown-cross{
    position: absolute;
    left: 90%;
    top: 17px;
    display: none;
}


#dropdown{
    margin-top: 15px;
}

.drop-item-p{
    display: block;
    color: white;
    font-family: 'Rubik', sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 10px;
    border-bottom: 1px solid #282828;
    padding-bottom: 5px;
}

.drop-item-div-p{
    display: none;
    height: 800px;
    font-size: 20px;
}

.nav-row-p{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #282828;
}

.sub-ul{
    text-align: center;
    animation-name: a2;
    animation-duration: 1s;
    justify-content: center;
    margin-right: 20px;
    animation-fill-mode: both;
    transition: ease-out;
    flex-wrap: wrap;
   
}

.sub-li{
    width: 200px;
    max-width: 200px;
    border: 1px solid grey;
    margin-bottom: 20px;
}
.nav-ph{
    overflow: scroll;
    flex-wrap: nowrap;
    scrollbar-width: none; 
    justify-content: flex-start;
    width: 95%;
    display: flex;
}

.right-arrow{
    position: absolute;
    top: 110px;
    left: 95%;
    color:  #878585 ;
}
.nav-ul{
    display: none;
}

.line-head{
    font-family: 'Rubik', sans-serif;
    text-align: center;
    margin-top: 70px;
    font-size: 1.7rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.line-cont{
    background: #f6f6f6;
}

.line-wrap{
    width: 100%;
    background: white;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.line-row{
    margin-bottom: 15px;
}
.line-head-wrap{
    width: 50%;
    margin-left: 25%;
    box-shadow: 0px 0px 10px  silver;
}
}


@media(max-width:420px){

    .tab--1{
        font-size: 19px;
    }

    .h_1{
        text-align: center;
        font-family: 'Rubik', sans-serif;
        color: black;
        font-size: 26px;
    }

    .h_2{
        font-family: 'Rubik', sans-serif;
        font-size: 24px;
    }

        
.head{
	border-bottom: 1px solid #EAEAEA;
}

.add{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #AFACAC;
}

.add-col{
	border-right:1px solid #EAEAEA;
}

.add-row{
	margin-top: 20px;
}

.cont-add{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #7F7E7E;
}

.cont-ph{
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #4676AE;
}

.map-row{
	margin-top: 50px;
}

.map-frame-div{
	height: 600px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    
.first{
	margin-top: 50px;
}
    .heading{
        font-size: 23px;
        font-family: 'Work Sans', sans-serif;
        color: #000000;
    }

    
    .example-1
    {
      left: 78%;
      position: absolute;
      margin: 28px;
      width: 75px;
      height: 75px;
      font: 13px/130px 'Barlow Semi Condensed', sans-serif;
      letter-spacing: 0px;
      color: #fff;
      text-align: center;
      background: rgba(30, 144, 255, 0.6);
      border-radius: 50%;
      animation: shadow-pulse 2.5s infinite;
    }

    .catalogue-a{
        position: relative;
        z-index: 9;
        bottom: 32%;
        color: black;

}

.catalogue-a:hover{
    text-decoration: none;
}
    @keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}





    .nav-ul{
        display: none;
    }


    .right-arrow{
        position: absolute;
        top: 110px;
        left: 95%;
    }



    .nav-ph{
        flex-wrap: nowrap;
        overflow: scroll;
        scrollbar-width: none; 
        justify-content: flex-start;
        width: 95%;
        display: flex;
    }


    .phn-cont{
        display: block;
        position: fixed;
        top: 0px;
        z-index: 9999;
    }


    .sub-ul{
        text-align: center;
        animation-name: a2;
        animation-duration: 1s;
        justify-content: center;
        margin-right: 70px;
        animation-fill-mode: both;
        transition: ease-out;
        flex-wrap: wrap;
    }


    .sub-li{
        width: 200px;
        max-width: 200px;
        border: 1px solid grey;
        margin-bottom: 20px;
        align-content: center;
    }


    @keyframes a2{
        from{
            transform: translateX(100px)
        }
        to{
            transform: translateX(30px)
        }
      }

      .line-head{
        font-family: 'Rubik', sans-serif;
        text-align: center;
        margin-top: 70px;
        font-size: 1.3rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .line-cont{
        background: #f6f6f6;
    }
    
    .line-wrap{
        width: 100%;
        background: white;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    
    .line-row{
        margin-bottom: 15px;
    }
    .line-head-wrap{
        width: 50%;
        margin-left: 25%;
        box-shadow: 0px 0px 10px silver;
    }
}