/*header and footer start*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #1abc9c;
    background-color: transparent;
}
ul, ol {
    margin-bottom: 15px;
}
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.72222;
    color: #34495e;
    background-color: #ffffff;
}
#nav {
    line-height: 1.6 !important;
}
#menu {
    display: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav > li > a {
    font-size: 16px;
    padding: 15px 23px;
    line-height: 23px;
    font-weight: 700;
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar {
    margin-bottom: 0;
}
.btn-primary {
    color: white;
    border: none;
    background-color: #1abc9c;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #16a085;
    border-color: #16a085;
    border: none;
}/*
 .navbar-inverse .navbar-nav >  a:hover, .navbar-inverse .navbar-nav  a:focus {
    background-color: #1abc9c;
    color: white;
    border-left-color: transparent;
}*/
#menu-primary-menu.navbar-nav>li>.dropdown-menu {
    margin-top: 0px!important;
    border-radius: 0px!important;
}
p {
    font-size: 18px;
    line-height: 1.72222;
    margin: 0 0 15px;
}
p {
    font-weight: 300;
    margin: 0 0 12px 0;
    padding: 0 0 24px 0;
}
.navbar-inverse {
    background-color: #34495e;
    border: 1px solid #080808;
}
body {
    background-color: #ffffff;
}
a {
    color: #16a085;
    text-decoration: none;
    transition: .25s;
}
@media(min-width: 768px){
.logo {
    margin-top: 15px;
}
}
/*close 05-10-2020*/

div.header-lined h1 {
    font-size: 36px;
    color: #000;
    line-height: 42px;
}
.card_domain {
    max-width: 1000px;
    margin: 0 auto !important;
}
.card_domain {
    padding: 30px 0;
}
.card_domain span.input-group-addon {
    font-size: 15px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-right: none;
    color: #777;
    border-radius: 3px;
    min-width: 71px;
    text-align: center;
}
.card_domain  .field, .card_domain  .form-control {
    background: #fff !important;
    min-height: 38px;
    border: 1px solid #cccccc !important;
}
.card_domain form .col-sm-2 .btn {
    margin: 0;
    background: #73b800;
    padding: 9px 10px;
    line-height: 20px;
    vertical-align: top;
    font-weight: 500;
}

/*tooltip hover*/


@media (min-width: 768px){
.hover-button .terms-list-hover {
    display: block;
}
}
.terms-list {
	border: 0 solid #ccc;
	border-radius: 2px;
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 100;
	font-size: 14px;
	height: 0;
}
.terms-list.show-terms {
	height: auto;
	border: 1px solid #ccc
}

.terms-list .term-item {
	cursor: pointer;
	text-align: left;
	padding: 5px 10px;
	position: relative;
	border-bottom: 1px solid #ccc
}

.terms-list .term-item:hover {
	background: #f8f8f8;
}

.terms-list .term-item.term-selected {
	border-left: 2px solid #c52228
}

.terms-list .term-item .item-term-length {
	font-weight: 600
}

.terms-list .term-item .item-price {
	color: #c52228
}

.terms-list .term-item .item-year-price {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 53px;
	color: #888
}
.pricing-table-order:hover .terms-list-hover {
	height: initial;
	border: 1px solid #ccc;
	display: block;
	background: #fff;
	transition-delay: 0;
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0
}
.hover-button select {
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	color: #333
}

.terms-list-hover {
	list-style: none;
	white-space: nowrap;
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	display: none;
	border: 1px solid transparent;
	transition: all .1s linear;
	background: 0 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition-delay: .35s;
	-webkit-transition-delay: .35s;
	-moz-transition-delay: .35s
}

.terms-list-hover>div {
	display: inline-block
}

.terms-list-hover .term-item {
	text-align: center
}

