/* Replace below url with google fonts to be used */
@import url(excon.css);
@import url(ranade.css);
/* // Color */
/* // fonts */
/* Line Height */
/* // padding */
/* // margin */
/* // font-weight */
/* text-transform */
/* Font Size */
.btn-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.btn-sec .transprent-btns {
  padding: 7px 10px;
  font-family: "Excon-Medium";
  font-size: 15px;
  font-weight: 500;
  background: linear-gradient(90deg, #DFA140 0%, #C87E29 100%);
  border: 0;
  color: #022B44;
  outline: 0;
  transition: all ease-in-out;
  text-decoration: none;
  color: #fff;
  position: relative;
  margin: 5px;
}
.btn-sec .transprent-btns::before {
  content: "";
  background: url(../images/plus-icon.svg) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 4px;
  top: 1px;
}

button.download-btn {
  border: 0;
  background: linear-gradient(90deg, #F0B148 0%, #B46518 100%);
  text-align: center;
  margin: 15px auto;
  display: block;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 50px;
  box-shadow: 4px 4px 15px rgba(192, 116, 33, 0.168627451);
}

a {
  text-decoration: none;
}

.block {
  position: absolute;
  z-index: 10;
  background: linear-gradient(90deg, #F0B148 0%, #B46518 100%);
  border: 6px solid #FFFFFF;
  width: 85px;
  height: 645px;
  left: 158px;
  top: -198px;
  transform: rotate(234deg);
}

#profile-sec {
  position: relative;
  z-index: 10;
}
#profile-sec .box {
  position: relative;
  width: 220px;
}
@media (min-width: 400px) {
  #profile-sec .box {
    top: -20px;
  }
}
#profile-sec .sm-pattern {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 95px;
  width: 80px;
}
@media (min-width: 400px) {
  #profile-sec .sm-pattern {
    width: 200px;
    right: -24px;
    top: 110px;
    width: 74px;
  }
}
#profile-sec .logo-image {
  margin-bottom: 30px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  box-shadow: 8px 6px 50px rgba(36, 36, 36, 0.03);
}
#profile-sec .profile-photo-image {
  width: 170px;
  position: relative;
  z-index: 999;
  display: block;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}
@media (min-width: 400px) {
  #profile-sec .profile-photo-image {
    width: 200px;
  }
}
#profile-sec #content-box-sec .profile-name {
  font-family: "Excon-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #022B44;
  margin-top: 0px;
}
#profile-sec #content-box-sec .designation {
  font-family: "Ranade-Light";
  color: #252121;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
#profile-sec .address-content {
  overflow: hidden;
}
#profile-sec .contact-details-sec {
  margin: 0px 0px 20px 0px;
  position: relative;
  z-index: 10;
}
#profile-sec .contact-details-sec .contact-details-with-icon {
  align-items: center;
  color: #252121;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#profile-sec .contact-details-sec .contact-details-with-icon .icon {
  display: flex;
  align-items: center;
  float: left;
  margin-right: 10px;
}
#profile-sec .contact-details-sec .contact-details-with-icon .icon img {
  width: 35px;
}
#profile-sec .contact-details-sec .contact-details-with-icon .icon .phone {
  width: 16px;
}
#profile-sec .contact-details-sec .contact-details-with-icon .icon a {
  margin: auto;
  display: block;
}
#profile-sec .contact-details-sec .contact-details-with-icon .content a {
  color: #252121;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 150%;
  font-family: "Ranade-Light";
}
@media (max-width: 400px) {
  #profile-sec .contact-details-sec .contact-details-with-icon .content a {
    font-size: 16px;
  }
}
#profile-sec .contact-details-sec .contact-details-with-icon .content .ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0px;
  width: calc(100% - 5em);
}

img.abstact-sec {
  position: absolute;
  right: -15px;
  top: -270px;
}

#product-sec1 p {
  text-align: center;
  font-size: 17px;
  line-height: 160%;
  font-family: "Ranade-Light";
}
#product-sec1 img.product-image {
  float: right;
  width: 200px;
}

.working-hrs-box {
  background: #fff;
  width: 90%;
  padding: 15px;
  margin: 15px auto;
  border-radius: 10px;
}

p {
  margin: 0;
}

