/***************************************** media for all devices start from here *****************************************/
/* 1600 view*/
@media only screen and (max-width:1920px) {
}

/* 1440 view*/
@media only screen and (max-width:1599px) {
}

/* 1366 view*/
@media only screen and (max-width:1439px) {
	/* timeline container start */
/* .custom-timeline-block.timeline-container { */
/* 	gap: 26px; */
/* } */

/* .custom-timeline-block .timeline-point::before { */
/*     content: ""; */
/*     width: 184px; */
/*     height: 184px; */
/* } */

/* .custom-timeline-block .timeline-point{ */
/* 	width: 130px; */
/*     height: 130px; */
/* } */

/* .custom-timeline-block .timeline-point:nth-child(odd) .popup { */
/*     bottom: 314px; */
/* } */
/* timeline container end */
}

/* 1280 view*/
@media only screen and (max-width:1365px) {
	
	.wrapper-menu {
	color: #fff !important;
	}
	
	.header-logo .logo-title{
	color:#fff;
	}
	
	.iq-navbar-logo img {
    height: 60px;
}

	/* timeline container start */
/* .custom-timeline-block .popup { */
/*     width: 254px; */
/* } */

/* .custom-timeline-block .timeline-point::before { */
/*     content: ""; */
/*     width: 164px; */
/*     height: 164px; */
/* } */

/* .custom-timeline-block .timeline-point{ */
/* 	width: 110px; */
/*     height: 110px; */
/* } */

/* .custom-timeline-block .timeline-point:nth-child(odd) .popup { */
/*     bottom: 200px; */
/* } */

/* .custom-timeline-block .timeline-point:nth-child(even) .popup { */
/*     top: 200px; */
/* } */
/* timeline container end */

}

/* iPad 1024 (Landscape) view*/
@media only screen and (max-width:1279px) {
	.sidebar-main .header-logo{
		margin-right: 60px;
	}
	.sidebar-main .sidebar-default .iq-sidebar-menu .iq-menu>li>a{
		font-size: 16px;
	}

/* .header-left-sect{ */
/* 	width: 120px; */
/* } */
    .pc-header .m-header{
    	display: block !important;
    }
    .custom-footer{
	width: 100%;
	margin-left: 0;	
}	
   
   /* timeline container start */ 
    .custom-timeline-block .popup {
    width: 250px;
    }
   /* timeline container end */
   
   .custom-header-left{
   order:1;
   }
   .custom-header-right{
   order:2;
   }
   .custom-header-center{
        order: 3;
    width: 100%;
    text-align: center;
    border-top: 1px solid #747474;
    padding: 4px 0 2px 0;
   }
   
   .pc-container {
    top: 110px;
    margin-bottom: 90px;
   }
}

