

/************************************* 
#anil code 
#************************************/
.ctm-coaxial-test .slick-slide img{
  display: inline-block;
}

.ProductDescription {
  font-size: 11px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 5px;
}

a:link {text-decoration:none;}

a:visited {text-decoration:none;}

.img { padding: 3 px; }

.CableDescriptions {
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	text-indent: 5;
	white-space: normal;
	display: inline;
}

.CableLink {
	color: #FFF;
	padding-left: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.SubHeader {
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.WebDescription {
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
}

.main-img .slick-prev, .main-img .slick-next{
  display:none!important;
}

.main-img-A img{
  height: 343px;
}

.ctm-hrca-height{
  height: 200px;
}

.tables-wrap table thead tr th, .tables-wrap table tbody tr td {
  padding:0.625rem;
}

.tables-wrap table thead tr th {
  font-size:12px;
  word-break: normal;
}


.modal {
  display: none; 
  position: fixed; 
  z-index: 528; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  border: 1px solid #888;
  width: 90%;
}


.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 18px;
  background-color: #727793;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


@media print, screen and (max-width: 63.99875em){
  .tables-wrap table thead{
    display: table-header-group;
  }

  .tables-wrap{
    overflow-x: auto;
  }
  
  .tables-wrap table tbody{
    display: table-row-group;
  }

  .tables-wrap table tbody tr td,.tables-wrap table tbody tr td.new-prosku {
    display: table-cell;
  }

  .tables-wrap table tbody tr {
    display: table-row;
  }
}




/************************************* 
#taha code 
#************************************/
nav.c-band ul{
  list-style: none;
  display: inline-block;
}
nav.c-band ul li{
  display: inline-block;
  padding: 0 8px;
}
nav.c-band ul li a{
  color: #0087c7;
  font-weight: 500;
  font-size: 18px;
}

.smp{
  box-shadow: 0 0 7px 0 hsla(0,0%,70.6%,.5);
  border: 1px solid #fff;
}

.smp ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #0070b8;
}

.smp .tabs li{
  background: none;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border-right: 1px solid #000;
}
 
.smp ul.tabs li.current{
  background:#3c525e;
  color: #fff;
}
 
.smp .tab-content{
  display: none;
  background: #ededed;
  padding: 15px;
}
 
.smp .tab-content.current{
  display: inherit;
  background: transparent;
}

.smp .tab-content a > h4{
  color: #0070b8;
}

.smp-nav{
 text-align: center;
}

.smp-nav ul{
  list-style: none;
  display: inline-block;
}

.smp-nav ul li{
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.smp-nav ul li a{
  font-weight: bold;
  color: #005eb8;
}
.smp-nav ul li a.active{
  font-weight: bold;
  color: #747474;
}


.smp .text-center-t{
  text-align: center;
}

@media screen and (min-width: 1024px){
  .smp .text-center-t{
    text-align: left;
  }
  .smp-nav{
    text-align: right;
   }
}

.x-band{
  position: relative;
}

.x-band p{
 margin-top: 20px;
 text-align: center;
}

.x-band ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* background-color: #0070b8; */
  display: inline-flex;
}
.x-band .tabs li{
  background: none;
  color: #fff;
  display: inline-block;
  padding:3px;
  margin-right: 10px;
  cursor: pointer;
  border: 3px solid #C4C4C4;
  border-radius: 5px;
  height: 40px;
  width: 40px;
}

.x-band ul.tabs li.current{
  /* background:#3c525e; */
  color: #fff;
  border: 3px solid #3c525e;
  background-color: #3c525e;
}

.x-band .tab-content{
  /* display: none; */
  background: #ededed;
  padding: 15px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: visbility 2s, height 2s, opacity 2s;
  padding: 0;
  overflow: hidden;
}

.x-band .tab-content.current{
  /* display: inherit; */
  background: transparent;
  visibility: visible;
  height: auto;
  opacity: 1;
  padding: 15px;
}

.x-band .no-border-t{
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.x-band .chart-btn button{
  height: auto;
  border: 1px solid;
  width: 90% !important;
  cursor: pointer;
  outline: transparent;
  font-size: 12px;
  padding: 10px 8px;
}

.x-band .chart-btn .slick-track .slick-current button{
  color: #FFF;
  border: 1px solid #0070B8;
  background-color: #0070B8;
}

@media screen and (min-width: 720px){
 
 .x-band p{
    position: absolute;
    right: 0;
    bottom:6px;
 }
}

@media screen and (min-width: 1024px){
  .x-band ul.tabs{
     position: absolute;
     bottom: 6px;
  }
  .x-band p{
     position: absolute;
     right: 0;
     bottom:6px;
  }
}

.vna-slider .graph-img-t img{
  min-width: 100%;
}

.main-img-t img{
  width: 50%!important;
}

/* .ctm-height{
  width: 485px;
  height: 369px;
} */

.ctm-slider-crpap-y img{
  width: 50%!important;
}

.broadband-amplifier-btn-primary-t{
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hover-box-t{
  position: relative;
}

@media print, screen and (max-width: 40em){
  .sub-cat-box .catLink, .DropDown-t {
    font-size: 14px;
  }
  .broadband-amplifier-btn-primary-t{
    width: 250px;
  }
}

.dropdown-box-t{
  display: none;
  position: absolute;
  top: 20px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 15px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition-timing-function: linear;
  z-index: 1;
}

.dropdown-box-t.active{
  display: block;
}

.amp .tables-wrap table thead tr th.new-propart {
  white-space: nowrap;
}

.amp .tables-wrap table thead tr th{
  word-break: inherit;
}


.main-img-t .slick-prev, .main-img-t .slick-next{
  display:none!important;
}

.forchart{
  padding-top: 30px;
}

.forchart button{
  height: 40px;
  border: 1px solid;
  width: 80% !important;
  cursor: pointer;
  outline: transparent;
  font-size: 14px;
}

.forchart .slick-track .slick-current button{
  color: #FFF;
  border: 1px solid #0070B8;
  background-color: #0070B8;
}

.nor-gate-t{
  position: relative;
  margin-bottom: 15px;
  float: right;
}

.nor-gate-t span{
  color: #fff;
  position: absolute;
  left: 18px;
  font-size: 10px;
  top: 20px;
}

.nor-gate-t span.on-off-t{
  color: #fff;
  position: absolute;
  left: 35px;
  font-size: 10px;
  top: 19px;
}

.dark-blue{
  background-color: #003474;
}

.dark-blue:hover{
  background-color: #003474;
  box-shadow: none;
}

.light-blue{
  background-color: #3492CC;
}

.light-blue:hover{
  background-color: #3492CC;
  box-shadow: none;
}

.dark-gray{
  background-color: #55565A;
}

.dark-gray:hover{
  background-color: #55565A;
  box-shadow: none;
}

.light-gray{
  background-color: #C2C2C1;
  border-radius: 12px;
}

.light-gray:hover{
  background-color: #C2C2C1;
  box-shadow: none;
}

.txt-white{
  color: #fff !important;
  border-radius: 12px;
}

.txt-white .catLink{
  color: #fff !important;
}

.main-link-t{
  padding: 6px 12px;
  background: #0070B8;
  color: #fff;
  width: 170px;
  display: inline-block;
}

.text-left-t{
  text-align: left !important;
}

.digital-phase-shifters-btn-primary-t{
  height: auto;
}

.bma .catName-t{
  font-weight: bold;  
}

.bma .catName-t:hover{
  color: #0070b8;
}
 
.bma .tab-h4-t{
  margin-bottom: 1.875rem;
  font-family: Saira Semi Condensed,sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #0070b8;
}


.vna .catName-t{
  font-weight: bold;  
}

.vna .catName-t:hover{
  color: #0070b8;
}

.vna .tab-h4-t{
  margin-bottom: 1.875rem;
  font-family: Saira Semi Condensed,sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #0070b8;
}

.vna ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #0070b8;
}

.vna .tabs li{
  background: none;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
 
.vna ul.tabs li.current{
  background:#3c525e;
  color: #fff;
}
 
.vna .tab-content{
  display: none;
  background: #ededed;
  padding: 15px;
}
 
.vna .tab-content.current{
  display: inherit;
  background: transparent;
}

.sma .catName-t{
  font-weight: bold;  
  text-align: center;
}

.sma .catName-t:hover{
  color: #0070b8;
}

 /************************************* 
#prasanth code 
#************************************/
.ctm-ucrc-slider-y img{
  width: 50%!important;
}

.ghz60trds-y-bottom-container{
  box-shadow: 0 0 7px 0 hsla(0,0%,70.6%,.5);
  border: 1px solid #fff;
  border-top: 0px;
  background-color: #fff;
  height: 100%;
  display: block;
}
.ghz60trds-y-bottom-container-heading{
 color: #FFFFFF;
 font-weight: bold;
 cursor: pointer;
 border: 1px solid #0070b8;
 border-radius: 10px 10px 0px 0px;
 background-color: #0070b8;
}
.ghz60trds-y-bottom-container-heading-default{
  color: #0070b8;
  background-color: #FFFFFF;
  border-bottom: 0px;
}
 
.ghz60trds-y-bottom-container ul.tabs{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #005eb8;
}
 
.ghz60trds-y-bottom-container ul.tabs li{
  display: inline-block;
  background: #0175be;
  border-right: 1px solid black;
}
 
.ghz60trds-y-bottom-container ul.tabs li a{
  color:#fff;
  padding: 5px 5px;
  display: block;
}
 
.ghz60trds-y-bottom-container ul.tabs li a:hover{
  text-decoration: none;
}
 
.ghz60trds-y-bottom-container ul.tabs .ctm-ghz60trds-y-tab-content{
  position: absolute;
  left: 0;
  padding: 20px 0;
  text-align: left;
  top:55px;
  width: 100%;
}
 
.ghz60trds-active{
  background: #3c525e !important;
}
 
.ghz60trds-y-bottom-container ul.tabs li a {
  padding: 10px 30px;
}
.ctm-ghz60trds-y-child{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
 
.ctm-ghz60trds-y-parent{
  position: relative;
}

.calibration .main-img a img{
  width: 100%;
}
.calibration .main-box{
  padding-bottom: 0px;
}
.calibration .news-btn-t{
  text-align: center;
}

@media screen and (min-width: 720px){
  .calibration .news-btn-t{
    text-align: right;
  }
}

.TableTitleWhite {
	color: #FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 5px;
}

.TableContent {
	color: #333333;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.hoverbox a .preview {
   display: none; 
}

.hoverbox a .preview img {
   display: inline; 
}

.hoverbox a:hover .preview {
   display: block;
   position: absolute;
   top: 2em;
   left: -2em;
   z-index: 10;
   border-width: 1px 1px 6px 1px; 
   border-style: solid; 
   border-color: #e6e6e7;
   border-radius: 3px; 
   -moz-border-radius: 3px; 
   -webkit-border-radius: 3px; 
   -moz-box-shadow: 2px 2px 2px #e6e6e7;
   -webkit-box-shadow: 2px 2px 2px #e6e6e7;
   box-shadow: 2px 2px 2px #e6e6e7;
}

.hoverbox img {
   background: #fff;
   /* border-width: 1px 1px 1px 1px; 
   border-style: solid; 
   border-color: #e6e6e7;
   border-radius: 1px; 
   -moz-border-radius: 1px; 
   -webkit-border-radius: 3px; 
   -moz-box-shadow: 2px 2px 2px #e6e6e7;
   -webkit-box-shadow: 2px 2px 2px #e6e6e7;
   box-shadow: 2px 2px 2px #e6e6e7; */
   padding: 2px;
   vertical-align: top;
   width: 20px;
   height: 20px;
}

.hoverbox li
{
   background: transparent;
   display: inline;
   float: left;
   margin: 3px;
   padding: 5px;
   position: relative;
 }

.hoverbox .preview {
   width: 500px;
   height: 334px;
}

hr {
    color: #a7a9ac;
}


/************************************* 
#yaswant code 
#************************************/
.srcc-main-txt{ 
  color: #0070B9;
}
.ctm-srcc-txt-align{
  text-align: right;
}
.ctm-srcc-parent{
  background: url("images/pe%20strong%20reliable%20connections%20matter%20lp.png?crc=4152512863");
  background-size: cover;
  background-repeat: no-repeat;
}
.ctm-srcc-parent p{
  font-size: 33px;
  padding: 1rem 0 0 2rem;
  font-weight: normal;
}
 
@media only screen and (min-width: 1024px) {
  .ctm-srcc-parent{
    height: 500px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .ctm-srcc-parent{
    height: 300px;
  }
  .ctm-srcc-parent p{
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .ctm-srcc-parent{
    height: 225px;
  }
  .ctm-srcc-parent p{
    font-size: 20px;
  }
}

.lsbhga-y-image-inactive{
  display: none;
}
.rounder-corner-lsbhga-y{
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  margin: 0 5px 0 5px;
  padding: 4px 2px 4px 2px;
  cursor: pointer;
}
.lsbhga-y-active{
  border: 1px solid #6B6B6B;
  background-color: #6B6B6B;
}
.ctm-lsbhga-btn{
  border: 1px solid#C4C4C4;
  background-color: #FFFFFF;
  color: #C4C4C4;
  cursor: pointer;
  padding: 3px;
  text-align: center;
  margin: 3px;
}
.ctm-lsbhga-btn:hover{
  border: 1px solid #6B6B6B;
  color: #6B6B6B;
}
.ctm-lsbhga-btn-active{
  border: 1px solid #6B6B6B !important;
  background-color: #6B6B6B !important;
  color: #ffffff !important;
}
.ctm-lsbhg-th{
  background-color: #FFFFFF;
  border: 1px solid #ffffff !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.ctm-pbta-image{
  width: 100px !important;
  height: 67px !important;
}

.ctm-pbta-hoverimage{
  width: 500px !important;
  height: 200px !important;
}

.ctm-gpsers-y-poupup-parent{
  position: relative;
}
.ctm-gpsers-y-poupup-child{
  position: absolute;
  background-color:rgba(255,255,255,0.9);
  z-index: 339;
  width: 218px;
  left: 70px;
  border: 2px solid #999999;
  padding: 1rem;
  top: 3px;
  display: none;
}
.ctm-gpsers-y-features{
  cursor: pointer;
}
.ctm-gpsers-y-font{
  font-size: 20px;
}

.rounder-corner-lna-y{
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  margin: 0 5px 0 5px;
  padding: 4px 2px 4px 2px;
  cursor: pointer;
}
.lna-y-active{
border: 1px solid #6B6B6B;
background-color: #D5D7D8;
}
.lna-y-image-inactive{
  display: none;
}
.ctm-lna-info-parent-y{
  position: relative;
}
.ctm-lna-info-y{
  color: #0071BC;
  border: 2px solid #0071BC;
  border-radius: 20px;
  background-color: #FFFFFF;
  z-index:5;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 10px;
}
.ctm-lna-info-circle-y{
  height: fit-content;
  width: fit-content;
  border: 2px solid #0071BC;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  visibility: visible;
}
.ctm-lna-info-hg-y{
  color: #999999;
  border: 2px solid #999999;
  border-radius: 20px;
  background-color: #FFFFFF;
  z-index:5;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  padding-left: 10px;
}
.ctm-lna-info-circle-hg-y{
  height: fit-content;
  width: fit-content;
  border: 2px solid #999999;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  visibility: visible;
}
.ctm-lna-info-hg-y-2,.ctm-lna-info-hg-y-3{
  top: 40px;
}

.ctm-botw-gridx-y{
  display: flex !important;
}
 
.ctm-botw-text-y{
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .ctm-botw-text-y h5{
      position:absolute;
      width: 100%;
      left:50%;
      top:50%;
      transform:translate(-50%, -50%);
  }
}

.msc-y-bottom-container{
  box-shadow: 0 0 7px 0 hsla(0,0%,70.6%,.5);
  border: 1px solid #fff;
  border-top: 0px;
  background-color: #fff;
  height: 100%;
  display: block;
}

.msc-y-bottom-container ul.tabs{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #005eb8;
}

.msc-y-bottom-container ul.tabs li{
  display: inline-block;
  background: #0175be;
  border-right: 1px solid black;
  cursor: pointer;
}

.msc-y-bottom-container ul.tabs li a{
  color:#fff;
  padding: 5px 5px;
  display: block;
}

.msc-y-bottom-container ul.tabs li a:hover{
  text-decoration: none;
}

.msc-y-bottom-container ul.tabs .ctm-gwa-y-tab-content{
  position: absolute;
  left: 0;
  padding: 20px 0;
  text-align: left;
  top:55px;
  width: 100%;
}

.msc-active-y{
  background: #3c525e !important;
}

.ctm-sub6ghzrf5g-font-y{
  font-size: 22px;
  color: #0070b8;
  font-weight: normal;
}

.ctm-mmbxcaa-bubble-y{
  background-color: #383637;
  border-radius: 10px 0px 10px 10px;
  font-size: 11px;
  color: #FFFFFF;
  width: 60px;
  text-align: center;
}

.rmvga-btn-primary-y{
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hover-box-y{
  position: relative;
}

@media print, screen and (max-width: 40em){
  .sub-cat-box .catLink, .DropDown-y {
    font-size: 14px;
  }
  .rmvga-btn-primary-y{
    width: 250px;
  }
}

.dropdown-box-y{
  display: none;
  position: absolute;
  top: 20px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 15px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition-timing-function: linear;
  z-index: 1;
}

.dropdown-box-y.active{
  display: block;
}
.ctm-rmvga-image-border-y{
  border-radius: 3px;
  border: 1px solid #C2C2C1;
  background-color: #fff;
  padding: 1.25rem;
  height: 100%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ctm-rmvga-image-border-y img{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%, -50%);
  }
}

.ctm-hrfca-header-padding{
  padding: 1rem 0 0.5rem 0;
}
.ctm-hrfca-header-padding-bottom{
  padding-bottom: 0.5rem;
}
.ctm-slider img{  
  height: 343px;
}

.ctm-ssck-image-height-y{
  height: 143px;
}

.ctm-sgha-padding-y{
  padding-top: 2rem;
} 


.ctm-padding-rdk-y{
  padding-top: 2rem;
}
.ctm-sub-cat-box-rdk-y{
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  background-color: #fff;
  padding: 1.25rem;
  height: 100%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ctm-sub-cat-box-rdk-y img{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1023px){
  .ctm-padding-p-rdk-y{
      padding-top: 1.5rem;
  }
}

.rounder-corner-gwa-y{
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  margin: 0 5px 0 5px;
  padding: 4px 2px 4px 2px;
  cursor: pointer;
}

.gwa-y-active{
  border: 1px solid #6B6B6B;
  background-color: #D5D7D8;
}
.gwa-y-image-inactive{
  display: none;
}

.gwa-y-bottom-container{
  box-shadow: 0 0 7px 0 hsla(0,0%,70.6%,.5);
  border: 1px solid #fff;
  border-top: 0px;
  background-color: #fff;
  height: 100%;
  display: block;
}

.gwa-y-bottom-container-heading{
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #0070b8;
  border-radius: 10px 10px 0px 0px;
  background-color: #0070b8;
}

.gwa-y-bottom-container-heading-default{
  color: #0070b8;
  background-color: #FFFFFF;
  border-bottom: 0px;
}

.gwa-y-bottom-container ul.tabs{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #005eb8;
}

.gwa-y-bottom-container ul.tabs li{
  display: inline-block;
  background: #0175be;
  border-right: 1px solid black;
}

.gwa-y-bottom-container ul.tabs li a{
  color:#fff;
  padding: 5px 5px;
  display: block;
}

.gwa-y-bottom-container ul.tabs li a:hover{
  text-decoration: none;
}

.gwa-y-bottom-container ul.tabs .ctm-gwa-y-tab-content{
  position: absolute;
  left: 0;
  padding: 20px 0;
  text-align: left;
  top:55px;
  width: 100%;
}

.gw15a-active{
  background: #3c525e !important;
}

.gwa-y-bottom-container ul.tabs li a {
  padding: 10px 30px;
}


.rfa5g-y-main-img{
  background-image: url("/images/rf-components-for%20the-next-generation-sq-crop-u139410.png?crc=4061591903");
  background-size: cover;
  background-repeat: no-repeat;
}

.ctm-rf-a-5g-y-text{
  font-size: 22px;
  color:#0070b8;
  font-weight: 600;
}



.ctm-1fvnac-padding-y{
  padding: 15px 0;
}

.ctm-vgpck-background-y{
  background-color: #E6E7E8;
}
 
.ctm-vgpck-font-y{
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #494949;
}

.ctm-vgpck-border-y{
  border: 1px solid #2C88B6;
  padding: 1.25rem;
  display: block;
  height: 100%;
}

@media only screen and (max-width: 1023px){
  .ctm-vgpck-padding-y{
    padding: 1rem 0;
  }
}