:root {
  --pcolor: #4449a6;
  --scolor: #d31b5a;
  --muted: #5b6b7a;
}
nav {
  background: #4956a5;
  padding: 10px 1vw;
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.25);
}
.highligncol::before {
  content: "•";
  margin-right: 2px;
  font-size: 29px;
  position: relative;
  line-height: 6px;
  top: 4px;
  color: #e95b5e;
}
body {
  background: #eff0fa;
  font-family: sans-serif;
  margin: 0;
  color: #262626;
  padding: 0;
}
.logodiv {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.logodiv img {
  margin-right: 7px;
}
.logodiv b {
  font-size: 25px;
  color: #fff;
  font-family: sans-serif;
}
.navlinks li > a::after {
  content: "";
  height: 25px;
  width: 1px;
  margin-left: 0.6vw;
  border-left: 1px solid #d5d5d5a8;
}
.navlinks a {
  color: #fff;
  text-decoration: none;
  font-size: min(1.2vw, 16px);
  font-weight: 700;
  padding-right: 0.6vw;
  font-family: sans-serif;
  display: inline-block;
  line-height: 43px;
}
.navlinks ul li:last-child a {
  border-right: none;
}
.navlinks ul li:last-child a::after {
  display: none;
}
.navlinks ul li {
  float: left;
}
.navlinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navlinks {
  float: right;
  display: flex;
  width: max-content;
  overflow: hidden;
  height: 40px;
  justify-content: flex-end;
}
.hometool_container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 15px;
}
.hometool_container>a {
  display: block;
  width: calc(31% + 3px);
  border: 1px solid;
  border-radius: 2px;
  padding: 1%;
  margin: 1%;
  box-sizing: border-box;
}
.hometool_container .toolwraps{
  text-align: center;
}
.hometool_container h2 {
  margin: 5px 0px;
}
.hometool_container p {
  color: #505050;
  text-align: justify;
  font-size: 15px;
}
.downbtn {
  background: #4956a5;
  padding: 6px 10pt;
  display: inline-block;
  margin-top: 7px;
  color: white;
  font-size: 14px;
  border-radius: 2px;
}
.mainsec {
  padding: 1%;
  display: flex;
  min-height: 70vh;
  width: 98%;
}
#adswithloader{
  min-height: 400px;
}
.maincont {
  background: #fff;
  /* width: 70%; */
  width: 100%;
  padding: 1% 0;
  display: inline-block;
  position: relative;
}
h1 {
  text-align: center;
  margin: 0;
  margin-top: 10px;
  font-size: x-large;
}
.sidecon {
  display: inline-block;
  width: 30%;
  padding: 0;
  position: relative;
  background: #fff;
  margin-left: 8px;
}
.sidecon .inlineflex {
  background: #eff0fa;
}
a {
  text-decoration: none;
  color: #2a3ea9;
}
.sdadcon {
  position: sticky;
  top: 30px;
}
.toolbtn {
  background: #fff;
  padding: 10px 3pt;
  border-radius: 0.1vw;
  display: inline-block;
  width: calc(50% - 9pt);
  text-align: center;
  margin-bottom: 3pt;
}
.toolbtnfull {
  width: calc(100% - 14px) !important;
}
.inlineflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sdadcon {
  width: 98%;
  margin-left: 1%;
  background: #fff;
}
.hide {
  display: none !important;
}
.footcre {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 8px;
  background: #4956a5;
  color: #fff;
  border-top-left-radius: 12px;
  font-size: small;
  display: flex;
  align-items: center;
}
.footcre a {
  color: #fff;
}
.highligncol {
  color: #3f51b5;
  font-weight: 700;
}

.addivsens {
  padding: 10pt;
}
footer {
  background: #4956a5;
  padding: 1% 2%;
  color: #fff;
  margin-top: 20px;
}
footer * {
  color: #fff;
}
footer a {
  font-weight: 400;
  display: inline-block;
  margin: 2px;
}
footer a:hover {
  color: #ffeb3b;
}
.wrap-cont {
  display: flex;
  flex-wrap: wrap;
}
.wr-div {
  width: 25%;
  max-width: 50%;
}
.extra-fot {
  margin-top: 4%;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
footer .wr-div ul li {
  margin-top: 8px;
}
.mencontainer {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 15px;
  z-index: 4;
  right: 20px;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.h4style {
  display: block;
  font-weight: 700;
  margin: 7px 2px;
}
.mobshowonly {
  display: none !important;
}
.spinneroverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #4354b129;
}
.fancy-spinner {
  height: 5rem;
}
.fancy-spinner,
.spinneroverlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancy-spinner div {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.fancy-spinner div.ring {
  border-width: 0.5rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 1s fancy infinite alternate;
  animation: 1s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #979fd0;
  border-right-color: #979fd0;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #979fd0;
  border-bottom-color: #979fd0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #979fd0;
}
@-webkit-keyframes fancy {
  to {
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes fancy {
  to {
    transform: rotate(360deg) scale(0.5);
  }
}
.arrow {
  border: solid #ccc;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
  margin: 0 2px;
  position: relative;
  top: -2px;
}
.insildenavdiv {
  position: absolute;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px;
  padding: 5px 10px;
  z-index: 2;
  border-top: 3px solid #d31b5a;
  display: none;
  margin-top: -6px;
}
.insildenavdiv > a {
  display: block;
  margin: 5px;
  padding: 5px;
  font-weight: 100;
  color: #505050;
  line-height: inherit;
}
.insildenavdiv .arrow {
  border: solid #505050;
}
.insildenavdiv a:hover {
  color: #4449a6;
  background-color: #eff0fa;
  border-radius: 5px;
}
.insildenavdiv a:hover .arrow {
  border: solid #4449a6;
}
.insildenavdiv:hover {
  display: block;
}
.dropdownbar a:hover + .insildenavdiv {
  display: block;
}
nav a:hover {
  color: #ffeb3b;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.addivsens {
  position: relative;
  display: block;
  margin-top: 20px;
}
.addivsens::before {
  content: "Advertisements";
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 12px;
  line-height: 1;
  padding: 1px 4px;
  border-radius: 2px;
  letter-spacing: 0.2px;
  opacity: 0.8;
  border: 1px solid #e7e7e7;
}
#sidebarxad {
  height: 600px;
}
.mobnav ul li{
  display: block;
  line-height: 40px;
  padding-left: 30px;
  margin-top: 2px;
}
.mobnav ul{
  margin-top: 75px;
  padding: 0px;
}
.mobnav a{
  font-size: 16px;
  border-right: none;
  border-left: 2px solid white;
  padding-left: 9px;
}
.mobnav{
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  background: #607d8bfa;
  z-index: 2;
  left: 0px;
  right: 0px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mobnav .mobshowonly{
  display: block!important;
}
.xbtn{
  color: #fff;
  background: var(--pcolor);
  border: none;
  padding: 9px 16px;
  min-width: 120px;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
}
.upload_cnt{
  display: flex;
  justify-content: center;
}
.headsupport{
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 18px;
  color: var(--muted);
}
.notext{
  font-size: 14px;
  color: var(--muted);
  margin-top: 0;
}
.upload_cnt label{
  width: 60%;
  min-height: 142px;
  border-radius: 4px;
  border: 3px dashed #9da0d9;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.articlesec {
  padding: 2.4vw;
  margin: 8px;
  background: #fafbff;
  border-radius: 2px;
  line-height: 21px;
  margin-top: 60px;
  font-size: 15px;
}
.articlesec p {
  text-align: justify;
}
.articlesec li{
  margin-top: 8px;
}
.upload_cnt label:hover{
  border: 3px solid #9da0d9;
}
.btnsel {
  background: #047e73;
  color: white;
  min-width:auto;
}
#dropOverlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 20, 0.65);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

#dropOverlay.active {
  opacity: 1;
  pointer-events: all;
}
.overlay-content {
  text-align: center;
  color: #fff;
  animation: float 2.5s ease-in-out infinite;
}

.overlay-icon {
  font-size: 64px;
  margin-bottom: 16px;
}

.overlay-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.overlay-sub {
  margin-top: 8px;
  font-size: 14px;
  opacity: 0.75;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@media screen and (min-width: 900px) and (max-width: 1080px) {
  .navlinks ul li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .mencontainer {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .footcre {
    display: none;
  }
  .navlinks {
    width: 100% !important;
  }
  .sdadcon {
    height: auto;
  }
  .navlinks > ul > li {
    width: 100%;
  }
  .navlinks a {
    line-height: initial !important;
  }
  .navlinks > ul > li > a::after {
    display: none;
  }
  .wr-div {
    width: 50% !important;
  }
  .sidecon {
    display: none;
  }
  .mainsec {
    flex-wrap: wrap;
  }
  .maincont {
    width: 96%;
    padding: 5% 2%;
  }
  nav {
    padding: 13px 1rem;
    display: flex;
    position: relative;
  }
  .navlinks {
    display: none;
  }
  .logodiv b {
    font-size: 25px;
  }

.upload_cnt label {
  width: 80%;
}
}