.sec-title {
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #D28B30 !important;
  font-family: "Excon-Medium" !important;
  margin: 15px 0 !important;
  text-align: center !important;
  position: relative;
}
@media (max-width: 400px) {
  .sec-title {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
  margin: 15px 0;
  font-family: "Excon-Medium";
  margin: 10px 0;
}

#myprofile-sec .profile .pic {
  border-radius: 50%;
  border: 4px solid #D28B30;
  margin-bottom: 15px;
  overflow: hidden;
  height: 100px;
  width: 100px;
  margin-top: 20px;
}
#myprofile-sec .profile .pic img {
  max-width: 100%;
}
#myprofile-sec .profile h4 {
  font-weight: 500;
  font-size: 16px;
  color: #D28B30;
  margin-bottom: 5px;
}
#myprofile-sec .profile p {
  color: #EAF7FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
#myprofile-sec .quote {
  font-size: 16px;
  position: relative;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  border-radius: 5px;
  color: #252121;
}
#myprofile-sec .quote li {
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 150%;
}
#myprofile-sec .quote li span {
  font-weight: 600;
}
#myprofile-sec .quote p {
  margin-bottom: 15px;
}
#myprofile-sec .quote h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #D28B30;
}
#myprofile-sec .quote h4 .exyear {
  font-size: 14px;
  color: #022B44;
}
#myprofile-sec .quote p {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  font-weight: 500;
  font-style: normal;
  color: #252121;
}
#myprofile-sec .quote p .hrs-img {
  width: 20px;
  margin-right: 15px;
  margin-top: 5px;
}
#myprofile-sec .quote a {
  color: #022B44;
  text-decoration: none;
  outline: none;
}

#myprofile-sec .quote li {
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
}
#myprofile-sec .quote li .icon img {
  margin: auto;
  display: block;
  border-radius: 5px;
  margin-right: 10px;
}

ul.exp-list li {
  margin-bottom: 10px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #252121;
  padding-left: 15px;
}

ul.exp-list {
  padding: 10px 5px;
}

.box-sec {
  padding: 15px;
}
.box-sec img.pharma-one-logo.img-fluid {
  width: 131px;
  margin: 0px auto 10px;
  display: block;
}
.box-sec .title {
  background: linear-gradient(90deg, #F0B148 0%, #B46518 100%);
  padding: 10px;
}
.box-sec h4 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.box-sec h4 span {
  font-size: 16px;
}
.box-sec .d-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.box-sec .d-flex-box a {
  color: #252121;
  font-family: "Ranade-Light";
  font-size: 16px;
  margin: 5px auto;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  align-items: center;
}
.box-sec .d-flex-box a i {
  background: #27a4f2;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  margin-right: 5px;
}
.box-sec .company-name {
  color: #022B44 !important;
  font-size: 17px;
}
.box-sec .social-link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 5px 15px;
}
.box-sec .social-link a {
  text-decoration: none;
  color: #252121;
  font-size: 15px;
}
.box-sec .social-link a i {
  color: #59A5D4;
}

.bb-line-sec {
  border: 1px solid rgba(89, 165, 212, 0.2901960784);
}

.txt {
  border-bottom: 1px solid rgba(89, 165, 212, 0.2901960784);
  padding: 5px 0;
}

img.abstact-sec-right {
  position: absolute;
  right: -15px;
  top: 0;
}

img.abstact-sec-left {
  position: absolute;
  left: -15px;
  bottom: 1px;
  rotate: 90deg;
}

.txt-orange {
  color: #D28B30;
  font-weight: 600;
}

.exp-sec a i {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(90deg, #50A0D1 0%, #A3D4EF 100%);
  border-radius: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.exp-sec {
  margin-left: 20px;
}

#about-sec p {
  font-family: "Ranade-Light";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.2px;
  text-align: center;
  color: #252121;
}
#about-sec .about-texts {
  font-family: "Ranade-Light";
  font-size: 17px;
  text-align: center !important;
  line-height: 150%;
  font-weight: 600;
  color: #D28B30;
}

.lower-box .single-item {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 10px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px #e6e6e6;
  padding: 15px 10px;
  margin-bottom: 20px;
  text-align: center;
}
.lower-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
  margin-bottom: 10px;
  color: #D28B30;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
  margin-bottom: 10px;
  color: #D28B30;
}
.lower-box .single-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px #d9d9d9;
}
.lower-box .single-item:hover .icon-box {
  color: #fff;
  background: #D28B30;
  border: 1px solid #fff;
  color: #fff;
  background: #D28B30;
  border: 1px solid #fff;
}
.lower-box .single-item h5 {
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 3px;
  text-align: center;
  color: #444;
  letter-spacing: 0;
  font-family: "Ranade-Light";
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 3px;
  display: block;
  text-align: center;
  color: #444;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 3px;
  text-align: center;
  color: #444;
  letter-spacing: 0;
}
.lower-box .single-item a {
  text-decoration: none;
  outline: none;
  color: #444;
}

