@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  color: #000;
  background-color: #f8f9fa;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin: 0 0 15px;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

a:hover,
a:active,
a:focus {
  color: #2196f3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 1.5;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

ul {
  margin: 0;
}

.f-brandCol img {
    margin-bottom: 20px;
    width: 200px;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  width: 100%;
}


.pb_20 {
  padding-bottom: 20px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_75 {
  padding-bottom: 75px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_75 {
  padding-top: 75px;
}

.ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ptb_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_60 {
  margin-bottom: 60px;
}

.bg_none {
  background-color: transparent !important;
}

.bg_softBlue {
  background-color: rgb(248, 249, 251);
}


header {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.3s;
  padding: 30px 0px 15px;
  background: white;
}

section.ptb_75.catSection {
  background: #f3f8fd;
}

section.ptb_100 {
  background: #dae7f0;
}

.ad_search {
  text-align: center;
  text-decoration: underline;
}

.ad_search i.icSearch {
  margin-bottom: -5px;
  margin-right: 2px;
  margin-left: 20px;
}

.white11 {
  background: white !important;
}

header .navbar {
  padding: 0;
}

header .navbar .navbar-brand {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

header .navbar .navbar-nav {}

header .navbar .navbar-nav .nav-item {
  padding: 10px 15px;
}

header .navbar .navbar-nav .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  line-height: 28px;
  font-weight: 600;
}

header .navbar .navbar-nav .nav-link:hover {
  color: #2196f3;
}

header .navbar .navbar-nav .nav-link.active {
  color: #2196f3;
}

.nav-link.nav-link-icLink {}

header.sticky {
  padding: 5px 0px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

a.navbar-brand {
    width: 200px;
}

.icSearch {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../fonts/ic_search.svg) center center no-repeat;
  background-size: 16px;
}

.bannerSection {
  padding: 130px 30px 100px;
  min-height: 600px;
  background-color: #f3f8fd;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bannerTextCol {
  display: flex;
  align-items: center;
}

.bannerText {
  width: 100%;
}

.console-container {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin: 15px 0px;
}

.console-underscore {
  display: inline-block;
  background-color: #000;
  margin-left: .1rem;
  width: 3px;
}

.hidden {
  opacity: 0;
}

.mobileShow {
  display: none;
}

.bannerText h1 {
  margin-bottom: 10px;
}

.bannerText p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.b_search {
  display: flex;
  background-color: #eeefff;
  padding: 14px 30px;
  margin-bottom: 10px;
  border-radius: 100px;
}

.b_search input {
  font-size: 14px;
  border: none;
  width: 100%;
  background-color: transparent;
  font-weight: 500;
  padding-right: 10px;
}

.b_search input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.b_search button {
  border: none;
  background-color: transparent;
  padding: 5px;
}

.b_search button i {
  display: block;
}


.btn_1 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 30px;
  height: 50px;
  border: none;
  /*background: #2196f3;*/
  background: #2196F3;
  position: relative;
  border-radius: 50px;
  letter-spacing: 0.50px;
  overflow: hidden;
  margin: 15px 0px;
  box-shadow: 0px 5px 15px rgba(37, 90, 245, 0.15);
}

.btn_1>span {
  position: relative;
  z-index: 1
}


.btn_1::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  /*background-color: #1c47c3;*/
  background-color: #255af5;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}

.btn_1:hover {
  color: #fff;
}

.btn_1:hover::before {
  width: 100%;
  opacity: 1;
}


.featuredDomainsList {
  margin: 30px 0px 0px;
}

.featuredDomainsList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.featuredDomainsList li {
  padding: 8px 35px 8px 0px;
}

.featuredDomainsList li:last-child {
  padding-right: 0px;
}

.featuredDomainsList li a {
  font-size: 16px;
  font-weight: 500;
}

.catSection .subtitle {
  font-size: 14px;
  color: #90969b;
  margin-bottom: 40px;
}

.categoryBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.categoryBox li {
  width: 33.33%;
  padding: 15px;
}

.categoryBox li a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  height: 100px;
  box-shadow: 0px 5px 15px rgba(37, 90, 245, 0.15);
  transition: ease-in-out 0.3s;
}

.categoryBox li a .caticon {
  width: 40px;
}

.categoryBox li a:hover {
  box-shadow: 0px 10px 25px rgba(37, 90, 245, 0.30);
  transition: ease-in-out 0.3s;
}

.categoryBox li a .catinfo {
  padding-left: 20px;
  text-align: left;
}

.categoryBox li a .catinfo p {
  margin-bottom: 5px;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.categoryBox li a .catinfo span {
  font-size: 14px;
  color: #90969b;
}

.viewallcatBTN {
  background-color: #2196f3;
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  color: #fff !important;
  font-size: 13px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 500;
}

.viewallcatBTN:hover {
  background-color: #1d4bd2;
  box-shadow: 0px 10px 25px rgba(37, 90, 245, 0.50);
}

.safebox {
  width: 100%;
  display: flex;

  justify-content: center;
}

.safeicon {
  width: 120px;
}
@media (max-width: 991px)
{
	.safeicon{
		padding: 13px;
	}
}

.safeicon img {
  max-width: initial;
}

.safeinfo {
}

.safeinfo h6 {
  font-size: 18px;
  color: #000000;
  margin-top: 0px;

}

.safeinfo p {
  font-size: 13px;
  color: #000000;
}

.mb100 {
  margin-bottom: 100px;
}

.blogOurPost {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 25px rgba(37, 90, 245, 0.10);
  border-radius: 5px;
  transition: ease-in-out 0.3s;
}

.blogOurPost:hover {
  box-shadow: 0px 10px 25px rgba(37, 90, 245, 0.30);
  transition: ease-in-out 0.3s;
}

.blogImg {
  width: 100%;
}

.blogImg img {
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
}

.blogInfo {
  width: 100%;
  float: left;
  padding: 0px 20px 20px 20px;
}

.blogInfo h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.blogInfo p {
  color: #555555;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 0px;
}

.blogAuthor {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

.authorInfo {
  padding-left: 15px;
  color: #999999;
  margin-top: 10px;
  font-size: 13px;
}

.authorInfo img {
  margin-right: 6px;
  width: 15px;
}

.authorPic {
  margin-top: -30px;
  z-index: 11;
  position: relative;
  border-radius: 3px;
  border: solid 2px #fff;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.width50 {
  width: 50%;
  float: left;
}

.ftrLinks p,
.ftrLinks li a {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}

.ftrLinks p img {
  width: 20px;
}

.ftrLinks p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.ftrLinks p img {
  margin-right: 10px;
}

.ftrLinks h6 {
  margin-bottom: 20px;
  color: #000;
}

.ftrLinks li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.ftrLinks li a:hover {
  color: #2196f3;
}

.footernote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #eaeef2;
  margin-top: 50px;
}

.footernote .copyright {
  font-size: 14px;
  color: #000;
}

.ftrSocial a {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

footer {
  padding-top: 60px;
  background-color: #f3f8fd;
}

footer h1 {
  font-size: 26px;
}






.innerBody {
  padding-top: 100px;
}

.topSearchCateList {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}

.topSearchCateList li {
  padding: 0px 5px;
}

.topSearchCateList li button {
  border: none;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 500;
  white-space: nowrap;
}

.topSearchCateList li button i {
  margin-right: 2px;
}

.topSearchCateList li button:hover {
  color: #2196f3;
  background-color: #eeefff;
}

.topSearchCateList .dropdown {}

.topSearchCateList .dropdown-menu {
  left: auto !important;
  right: 0;
  background: #eeefff;
  border-color: #dedff5;
}

.topSearchCateList .dropdown .dropdown-item {
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
}

.topSearchCateList .dropdown .dropdown-item i {
  margin-right: 2px;
  width: 16px;
}

.topSearchCateList .dropdown .dropdown-item:hover {
  color: #2196f3;
  background-color: transparent;
}


.domainSearchRow {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.leftFilterBar {
  width: 300px;
  min-width: 300px;
  padding: 25px 25px;
  background-color: #fff;
  border: 1px #eeefff solid;
}

.resetRow {
  text-align: right;
  margin-bottom: 10px;
}

.Reset {
  color: #2196f3;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #eeefff;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
}

.Reset i {
  margin-right: 5px;
}

.Reset:hover {
  background-color: #2196f3;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(37, 90, 245, 0.15);
}

.filterRow {
  padding: 10px 0px 0px;
}

.toggleBTN {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0px;
  padding-right: 15px;
  border: none;
  text-align: left;
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  position: relative;
}

.toggleBTN .fa-angle-down {
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 9px;
}

.toggleBTN.collapsed .fa-angle-down {
  transform: rotate(0deg);
}

.filterRow .collapsePanel {
  padding: 10px 0px 15px;
}

.rightFilterResult {
  width: calc(100% - 300px);
  padding: 25px 0px 25px 30px;
}

.select_CSS {
  width: 100%;
  padding: 8px 10px;
  border: 1px #eeefff solid;
  font-size: 14px;
}

.divider_1 {
  width: 100%;
  height: 1px;
  background-color: #eeefff;
  margin: 10px 0px;
}





.ui-slider-horizontal {
  height: .6em;
}

.ui-slider-horizontal {
  margin: 15px auto;
  width: calc(100% - 15px);
}

.ui-widget-header {
  background: #2196f3;
}

.price-range-field {
  width: 70px;
  min-width: 60px;
  background-color: #fff;
  color: black;
  border: 1px #eeefff solid;
  border-radius: 5px;
  height: 35px;
  padding: 5px 10px;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.ui-widget-content .ui-state-default {
  border: 5px solid #2196f3;
  background: #ffffff;
  border-radius: 50%;
  outline: none;
}

.ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  top: -5px;
}

.rangeInputCol .to {
  padding: 5px;
}

.rangeInputCol input::-webkit-outer-spin-button,
.rangeInputCol input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.rangeInputCol input[type=number] {
  -moz-appearance: textfield;
}


.Checkboxes {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.Checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.Checkboxes .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px #eeefff solid;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.Checkboxes:hover input~.checkmark {
  background-color: #eeefff;
}

/* When the checkbox is checked, add a blue background */
.Checkboxes input:checked~.checkmark {
  background-color: #2196f3;
  border-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Checkboxes input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Checkboxes .checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {}

/*style the arrow inside the select element:*/

.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 6px;
  width: 14px;
  height: 14px;
  background: url(../fonts/ic_down.svg) center no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #000;

  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
}

.select-items div {
  padding: 8px 15px 8px 35px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background: #eeefff;
  border: 1px #dedff5 solid;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  min-width: 150px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  color: #2196f3 !important;
  background: url(../fonts/ic-check-in.svg) center left 12px no-repeat;
  background-size: 14px;
}

.domain-count {
  font-size: 15px;
  font-weight: 500;
  padding: 7px 0px;
  display: inline-block;
}

.sortBySelect {
  font-size: 15px;
  font-weight: 500;
  width: auto;
  border: none;
  background-color: transparent;
  background-image: none;
  text-align: left;
}

.sortBySelect .select-selected::before {
  position: relative;
  content: 'Sort by :';
  display: inline-block;
  margin-right: 5px;
}


.filter-bar {
  margin-bottom: 25px;
}

.filter-bar li {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.filter-bar .filter-tag {
  font-size: 14px;
  color: #2196f3;
  font-weight: 500;
  border: 1px #dfe0ef solid;
  padding: 7px 12px;
  border-radius: 50px;
  background: #eeefff;
}

.filter-bar .ic_Cross {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../fonts/ic_close.svg) center no-repeat;
  background-size: contain;
  margin-left: 8px;
  border: none;
  background-color: transparent;
}

.filter-bar .reset-link .reBtn {
  font-size: 14px;
  font-weight: 500;
  color: #78838e;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}

.filter-bar .reset-link .reBtn:hover {
  color: #2196f3;
}


.domainNameRow {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  background-color: #eeefff;
  border: 1px #eeefff solid;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.domainNameRow:hover {
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(37, 90, 245, 0.15);
}

.domainNameRow .dom_name {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

.domainNameRow .dom_Pric {
  font-size: 16px;
  font-weight: 600;
  width: 50%;
  min-width: 120px;
}

.domainNameRow .dom_BtnCol {
  width: 280px;
  min-width: 280px;
  text-align: right;
}

.domainNameRow .dom_BtnCol .btn_1 {
  margin: 0px;
  height: 40px;
  margin-right: 5px;
}

.domainNameRow .dom_BtnCol .btn_1:last-child {
  margin-right: 0;
}

.domainNameRow .dom_BtnCol .btn_CSS {
  background-color: #eeefff;
  color: #2196f3;
}

.domainNameRow .dom_BtnCol .btn_CSS:hover {
  background-color: #2196f3;
  color: #fff;
}


.paginator {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.paginator .ResultsSel {
  min-width: 135px;
}

.paginator .custom-select {
  padding-left: 0;
}

.paginator .custom-select .select-selected::before {
  content: 'Results :';
}

.pagination {}

.pagination .page-item.active .page-link {
  border-radius: 50px !important;
  background-color: #2196f3;
}

.pagination .page-link {
  min-width: 36px;
  height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #000;
}

.pagination .page-item.active .page-link:hover {
  color: #fff;
}

.pagination .page-link:hover {
  color: #2196f3;
}

.paginator .preNexBtnCol a {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
  line-height: 36px;
}


.catPageSection {
  background: #f3f8fd;
}

.catPageSection .categoryBox {
  margin-left: -15px;
  margin-right: -15px;
}

.catPageSection .categoryBox li {
  width: 25%;
}

.catPageSection .categoryBox li a {
  padding: 20px 20px;
}

.categoryBox li a .caticon {
  width: 35px;
}

.categoryBox li a .catinfo {
  padding-left: 15px;
}

.categoryBox li a .catinfo p {
  font-size: 14px;
}

.whyPremDom .safebox {
  padding: 15px 0px;
}


.zigzagSection {}

.zigzagSection .imgBGCol_ {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  height: 100%;
}

.zigTextCol {
  display: flex;
  align-items: center;
}

.wrap_600 {
  width: 100%;
  max-width: 600px;
  padding: 50px 30px;
}

.wrapleft {
  margin-left: auto;
  text-align: right;
}

.bg_1 {
  background-image: url(../images/img_1.jpg);
}

.bg_2 {
  background-image: url(../images/img_2.jpg);
}

.bg_3 {
  background-image: url(../images/img_3.jpg);
}


.bg_color {
  background-color: #f3f8fd;
}

.domaintext1 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
}

.domaintext2 {
  font-size: 36px;
  font-weight: 700;
  color: #2196f3;
}

.domaintext3 {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}

.domainDetailSection,
.domainPrice {
  width: 50%;

}

.domainPrice {
  text-align: right;
  font-weight: 600;
  font-size: 30px;
}

.domainAction {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.domainFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.domainPrice span {
  color: #666;
  font-size: 16px;
  margin-right: 30px;
}

.mr15 {
  margin-right: 15px;
}

.domainVideo video {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);





}



.btn_2 {
  background: #fff;
  color: #555555;
  border: solid 1px #cbcbcb;
  box-shadow: none;
}

.btn_2::before {
  background-color: #555555;
}

.domainSection {
  position: relative;
  padding-bottom: 60px;
}

.domainSection::before {
  content: '';
  width: 35%;
  height: 100%;
  background-color: #2196f3;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  margin-right: 20px;
  border-radius: 0px 0px 0px 30px;
}



.domainPoints {
  width: 100%;
  float: left;
  margin-top: 25px;
}

.domainPoints ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;

}

.domainPoints li {
  width: 100%;
  margin-bottom: 15px;
  list-style: outside;
  padding-right: 30px;

}

.domainContact {
  color: #fff;
  width: 100%;
  float: left;
  position: relative;
  z-index: 99;
}

.domainContact {
  padding-left: 40%;
}

.domainContact a,
.domainContact h1,
.domainContact p {
  color: #fff;
}

.domainContact p {
  margin-bottom: 30px;
}

.domainContact a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.domainContact a span {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.domainContact h1 {
  font-size: 26px;
  margin-top: 40px;
}

.domainPointsRow {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.domainicon {
  width: 100px;
  margin-right: 15px;
}

.domainPoints2 {
  margin-top: 50px;
  width: 100%;
  float: left;


}

.domainicon {
  width: 100px;
}

.domainPinfo {
  padding-right: 10px;
}

.domainSection2 {
  padding: 80px 0px;
}

.mb50 {
  margin-bottom: 50px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 999999;
  padding-top: 60px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.20);
}



.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.cartWrapper {
  width: 320px;
  float: left;
  padding: 30px;
  padding-top: 0px;
}

.cartWrapper h2 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  color: #000;
  text-align: center;
}

.cartWrapper h2 span {
  color: #1c47c3;
  font-size: 30px;
}

.cartForm {
  width: 100%;
  float: left;
}

.cartForm label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.cartName {
  background-color: #dbe7f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  width: 100%;
  padding: 10px;
}

.cartinfo {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.cartinfo h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.cartAction {
  width: 100%;
  float: left;
}

.cartBTN1 {
  font-size: 14px;
  width: 100%;
  margin-top: 0px;
}

.cartName input,
.cartName textarea {
  width: 100%;
  border: none;
  background: transparent;
}

.inqueryform {
  margin-bottom: 10px;
}

.inqueryMsg {
  height: auto;
  margin-bottom: 10px;
}

.whiteBg {
  background-color: #fff;
}




/*=========================*/
.subtitle_ {
  font-size: 14px;
  color: #90969b;
  margin-bottom: 40px;
}

.blogRow {}

.blogRow .blogOurPost {
  margin-bottom: 30px;
  height: auto;
}

.blogRow .blogImg.height_300 img {
  height: 300px;
}

.blogRow .blogImg.height_250 img {
  height: 250px;
}

.blogRow .paginator {
  justify-content: center;
  padding-top: 25px;
}

.blogDetailRow {}

.blogDetailRow h5 {
  padding-top: 10px;
}

.breadcrumb {
  background-color: transparent;
  padding: 10px 0px;
}

.breadcrumb .breadcrumb-item {}

.breadcrumb .breadcrumb-item a {}

.blogPostInfo_ {
  display: flex;
  flex-wrap: wrap;
}

.blogPostInfo_ li {
  padding-right: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #90969b;
  white-space: nowrap;
  margin-bottom: 10px;
}

.blogPostInfo_ li i {
  margin-right: 4px;
}

.blogImgBigFull {
  width: 100%;
  margin: 30px 0px;
  overflow: hidden;
  height: 450px;
  border-radius: 5px;
}

.blogImgBigFull img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.shareBlog {
  padding: 35px 0px 20px;
}

.shareBlog h6 {
  font-size: 14px;
}

.shareBlog ul {
  display: flex;
  flex-wrap: wrap;
}

.shareBlog ul li {
  padding: 5px 10px;
}

.shareBlog ul li a {}

.post_nav {
  display: flex;
  padding: 30px 0px;
}

.post_nav .post_nav_link {
  width: 50%;
}

.post_nav .nav_post_right {
  text-align: right;
}

.post_nav .nav_post_right .namePanda_prev_post {
  flex-direction: row-reverse;
}

.namePanda_prev_post {
  display: flex;
}

.namePanda_prev_post>span {}

.namePanda_prev_post .post_nav_thumb_wrap {
  width: 90px;
  height: 90px;
  overflow: hidden;
  background-color: #2196f3;
  border-radius: 5px;
}

.namePanda_prev_post .post_nav_thumb_wrap img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.namePanda_prev_post .post_nav_title_wrap {
  width: calc(100% - 90px);
  padding: 0px 30px;
}

.namePanda_prev_post .post_nav_title_wrap .post_nav_sub {
  color: #aaa;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.namePanda_prev_post .post_nav_title_wrap .post_nav_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.post_nav_link:hover .post_nav_thumb_wrap img {
  opacity: 0.6;
}

.popular_post_row {}

.popular_post_row .post_nav_link {
  margin-bottom: 20px;
}

.popular_post_row .post_nav_thumb_wrap {
  width: 70px;
  height: 70px;
}

.popular_post_row .post_nav_title_wrap {
  padding: 0px 0px 0px 15px;
}

.popular_post_row .namePanda_prev_post .post_nav_title {
  font-size: 14px;
  line-height: 1.4;
}

.popular_post_row .namePanda_prev_post .post_nav_sub {
  font-size: 11px;
}


.newsLetRow {
  padding-top: 30px;
}

.newsLetRow h6 {
  font-size: 14px;
}

.newLet {}

.newLet input {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  border-bottom: 2px #d6d6d6 solid;
  height: 34px;
}

.newLet input:focus {
  border-color: #000;
}

.newLet button {
  background-color: transparent;
  border: none;
  border-bottom: 2px #000 solid;
  font-weight: 500;
  height: 34px;
}

.legalSection {}

.legalSection h5 {
  padding-top: 15px;
}

.sticky_Bar {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  padding-top: 10px;
}

.legalPoint {}

.legalPoint li {
  padding: 5px 0px;
  width: 100%;
}

.legalPoint li a {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 10px 15px;
}

.legalPoint .nav-link.active {
  background-color: #2196f3;
}

.buletList {
  padding-left: 35px;
  padding-top: 10px;
}

.buletList li {
  width: 100%;
  margin-bottom: 15px;
  list-style: outside;
}


.aboutHero {
  padding: 100px 15px;
  padding-bottom:50px !important;
  background-image: url(../images/about_hero.jpg);
}

.aboutHero h2,
.aboutHero p {
  color: #fff;
}

.wrap_920 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.alignTextCol {
  display: flex;
  align-items: center;
}

.textCap_col {
  width: 100%;
}

.pr_45 {
  padding-right: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.zig_ImgHolder {
  width: 100%;
  max-width: 415px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.zig_ImgHolder img {
  min-width: 100%;
  min-height: 100%;
}

.v_Line {
  position: relative;
}

.v_Line::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 100%;
  top: 0;
  right: -3px;
  background-color: #2196f3;
}

.l_Line::after {
  right: unset;
  left: -3px;
}

.v_LineColor_2::after {
  background-color: #7ac0f8;
}

.v_LineColor_3::after {
  background-color: #bcdffb;
}

.fullVideoCol_ {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.40);
}

.fullVideoCol_ video {
  margin-bottom: -8px;
}

.getDomain {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 400px;
  position: relative;
  color: #fff;
  background-image: url(../images/home-office-room.jpg);
}

.getDomain h1 {
  color: #fff;
}

.getDomain p {
  color: #fff;
}

.getDomain .btn_1 {
  border: 2px #fff solid;
  font-size: 16px;
  letter-spacing: 2px;
  background-color: transparent;
}


.bgHolder__ {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bgHolder__::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2196f3;
  opacity: 0.8;
}

.form_Css {}

.form_Css .form-group {
  position: relative;
  padding-top: 10px;
}

.form_Css .f_label {
  display: block;
  position: absolute;
  top: 18px;
  font-weight: 500;
  color: #999;
  transition: all 0.3s;
}

.form_Css .inputField {
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-bottom: 1px #bfbfbf solid;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.form_Css .inputField:focus {
  border-color: #2196f3;
}

.form_Css .inputField:not(:placeholder-shown)+.f_label,
.form_Css .inputField:focus~.f_label {
  top: 0;
  font-size: 12px;
  color: #2196f3;
}

.form_Css .form-group .btn_1 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
}

.form_Css .inputField::placeholder {
  opacity: 0;
}

.conBoxLineCol {
  padding-top: 50px;
  padding-bottom: 25px;
}

.conBoxLine {
  text-align: center;
  border: 2px #2196f3 solid;
  width: 100%;
  height: 100%;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.conBoxLine:before {
  position: absolute;
  content: '';
  width: 110%;
  height: 110%;
  left: 50%;
  top: 50%;
  background-color: #2196f3;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.6s;
}

.conBoxLine:hover:before {
  transform: translate(-50%, -50%) scale(1);
}

.conBoxLine:after {
  position: absolute;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-position: left -10px bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.5s;
}

.getTouchBox:after {
  background-image: url(../fonts/ic_postbox.svg);
}

.addBox:after {
  background-image: url(../fonts/ic_place.svg);
}

.conBoxLine:hover:after {
  width: 200px;
  height: 200px;
  opacity: 0.2;
}

.conBoxLine h6 {
  text-transform: uppercase;
  transition: all 0.5s;
}

.conBoxLine ul {
  transition: all 0.5s;
}

.conBoxLine ul li {
  padding: 4px 5px;
  font-weight: 500;
  transition: all 0.5s;
}

.conBoxLine ul li a {
  padding: 5px 10px;
  transition: all 0.5s;
}

.conBoxLine ul li a:hover {
  opacity: 0.5;
}

.conBoxLine:hover h6,
.conBoxLine:hover li,
.conBoxLine:hover li a {
  color: #fff;
}

.mapSection {
  overflow: hidden;
}

.mapIframeCol {
  width: 100%;
  height: 100%;
}

.mapIframeCol iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-bottom: -6px;
}

.contRowTop {
  padding-bottom: 45px;
}

.contRowTop>div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.contInfoCol {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(37, 90, 245, 0.15);
}

.contInfoCol .icCont {
  width: 45px;
  height: 50px;
  text-align: center;
  display: flex;
}

.contInfoCol .icCont img {
  min-width: 100%;
}

.contInfoCol .textCont {
  width: calc(100% - 45px);
  padding-left: 15px;
}

.contInfoCol .textCont label {
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.contInfoCol .textCont p {
  margin-bottom: 5px;
}

.contInfoCol .textCont p,
.contInfoCol .textCont a {
  color: #90969b;
  font-size: 13px;
  font-weight: 500;
}

.contInfoCol .textCont a:hover {
  color: #2196f3;
}

.mheight300 {
  height: auto;
  min-height: 300px;
}

.show414 {
  display: none;
}

header {
  background-color: #f3f8fd;
}

.threeBox {
  padding: 0px 15px;
  width: 100%;
  float: left;
   
}

.threeBoxSection {
  padding: 120px 0px;
  background-color: #fff;
}

.threeBox {
  text-align: center;
}

.threeIcon {
   
  margin: 0px auto;
}

.threeBox h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.6;
  display: block;
}


.filter-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}



.list-view-button,
.grid-view-button {}



.blogUl[data-view='grid-view'] li {
  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.blogUl[data-view='list-view'] li {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.grid-view-button li,
.blogUl li {

  width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.blogUl {
  display: flex;
  flex-wrap: wrap;
}



.blogUl,
.blogUl * {
  transition: ease-in-out 0.3s;
}

.list li {
  width: 100%;
}

.list li .blogOurPost a {
  display: flex;

}

.list li .blogImg {
  max-width: 320px;
}

.list li .authorPic {
  margin-top: 0px;
  width: 40px;
  height: 40px;
}

.list li .authorInfo {
  margin-top: auto;
  margin-bottom: auto;
}

.list li .blogInfo {
  padding-top: 30px;
}

.filter-buttons .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.filter-buttons li {
  background-color: #1f364d;
  color: white;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.filter-buttons {
  margin-bottom: 30px;
}

.filter-buttons .list-view-button,
.filter-buttons .grid-view-button {
  margin-right: 15px;
  font-size: 16px;
  padding: 0px 10px;
  border-radius: 3px;
  border: solid 1px #7ac0f8;
  background-color: transparent;
  color: #7ac0f8;
  font-size: 18px;
  opacity: 0.3;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.filter-buttons .list-view-button {
  margin-right: 10px;
}

.filter-buttons .on {
  color: #7ac0f8 !important;
  border: solid 1px #7ac0f8 !important;
  opacity: 1 !important;
}

.cartAction .btn_1.cartBTN1:focus,
.domainAction .btn_1:focus {
  color: #fff;
}

.domainAction .btn_1.btn_2:focus {
  color: #555555;
}

.domainAction .btn_1.btn_2:hover {
  color: #fff;
}



.modalCss {
  z-index: 99999;
}

.modalCss .modal-dialog {
  z-index: 99999;
}

.modalCss .modal-content {
  border: none;
}

.modalCss .modal-header {
  position: relative;
  border-bottom: none;
  padding-top: 30px;
}

.modalCss .modal-title {
  width: 100%;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.modalCss .modal-header .close {
  position: absolute;
  top: 0;
  padding: 10px 14px;
  right: 0;
  margin: 0;
  font-size: 18px;
}

.modalCss .modal-body {
  padding: 25px 40px;
}


.brandNameTitle {
  color: #1c47c3;
  font-size: 30px;
}

.threeBox{
  margin-bottom: 70px;
  
}

.mb0{
  margin-bottom: 0px;
}
.f-brandCol img{
  margin-bottom: 20px;
}

.bg_softBlue_2{background-color: #f3f8fd;}







/* Customize the label (the container) */
.Radioboxes {
      display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.Radioboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.Radioboxes .checkmark {
      position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px #eeefff solid;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.Radioboxes:hover input ~ .checkmark {
  background-color: #eeefff;
}

/* When the radio button is checked, add a blue background */
.Radioboxes input:checked ~ .checkmark {
      background-color: #2196f3;
    border-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.Radioboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.Radioboxes input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.Radioboxes .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: white;
}

.btnRow__{display: flex; justify-content: space-between;}
.btnRow__ .cartBTN1{width: calc(33.33% - 6px); }
.btnRow__ .cartBTN1{}

.domainSection::before{
  width: 50%;
}
.domainContact{
  padding-left: 0;
}
.cartAction .cartBTN1{
  font-size: 12px;
  width: auto;
  padding: 8px 15px;
}
.cartWrapper{
  padding-left: 15px;
  padding-right: 15px;
}

/*--- Domain Popup  ---*/

.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	cursor: pointer;
}
.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
	opacity: 0;
}

.side-element {
	position: absolute;
	height: 100%;
	width: 80%;
	background: #fff;
	top: 0;
	right: -100%;
	bottom: 0;
	z-index: 99999;
	-webkit-box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 0px 8px 0px rgba(0, 0, 0, 0.3);
	transition: 0.5s ease-out;
}
.show-element {
	right: 0;
}
.close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	padding: 10px;
	cursor: pointer;
	opacity: 0.4;
	transition: ease 0.3s;
}
.close-btn:hover {
	opacity: 1;
}
.side-element .content {
	padding: 0px;
}

@media (min-width: 768px) {
	.side-element {
		width: 320px;
	}
}
.cartWrapper{
  padding-top: 50px;
}
.domainSection{
  padding-left: 30px;
  padding-right: 30px;
}
.domainSection::before{
  width: 25%;
}

.smaller .list-group-item{
  font-size:15px;
  font-weight:normal;
    text-transform: none;

}
.domain{
	font-size: 18px;
	margin-bottom: 0px;
	text-transform: none;
}
.webname{
	font-size: 34px;
	color: #007bff;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: none;
}
.price{
	font-size: 34px;
	font-weight: bold;
}
.bannerprice{
	text-align: right;
}
.sidecard{
	color: white;
	font-size: 15px;
	line-height: 50px;
}
.sidecardimg{
	box-shadow: 5px 5px 5px rgba(74, 74, 74, 0.5);
}
.btn-light {
  background-color: #eeefff !important;
  color: #2196f3 !important;
}

.btn-light:hover {
  background-color: #2196f3 !important;
  color: #fff !important;
}




.pagination{
    justify-content: center;

}

.pagination .active span {
  border-radius: 50px !important;
  background-color: #2196f3;
  width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: white;
    padding-top: 5px;
}

.pagination a {
  min-width: 36px;
  height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #000;
  padding-top: 5px;
}

.pagination .active a:hover {
  color: #fff;
}

.pagination a:hover {
  color: #2196f3;
}


