/*----- FONTS -----*/


/*----- BASIC -----*/
html, body{
  height: auto;
}
body {
  font-family: 'Metropolis Regular';
  font-weight: 400;
  background: #fff;
  color: #000;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a, a:hover{
  color: #000;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  text-decoration: none;
}
ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
h1,h2,h3{
  font-weight: 600;
}
h4,h5,h6{
  font-weight: 500;
}
.favicon{
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.btn-green{
  background: #54A245;
  box-shadow: 0px 5px 26px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 7px 30px;
  border: 2px solid #54A245;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
.btn-green:hover{
  color: #54A245;
  background: #fff;
}
.btn-blue{
  display: inline-block;
  background: #fff;
  box-shadow: 0px 5px 26px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #182E76;
  padding: 7px 30px;
  border: 2px solid #182E76;
  transition: 0.5s ease-in-out;
}
.btn-blue:hover{
  color: #fff;
  background: #182E76;
}
/*----- MAIN -----*/
#url-error{
  position:absolute;
  top:40px;
  color:red;
}
/*----- SECTION -----*/
.web-head-mainblog{
  padding: 30px 0;
}
.web-head-mainblog .web-mainblog-content h1{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
}
.web-head-mainblog .web-mainblog-content p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}
.web-head-mainblog .web-mainblog-content button.get-btn{
  border-radius: 25px;
}
.web-head-mainblog .web-mainblog-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: 0.5s ease-in-out;
}
.web-head-mainblog .web-mainblog-img img:hover{
  transform: scale(1.1);
}
.web-head-blog{
  padding: 50px 0 0;
}
.web-head-blog h5{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.web-head-blog h2{
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  color: #182E76;
}
.web-head-blog form .input-group{
  position: relative;
}
.web-head-blog form input{
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding-left: 84px;
  position: relative;
}
.web-head-blog form .input-group:before{
  content: '';
  position: absolute;
  top: 9px;
  left: 62px;
  width: 2px;
  height: 32px;
  background: rgb(0 0 0 / 50%);
  z-index: 999;
}
.web-head-blog form input:placeholder{
  font-size: 18px;
  font-weight: 400;
  color: rgb(0 0 0 / 50%);
}
.web-head-blog form input:focus{
  border-color: #52a14c;
  box-shadow: 0 0 0 0.2rem rgb(82 161 76 / 29%);
}
.web-head-blog form img.search-icon{
  position: absolute;
  top: 11px;
  left: 15px;
  width: 30px;
  height: 30px;
  z-index: 9;
  object-fit: contain;
}
.web-head-blog form .btn-check{
  border-radius: 0 10px 10px 0;
}
.web-head-blog form .btn-refresh{
  margin-left: 10px;
  padding: 11px 23px;
}
.web-head-blog .table tbody tr td{
  white-space: nowrap;
}
.web-head-blog img.happy-img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.about-us-blog{
  padding: 50px 0;
}
.about-us-blog .web-abtblog-content h1{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
}
.about-us-blog .web-abtblog-content h5{
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
.about-us-blog .web-abtblog-content p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}
.about-us-blog .web-abtblog-content a.get-btn{
  border-radius: 25px!important;
}
.about-us-blog .web-abtblog-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: 0.5s ease-in-out;
}
.about-us-blog .web-abtblog-img img:hover{
  transform: scale(1.1);
}
.our-other-services{
  padding: 50px 0;
}
.our-other-services h2{
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.our-other-services .services-blog{
  width: 100%;
  height: auto;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0 0 10px #0000003b;
}
.our-other-services .services-blog img{
  width: 170px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}
.our-other-services .services-blog .services-details h5{
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
}
.our-other-services .services-blog .services-details p{
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}
.api-content-blog{
  padding: 50px 0 0;
}
.api-content-blog .api-content-details h1{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
}
.api-content-blog .api-content-details p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}
.contact-us-form {
  padding: 50px 0
}
.contact-us-form .contact-form-blog {
  background: #fff;
  box-shadow: 0 5px 30px 1px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 30px
}
.contact-form-blog h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000;
  margin-bottom: 30px
}
.contact-form-blog .form-group {
  margin-bottom: 30px
}
.contact-form-blog input {
  height: 45px
}
.contact-form-blog .form-control {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 40%);
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000
}
.contact-form-blog .form-control::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: rgb(0 0 0 / 70%)
}
.contact-form-blog button.submit-btn {
  transition: .5s ease-in-out;
  margin: 0 auto;
  display: block;
  padding: 10px 60px;
}
.wrong-url-table tr.bg-dark.text-white td{
  color: #fff;
  font-size: 18px;
}
.wrong-url-table tr td{
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
/*=========result-blog-start==========*/
a.generate-pdf-btn{
  width: 220px;
  margin-left: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
}
a.generate-pdf-btn img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.web-head-result{
  padding: 30px 0;
}
.web-head-result .report-summary-box{
  background: #FFFFFF;
  border: 4px solid #182E76;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
}
.web-head-result .report-summary-box .head-bar{
  background: #182E76;
  border: 0px solid #C6D2D4;
  border-radius: 15px;
  padding: 15px;
}
.web-head-result .report-summary-box .head-bar h2{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.web-head-result .report-summary-box .head-bar a.notification{
  display: block;
}
.web-head-result .report-summary-box .head-bar a.notification img{
  width: 41px;
  height: 41px;
  object-fit: contain;
}
.web-head-result .report-summary-box .head-bar a.btn-comparison{
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.web-head-result .report-summary-box .head-bar a.btn-comparison:hover{
  color: #182E76;
  background: #fff;
}
.web-head-result .report-summary-box .security-report-summary{
  padding: 15px;
}
.web-head-result .report-summary-box .security-report-summary .img-blog{
  background: #FFFFFF;
  border: 5px solid #54A245;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px;
}
.web-head-result .report-summary-box .security-report-summary .img-blog img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.web-head-result .report-summary-box .security-report-summary .content-blog li{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  border-bottom:1px solid rgb(0 0 0 / 15%);
}
.web-head-result .report-summary-box .security-report-summary .content-blog li span{
  display: block;
  font-weight: 600;
  width: auto;
  white-space: nowrap;
}
.web-head-result .report-summary-box .security-report-summary .content-blog li span.positive{
  color: #54A245;
}
.web-head-result .report-summary-box .security-report-summary .content-blog li span.negative{
  color: #E40909;
}
.web-head-result .report-summary-box .security-report-summary .content-blog li p{
  width: 77%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
}
.web-head-result .report-summary-box .security-report-summary.row-headers-details .content-blog li span{
  width: auto;
}
.web-head-result .report-summary-box .security-report-summary.row-headers-details .content-blog li p{
  width: 65%;
  word-wrap: break-word;
}
.web-head-result .report-summary-box .security-report-summary.missing-headers-details .content-blog li span{
  width: auto;
}
.web-head-result .report-summary-box .security-report-summary.missing-headers-details .content-blog li p{
  width: 65%;
}
.additional-information{
  padding: 30px 0;
}
.additional-information .solutions-doc-blog{
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  padding: 30px;
}
.additional-information .solutions-doc-blog p{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.additional-information .solutions-doc-blog .solutions-document{
  background: #FFFFFF;
  border: 4px solid #182E76;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  padding: 15px;
  margin-bottom: 30px;
}
.additional-information .solutions-doc-blog .solutions-document a{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
.additional-information .solutions-doc-blog .solutions-document a img{
  width: 41px;
  height: 41px;
  object-fit: contain;
}
/*=========result-blog-end============*/
/*=========result-comparison-start========*/
.web-head-result-comparison{
  padding: 50px 0;
}
.web-head-result-comparison h2{
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 28px;
  color: #000;
  margin-bottom: 30px;
}
.web-head-result-comparison .card{
  border: none;
  margin-bottom: 20px;
}
.web-head-result-comparison .card .card-header{
  background: #182E76;
  padding: 5px;
}
.web-head-result-comparison .card .card-header h5 button.btn{
    background: #182E76;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    color: #FFFFFF;
}
.web-head-result-comparison .card .card-header h5 button.btn:hover{
  text-decoration: none;
}
.web-head-result-comparison .card .card-header h5 button.btn:focus{
  box-shadow: none;
  text-decoration: none;
}
.web-head-result-comparison .card .card-header h5 button span svg{
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}
.web-head-result-comparison .card .card-header h5 button.collapsed span svg{
  transform: rotate(0deg);
}
.web-head-result-comparison .card .card-body{
  padding: 30px 15px; 
  border: 3px solid rgba(24, 46, 118, 0.44);
  box-shadow: 0px 5px 26px rgba(0, 0, 0, 0.1);
}
.web-head-result-comparison  .card .card-body .head-bar p{
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.web-head-result-comparison .card .card-body p{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color:rgb(0 0 0 /70%);
  margin-bottom: 7px;
}
.web-head-result-comparison .card .card-body ul{
  list-style-type: circle;
  padding: 0 15px;
}
.web-head-result-comparison .card .card-body ul li{
  font-size: 20px;
  line-height: 26px;
  color:rgb(0 0 0 /70%);
  margin-bottom: 0;
}
/*=========result-comparison-end========*/
.form-check.checkbox-xl {
  padding-left: 1.75rem;
}
.checkbox-lg .form-check-input{
  top: .8rem;
  scale: 1.4;
  margin-right: 0.7rem;
}
.checkbox-lg .form-check-label {
  padding-top: 13px;
}
.checkbox-xl .form-check-input {
  top: 0;
  scale: 1.7;
  margin-right: 0.8rem;
  height: auto;
}
.checkbox-xl .form-check-label {
  padding-top: 19px;
}
.web-head-result-comparison .report-summary-box .security-report-summary .content-blog li span {
    width: auto;
}
.web-head-result-comparison .report-summary-box .security-report-summary .content-blog li p {
    width: 70%;
}
.modal-dialog .modal-header{
  align-items: center;
}
.modal-dialog .modal-header .close{
  padding: 0;
  margin: 0;
}
.modal-dialog .modal-header h4.modal-title{
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #000;
}
.modal-dialog .modal-body .form-group input{
  box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 18px;
}
.modal-dialog .modal-body h5{
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  color: #000;
}
.modal-dialog .modal-body .form-check-inline label{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.modal-dialog .modal-body button.btn-blue{
  margin: 25px 0 10px;
  width: 150px;
}
.modal-dialog .modal-body .custom-control-input:checked~.custom-control-label::before{
  border-color: #182e76;
  background-color: #182e76;
}
li.header-row-0 span{
  font-size: 0;
  position: relative;
}
li.header-row-0 span:before{
  content: 'HTTP Version';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
li.header-row-1 span{
  font-size: 0;
  position: relative;
}
li.header-row-1 span:before{
  content: 'HTTP Version';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
li.header-row-2 span{
  font-size: 0;
  position: relative;
}
li.header-row-2 span:before{
  content: 'HTTP Version';
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
/* =========solution-pages=============*/
.x-content-type-blog{
  padding: 20px 0 15px;
}
.x-content-type-blog h1{
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  margin-bottom: 15px;
}
.x-content-type-blog h2{
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
}
.x-content-type-blog h5{
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: rgb(0 0 0 / 81%);
}
.x-content-type-blog h6{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: rgb(0 0 0 / 80%);
}
.x-content-type-blog ul{
  list-style-type: disc;
  padding-left: 15px;
}
.x-content-type-blog ul li{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgb(0 0 0 / 80%);
}
.x-content-type-blog p{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgb(0 0 0 / 75%);
}
.x-content-type-blog code{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgb(0 0 0 / 90%);
}
.x-content-type-blog img{
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: 0.5s ease-in-out;
}
.x-content-type-blog img:hover{
  transform: scale(1.1);
}
.x-content-type-blog img.csp-img{
  height: 300px;
}
.x-content-type-blog img.sts-img{
  height: 230px;
}
.security-headers-solution-bar{
  padding: 20px 0 30px;
}
.security-headers-solution-bar .solution-bar-detail{
  background: #FFFFFF;
  border: 4px solid #182E76;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  padding: 15px;
}
.security-headers-solution-bar .solution-bar-detail img{
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-right: 10px;
}
.security-headers-solution-bar .solution-bar-detail p{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 0;
}
.security-headers-solution-bar .solution-bar-detail p a{
  font-weight: 600;
  color: #52a14c;
}