.mission-box {
  background: linear-gradient(90deg, #50A0D1 0%, #A3D4EF 100%);
  padding: 0 15px 15px 15px;
}
.mission-box .flex-box h3 {
  background: #D28B30;
  color: #fff;
  padding: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 5px 15px;
  top: -15px;
  box-shadow: 18px 20px 25px rgba(210, 139, 48, 0.09);
}
.mission-box .flex-box h3::after {
  content: "";
  position: absolute;
  border-top: 19px solid transparent;
  border-left: 19px solid #ad6507;
  left: -19px;
  bottom: 20px;
  z-index: 1;
  transform: rotate(270deg);
}
.mission-box .flex-box p {
  color: #fff !important;
  font-weight: 500;
  margin: 0;
}
.mission-box .content-box {
  position: relative;
  top: -18px;
}

.vision-box {
  background: linear-gradient(90deg, #50A0D1 0%, #A3D4EF 100%);
  padding: 0 15px 15px 15px;
}
.vision-box .flex-box h3 {
  background: linear-gradient(90deg, #F0B148 0%, #B46518 100%);
  color: #fff;
  padding: 5px;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 5px 15px;
  top: -16px;
  box-shadow: 18px 20px 25px rgba(210, 139, 48, 0.09);
  margin: 25px 0px 0 auto;
}
.vision-box .flex-box h3::after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-left: 12px solid #ad6507;
  bottom: 22px;
  z-index: 1;
  right: -12px;
  transform: rotate(359deg);
}
.vision-box .flex-box h3 .content-box {
  position: relative;
  margin-top: -16px;
}
.vision-box .flex-box p {
  color: #fff !important;
  font-weight: 500;
  margin: 0;
}

#Services-section .top-abstract {
  position: absolute;
  top: 0;
  width: 25%;
  left: 0;
}
#Services-section .bottom-abstract {
  position: absolute;
  bottom: -20px;
  width: 30%;
  right: 0;
  transform: rotate(179deg);
}
#Services-section .box {
  position: relative;
  z-index: 99;
}
#Services-section .box .content-box {
  background: #ced4cd;
  overflow: hidden;
  height: 100%;
}
#Services-section .box .content-box h2 {
  font-size: 16px;
  line-height: 160%;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 400;
  background: #022B44;
}
#Services-section .box .content-box img {
  width: 100%;
}

section#product-sec img {
  width: 100px;
  margin: auto;
  z-index: 999;
  display: block;
}

section#product-sec h2 {
  font-size: 17px;
  color: #252121;
  line-height: 160%;
}

section#product-sec img {
  width: 100px;
  margin: auto;
  z-index: 999;
  display: block;
}

.bb-line {
  padding: 5px 0;
}

section#product-sec p.sec-title {
  padding: 10px 0 10px 0 !important;
  margin: 0;
}

.small, small {
  font-size: 15px;
  line-height: 21px;
}