/* iPad 768 (portrait) view*/
@media only screen and (max-width: 1023px) {

.sidebar-logo-section{
	padding: 10px 10px 0 10px;
}	
	
.header-left-sect{
	display: none;
}

.sidebar-logo-wrapper{
	display: block;
}
.table td button{
	padding: 5px 10px;
}
.dbform-page{
	padding-bottom: 40px;
}

/* timeline container start */

  .custom-timeline-block.timeline-container {
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 40px 0px;
    margin:0;
  }

  .custom-timeline-block .timeline-point {
/*     height: 110px; */
    flex-shrink: 0;
    left: calc(-321px / 2);
    margin: 0px auto 264px auto;
    position: relative;
  }

  .custom-timeline-block .timeline-point:nth-child(odd)::before {
    transform: rotate(0deg);
  }

  .custom-timeline-block .timeline-point:nth-child(even)::before {
    transform: rotate(0deg) scaleX(-1);
  }

  .custom-timeline-block .timeline-point .popup:before {
    display: none;
  }

  .custom-timeline-block .timeline-point:nth-child(odd) .popup {
    bottom: auto;
    right: -370.1px;
  }

  .custom-timeline-block .timeline-point:nth-child(even) .popup {
    top: auto;
    right: -370.1px;
  }
  
  .custom-timeline-block .popup {
    width: 300px;
}

.custom-timeline-block:after {
   display:none;
    
}
  .custom-timeline-block .timeline-point:last-child{
  margin-bottom:100px;
  }
 /* timeline container end */
 .pc-container {
    margin-bottom: 110px;
   }
   
    .custom-tabs-v2 {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		scrollbar-width: none;
		max-width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.tab-link {
    min-width: 120px;
    width: 120px;
    margin-left: 5px;
    margin-right: 5px;
}
	.tab-link span {
		font-size: 28px;
		height: 45px;
		margin-bottom: 5px;
	}
	.count-wrapper{
		font-size: 24px;
	}
	
}

/* iPhone-6 plus 736 (Landscape) view */
@media only screen and (max-width: 767px) {
	
.custom-timeline-block .timeline-point::before {
    content: "";
    width: 110px;
    height: 110px;
}

.custom-timeline-block .popup{
	    grid-template-columns: auto;
}

.custom-timeline-block .popup-number {
    writing-mode: initial;
    text-orientation: initial;
    justify-content: center;
    margin-top:0;
}

.custom-timeline-block .timeline-point{
      margin: 0px auto 300px auto;
  }
  
  .custom-header-title {
    font-size: 18px;
}

    .copyright-block {
        flex-direction: column-reverse;
    }
}

/* iPhone-6 667 (Landscape) view */
@media only screen and (max-width: 735px) {


}

/* iPhone-5 568 (Landscape) view */
@media only screen and (max-width: 666px) {
	.pc-mob-drp .submenu {
		display: flex !important;
	}
	.custom-header-right{
		display: none;
	}
	.custom-header-right.show{
		display: block;
	}
	.header-wrapper .header-title{
		font-size: 20px;
	}
	.custom-header-left .search-icon{
		display: none;
	}
	.custom-header{
		flex-direction: column;
		gap: 0;
	}
	.custom-header-left{
		width: 100%;
		justify-content: space-between;
	}
	.custom-header-right{
		width: 100%;
		justify-content: flex-end;
	}
	.custom-choose-one{
		display: block;
	}
	.pc-container .pc-content{
		padding: 10px 0 10px;	
	}
	.cmpr-tbl tr:nth-child(1) th:nth-child(1), .cmpr-tbl .tbl-data th {
		position: unset !important;
	}
/* 	.page-header{ */
/* 		margin-bottom: 0; */
/* 	} */
.custom-timeline-block.timeline-container {
    padding: 80px 0px;
    padding-left: 10px;
}

.custom-timeline-block .timeline-point {
    left: calc(-290px / 2);
}
}

/* iPhone-4 480 (Landscape) view */
@media only screen and (max-width: 567px) {
	.dbform-page {
		padding-bottom: 55px;
	}
	.custom-timeline-block .popup {
    width: 260px;
}

.custom-timeline-block .timeline-point:nth-child(odd) .popup,
.custom-timeline-block .timeline-point:nth-child(even) .popup {
    bottom: auto;
    right: -300.1px;	
}
	
}

/* iPhone-6 plus 414 (portrait) view */
@media only screen and (max-width: 479px) {
		.custom-timeline-block .timeline-point:nth-child(odd) .popup, .custom-timeline-block .timeline-point:nth-child(even) .popup {
    right: -250.1px;
}
.custom-timeline-block .popup {
    width: 220px;
}

.custom-timeline-block .timeline-point {
    left: calc(-258px / 2);
}

.custom-timeline-block .timeline-point::before {
    width: 64px;
    height: 64px;
}

.custom-timeline-block .timeline-point{
	width: 50px;
    height: 50px;
}
.custom-timeline-block.timeline-container{
	font-size:18px;
}
}

/* iPhone-6 375 (portrait) view */
@media only screen and (max-width: 413px) {
.pc-container{
	top:120px;
}

.count-wrapper{
	font-size: 18px;
}
}

/* iPhone-4 320 (portrait) view */
@media only screen and (max-width: 374px) {
}