/*mobile view starts*/

@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
body{
    max-width: 1920px;
    max-height: 1080px;
    margin:auto;
    font-size: 10px;
}
.text-justify{
    text-align: justify !important;
}
nav{
    max-width: 1920px;
    margin: auto;
}
.carousel-pagination-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cfcfcf;
    list-style: none;
    margin: 0px 8px;
    margin-top: 20px;
}
.play-btn button{
   background-color: rgb(243, 5, 5);
   color:rgb(255, 255, 255);
   border-radius: 10px;
   padding:.7rem 1.8rem;
   z-index: 99;
   cursor: pointer;
   border: none;
}
.mobile-pagination-bottom .active{
    width:50px !important;
    border-radius: 5px !important;
    background-color: #FFA100 !important;
    border-bottom: 0px solid transparent !important;
}
.btn-vertical-line{
    content: '';
    height: 33px;
    width: 2px;
    margin-top: 25px;
    background-color: #EDEDED;
}
/* .footer-icon{
    fill:#1CCDD3;
    background-color: white;
    font-size: 16px !important;
    width: 32px;
    height: 32px;
    margin: 8px;
    border-radius: 50%;
}
.footer-icon:hover{
    fill:white !important;
    background-color:#1CCDD3 ;
} */
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    width: 25px !important;
    height: 5px !important;
    border-radius: 5px !important;
    transition: all .2s ease;
}
.lh-20{
    line-height: 20px !important;
}
.lh-30{
    line-height: 30px;
}
.lh-38{
    line-height: 30px;
}

.fs-13{
    font-size: 13px !important;
}
.fs-12{
    font-size: 0.8rem !important;
}
.fs-14{
    font-size: 0.9rem !important;
}
.fs-15{
    font-size: 15px !important;

}
.fs-16{
    font-size: 16px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-18{
    font-size: 16px !important;
}
.fs-21{
    font-size: 21px !important;
}
.fs-22{
    font-size: 18px !important;
}
.fs-24{
    font-size: 20px !important;
}
.fs-34{
    font-size: 34px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fs-28{
    font-size: 22px !important;
}
.fs-38{
    font-size: 25px !important;
}
.fs-45{
    font-size: 30px !important;
}
.fs-65{
    font-size: 28px !important;
}
.fw-bold700{
    font-weight: 700 !important;
}
.fw-bold500{
    font-weight: 500 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}

.header-responsive{
    font-size: 22px;
}
.highlight_color{
    color:#42495B !important;
}
.highlight_colors{
    color:#FFA100;
}
.bn-fade-blue{
   background-color: #21315F;
   color: white;
}
.bn-fade-blue:hover{
    color: white;
}
.arrow_img{
    background-color: #21315F;
   color: white;
}
.faded-black{
    color:rgb(89, 88, 88);
}
.highlight_color:hover{
    color:#42495B !important;
}
.h-color{
    color:#7A839E;
}
.h1-color{
    color: #1CCDD3;
}
.h2-color{
    color:#151515 ;
}
.h3-color{
 color: #464646;
}
.h4-color{
    color: #42495B;
}
.h5-color{
    color: #FFA100;
}
.h_color{
    color: #276CC8;
}
.commom-color{
    color: #707070;
}
.fade-black{
    color: #D9DBDE;
}
.highlight_colorset1{
    color:#21877f;
}
.highlight_colorset2{
    color: #FFA100;
}
.highlight_colorset3{
    color:#003D50;
}
.highlight_colorset4{
    color:#5A0074;
}
.highlight_colorset5{
    color: #72A75B;
}
.highlight_colorset6{
    color:#276CC8 ;
}
.highlight_colorset7{
    color: #C82727 ;
}
.highlight_colorset8{
    color: #F0D908;
}
.highlight_colorset9{
    color: #AA1574;
}


/* .hexbuttons {
    margin-top: 50px;
    padding: 50px 0px 0 5px;
    width: 345px;
  }
  .hexr {
    height: 100px;
    margin-top: -15px;
  }
  .hexr:nth-child(even) {
    margin-left: 53px;
    width: 220px;
  }
  .hexagon {
    background: #E1FFFD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 36px;
    height: 100px;
    margin: 0 5px 0 0;
    position: relative;
    width: 200px;
    
  }
  .hexagon:before {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 50px solid #E1FFFD;
    overflow: hidden;
}
.hexagon:after {
	content: "";
	position: absolute;
	right: -50px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid #E1FFFD;
	border-top: 50px solid  transparent;
}
.hexagon-1{
    background-image: url('../../images/Document-ulrs.png');
    background-position: center;
    width: 100%;
    height: 100%;
} */
.swiper-slide{
    height: auto !important;
}
.swiper-button-prev{
    display: block;
    position: absolute;
    left:-2.9rem;
} 
.ms-dot{
    margin-left: 12px;
}
/* .swiper {
    width: 600px;
    height: 350px;
} */
.main-logo{
    width: 134px;
    height: 82px;
}
.common-padding{
    padding:0px 20px;
}
#home{
    background-size: 100%;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow:visible;
    z-index: 0;
    
}
#home .banner-div{
    background-image: url('../../images/mobile-banner.png');
    background-size: cover;
    position: relative;
    background-position: bottom;
    width: auto;
    height: 100vh;
    min-height: 950px;
    max-height: 1080px;
    z-index: 0;
}
.vertical-line-left{
    border-left:3px solid #21315F;
    height: 35px !important;
}
.Banner-right{
    top:9rem;
    width:100%;
    height:80%; 
}
.btn-data{
    border: 2px solid #1E2C5B;
    color: #1E2C5B;
}
.btn-data:hover{
    border: 2px solid #1E2C5B;
    background-color: #1E2C5B;
    color: white;
}
.faded-color{
    color:rgb(122, 120, 120)!important;
}
.faded-color:hover{
    color:#FFA100 !important;
}
#Videoplayer{
    top: 21%;
    width:73%;
    left: 15%;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