#contact-form-sec {
  z-index: 9999;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
  /*--- Form ---*/
}
#contact-form-sec form {
  position: relative;
  z-index: 999;
}
@media (min-width: 400px) {
  #contact-form-sec {
    padding: 0px 40px 30px 40px;
  }
}
#contact-form-sec .submit-btn {
  font-family: "Ranade-Light";
  font-weight: 700;
  font-size: 15px;
  width: -webkit-fit-content;
  padding: 5px 30px;
  border: 1px solid #D28B30;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 1.2px;
  margin: 15px 5px;
}
#contact-form-sec ::-moz-placeholder {
  color: #DBDBDB;
  opacity: 1; /* Firefox */
}
#contact-form-sec :-ms-input-placeholder {
  color: #DBDBDB;
  opacity: 1; /* Firefox */
}
#contact-form-sec ::placeholder {
  color: #DBDBDB;
  opacity: 1; /* Firefox */
}
#contact-form-sec :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #DBDBDB;
}
#contact-form-sec ::-ms-input-placeholder { /* Microsoft Edge */
  color: #DBDBDB;
}
#contact-form-sec .form-control {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 10px !important;
  background: transparent;
  border: transparent;
  height: 45px;
  font-size: 15px;
  border-bottom: 1px solid #d28b30;
  color: #151516;
}
#contact-form-sec textarea.form-control {
  min-height: calc(2em + 2rem + 12px);
}
#contact-form-sec .form-control:focus {
  color: #495057;
  outline: 0;
  box-shadow: none;
}
#contact-form-sec .invalid-feedback,
#contact-form-sec .security-invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  color: #dc3545;
  font-size: 12px !important;
  line-height: 20px !important;
}
#contact-form-sec .form-control::-moz-placeholder {
  color: #888;
}
#contact-form-sec .form-control:-ms-input-placeholder {
  color: #888;
}
#contact-form-sec .form-control::placeholder {
  color: #888;
}
#contact-form-sec .form-control:-ms-input-placeholder {
  color: #888;
}
#contact-form-sec .submitbtn {
  border: none;
  padding: 6px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  background-size: 200%;
  transition: 0.8s;
  background-image: linear-gradient(to left, #022B44, #EAF7FF, #022B44);
  background-position: right;
}
#contact-form-sec .submitbtn:hover {
  background-position: left;
  color: #fff;
}
@media (max-width: 768px) {
  #contact-form-sec .submitbtn {
    font-size: 15px;
  }
}

#social-link-sec {
  text-align: center;
  border-radius: 10px;
}
#social-link-sec a.btns {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  margin: 5px 10px;
  text-align: center;
  display: inline-table;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 400px) {
  #social-link-sec a.btns {
    font-size: 15px;
  }
}
#social-link-sec #website-add {
  background: linear-gradient(90deg, #F0B148 0%, #B46518 100%);
  color: #fff;
  padding: 5px;
}
#social-link-sec #other-links {
  position: relative;
  padding: 20px 0 10px;
  margin: 0;
  right: 0px;
  width: 100%;
}
#social-link-sec #other-links ul {
  text-align: center;
}
#social-link-sec #other-links ul li {
  display: inline-block;
  list-style: none;
  width: 49%;
  padding: 0;
  margin: 0;
}
#social-link-sec #other-links ul li a {
  text-decoration: none;
  color: #022B44;
}
#social-link-sec #other-links ul li a img {
  display: block;
  display: inline-block;
  width: auto;
  height: 25px;
  font-size: 15px;
}
#social-link-sec #other-links ul li a img.share-img {
  border: none;
}
#social-link-sec #other-links ul li a span {
  display: inline-block;
  color: #022B44;
  font-size: 15px;
}
#social-link-sec #other-links ul li a.addtocontactbtns {
  display: block;
  padding: 10px 10px;
  border: 1px solid #f8f7fb;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  background: #022B44;
  margin-top: 15px;
  font-weight: 600;
  line-height: 0;
}
#social-link-sec #other-links ul li a.addtocontactbtns:hover {
  background: #EAF7FF;
  color: #252121;
}
#social-link-sec #other-links ul li:last-child {
  width: 60%;
}
#social-link-sec .social-media-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 15px 0;
  flex-wrap: wrap;
  position: relative !important;
  z-index: 9999 !important;
}
#social-link-sec .social-media-sec a {
  background: #022B44;
  color: #fff;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  margin: 5px auto;
  padding: 0px 10px;
  border-radius: 50px;
  text-decoration: none;
}
@media (max-width: 400px) {
  #social-link-sec .social-media-sec a {
    padding: 0px 7px;
    font-size: 11px;
  }
}
#social-link-sec .social-media-sec a.gray-btn {
  background: #7c7c7c;
  color: #fff;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  margin: 5px auto;
  padding: 0px 10px;
  border-radius: 30px;
  text-decoration: none;
}
@media (max-width: 400px) {
  #social-link-sec .social-media-sec a.gray-btn {
    padding: 0px 7px;
    font-size: 11px;
  }
}
#social-link-sec .social-media-sec a.gray-btn:hover {
  background: #022B44;
  color: #CECECE;
}

