/* Style for select element */
.Selectfield {
  height: 40px;
  width: 110%;
  font-size: 16px;
  border-radius: 25px 25px 25px 25px; /* Rounded sides */
  font-weight: bold; /* Bold text */
}

.reportBanner {
    background-image: url(../images/report-banner.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
  }
  .reportBanner h2 {
      font-size: 19px;
      text-align: justify;
  }
  
  .div_rep_desc img{
      width:100%;
  }
  
  .div_rep_desc table{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #E8EAEC;
    margin-top: 0em;
    margin-bottom: 0em;
    border-collapse: separate;
  }
  
  .div_rep_desc table td {
    padding: 0px;
  }
  
  .div_rep_desc table td p{
      margin:0px;
      text-align:left;
  }
  
    .div_rep_desc table tr:nth-child(odd) td {
        background: #cfdeea;
    }
    
    .div_rep_desc table tr:nth-child(even) td {
        background: #f0f0f0;
    }
  
  .div_rep_desc p{
      text-align: justify;
  }

  .chooseWrap {
      border: 1px solid #e6e6e6;
      padding: 22px;
      background: #fff
  }
  
.stickyHeader {
    position: sticky;
    top: -1px;
    background-color: #fff;
    z-index: 1040;
    box-shadow: 0px 0px 2px 0px #5a5a5a;
    animation: slide-up-down 0.2s forwards; /* Initially hidden */
}

@keyframes slide-up-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.stickyHeader.hide {
  display: none;
    animation: slide-down-up 0.2s forwards;
}

@keyframes slide-down-up {
    0% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
  
  .repoPointWrap {
    margin: 1px 0 0 0;
    background: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    border: 1px solid #e8e8e8;
  }

  .repoPointWrap .repoPointHead {
    font-family: 'Arial Narrow',Arial;
    margin: 0 0 0px 0;
    padding: 0;
    
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
  }

  .repoPointWrap .btn-success {
    background: #67bc6a!important;
    padding: 12px 5px!important;
    border-color: #67bc6a!important;
    font-family: Arial;
  }
  
  .buyNow{
      width: 175px;
  }

  .chooseWrap .choosHead {
    font-family: 'Arial Narrow',Arial;
    margin: 0;
    padding: 0;
    color: #79828a;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }

  .checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .callToActionSec .btn {
    padding: 8px 40px;
  }
  .reportDescriptionSec .nav-pills {
    background-color: #fafafb;
  }
  .reportDescriptionSec .reportDescripBox {
      border: 1px solid #ebecee;
  }
  .reportDescripBox .nav-pills .nav-link.active,
  .reportDescripBox .nav-pills .show>.nav-link {
    background-color: #007ab3;
    color: #fff;
  }
  .reportDescripBox .nav-pills .nav-link {
    background-color: #c2c2c2;
    margin: 0 10px;
    border-radius: 0;
    color: black;
    width: 180px;
    font-weight:600;
    text-align: center;
  }
  .reportDescripBox h3 {
      font-size: 26px;
      color: #007ab3 ;
  }
  .countryCode {
    width:180px;
}

/* .translator {
  position: fixed;
  top: 50%;
  border-radius: 50px 0px 0px 50px;
  right: -1px;
  padding: 9px 9px 9px 15px;
  width: 60px;
  background-color: #e2e2e2;
  transition: width 2s;
} */

.translator {
  background-color: #dedede;
  height: 60px;
  top: 300px;
  right: 0px;
  position: fixed;
  padding: 10px 10px 10px 20px;
  width: 60px;
  transition: width 1s;
  border-radius: 45px 0px 0px 45px;
}

.translator:hover {
  width: 270px;
}

.translator select {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 14px;
}

.translator .goog-te-gadget {
  color: #6660;
}

#google_translate_element span {
  display: none;
}

.sampleForm {
    background-color: #e1e8f8;
}
.sampleForm  .form-group {
    margin-bottom: 2rem;
}

.sampleForm .form-control {
    height: calc(2em + .75rem + 2px);
}
.customlError {
    position: absolute;
    top: 5px;
    z-index: 9;
    right: 10px;
}
#code {
    background-color: #ade9ff;
    width: 90px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#captcha input {
    background: url(../images/refresh.png)no-repeat scroll 0 0 transparent;
    margin: 0 10px;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    height: auto;
}
.researchAssiBox {
    background-image: url("../images/research-assistance.jpg");
    background-size: cover;
    background-position: center;
}
.mobileAssit {
    max-width: 500px;
    margin: 10px auto;
}
.mobileAssit a {
   font-size: 28px;
}
.purchaseReportSec {
    background-image: url("../images/purcahse-option-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.purchaseReportSec svg {
    font-size: 16px;
  }
  
  .purchaseReportInfo::after {
    content: "";
    border: 0 solid transparent;
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 12px solid #5cc6af;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .purchaseReportSec .purchaseRepBox:hover {
    transform: scale(1.2);
  }
  
  .purchaseReportSec a:hover .purchaseReportInfo {
    color: #fff;
  }
  
  .purchaseReportSec h5 {
    font-size: 1.5rem;
  }
  
  .purchaseReportSec .purchaseRepBox {
    transition: transform .2s;
    cursor: pointer;
  }
  
  .enterprizesUser .purchaseReportInfo::after {
    border-top: 12px solid #fcaf43;
  }
  
  .multiUser .purchaseReportInfo::after {
    border-top: 12px solid #4373da;
  }
  
  .purchaseReportInfo {
    color: #07385a;
    border-radius: 10px 10px 0 0;
  }
  
  .enterprizesUser .purchaseReportInfo,
  .enterprizesUser .comparePriceBox .listHead {
    background-color: #fcaf43;
  }
  
  .multiUser .purchaseReportInfo,
  .multiUser .comparePriceBox .listHead {
    background-color: #4373da;
  }
  
  .singleUser .purchaseReportInfo,
  .singleUser .comparePriceBox .listHead {
    background-color: #5cc6af;
  }
  
  .purchaseReportInfo {
    width: 250px;
    height: 230px;
  }
  .licenseBtn {
    background-color: #eaeaff;
    padding: 14px 5px;
    border-radius: 0 0 10px 10px;
    color: #07385a;
  }
  
@media (max-width: 768px){
    .countryCode {
        width: 110px;
    }
    .reportBanner h2 {
        font-size: 18px;
    }
    .reportInfo p {
        font-size: 14px;
    }
    .callToActionSec .btn{
        margin: 10px;
    }
    .reportDescripBox .nav-pills .nav-link {
        padding: .3rem .5rem;
       
    }
    .reportDescripBox .nav-pills .nav-item:not(:last-child) .nav-link {
        margin-bottom: 10px;
    }

}