.styling{
    color: #21315F;
  }
#about-us{
    background-image:url('../../images/about_bg.png');
    width: auto;
    height:auto;
    /* margin-top: 9rem; */
}
#about-us .about-section{
    width:100%;
    height: auto;
    margin-top: 5rem;
    left:-10px;
    max-width: 700px !important;

}
.vertical-line{
    width: fit-content;
    border-left: 2px solid #1CCDD3 !important;
   
}
.dot{
    height: 18px;
    width: 18px;
    background-color:#1CCDD3;
    border-radius: 50%;
    left: -20px;
}
#ulrs-configure{
    width:100%;
   height: auto; 
}

#ulrs-configure img{
   width: 67%;
   height: auto;
   max-width: 390px;
   transition: all .5s ease;
   z-index: 0;
}
#ulrs-configure img:hover{
   animation: tilt .2s linear 1;
   transform: scale(1.05);
 }
 @keyframes tilt {
    0%{
        transform: scale(1);
        box-shadow: 5px 5px  10px 0px solid gray
    }
    100%{
        transform:scale(1.05) ;
    }
 }
#services{
    margin:0px 0px;
    filter:drop-shadow(0px 20px 0px #1CCDD3);  
}
#services .services{
   background: url('../../images/services_img.png');
   background-repeat: no-repeat;
   background-position: center 57%;
   width:100%;
   height: 350px;
   display:flex;
   position: relative;
   margin-top: 5rem;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
   clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0% 75%) !important;
   margin:0px 0px;
}
#services .container-fluid{
    background: #1e343fb3;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);   
}
#services-intial .sub-list .heading-color{
    font-size: 16px;
    color:#353535;
    display: flex;
    align-self: center;
    margin-left:10px;
    margin-top:5px;
}
.carousel{
    position: relative;
    overflow: hidden;
    /* flex: 1 0 auto; */
    width: 100%;
}
.carousel-slides{
    display: flex;
    transition: transform .7s ease-in-out;
    touch-action: pan-y;
}

.carousel-slides .slide{
    flex: 0 0 100%;
    width: 100%;
}