section#link-sec {
  padding: 15px;
  z-index: 9999;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
}
section#link-sec a.btns {
  font-weight: 500;
  font-size: 15px;
  margin: auto !important;
  display: block !important;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  margin: 5px 10px;
  text-align: center;
  text-align: center;
  display: inline-table;
  font-weight: 500;
}
@media (min-width: 400px) {
  section#link-sec a.btns {
    font-size: 15px;
  }
}
section#link-sec #other-links {
  position: relative;
  background-color: transparent;
  padding: 20px 0 10px;
  right: 0px;
  width: 100%;
}
section#link-sec #other-links ul {
  text-align: center;
}
section#link-sec #other-links ul li {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #D28B30;
  border-radius: 5px;
  color: #252121;
  list-style: none;
  width: 49%;
  margin: 10px 0;
}
section#link-sec #other-links ul li:last-child {
  width: 100%;
}
@media (max-width: 358px) {
  section#link-sec #other-links ul li {
    width: 100%;
  }
}
section#link-sec #other-links ul li a {
  text-decoration: none;
  color: #252121;
}
section#link-sec #other-links ul li a img {
  display: block;
  display: inline-block;
  width: auto;
  height: 25px;
  font-size: 15px;
}
section#link-sec #other-links ul li a img.share-img {
  border: none;
}
section#link-sec #other-links ul li a span {
  display: inline-block;
  color: #252121;
  font-weight: 600;
  font-size: 15px;
  font-family: "Ranade-Light";
}
section#link-sec #other-links ul li a.addtocontactbtns {
  display: inline-block;
  color: #252121;
  font-size: 15px;
  width: 100% !important;
  font-family: "Ranade-Light";
  font-weight: 600;
}
section#link-sec #other-links ul li a.addtocontactbtns:hover {
  background: transparent;
}

#other-links {
  position: relative;
  background-color: #022B44;
  padding: 20px 0 10px;
  margin: 0;
  right: 0px;
  width: 100%;
}
#other-links ul {
  text-align: center;
}
#other-links ul li {
  display: inline-block;
  list-style: none;
  width: 49%;
  padding: 0;
  margin: 0;
}
#other-links ul li a {
  font-size: 14px;
  line-height: 160%;
  padding: 0px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 400;
  background: transparent;
}
#other-links ul li a img {
  display: inline-block;
  width: 17px;
  height: 20px;
}
#other-links ul li a:hover {
  color: #EAF7FF;
}

@media (max-width: 500px) {
  #other-links ul li a img {
    display: block;
    display: inline-block;
    width: 20px;
  }
  #other-links ul li a img.share-img {
    border: none;
  }
  #other-links ul li a span {
    display: block;
  }
  #other-links ul li a.addtocontactbtns {
    display: block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    border: none;
  }
}
section#link-sec #other-links ul li a.addtocontactbtns:hover {
  background: transparent;
}

.navbar-box-sec {
  background-color: #e2e2e2;
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0px -20px 12px rgba(0, 0, 0, 0.0117647059);
  z-index: 9999;
  margin-top: 10px;
}
.navbar-box-sec .nav {
  flex-wrap: nowrap !important;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media (min-width: 600px) {
  .navbar-box-sec .nav {
    overflow: hidden;
  }
}
.navbar-box-sec #business-card {
  padding: 0;
  margin: 0 auto !important;
  position: relative;
}
@media (min-width: 600px) {
  .navbar-box-sec #business-card {
    max-width: 600px !important;
  }
}
.navbar-box-sec .main-card-sec {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin-top: 0px;
  overflow: hidden;
}
.navbar-box-sec .main-card-sec .nav {
  justify-content: space-between;
  margin: 0 10px !important;
}
@media (max-width: 330px) {
  .navbar-box-sec .main-card-sec .nav {
    margin: 0px 4px;
  }
}
@media (min-width: 331px) and (max-width: 400px) {
  .navbar-box-sec .main-card-sec .nav {
    margin: 0px 10px;
  }
}
.navbar-box-sec .main-card-sec .nav li a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  display: inline-grid;
  padding: 0.5rem;
  margin: 0 15px;
}
.navbar-box-sec .main-card-sec .nav li a img {
  margin: auto;
  width: auto;
  height: 20px;
}

button.floting {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #51A3A3;
  position: fixed;
  bottom: 80px;
  z-index: 9999;
  margin-left: auto;
  right: 5px;
  display: block;
}

.toggle-read {
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #51A3A3;
  position: fixed;
  bottom: 80px;
  z-index: 9999;
  margin-left: auto;
  display: block;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3019607843);
}
.toggle-read a {
  cursor: pointer;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 50px;
}

