/* created on 24 Jan 2020 */

/* Subscribe page */

.userslicense label {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    border-radius: 1px;
    cursor: pointer;
    opacity: .6;
    position: relative;
    z-index: 2;
}

.userslicense input[type="radio"] {
    display: none;
}

.userslicense input[type="radio"]:checked + label {
    color: #fff;
    border: 1px solid #00C4F4;
    background-color: #00C4F4;
    opacity: 1;
}
.userslicense label:hover {
    color: #fff;
    border: 1px solid #00C4F4;
    background-color: #00C4F4;
    opacity: 1;
}
.userslicense{
    padding: 20px 0;
}

.userslicense input[type="radio"]:checked + label::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    bottom: -17px;
    left: 33%;
    box-sizing: border-box;
    
    border: 1em solid black;
    border-color: #00C4F4;
    z-index: -1;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}




@media screen and (max-width:395px)
{
	.userslicense label{
        padding: 5px 5px;
    }
}
/*  */
/* Company details */

.more_companies{
	padding: 17px 0 0 15px;
	
}
.more_companies h3{
	font-size: 15px;
	font-family: Ubuntu;
	opacity: .8;
	padding: 0 0 0 15px;
	margin: 0;
}
.more_companies ul{
	padding: 5px 0 0 31px;
}
.more_companies ul li a{
	padding: 3px 2px;
	font-size: 14px;
    color: rgba(0,0,0,.7);
    display: block;
}
.more_companies ul li a:hover{
    text-decoration: none;
    color: #002856;
}
/*  */
/*  */
/*.inner-wrapper{
    overflow: hidden;
    }*/
    /*  */

    /* search bar */
    @media screen and (max-width:767px){
        /*#topSearch{
            position: absolute;
            right: 83px;
            }*/
        /*#topSearchIcon{
            display: none !important;
            }*/
        }
    /*#topSearchIcon{
        display: none ;
        }*/
        #topSearchIcon{
            /*right: 83px;
            position: absolute;
            top: 26px;
            padding: 2px 12px;*/
        }
        #topSearchIcon i{
            color: #001D47;
            font-size: 20px;
        }
        .search-overlay {
            height: 100%;
            width: 100%; 
            display: none;
            position: fixed;  
            z-index: 999 !important;
            top: 0; 
            left: 0; 
            background-color: rgba(248, 248, 248, .97);
        }
        .overlay-content {
            position: relative;
            top: 25%;
            width: 32%;
            text-align: center;
            margin-top: 30px;
            margin: auto;
        }
        .search-overlay .closebtn {
            position: absolute;
            top: -18px;
            right: 18px;
            font-size: 60px;
            cursor: pointer;
            color: gray;
        }
        .search-overlay .closebtn:hover {
            color: #ccc;
        }

        @media screen and (min-width:768px){
          #topSearch{
            padding: 0 0 0 9%;
        }
    }
    @media screen and (max-width:991px){
        /*#myOverlay{
            display: none;
        }*/
        #topSearchIcon i{
            color: #FFF;
            font-size: 20px;
        }
    }




    .madalTabs{
      display: flex;
  }
  .madalTabs div input[type="radio"]{
      display: none;
  }
  .madalTabs div input:checked ~ label{
      color: #00C4F4;
  }
  .madalTabs div label{
      cursor: pointer;
  }
  .close img{
      margin: -9px 0 0 0;
  }
  .blur{
      filter: blur(4px);
  }

  .subsOverlay {
    position: relative;
    width: 100%;
}
.subsOverlay:hover .blur{
    opacity: 0.2;
}
.subsOverlay:hover .subsbtn {
    opacity: 1;
}
.subsbtn {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.tbalOverlay:hover .custom_data_table {
  opacity: 0.2;
}
.tbalOverlay:hover .subsbtn {
  opacity: 1;
}
.subsbtnLink {
  background-color: #00A509;
  color: white;
  font-size: 16px;
  padding: 11px 32px;
  border-radius: 3px;
  letter-spacing: 1px;
}
.subsbtnLink:hover {
  text-decoration: none;
  color: #fff;
}
.modalTitleTF{
    margin: -45px 0 0 0;
}
.clr-red{
    background-color: #ff5200 !important; 
}


.userslicense-btn label {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #737373;
    color: #737373;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 50%;
}

.userslicense-btn input[type="radio"] {
    display: none;
}

.userslicense-btn input[type="radio"]:checked + label {
    color: #fff;
    border: 1px solid #00C4F4;
    background-color: #00C4F4;
    opacity: 1;
    width: 50%;
}
.userslicense-btn label:hover {
    color: #fff;
    border: 1px solid #00C4F4;
    background-color: #00C4F4;
    opacity: 1;
}
.userslicense-btn{
    padding: 10px 0;
}

.userslicense-btn input[type="radio"]:checked + label::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    bottom: -17px;
    left: 33%;
    box-sizing: border-box;
    
    border-color: #00C4F4;
    z-index: -1;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}




@media screen and (max-width:395px)
{
    .userslicense-btn label{
        padding: 5px 5px;
    }
}



.w-90{
    width: 90%;
}

@media screen and (max-width:475px)
{
    .navbar-brand img{
        width: 80px;
    }
    .front_search_group{
        width: 40%;
    }
}
@media screen and (max-width:1024px)
{
    .cat-img{
        width: 38px;
    }
    .brbtmanm{
        font-size: 11px;
    }
}

.bg-trans{
    background-color: transparent;
}