.pagination-button #animateButton .mobile-tab{
    width: 10px;
    height: 10px !important;
    border-radius: 5px !important;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background-color: #D2D2D2;
    transition: all ease .3s;

}
.pagination-button .active .active{
    width: 50px !important;
    background-color: #FFA100 !important;
    transition: all ease .3s;
}
.pagination-button .active {
    border:0px solid transparent !important;
}
.horizontal-line{
    border:2px solid #1CCDD3;
    width: 80px;
    position: relative;
    display: flex;
    align-items: center;
    top:2.5rem;
}
.horizontal-line::before{
    content: '';
    width: 17px;
    height: 17px;
    background-color: #1CCDD3;
    left: -15px;
    border-radius: 50%;
    position: absolute;
}
.horizontal-line::after{
    content: '';
    width: 17px;
    height: 17px;
    background-color: #1CCDD3;
    right: -15px;
    border-radius: 50%;
    position: absolute;
}

.sub-listbar .sub-list2 .back_ground{
    background-color:#FFF3E0;
    height: 100px;
}
#services-intial .sub-list{
    padding: 0px;
    margin-top:1rem ;
    background-color: white;
}
#contact-us .contact{
    position: relative;
    width:100%px;
    height: auto;
    min-width: 450px;
}
.ulrs-img{
   background-color: #E8FFFF;
   width: 100%;
   position: relative;
}
.ulrs-img .circle{
    position: absolute;
    border : 100px solid #d7eaf96b;
    z-index: 0;
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    left:-50px;
    top:42%;
 }
 .ulrs-img .solid-circle{
    width: 150px;
    height: 150px;
    background-color: #D7EAF9;
    position: absolute;
    border-radius: 50%;
    right: -50px;
 }
 .ulrs-img .content-holder{
    position: relative;
    z-index: 1;
 }
.inner{
    overflow: hidden;
}
.inner img{
    transition: all 1.5s ease;
}
.inner:hover img{
    transition:scale(1.5) !important;
}
/* .service-section{
    margin-top:-6rem;
} */
.set-width{
    width:60px;
    height: auto;
}
.list-style-none{
    list-style: none;
}
.shadowing{
    box-shadow: 0px 2px 5px 1px #00000029;
}
.set-width-card{
    height: 100%;
}
.btn-orange{
    background-color: orange;
    color: white;
}
.btn-orange:hover{
    background-color: orange;
    color: white;
}