.showHide a i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  padding: 0;
  font-size: 21px;
  border-radius: 3px;
}

.floating-btn-cls {
  display: flex;
  justify-content: right;
  margin-right: 10px;
}
.floating-btn-cls .right-box {
  margin-right: 220px;
}
.floating-btn-cls .showHide {
  position: fixed;
  bottom: 97px;
  z-index: 9999;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.17);
}

#qr-code-popup-sec {
  position: relative;
  z-index: 99999;
}
#qr-code-popup-sec .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-radius: 0 !important;
  border: 0 !important;
  background: linear-gradient(90deg, #DFA140 0%, #C87E29 100%);
}
#qr-code-popup-sec .modal-content {
  border-radius: 0;
  background: #EAF7FF;
  border: 0 !important;
}
#qr-code-popup-sec img.qr-code-img {
  width: auto;
  height: 200px;
  margin: 15px auto;
  display: block;
}
#qr-code-popup-sec .logo-popup {
  margin: 20px auto;
  display: block;
  background: #fff;
  width: 100px;
  padding: 5px;
  border-radius: 50px;
}
#qr-code-popup-sec h3.name {
  text-align: center;
  font-size: 22px;
}
#qr-code-popup-sec p.subtitle {
  text-align: center;
}
#qr-code-popup-sec p.qr-text {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
#qr-code-popup-sec .download-qr-code {
  border: 0;
  margin: 15px auto;
  display: block;
  background: linear-gradient(90deg, #DFA140 0%, #C87E29 100%);
  padding: 10px 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 6px 3px 25px rgba(241, 181, 69, 0.4196078431);
}
#qr-code-popup-sec .modal-dialog {
  margin: 0 auto;
  width: 100%;
}
#qr-code-popup-sec .btn-close {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#qr-code-popup-sec h2 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 568px) {
  #qr-code-popup-sec .modal-dialog {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
  }
}

#link-sec-qr {
  z-index: 9999;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  position: relative;
}
#link-sec-qr a.btns {
  font-weight: 500;
  font-size: 15px;
  margin: auto !important;
  display: block !important;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  margin: 5px 10px;
  text-align: center;
  text-align: center;
  display: inline-table;
  font-weight: 500;
}
@media (min-width: 400px) {
  #link-sec-qr a.btns {
    font-size: 15px;
  }
}
#link-sec-qr #other-links {
  position: relative;
  background-color: transparent;
  padding: 20px 0 10px;
  right: 0px;
  width: 100%;
}
#link-sec-qr #other-links ul {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
#link-sec-qr #other-links ul li {
  border: 0;
  border-radius: 0;
  color: #252121;
  list-style: none;
}
#link-sec-qr #other-links ul li a {
  text-decoration: none;
  color: #252121;
}
#link-sec-qr #other-links ul li a img {
  display: block;
  display: inline-block;
  width: auto;
  height: 50px;
  font-size: 15px;
}
#link-sec-qr #other-links ul li a img.share-img {
  border: none;
}
#link-sec-qr #other-links ul li a span {
  display: inline-block;
  color: #252121;
  font-weight: 600;
  font-size: 15px;
  font-family: "Ranade-Light";
}
#link-sec-qr #other-links ul li a.addtocontactbtns {
  display: inline-block;
  color: #252121;
  font-size: 15px;
  width: 100% !important;
  font-family: "Ranade-Light";
  font-weight: 600;
}
#link-sec-qr #other-links ul li a.addtocontactbtns:hover {
  background: transparent;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
@media (max-width: 768px) {
  .modal-body {
    height: 100vh;
  }
}



body {
  font-family: "Ranade-Light";
  font-size: 18px;
  line-height: 140% !important;
  color: #022B44;
  background: linear-gradient(90deg, #3CC0F1 0%, #1B90D3 100%);
  box-sizing: border-box;
  margin: auto;
  box-sizing: border-box;
  display: block;
}

#business-card {
  max-width: 400px;
  padding: 10px 10px 0px 10px;
  margin: auto;
  display: block;
}

a,
.button,
button {
  transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  outline: medium none;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.img-rounded {
  border-radius: 40px;
}

#business-card {
  display: block;
  position: relative;
  margin-bottom: 85px;
}

.main-card-sec {
  position: relative;
  background-color: #EAF7FF;
  margin-top: 20px;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */