/* From index.php */

body {
    /*background-image: url("img/bg.jpeg");*/
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f8;
    font-family: 'Montserrat', sans-serif !important;
  }

/* For Accordion on index page */

/* Horizontal line */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
  }

  /* Vertical line */
  .collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
  }

  .collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
  }

  .collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
  }

  /* Accordion css ends here */


   /* The switch - the box around the slider */
.btn-info {
 color: #ffffff;
 background-color: #0072BA;
 border-color: #0072BA;
}
.switch {
position: relative;
display: inline-block;
width: 55px;
height: 25px;
}

.lead{
    font-size: 1.0rem;
    line-height: 1.7;
}

/* Hide default HTML checkbox */
.switch input {
opacity: 0;
width: 0;
height: 0;
}

/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 4px;
bottom: 4px;
background-color: royalblue;
-webkit-transition: .4s;
transition: .4s;
}



input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}
div#random{
display: none;
}

div#instantDomain{
display: none;
}


/*  */

p {
	color: #ffffff;
	font-size: 14px;
	font-family: 'poppins', sans-serif;
	font-weight: 400px;
	line-height: 20px;
	font-style: normal;
}

.below-logo p{
	font-size: 18px;
}

#firstTab, #secondTab {
	font-size: 12px;
}

.header{
	background: #1D1850;
	margin: -29px 0px;
	padding: 10px -15px;
}

/*.logo {
	margin-top: 35px;
}*/

.logo img{
	width: 270px;
	height: 80px;
	justify-content: center;
	text-align: center;
}

.disp-block{
    display: flex;
    flex-wrap: nowrap;
}


.cover-btn {
	background: lightgrey;
	padding: 10px;
	/*margin: 0 5px;*/
	border-radius: 15px;
}

.btn-sec {
	background: lightgrey;
}

.move {
    width: 60%;
    max-width: 60%;
	/*margin: 0px 120px 0px 150px;*/
	margin: 0 auto;

}

.rest-body .text{
    margin-top: 30px;
	color: black;
	padding-left: 75px;
}

.btn-list {
	padding: 10px;
	margin-top: 10px;
	background: #CCD8F6;
	color: darkblue;
    width: 100%;
    white-space: normal;
}

.footer{
	/*padding-top: 200px;*/
	margin-top: 50px;
    margin-bottom: -70px;
}

.footer-navbar{
    margin-bottom: -70px;
}

a {
	text-decoration: none;
}

.fab, .footer-left {
	color: darkblue;
}

.links a {
	color: darkblue;
	text-decoration: none;
}

.firstTabContent {
	display: none;
}

select-heirarchy {
	height: 12px;
	max-width: 4%;
	margin-right: 20px;
	/*background: blue;*/
}

select-heirarchy option {
	color: red;
}

.multiselect {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    min-width: 70%;
    max-width: 70%;
    color: black;
}

.white-bg {
	min-width: 100%;
	background: url('../img/bg1.png');
}

.only-mobile{
	display: none;
}

.non-mobile {
	display: inline;
}

  /*.pagination {
  	justify-content: left;
  	margin: 0 6px;
  }*/

  .pagination>li>a, .pagination>li>span {
  	border-radius: 50% !important;
  	margin: 0 5px;
  }

  .pagination {
  	padding: 5px;
  }

  .color-bold {
  	 color: darkblue;
  	 font-weight: bold;
       text-align: center;
       justify-content: center;
  }

  i.fab {
  margin: 0.5em;
  font-size: 7px;
  color: darkblue;
  border: 1px solid blue;
  border-radius: 50%;
  padding: 0.5em;
  transition: all .5s ease;
}

/**/


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





@media (max-width: 768px) {
	body {
		max-width: 100%;
	}

  .move {
	margin: 0px auto;
	width: 100%;
	min-width: 100%;

	/*margin: 0 auto;*/

  }

  /* .links {
  	display: none;
  } */

  .pagination{
  	justify-content: center;
  }

  .comboTreeArrowBtn[type="button"]{
    background: white;
    /* display: none; */
  }

  .comboTreeInputBox{
      background-color: white;
      border: 0px transparent;
  }



  span.comboTreeArrowBtnImg{
    margin: 0 auto;
    text-align: center;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, .comboTreeArrowBtn[type="button"] {
       display: none;
    }
  }


	.rest-body .text{
		padding-left: 5px;
		text-align: center;
	}

  .cover-btn {
  	 margin: 0 30px;
  }

  .multiselect {
    max-width: 22%;
    /*content: "V";*/
  }

  .btn-list {
  	width: 100%;
  }

  .below-logo p{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;

}

.only-mobile{
	display: inline;
}

.non-mobile {
	display: none;

}

.buttons {
	text-align: center;
}

}






















.v57_261 {
  width: 265px;
  height: 46px;
  background: rgba(79,128,255,1);
  opacity: 1;
  position: absolute;
  top: 8px;
  left: 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.v57_262 {
  width: 208px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 21px;
  left: 37px;
  font-family: Poppins;
  font-weight: Medium;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.v57_263 {
  width: 219px;
  color: rgba(0,25,89,1);
  position: absolute;
  top: 21px;
  left: 301px;
  font-family: Poppins;
  font-weight: Medium;
  font-size: 16px;
  opacity: 1;
  text-align: left;
}
.v57_418 {
  width: 10px;
  height: 10px;
  background: linear-gradient(rgba(216,226,255,1), rgba(216,226,255,0));
  opacity: 1;
  position: absolute;
  top: 566px;
  left: 784px;
  border-radius: 50%;
}
.v57_421 {
  width: 20px;
  height: 20px;
  background: linear-gradient(rgba(79,128,255,1), rgba(79,128,255,0));
  opacity: 1;
  position: absolute;
  top: 196px;
  left: 702px;
  border-radius: 50%;
}

.blurit {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);

 }

 /* Pro Access styles */

/* section.pricing { */
  /* background: #1D1850; */
  /* background: linear-gradient(to right, #0062E6, #33AEFF); */
/* } */

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}