#Initial .bg-color{
    background-color: #FFF3E0;
}
hr{
    opacity: 1;
}
.set-width{
    width: 100px;
    height: 100px;
}
.swiper-slide .card-1{
    background: linear-gradient(#ffffff, #fffefe 50%,#21877f  50%, #21877f);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-1:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-2{
    background: linear-gradient(#ffffff, #fffefe 50%,#FFA100  50%, #FFA100);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-2:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-3{
    background: linear-gradient(#ffffff, #fffefe 50%,#003D50  50%, #003D50);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-3:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-4{
    background: linear-gradient(#ffffff, #fffefe 50%,#5A0074  50%, #5A0074);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-4:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-5{
    background: linear-gradient(#ffffff, #fffefe 50%,#72A75B  50%, #72A75B);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-5:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-6{
    background: linear-gradient(#ffffff, #fffefe 50%,#276CC8  50%, #276CC8);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-6:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-7{
    background: linear-gradient(#ffffff, #fffefe 50%,#C82727  50%, #C82727);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-7:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-8{
    background: linear-gradient(#ffffff, #fffefe 50%,#F0D908  50%, #F0D908);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-8:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card-9{
    background: linear-gradient(#ffffff, #fffefe 50%,#AA1574  50%, #AA1574);
    background-size: 100% 200%;
    /*trasition effect for background*/
    transition: all 1s;
}
.swiper-slide .card-9:hover{
    background-position: 100% 100%;
    cursor: pointer;
}
.swiper-slide .card:hover p{
   color:white !important;
   
}
.swiper-slide .card:hover h5{
    color:white !important;
 }
 #contact-us .form-control {
    border-radius: 5px !important;
    padding: .5rem !important;
    margin-top: 0.5rem;
    box-shadow: 0px 3px 5px 0px rgba(164, 164, 164, 0.416);
}
#testimonals{
    background-image: url('../../images/testimonals.png');
    background-repeat: no-repeat;
    width:auto;
    background-position: center;
    margin-top:4.5rem;
}
#testimonals .border-drafting{
    border-radius: 40px;
    opacity: 0.8;
}
#testimonals .btn-orange{
    background-color: white;
    color: orange;
    padding: 10px 10px;
    width: 38px;
    height: 38px;
}
#testimonals .btn-orange:hover{
    background-color: orange;
    color: white;
}
.moving-down{
    margin-top:5rem !important;
}
.double-quotes-image{
    width: 80px !important;
    margin-bottom:15px ;
}
#Initial{
    background-image:url('../../images/services-bg.png');
    width:auto;
    height:auto;
}
#contact-us .card{
    border:none;
    background-color: transparent;
}
#contact-us .form-control {
    border-radius: 10px;
    padding: 0.5rem;
    margin-top: 0.5rem;
    box-shadow: 0px 3px 5px 0px rgba(164, 164, 164, 0.416);
}
#contact-us .bg-blue{
    background-image: url('../../images/Contact\ Rectangle.png');
    height: auto;
}
/* #contact-us{
    background-image:url('../../images/contact-bg.svg');
    background-repeat: no-repeat;
    background-position:cover;@
    width:auto;
    height:auto;
} */
#footer{
   background-image:url('../../images/footer-bg.png');
   background-repeat: no-repeat;
   background-size: cover;
   width:auto;
   margin-top: 5rem;
}
.icon-color{
    background-color: #fff;
    border-radius: 50%;
    color:#1CCDD3;
    font-size: 14px;
    padding:5px;
    width: 18px;
    height: 18px;
}
.icon-color:hover{
    background-color: #1CCDD3 !important;
    transition: color .3s ease;
    color: white;
}
.social-media-icon{
    width: 50px;
    height: auto;
}
.fixed-size{
    width: 50%;
    height:auto;
}
#footer .text-color:hover{
   color: orange !important;
}

.w-90{
    max-width: 650px;
    width:85% !important;
}
hr.divider
{ 
   margin-top: 0em;
   border-width: 2px;
} 
/* .active
{
    color: #FFA100;
}  */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #02101e;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
/* .tab button.active {
    background-color: #ccc;
} */
.tabcontent {
    display: none;
    border-top: none;
}
/* .active{
  border-bottom: 5px solid #1CCDD3 !important;
} */

  #terms .page-heading{
    text-align: center;
    color: #016479 !important;
    font-weight: 700;
    font-family: Poppins,sans-serif;
    font-size: 28px;
    letter-spacing: .42px;
  }
  #terms .section-heading{
    padding-top: 10px;
    text-align: left;
    font-family:  Poppins,sans-serif;
    letter-spacing: .42px;
    color: #151515;
    font-weight: 700;
    font-size: 22px;
  }
  #terms .sub-heading{
    font-weight: 500;
    font-size: 20px;
  }
  .lh-md-38{
    line-height: 30px !important;
}

/*tabview starts*/
@media only screen and (min-width:767px){
    .lh-md-38{
        line-height: 38px !important;
    }
    .ms-md-dot{
        margin-left: 0px;
    }
    #ulrs-configure img{
        width: 67%;
        height: auto;
        max-width: 700px;
        transition: all .5s ease;
        z-index: 0;
     }
    #home{
        background-size: 100%;
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow:visible;
        z-index: 0;
    } 
    #home .banner-div{
        background-image: url('../../images/mobile-banner.png');
        background-size: cover;
        position: relative;
        background-position: bottom;
        width: auto;
        height: 100vh;
        z-index: 0;
        min-height: 1080px;
        padding-top: 3rem;
    }
    .w-90 {
        max-width: 630px;
        width: 100% !important;
    }
    #Videoplayer{
        top: 21%;
        width: 89%;
        left: 8.5%;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
    }
    #services .services{     
        clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0% 60%) !important;
     }
    .fs-38{
        font-size: 38px !important;
    }
    .fs-45{
        font-size: 45px !important;
    }
    .fs-28{
        font-size: 28px !important;
    }
    .fs-65{
        font-size: 65px !important;
    }
    .fs-18{
        font-size: 18px !important;
    }
    .fs-22{
        font-size: 22px !important;
    }
    .fs-24{
        font-size: 24px !important;
    }
    .vertical-line{
        width: fit-content;
        border-left: 2px solid #1CCDD3 !important;
       
    }
}