.terms-list-hover .term-item.term-selected {
	background: #125075!important;
	color: #fff;
	border-left: 0
}
.terms-list-hover .term-item .item-price {
	font-size: 15px;
	font-weight: 600;
}
.terms-list-hover .term-selected .item-price {
	color: #fff
}
.hover-button .order-desk {
	display: none
}
.specs-product-dropdown .hover-button select {
	width: 100%
}
.terms-list.terms-list-hover:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 0;
    top: -9px;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    border-bottom: 8px solid #cccccc;
    z-index: 2;
}
.navbar-collapse.collapse {
    display: block;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    visibility: visible!important;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu {
    background-color: #34495e;
    padding: 3px 4px;
}
#menu-primary-menu.navbar-nav>li>.dropdown-menu {
    margin-top: 0px!important;
    border-radius: 0px!important;
}
.dropdown:hover .dropdown-menu {
    display: block!important;
}
.navbar-inverse .dropdown-menu {
    background-color: #34495e;
    padding: 3px 4px;
}
.navbar-inverse .navbar-nav  .dropdown-menu > li > a {
    color: #e1e4e7;
    border-radius: 4px;
    padding: 6px 9px;
    display: block;
    white-space: nowrap;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-nav > li.dropdown-open:hover > a{
	background-color: #1abc9c;
    color: white;
    border-left-color: transparent;
}
.navbar-nav > li:hover .dropdown-menu {
    display: block;
}
.footer {
    color: white;
    background-color: rgb(34, 34, 34);
}
.footer {
    padding: 0;
    margin: 0;
}
.footer h3 {
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-top: 20px;
}
p.footer-menu a {
    display: block;
}
footer a {
    color: #FFF;
    text-decoration: none;
}
.row-footer {
    padding: 20px 0 0;
    background-color: rgb(34, 34, 34);
}
.footer-sectwo ul {
    display: block;
    list-style-type: none;
    height: 31px;
    padding: 0;
}
.footer-sectwo ul li {
    float: left;
    padding-right: 15px;
    padding-bottom: 25px;
}
.footer-sectwo ul {
    display: block;
    list-style-type: none;
    height: 31px;
    padding: 0;
}
.footer-sectwo ul li {
    float: left;
    padding-right: 15px;
    padding-bottom: 25px;
}
.footer-sectwo ul {
    display: block;
    list-style-type: none;
    height: 31px;
    padding: 0;
}
ul.sitemap-area li {
    padding-bottom: 15px;
    display: inline;
}
footer a {
    color: #FFF;
    text-decoration: none;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
footer ul.sitemap-area li.divider {
    background-color: white;
    padding: 0;
    margin-left: 2px;
    margin-right: 11px;
    width: 1px;
}
ul.sitemap-area li {
    padding-bottom: 15px;
    display: inline;
}
footer a:hover {
    color: #EFEFEF;
    text-decoration: none;
}
ul#menu-primary-menu {
    float: none;
    text-align: center;
}
p.header_toll_free {
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
.navbar-header {
    display: none;
}
ul#menu-primary-menu {
    flex-direction: unset;
}
.dropdown-menu .menu-item.menu-item-type-custom a {
    color: #fff !important;
}
.dropdown-menu li.menu-item.menu-item-type-post_type a {
    color: #f3f3f3 !important;
}
.dropdown-menu li.menu-item.menu-item-type-post_type a:hover{
    text-decoration: none;
}
section#main-body {
    background: #fff;
}
a:hover{
    text-decoration: none;
}
header.header .main-navbar-wrapper .navbar-collapse a:hover {
    color: #eee;
    background-color: #043d5f;
}
ul.collapsable-dropdown-menu.dropdown-menu a.pr-4:hover {
    background: transparent;
}
header.header .main-navbar-wrapper .navbar-collapse ul.dropdown-menu.dropdown-menu-right a:hover {
    background-color: transparent;
}
.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    line-height: 42px;
}
/* /* ------------- 21-11-23-------------- * */
.widget_text .pull-right {
    float: right !important;
    max-width: 236px;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: -1px !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown-open {
    position: relative;
}
.navbar-nav .dropdown-menu {
    position: absolute !important;
    float: none;
}
.footer {
    background-color: #222222 !important;
}

button.navbar-toggle {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border: unset;
    background-color: transparent;
}
button.navbar-toggle:focus{
    outline: none;
}
span.icon-bar {
    width: 22px;
    height: 5px;
    border-radius: 2px;
    background-color: #fff;
    display: block;
}
.navbar-nav {
    display: flex;
    justify-content: center !important;
}
.chat-and-customer{
    display: flex;
    gap: 2px;
}
.navbar {
    padding: 0rem 1rem !important;
    margin-top: 2px !important;
}
header.header .navbar-nav a {
    font-size: 16px;
    color: #fff;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    font-size: 14px;
}
footer.footer {
    margin: 0;
    padding: 50px 0 0px;
}
ul.sitemap-area li a {
    font-size: 18px;
}
footer.footer .copyright {
    margin: 0px!important;
}




@media screen and (max-width:767px) {

    .hidden-xs{
        display: none;
    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        flex-direction: row-reverse;
    }
    .navbar-nav {
        display: flex;
        align-content: flex-start;
        align-items: flex-start;
    }
    ul#menu-primary-menu {
        flex-direction: column;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: white;
        text-align: left;
    }
    .navbar-nav > li.dropdown-open:hover > a {
        background-color: #1abc9c;
        color: white;
        border-left-color: transparent;
        text-align: left;
    }
    li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.dropdown-open {
        position: relative;
        width: 100%;
    }
    .navbar-nav .dropdown-menu {
        position: relative !important;
        float: none;
    }
    #menu {
        display: block;
    }
    header.header .navbar a {
        color: #fff;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-nav > li > a{
        padding-left: 0px !important;
    }
}



header.header .main-navbar-wrapper {
    padding: 0;
    background-color: #0e5077;
    margin-top: 0 !important;
}

.home-domain-search.bg-white {
    background-color: #043d5f!important;
    color: #fff;
}
.breadcrumb, .master-breadcrumb {
    background-color: #043d5f;
}
.dropdown-menu li a {
    color: #000 !important;
}
span.input-group-append .btn-primary {
    background: #4ab98b;
}
.home-domain-search .input-group-wrapper {
    padding: 0;
    border-radius: 0;
    border: none;
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.domainchecker-homepage-captcha  p{
    font-family: 'Lato';
}
.btn-success.focus, .btn-success:focus, .btn-primary.focus, .btn-primary:focus{
    box-shadow: none;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{
    border-right-color: #25a2c7;
}
.tooltip-inner{
    background-color: #25a2c7;
}
.input-group-wrapper input {
    height: 46px;
    font-size: 18px;
}
.input-group-append button {
    height: 46px;
}
.home-domain-search.bg-white .input-group-wrapper .btn {
    margin: 0 !important;
}
.input-group-append.d-none.d-sm-block {
    display: flex !important;
}

.home-domain-search.bg-white .input-group-append button {
    border-radius: 0 !important;
    border: none;
}
span.input-group-append .btn-success {
    background: #bbb;
}

.home-domain-search #default-captcha-domainchecker {
    margin-top: 0;
}

.panel-heading.card-header .pull-right {
    float: none !important;
    width: auto;
    position: absolute;
    right: 10px;
}

.home-domain-search.bg-white a {
    color: #fff;
    text-decoration: none;
}