/*Desktop starts*/
@media only screen and (min-width:992px){
    body{
        font-size: 16px;
    }
    .horizontal-line{
        top:3rem;
    }
    .top-height-config{
        margin-top:6rem;
    }
    .pagination-button .active {
        border-bottom:5px solid #1CCDD3 !important;
    }
    .common-padding{
        padding:0px 100px;
    }
    .icon-moving-left{
        width: fit-content;
        left:-8%;
        display: flex !important;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
    #home{
        background-size: 100%;
        width:100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow:visible;
        z-index: 0;
    }
    #home .banner-div{
        background-image: url('../../images/banner-img/Group\ 5108.png');
        background-size: cover;
        position: relative;
        width:auto;
        height: 100vh;
        min-height: 830px;
    max-height: 1080px;
    }
    #Videoplayer{
        top: 21%;
        width: 89%;
        left: 6.5%;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
    }
    .fixed-size{
        width: 100%;
        height:auto;
    }
    .sub-listbar .sub-list2 .image-icon{
        width: 70px;
        height: auto;
    }
    .sub-listbar .sub-list2 .image-icon{
        width: 50px;
        height: auto;
    }
    #about-us{
        background-image:url('../../images/about_bg.png');
        width: auto;
        min-height:568px;
        /* margin-top: 9rem; */
    }
    #contact-us .contact{
        position: relative;
        width:100%;
        height: auto;
        min-width: 430px;
    }
    #contact-us{
        background-image:url('../../images/contact-bg.svg');
        background-repeat: no-repeat;
        background-position:cover;
        width:auto;
        height:750px;
    }
   
    #contact-us{
        background-image:url('../../images/contact-bg.svg');
        background-repeat: no-repeat;
        background-position:cover;
        width:auto;
        height:auto;
    }
    .w-90{
        max-width: 750px;
        width:100% !important;
    }
    .fs-38{
        font-size: 38px !important;
    }
    .fs-45{
        font-size: calc(50px - .5rem) !important;
    }
    .fs-28{
        font-size: 28px !important;
    }
    .fs-65{
        font-size: 65px !important;
    }
    .fs-18{
        font-size: 18px !important;
    }
    .fs-22{
        font-size: calc(22px - .17rem) !important;
    }
    .fs-24{
        font-size: calc(24px - .17rem) !important;
    }
}
@media screen and (min-width:1313px) and (max-width:1538px){
    .icon-moving-left{
        left: -12% !important ;
    }
}
@media screen and (min-width:993px) and (max-width:1313px){
    .icon-moving-left{
        left: -15% !important;
    }
}

/* Media Query for Our Works */
@media only screen and (max-width:590px){
    .swiper-container-width{
        width: 100% !important;
    }
}
@media only screen and (min-width:590px) and (max-width:1050px){
    .swiper-container-width{
        width: 85% !important;
    }
}
@media only screen and (min-width:1050px) and (max-width:1150px){
    .swiper-container-width{
        width: 75% !important;
    }
}
@media only screen and (min-width:1150px) and (max-width:1200px){
    .swiper-container-width{
        width: 100% !important;
    }
}
@media only screen and (min-width:1200px) and (max-width:1340px){
    .swiper-container-width{
        width: 90% !important;
    }
}
@media only screen and (min-width:1340px) and (max-width:1520px){
    .swiper-container-width{
        width: 100% !important;
    }
}
@media only screen and (min-width:1520px) and (max-width:1690px){
    .swiper-container-width{
        width: 85% !important;
    }
}
@media only screen and (min-width:1690px){
    .swiper-container-width{
        width: 75% !important;
    }
}

/* Media Query for vertical lines */
/* media query for vertical line 1 */
@media only screen and (max-width:416px){
    .vl-1{
       left: 35px;
       height: 70%;;
    }
   }
@media only screen and (min-width:416px) and (max-width:527px){
    .vl-1{
       left: 35px;
       height: 69%;;
    }
   }
@media only screen and (min-width:527px) and (max-width:767px){
    .vl-1{
       left: 35px;
       height: 67.7%;;
    }
   }
@media only screen and (min-width:767px) and (max-width:988px){
    .vl-1{
       left: 35px;
       height: 53%;;
    }
   }
@media only screen and (min-width:988px) and (max-width:1082px){
    .vl-1{
       left: 35px;
       height: 52%;;
    }
   }
   @media only screen and (min-width:1082px) and (max-width:1097px){
    .vl-1{
       left: 35px;
       height: 50%;;
    }
   }
   @media only screen and (min-width:1097px) and (max-width:1147px){
    .vl-1{
       left: 35px;
       height: 53%;;
    }
   }
   @media only screen and (min-width:1147px) and (max-width:1186px){
    .vl-1{
       left: 35px;
       height: 50%;;
    }
   }
   @media only screen and (min-width:1186px) and (max-width:1245px){
    .vl-1{
       left: 35px;
       height: 48%;;
    }
   }
   @media only screen and (min-width:1245px) and (max-width:1504px){
    .vl-1{
       left: 35px;
       height: 47%;;
    }
   }
   @media only screen and (min-width:1504px) and (max-width:1840px){
    .vl-1{
       left: 35px;
       height: 49%;;
    }
   }
@media only screen and (min-width:1840px){
 .vl-1{
    left: 36px;
    height: 45%;;
 }
}

/* media query for vertical lines 2 */

@media only screen and (min-width:767px) and (max-width:786px){
    .vl-2{
        left:13%;
        height: 253% !important;
    }
}
@media only screen and (min-width:786px) and (max-width:787px){
    .vl-2{
        left:13%;
        height: 245% !important;
    }
}
@media only screen and (min-width:787px) and (max-width:987px){
    .vl-2{
        left:13.6%;
        height: 270% !important;
    }
}
@media only screen and (min-width:987px) and (max-width:993px){
    .vl-2{
        left:13.9%;
        height: 250% !important;
    }
}
@media only screen and (min-width:993px) and (max-width:1081px){
    .vl-2{
        left:13.5%;
        height: 265% !important;
    }
}
@media only screen and (min-width:1082px) and (max-width:1146px){
    .vl-2{
        left:13.8%;
        height: 294% !important;
    }
}
@media only screen and (min-width:1147px) and (max-width:1186px){
    .vl-2{
        left:14%;
        height: 274% !important;
    }
}
@media only screen and (min-width:1186px) and (max-width:1205px){
    .vl-2{
        left:14.2%;
        height: 265% !important;
    }
}
@media only screen and (min-width:1205px) and (max-width:1244px){
    .vl-2{
        left:14%;
        height: 274% !important;
    }
}
@media only screen and (min-width:1244px) and (max-width:1361px){
    .vl-2{
        left:14.2%;
        height: 300% !important;
    }
}
@media only screen and (min-width:1361px) and (max-width:1839px){
    .vl-2{
        left:14.5%;
        height: 270% !important;
    }
}
@media only screen and (min-width:1509px) and (max-width:1707px){
    .vl-2{
        left:14.8%;
        height: 270% !important;
    }
}
@media only screen and (min-width:1707px) and (max-width:1789px){
    .vl-2{
        left:14.9%;
        height: 270% !important;
    }
}
@media only screen and (min-width:1789px) and (max-width:1839px){
    .vl-2{
        left:14.99%;
        height: 270% !important;
    }
}
@media only screen and (min-width:1839px){
    .vl-2{
        left:15%;
        height: 250% !important;
    }
}