@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap')

body,
a,
p,
ul,
li {
    font-family: 'DM Sans', sans-serif;
    /*color: #70799f;*/
    color: rgba(49, 50, 51, 1);
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    /*color: #000;*/
}

.courgette-regular {
                      font-family: "Courgette", cursive;
                      font-weight: 400;
                      font-style: normal;
                      color:#394203;
                      text-align:center;
                    }
                    
                    .coloryellow {color: #f89b3c;}


/*.indiantag {
    width: 140px;
    float: right;
    margin-top: -25px;
    text-align: center;
    background: #fff;
    height: 75px;
    border: 3px dashed;
    top: 20%;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 2px 2px 8px #999;
    margin-right: -30px;
    }
    
    .indiantag img {width: 20%; margin-top: 5%;}
    .indiantag h3 {font-size: 16px;}
    
    */
    
.indiantag {
    width: 20%;
    /* float: right; */
    /* margin-top: -25px; */
    text-align: center;
    background: #fff;
    height: 45px;
    border: 2px solid;
    top: 20%;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 2px 2px 8px #999;
    margin: 0 auto;
    border-top: 0;
}


.indiantag img {width: 15%; margin-top: 1%;}

.indiantag h3 {
    font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}


input:focus,
textarea:focus,
select:focus,
a:focus {
    outline: none!important
}

.btn-2,
input[type="submit"].btn-2 {
    background: #434343;
    border-color: #434343;
}

.btn-primary:hover {
    background: #3576d3;
    border-color: #3576d3;
}

.norelway {
    font-family: 'DM Sans', sans-serif!important;
}

.container {
    width: 100%;
    max-width: 1230px;
}

.highlite {
    color: #3576d3;
}

select {
    padding-right: 15px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    height: auto !important;
    border-radius: 3px;
    font-weight: 700;
    line-height: 24px;
    font-family: raleway;
    transition: all 0.1s ease-in-out;
    border: 1px solid #3576d3;
}

input[type="submit"]:hover, input[type="submit"]:focus{
    background: #3576d3;
    text-decoration: none;
    /*color: #fff;*/
    border: 1px solid;
    box-shadow: 3px 3px 7px 0  rgb(0 0 0 / 20%);

/*.ui-widget input{
    font-family: 'DM Sans', sans-serif!important;
    font-size: 14em;*/
}

.blue-btn-new{
    height: auto !important;
    border-radius: 3px;
    font-weight: 700;
    line-height: 24px;
    font-family: raleway;
    transition: all 0.1s ease-in-out;
    border: 1px solid #3576d3;
    background: #3576d3;
    color: #fff;
    padding: 7px 25px;
}

.blue-btn-new:hover, .blue-btn-new:focus{
    background: #3576d3;
    text-decoration: none;
    /*color: #fff;*/
    border: 1px solid;
    box-shadow: 3px 3px 7px 0  rgb(0 0 0 / 20%);
    color: #fff;
    padding: 7px 25px;
} 


/*header*/


/*.top-right-menu {
	margin-top: 15px;
/*}*/

.top-right-menu a:not(.blue-btn) i {
    color: #3576d3;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #efefef;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
}

.top-right-menu .blue-btn i {
    margin-right: 10px;
}

.top-right-menu .blue-btn {
    background: #303030;
    padding: 8px 15px;
    border-radius: 5px;
}

.top-right-menu .blue-btn {
    background-color: #fdd700 !important;
    color: #000 !important;
}

.top-right-menu .blue-btn:hover,
.top-right-menu .blue-btn:focus {
    background-color: #0e5d99 !important;
    color: #fdd700 !important;
}

.top_social li {
    display: inline-block;
}

.container>.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 999999;
    /*box-shadow: 0 4px 9px 6px rgba(0,0,0,0.2);*/
}

.main-header .nav .offer {
    font-size: 13px;
    font-weight: 400;
    float: right;
}

@media screen and (min-width: 768px) {
    .main-header .navbar-collapse::before,
    .main-header .navbar-collapse::after,
    .main-header .nav:before {
        display: none;
    }
    .main-header .navbar-nav {
        float: none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0;
}

.navbar-default .navbar-nav>li:last-child>a {
    padding-right: 0;
}

body.modal-open .main-header {
    z-index: 999;
}

.navbar-nav {
    position: relative;
}

.navbar-nav li.dropdown.megamenu {
    position: static;
}

.navbar-nav li.dropdown.megamenu:hover {
    background: rgba(0, 0, 0, 0.25);
}

.navbar-nav li.megamenu ul.dropdown-menu {
    width: 100%;
}

.navbar-nav .megamenu li {
    float: left;
    width: 50%;
}

.navbar-nav .megamenu .dropdown-menu>li>a {
    height: 100%;
    position: relative;
    padding-bottom: 45px;
}

.navbar-nav .mm-three .dropdown-menu>li {
    width: 33.33%;
}

.navbar-nav .mm-four .dropdown-menu>li {
    width: 25%;
}

.navbar-nav .mm-five .dropdown-menu>li {
    width: 20%;
}

.navbar-nav .dropdown-menu li ul {
    background: transparent;
    color: rgba(255, 255, 255, 0.6)
}

.navbar-nav .dropdown-menu li ul li {
    display: block;
    float: none;
    width: 100%;
    font-size: 0.8em;
    color: inherit;
    line-height: 1.2em;
    position: relative;
    padding-left: 15px;
    padding: 4px 0 4px 15px;
}

.navbar-nav .dropdown-menu li ul li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #30a3eb;
    position: absolute;
    top: 11px;
    left: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.megamenu .dropdown-menu {
    padding: 0;
}

.megamenu .dropdown-menu li:hover {
    background: #080808;
}

.megamenu .dropdown-menu li:hover p,
.megamenu .dropdown-menu li:hover ul {
    color: #fff;
}

.megamenu * {
    transition: all 0.3s;
}

.megamenu .dropdown-menu a {
    white-space: inherit;
    font-size: 14px;
}

.megamenu .dropdown-menu a h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
    padding: 0;
    color: #30a3eb;
    margin-top: 1em;
}

.megamenu .dropdown-menu a p {
    color: #fff;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.6);
}

.megamenu .dropdown-menu a .btn {
    background: #30a3eb;
    border-color: #30a3eb;
    padding: 6px 30px;
    border-radius: 100px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #fff;
    position: relative;
    top: 0;
    position: absolute;
    bottom: 0;
    top: auto;
}

.megamenu .dropdown-menu a:hover .btn {
    bottom: 6px;
}

.megamenu .dropdown-menu a .btn.btn-primary:hover,
.megamenu .dropdown-menu li:hover .btn {
    color: #333;
    background: #fff;
    border: 1px solid #fff;
}


/*end header*/

.homsider_container {
    padding: 30px 15px 100px;
    background: rgba(67, 165, 222, 0.4);
    background-image: url(../img/clouds.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.homsider_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.homsider_row:after,
.homsider_row:before {
    display: none;
}

.owl-carousel.homsider .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 36px;
    /*padding-left: 15px;
	padding-right: 15px;*/
}

.owl-carousel.homsider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner_homeslider {
    padding: 0 10px 0 0;
    background: #f2f2f2;
    /* background: #fff; */
    border-radius: 11px;
    box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.3);
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 50%;
}

.inner_homeslider:hover .hs-image img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.inner_homeslider .btn-primary {
    position: absolute;
    bottom: 24px;
    left: 15px;
    width: 50%;
    margin-left: 0;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 18px;
    border-radius: 40px;
    background: #3576d3;
    color: #fff;
}


/*.hs-image {
	text-align: center;
	overflow: hidden;
	text-align: center;

	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	width: 100%;
}*/

.hs-image {
    text-align: center;
    overflow: hidden;
    text-align: center;
    height: 100%;
    width: 100%;
    width: 50%;
    float: left;
    position: absolute;
    left: 0;
    height: 100%;
}

.hs-image.hs-image-full {
    width: 100%;
}

.homsider .hs-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s;
    width: 100%;
}

.new_slider_text {
    padding: 30px 15px 70px;
    position: relative;
    z-index: 99;
    width: 100%;
}

.new_slider_text h3 {
    padding: 0;
    font-size: 18px;
    color: #3576d3;
}

.new_slider_text h3 p.offer {
    display: inline-block;
    float: right;
    margin: 0;
}

.new_slider_text h2 {
    font-size: 24px;
    color: #3576d3;
    text-transform: uppercase;
    padding-top: 0;
    background: #E0E0E0;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.new_slider_text li {
    text-align: left;
    padding: 5px 5px 5px 40px;
    position: relative;
}

.new_slider_text li::before {
    content: "\f00c";
    color: #3576d3;
    left: 0;
    top: 9px;
    position: absolute;
    display: inline-block;
    font-family: "Fontawesome";
}

.slider_down .section {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 15px 30px;
    border-radius: 12px;
    margin-top: -50px;
    box-shadow: 11px 14px 1px 0px rgba(0, 0, 0, 0.1);
}

.slider_down form {
    margin: 0;
}

.owl-nav {
    width: 50%;
    position: absolute;
    bottom: 56px;
}

.owl-nav button span {
    font-size: 55px;
}

.homsider.owl-carousel .owl-nav button.owl-prev {
    margin: 0;
    width: 46px;
    height: 56px!important;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
}

.homsider.owl-carousel .owl-nav button.owl-next {
    margin: 0;
    width: 46px;
    height: 56px!important;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
}

.homsider.owl-carousel .owl-nav button.owl-prev.disabled,
.homsider.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.homsider.owl-carousel .owl-nav button.owl-prev:hover,
.homsider.owl-carousel .owl-nav button.owl-next:hover {
    background: #fff;
}

.newsection {
    padding: 80px 0;
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    line-height: 1.3em;
    color: #000;
}

.banner_right {
    padding: 0 0 56px;
    height: 100%;
}

.banner_right_box {
    height: 50%;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 11px;
    box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner_right_box+.banner_right_box {}

.banner_right_box.get_com {
    background: #30a3eb
}

.get_com h3 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0.9;
}

.get_com h3 span {
    display: block;
    color: rgba(255, 255, 255, 0.6);
}

.get_com h3 span:nth-child(2) {
    font-size: 1.74em;
    color: #fff;
}

.impLinks h3 {
    width: 100%;
    text-align: center;
    padding: 0;
}

.impLinks li {
    margin-bottom: 5px;
}


/*inner customer page*/

.inner-header {
    background: #303030;
}

.inner-header h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
}


/*end inner customer page*/


/*inner common*/

.page_title_new h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.page_content {
    background: transparent;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page_title {
    padding: 15px 0 15px;
    background-color: #2c4c00;
    /*background-image: url(../img/new_customer.jpg);*/
    background-size: 50%, 100%;
    background-repeat: no-repeat;
    background-position: left 100% center;
    color:#fff;
}


.page_title.dark_pt h2 {
    color: #fff;
}

.page_title.dark_pt p {
    color: rgba(255, 255, 255, 0.7);
}

.graybg {
    background-color: #efefef;
}


/*.page_title.shopping_cart_h {
	background-color: #231c89;
	background-image: url(../img/2gb-header2.png),  linear-gradient( #1c1676, #2b219c);
	background-size: 50%, 100%;
}*/

.page_title.hosting_cart_h {
    background-color: #115e85;
    background-image: url(../img/hosing_cart.png);
    background-size: 50%;
}

.page_title.domain_cart_h {
    background-color: #08229d;
    background-image: url(../img/domain_cart.jpg);
    background-size: 50%;
}

.page_title.checkout_h {
    background-color: #0d50a1;
    background-image: url(../img/new_customer.jpg);
    background-size: 50%;
}

.domain_transfer_h {
    background-color: #0d50a1;
    background-image: url(../img/domain_transfer.png), linear-gradient(#0452a2, #0c4c9f);
    background-size: 50%, 100%;
}


/*End inner common*/


/*Domain Register */

.domain-register-page {
    background-color: #fefefe;
    background-image: url(../img/register-domain.jpg);
    padding-top: 120px;
    padding-bottom: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.roundshape {
    width: 50%;
    background: #30a3eb;
    background-image: linear-gradient(90deg, #50c3ff, #30a3eb);
    height: 0;
    padding-top: 50%;
    position: absolute;
    top: -36%;
    border-radius: 100% 100% 100% 100%;
    left: -15%;
    box-shadow: 11px 14px 1px 0px rgba(0, 0, 0, 0.1);
}

.domain-register-outer {
    background: #fff;
    padding: 2% 30px 4%;
    border-radius: 12px;
    /*box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);*/
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.domain-register-outer>h2 {
    color: #303030;
    font-weight: 800;
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.domain-register-box {
    /*display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;*/
    position: relative;
}

.domain-register-box .input-lg {
    width: 100%;
    max-width: 100%;
    padding: 22px 10px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 5px;
    border: 1px solid #3576d3;
    border-radius: 70px;
    height: auto;
    background: #fff;
}

.slider_down input[type="text"] {}

.selectand-search-2 {
    position: absolute;
    right: 11px;
    text-align: right;
    top: 7px;
    outline: 0px;
    border: 0px;
    width: 310px;
}

.selectand-search-2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    margin-top: 10px;
    border: 0px;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    background-image: url(../images/2.png);
    background-repeat: no-repeat;
    background-position: right 0 top 8px;
    margin-right: 0;
    padding-right: 35px;
    width: 100px;
    max-width: inherit;
    text-align: right;
}

.selectand-search-2 input[type="submit"] {
    border: 2px solid #30a3eb;
}

.selectand-search-2 .btn-success.mybtn {
    border-radius: 110px;
}

@media screen and (max-width: 767px) {
    .selectand-search-2 {
        position: relative;
        width: 100%;
    }
    .selectand-search-2 select {
        padding-right: 22px;
        width: 89px;
        font-size: 15px;
    }
    .selectand-search-2 input {
        padding: 7px 12px
    }
    .domain-register-page {
        padding-top: 50px;
        padding-bottom: 350px;
    }
}


/*End Domain Register */


/*Domain result page*/

.domain-register-page.domain-result-page {
    padding-top: 50px;
    background-color: #efefef;
    background-image: none;
    padding-bottom: 100px;
}

.domain-result-page h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #00002c;
    font-weight: 800;
    font-size: 30px;
}

.resultMain {
    border: 5px solid #fff;
    border-radius: 8px;
    background: rgba(255, 255, 255, 10);
    padding: 30px;
    /*box-shadow: 0 0 81px -19px rgba(0, 0, 0, 0.4);*/
}

.resultMain>.row {
    background: #fff;
    margin-bottom: 12px;
    border-radius: 4px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 15px -8px rgba(0, 0, 0, 0.3);
}

.resultMain>.row form {
    margin-top: -7px;
}

.resultMain>.row form .btn-success {
    margin: 0;
    float: right;
    height: auto !important;
    border-radius: 3px;
    font-weight: 700;
    line-height: 24px;
    font-family: raleway;
    background-color: #3577d3;
}

.resultMain form {
    margin-bottom: 0;
}

.resultMain>.row>div:first-child {
    font-size: 1.2em;
    font-weight: 700;
    color: #3576d3;
}

.searchagain {
    margin-top: 50px;
}

.searchagain .row {
    margin: 0;
}

.searchagain h4 {
    text-align: center;
    margin-bottom: 30px;
}

.searchagain input,
.searchagain select {
    border: none;
    margin: 0 5px;
    font-size: 18px;
    max-width: 300px;
    border: 1px solid #ccc;
}

.searchagain #newdomain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px;
}

.searchagain .btn-success {
    overflow: ;
    margin: 0;
    float: right;
    height: auto !important;
    border-radius: 3px;
    font-weight: 700;
    line-height: 24px;
    font-family: raleway;
    font-size: 14px;
    background-color: #3576d3;
}

.searchagain input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}

.searchagain input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.searchagain input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

.searchagain input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.ui-dialog-titlebar-close::after {
    content: "\f00d";
    font-family: "Fontawesome";
    font-weight: normal;
}

.ui-dialog.ui-corner-all.ui-widget {
    width: 100% !important;
    max-width: 400px;
    border: none;
    padding: 0;
    box-shadow: 1px 1px 61px -9px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    z-index: 999999 !important;
    background: #fff;
}

.ui-dialog.ui-corner-all.ui-widget .ui-widget-header {
    border: none;
    background: #FFFFFF;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #cccc;
    border-radius: 0;
    padding: 5px 10px;
}

.ui-dialog.ui-corner-all.ui-widget .ui-widget-header .ui-dialog-titlebar-close {
    width: auto;
    height: 30px !important;
    color: red;
    background: transparent;
    border: 0;
    float: right;
    padding: 0;
    
}

.ui-dialog.ui-corner-all.ui-widget .ui-widget-header .ui-dialog-titlebar-close:hover {
    color: #fff;
    background: red;
}

.privacydialog select {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    background: #efefef;
    border: none;
    width: auto;
    padding-right: 14px;
}

.ui-dialog.ui-corner-all.ui-widget .btn-success.mybtn {
    margin-top: 20px;
    background-color: #3576d3;
}

@media screen and (max-width: 767px) {
    .resultMain>.row form {
        margin-top: 14px;
    }
    .resultMain>.row form .btn-success {
        float: none;
    }
    .searchagain #newdomain {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .searchagain input,
    .searchagain select {
        margin-bottom: 10px;
    }
}


/*End domain result page*/


/*domain transfer*/

.domain_transfer_box {
    padding: 15px;
}

.domain_transfer_fild {
    display: flex;
    border: 2px solid #f4f8fa;
    padding: 3%;
    border-radius: 7px;
    margin-bottom: 30px;
    background: #f4f8fa;
}

.domain_transfer_fild input.input-lg {
    max-width: 585px;
}

.domain_transfer_fild input.input-lg,
.domain_transfer_fild select {
    border: 1px solid #2d454f;
    font-size: 18px;
    height: 55px;
    border-radius: 4px;
    margin: 0;
}

.domain_transfer_fild select {
    margin-left: -2px;
    border-radius: 0 4px 4px 0;
}


/*End domain transfer*/


/*Cart page*/

.table-responsive thead tr td {
    font-weight: 700;
}

.removeFromcart {
    border: 1px solid #fff;
    width: 33px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    /* box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3); */
    border-radius: 100%;
}

.table-responsive thead tr td {
    background-color: #2c4c00;
    font-size: 16px;
    padding: 5px;
    color: #fff;
}

.table-responsive tr td select {
    margin-bottom: 0!important;
    width: auto;
}

.table-responsive thead tr td,
.table-responsive tr td {
    padding: 8px 10px;
}

.carttable tr {
    border-bottom: 5px solid #fff;
}

.defaultForm {}

.ui-dialog .ui-dialog-content.formLogin {
    padding: 20px 15px;
    background:#fff;
}

.formLogin form {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .carttable {
        border: none;
    }
    .carttable thead {
        display: none;
    }
    .carttable tbody tr,
    .carttable tbody td {
        display: block;
    }
    .carttable tbody tr td::before {
        display: block;
        font-weight: 700;
    }
    .carttable tbody tr td:nth-child(1)::before {
        content: "Item Description";
    }
    .carttable tbody tr td:nth-child(2)::before {
        content: "Duration";
    }
    .carttable tbody tr td:nth-child(3)::before {
        content: "Price";
    }
    .carttable tbody tr.c_table_footer td::before {
        display: none;
    }
    .carttable tbody tr.c_table_footer td:nth-child(1) {
        display: none;
    }
    .carttable tbody tr td:nth-child(1) {
        padding-right: 50px;
        position: relative;
    }
    .carttable tbody tr td .removeFromcart {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .carttable tbody tr td:nth-child(3),
    .carttable tbody tr td:nth-child(2) {
        width: 50%;
        float: left;
    }
    .carttable tbody tr:after {
        content: "";
        display: block;
        clear: both;
    }
}


/*End cart page*/


/*linexoffer page*/

.offer_banner {
    background: url(../img/diwalibanner2.jpg);
    min-height: 60vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.affter_offer_banner {
    margin-top: -219px;
}


/*.dark .page_title_new h2{
	color: #fff;
} */

@media screen and (min-width: 1200px) {
    .offer_banner {
        background-size: 100%;
        /*min-height: 580px;*/
        min-height: 400px;
    }
    .dark .page_title_new h2 {
        color: #fff;
    }
}

@media screen and (max-width: 1199px) {
    .offer_banner {
        background: url(../img/banner-mobile.jpg);
        min-height: 37vw;
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .affter_offer_banner {
        margin-top: 0;
    }
    .on-christmas+.affter_offer_banner {
        margin-top: -218px;
    }
}


/*end linexoffer page*/


/*hosting cart page*/

.hostingCart {
    padding-top: 20px;
}

.hostingCart h1 {
    font-size: 28px;
}

.hostingCart_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hostingCart_opt1,
.hostingCart_opt2 {
    background: #F4F4F4;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 48%;
    margin-top: 20px;
    border: 3px solid #F4F4F4;
    position: relative;
    z-index: 9
}

#newdomain,
#owndomain {
    z-index: 99;
}

#newdomain,
#owndomain span {
    font-size: 30px !important;
    margin-left: 0 !important;
    width: 100%;
}


/*#newdomain::before, #owndomain::before {
	content: "";
	display: block;
	border: 3px solid #3576d3;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}*/

.hostingCart_submit {
    width: 0%;
    padding: 10px 0px;
}

.hostingCart_opt1 p{
    font-size:16px;
    font-weight:600;
    padding:10px 0px;
}

.hostingCart_opt1 tr td{
    font-size:16px;
    font-weight:40000;
    padding:5px 0px;
}



.hostingCart_inner label {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
    line-height: 1.3em;
}

.hostingCart_inner label input {
    margin: 0 15px 0 0;
    position: absolute;
    left: 0;
    top: 6px;
}

.hostingCart_inner .input-lg {
    border: 1px solid #bfbfbf;
    background: #fff;
    border-radius: 5px;
    width: auto;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.hostingCart_inner .input-dr {
    max-width: 100px;
    color: #368cbb;
    height: 46px;
    border-radius: 4px;
    border-color: #bfbfbf;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

.hostingCart_inner select {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
    .hostingCart_opt1,
    .hostingCart_opt2 {
        width: 100%;
    }
}


/*End hosting cart */


/*customer sign up */

.customersignupForm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.csf-row h4 {
    padding-left: 15px;
    padding-right: 15px;
    color: #3576d3;
    margin-bottom: 0;
}


/*.csf-row {
	
	margin-top: 0;
	margin-bottom: 30px;
	box-shadow: 0 10px 8px -10px rgba(0,0,0,0.3);
}*/

.csf-row {
    margin-top: 0;
    margin-bottom: 30px;
    box-shadow: 0 10px 8px -10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.csf-row .form-group {
    margin-top: 15px;
}

.csf-row .form-control {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 8px 10px;
    box-shadow: none;
}

.csf-row label {
    font-size: 17px;
    font-weight: 600;
}

.csf-row label small {
    line-height: 1em;
}


/*End customer sign up */


/*My account common*/

.dashBoard~#footer {
    margin-top: 0;
}

.dashBoard {
    background: #f5f7fb;
    min-height: 86vh;
    /*height: 86vh;
	position: sticky;
	top: 50px;
	overflow-y: scroll;
	z-index: 999;*/
}

.dashBoard:after {
    content: "";
    display: block;
    clear: both;
}

.d-sidebar {
    width: 250px;
    float: left;
    padding: 30px 15px;
}

.d-mainbar {
    width: calc(100% - 250px);
    float: left;
    padding: 30px 15px;
}

.d-page-h {
    background: #fff;
    text-align: left;
    border-radius: 6px 6px 0 0;
    /*margin-bottom: 5px;*/
    margin-bottom: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 0 23px -5px rgba(0, 0, 0, 0.2)
}

.d-page-h h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1f2539;
}


.cleintarea-head-left {
    white-space: nowrap;
}
.cleintarea-head-left h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}

.cleintarea-head-left h5{
    margin: 0;
    padding: 0;
}

.cleintarea-head-right p{
    margin-bottom: 0;
}

.cleintarea-head-right .blue-btn-new {
    border-radius: 100px;
    font-size: 13px;
    line-height: 1.1em;
    padding: 6px 14px;
}

.clientarea-head {
    display: flex;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cleintarea-head-right {
    width: 100%;
    text-align: right;
}

.d-navbar .nav2,
.d-navbar .navbar-collapse {
    padding: 0;
}

.d-navbar .nav2.navbar-right {
    float: none!important;
}

.d-navbar .navbar-default li {
    display: block;
    float: none;
    clear: both;
}

/*.d-navbar .nav2 li a {
    background: none
}*/

.d-navbar .navbar-default .navbar-nav>li:hover {
    background: #ededed;
    border-radius: 10px;
}

.d-navbar .navbar-default .navbar-nav>.active>a,
.d-navbar .navbar-default .navbar-nav>.active>a:focus,
.d-navbar .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.d-navbar .nav2 li a,
.d-navbar .navbar-default .navbar-nav>li:first-child>a {
    color: #363d56 !important;
    padding: 18px 10px;
    font-size: 20px;
    font-weight: 700;
}

.d-navbar .nav2 li a:hover,
.d-navbar .navbar-default .navbar-nav>li:first-child>a:hover {
    color: #000 !important;
    background-color: #ccc;
}

.navbar-right.nav2 .dropdown-menu {
    left: 0;
    right: auto;
    width: 100%;
}

.m5 {
    margin: 5% 0 1%;
}


.offerpage h3 {
    font-size: 38px;
    color: #3396ff;
    padding: 3% 0 1%;
    margin: 0;
}


img.serverimg {
    width: 50%;
    margin: 5% 0 0;
}

p.pramotiontxt {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}


.priceing-section.offerpage p.supportblock {
    background: #41aaf4;
    color: #fff;
    padding: 2%;
    border-radius: 20px;
    font-size: 28px;
    box-shadow: 1px 2px 5px #999;
    line-height: normal;
}

img.supportimg {
    width: 50%;
}


.priceing-section .section-title p.indianservers {
    color: #000;
    background: rgb(247,148,51);
    background: linear-gradient(90deg, rgba(247,148,51,1) 0%, rgba(255,255,255,1) 36%, rgba(243,255,246,1) 65%, rgba(18,131,8,1) 100%);
    border-radius: 10px;
    margin: 0 0 5%;
    padding: 1%;
    font-size: 28px;
    font-weight: 100;
}

.material-icons {
    display: none;
}

.d-navbar .navbar-default .navbar-nav>li a .material-icons {
    color: #3576d3!important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.d-navbar .navbar-default .navbar-nav>li.active a,
.d-navbar .navbar-default .navbar-nav>li.active a .material-icons {
    color: #000 !important;
}

.d-navbar .navbar-default .navbar-nav>li.active a .material-icons {
    color: #ffffff!important;
}

.d-navbar .navbar-default .navbar-nav>li.active a,
.d-navbar .navbar-default .navbar-nav>li.active a:hover,
.d-navbar .navbar-default .navbar-nav>li.active a:focus {
    background: #3575d3;
    border-radius: 4px;
    color: #fff!important;
}



.d-navbar .navbar-default .navbar-nav>li>a:focus,
.d-navbar .navbar-default .navbar-nav>li>a:hover,
.d-navbar .nav2 li:hover {
    background-color: transparent;
}

.d-section {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 23px -5px rgba(0, 0, 0, 0.2)
}

.d-section table td {
    background: transparent;
}

.d-section .table-responsive tr {
    background-color: #ffffff;
}

.d-section table td,
.d-section table td * {
    font-size: 14px;
}

.d-section table td a {
    color: #3576d3;
}

.d-page-h+.d-section {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.d-section .ui-widget-header {
    border: none;
    background: #fff;
    color: #333333;
    font-weight: bold;
}

.d-section .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
}

.d-section .ui-tabs .ui-tabs-panel {
    padding: 0;
    background: none;
}

.d-section .ui-tabs .table-responsive {
    margin-top: 0;
    width: auto;
}


/*.d-page-h-fillters {
	width: 50%;
	padding: 12px 15px;
}*/

.d-page-h-fillters {
    width: auto;
    padding: 12px 15px;
    max-width: 80%;
}

.d-page-h-fillters form {
    margin-bottom: 0;
}

.d-page-h-fillters .form-inline .form-group {
    display: block;
    text-align: right;
}

.d-page-h-fillters .form-control {
    margin-bottom: 0;
}

.d-page-h-fillters .col-auto {
    width: auto;
    display: inline-block;
}

.d-page-h-fillters i {
    color: #3575d3;
    margin-right: 10px;
    display: inline-block;
}

.d-page-h-fillters .col-auto {
    padding-left: 5px;
    padding-right: 5px;
}

.d-page-h-fillters label {
    display: inline-block;
    font-size: 14px;
}

.d-page-h-fillters .col-auto input[type="button"] {
    margin-top: 0;
}

.d-page-h-fillters .form-control {
    margin-bottom: 0;
    background: #e7eeff;
    border: none;
    box-shadow: none;
    color: #000;
    padding: 10px 15px;
    height: auto;
    border-radius: 0;
}

.d-page-h-fillters select.form-control {}

.d-page-h-fillters .form-control:::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.d-page-h-fillters .form-control:::-moz-placeholder {
    color: #000;
    opacity: 1
}

.d-page-h-fillters .form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.d-page-h-fillters .form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}


/*.d-navbar .nav2 li ul{
	background: transparent;
}*/

.d-navbar .nav2 a {
    font-weight: 400;
    font-size: 14px;
}

.d-navbar .dropdown-menu {
    position: static;
    box-shadow: none;
    padding: 0;
    border: none;
    background: #e7e7e7;
    margin-bottom: 20px;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: sidemenuani;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    /* Standard syntax */
    animation-name: sidemenuani;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: 1;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes sidemenuani {
    0% {
        transform: translateY(-15px);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}


/* Standard syntax */

@keyframes sidemenuani {
    0% {
        transform: translateY(-15px);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.d-navbar .nav2 .dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0;
    padding: 6px 0 6px 40px;
}

.d-section .table-striped>tbody>tr:nth-of-type(2n+1),
.table-hover>tbody>tr:hover {
    background-color: #fff;
}


/*End My account Common*/

@media screen and (max-width: 767px) {
    .d-mainbar {
        width: 100%;
    }
    .d-sidebar {
        width: 100%;
    }
    .clientarea-head { 
        flex-wrap: wrap;
    }
    .cleintarea-head-left,
    .cleintarea-head-right {
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }
}


/*My hosting page*/

.custmor_hosting_table {
    width: 100%;
    max-width: 100%;
    display: block;
}

.custmor_hosting_table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}

.custmor_hosting_table tr {
    position: relative;
}


/*.custmor_hosting_table .host_addi_dtl {

	width: 100%;
	border: 1px solid #1f2943;
	top: 100%;
	background: #1f2943;
	color: #fff;
	z-index: 999;
	border-radius: 0;
	box-shadow: none;
	padding: 6px 15px;
}*/

.custmor_hosting_table .host_addi_dtl {
    /* position: absolute; */
    /* left: 0; */
    /* display: none; */
    width: 100%;
    /* border: 1px solid #1f2943; */
    top: 100%;
    background: linear-gradient(141deg, #3576d3, #50c1df, #2081bf);
    color: #fff;
    z-index: 999;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 15px;
}

.outer_hmt {
    width: 100%;
    margin-bottom: 10px;
}

.inner_hmt h3 {
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    padding: 0;
}

.inner_hmt h4 {
    font-size: 16px;
    color: #8f8f8f;
    padding: 0;
}

.inner_hmt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner_hmt>div {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.custmor_hosting_table tr td {
    padding-bottom: 30px;
    display: block;
    border: 1px solid #e7e7e7;
    width: 100%;
    display: block;
    padding: 0;
}

.custmor_hosting_table tr:hover .host_addi_dtl {
    display: block;
}

.cPanelbtn {
    background: #fff;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
}

.inner_hmt_b p {
    margin-bottom: 0;
    font-weight: 600;
}

.inner_hmt_b .renewP span,
.inner_hmt_b .userP span {
    font-weight: 400;
    opacity: 0.7
}

.had_box_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.had_box {
    width: 33.333%;
}

.had_box+.had_box {
    width: 66.6666%;
    display: flex;
    justify-content: space-between;
}

.had_box p {
    color: #fff;
    margin-bottom: 0;
}

.cPanelbtn {
    background: #fff;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block;
    width: auto;
    vertical-align: middle;
    margin-right: 15px;
    max-width: 160px;
    text-align: center;
}

button.cPanelbtn {
    background: #fff;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 0;
    vertical-align: middle;
    color: rgba(49, 50, 51, 1);
    text-transform: inherit;
    ;
    margin-left: auto
}


/*End my hosting page*/


/*diwali*/

.offer {
    position: relative;
    -webkit-animation-name: diwali;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: diwali;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    /*background-clip: text;
  color: transparent;*/
    color: #fff;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes diwali {
    0% {
        color: #f90404;
        /*left:0px;*/
        transform: scale(1.2);
    }
    25% {
        color: #d33e7a;
        /*left:6px; */
        transform: scale(1);
    }
    50% {
        color: #b9d402;
        /*left:0; */
        transform: scale(1.2);
    }
    75% {
        color: #b74300;
        /*left:-6px;*/
        transform: scale(1);
    }
    100% {
        color: #f90404;
        /*left:0px;*/
        transform: scale(1.2);
    }
}


/* Standard syntax */

@keyframes diwali {
    0% {
        color: #f90404;
        /*left:0px;*/
        transform: scale(1.2);
    }
    25% {
        color: #d33e7a;
        /*left:6px; */
        transform: scale(1);
    }
    50% {
        color: #b9d402;
        /*left:0; */
        transform: scale(1.2);
    }
    75% {
        color: #b74300;
        /*left:-6px;*/
        transform: scale(1);
    }
    100% {
        color: #f90404;
        /*left:0px;*/
        transform: scale(1.2);
    }
}


/*end diwali*/


/*@-webkit-keyframes diwali {
  0%   {background-color:red; left:0px; }
  25%  {background-color:yellow; left:6px; }
  50%  {background-color:blue; left:0; }
  75%  {background-color:green; left:-6px; }
  100% {background-color:red; left:0px; }
}


@-webkit-keyframes diwali {
  0%   {background-color:red; left:0px; }
  25%  {background-color:yellow; left:6px; }
  50%  {background-color:blue; left:0; }
  75%  {background-color:green; left:-6px; }
  100% {background-color:red; left:0px; }
}*/

.header-offer-bar {
    /*background-image: linear-gradient(to right, #f0863b, #f5b476, #f0863b);*/
    position: relative;
    -webkit-animation-name: diwalitop;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: diwalitop;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    /* background-clip: text; */
    /* color: transparent; */
    color: #fff;
    /*display: -webkit-box  ;
	display: -ms-flexbox  ;
	display: flex  ;
	-webkit-box-pack: center  ;
	-ms-flex-pack: center  ;
	justify-content: center  ;
	align-items: center;*/
    text-align: center;
}

.header-offer-bar a {
    text-align: center;
    display: block;
}

.header-offer-bar a:hover {
    background-color: #f90504;
}

.header-offer-bar h1,
.header-offer-bar p {
    font-size: 16px;
    margin: 0;
    line-height: 1.2em;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.header-offer-bar p {
    font-size: 14px;
}

.header-offer-bar .offer-2 {
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    -webkit-animation-name: diwali-2;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: diwali-2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    /*background-clip: text;
  color: transparent;*/
    color: #fff;
}

@-webkit-keyframes diwalitop {
    0% {
        background-color: #f90404;
        /*left:0px;*/
    }
    25% {
        background-color: #b74300;
        /*left:6px; */
    }
    50% {
        background-color: #d33e7a;
        /*left:0; */
    }
    75% {
        background-color: #f64729;
        /*left:-6px;*/
    }
    100% {
        background-color: #f90404;
        /*left:0px;*/
    }
}

@keyframes diwalitop {
    0% {
        background-color: #f90404;
        /*left:0px;*/
    }
    25% {
        background-color: #b74300;
        /*left:6px; */
    }
    50% {
        background-color: #d33e7a;
        /*left:0; */
    }
    75% {
        background-color: #f64729;
        /*left:-6px;*/
    }
    100% {
        background-color: #f90404;
        /*left:0px;*/
    }
}

@-webkit-keyframes diwali-2 {
    0% {
        color: #fffc00;
        /*left:0px;*/
        transform: scale(1.2);
    }
    25% {
        color: #ffffff;
        /*left:6px; */
        transform: scale(1);
    }
    50% {
        color: #fffc00;
        /*left:0; */
        transform: scale(1.2);
    }
    75% {
        color: #ffffff;
        /*left:-6px;*/
        transform: scale(1);
    }
    100% {
        color: #fffc00;
        /*left:0px;*/
        transform: scale(1.2);
    }
}


/* Standard syntax */

@keyframes diwali-2 {
    0% {
        color: #fffc00;
        /*left:0px;*/
        transform: scale(1.2);
    }
    25% {
        color: #ffffff;
        /*left:6px; */
        transform: scale(1);
    }
    50% {
        color: #fffc00;
        /*left:0; */
        transform: scale(1.2);
    }
    75% {
        color: #ffffff;
        /*left:-6px;*/
        transform: scale(1);
    }
    100% {
        color: #fffc00;
        /*left:0px;*/
        transform: scale(1.2);
    }
}


/*responsive*/

@media screen and (max-width: 1099px) {
    .main-header .navbar-nav li a {
        font-size: 12px;
        color: #ffffff !important;
        background-color: transparent;
        padding-left: 6px;
        padding-right: 6px;
    }
    .main-header .navbar-nav {
        margin: 0;
    }
    /*priceing page*/
    .pricing>ul>li {
        width: 31.25%;
        margin-right: 2%;
    }
    .pricing>ul>li:nth-child(4n+4) {
        margin-right: 2%;
    }
    .pricing>ul>li:nth-child(3n+3) {
        margin-right: 0;
    }
    /*End priceing page*/
}

@media screen and (max-width: 767px) {
    .homsider_row {
        display: block;
    }
    .navbar-nav .mm-three .dropdown-menu>li,
    .navbar-nav .mm-four .dropdown-menu>li,
    .navbar-nav .mm-five .dropdown-menu>li,
    .navbar-nav .megamenu li {
        width: 100%;
    }
    .navbar-nav .megamenu .dropdown-menu>li>a {
        height: auto;
        padding: 5px 15px 5px 15px;
    }
    .megamenu .dropdown-menu a .btn {
        position: static;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .megamenu .dropdown-menu li {
        background-color: #000;
    }
    .main-header .container>.navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        overflow-y: auto;
        max-height: 78vh;
        box-shadow: 0 0 11px 11px rgba(0, 0, 0, 0.3);
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
    /*inner header*/
    .page_title {
        background-image: none;
    }
    .page_title h2,
    .page_title p {
        max-width: 100%;
    }
    /*inner header*/
    /*priceing page*/
    .pricing>ul>li {
        width: 100%;
        margin-right: 0;
    }
    .pricing>ul>li:nth-child(4n+4) {
        margin-right: 0;
    }
    .pricing>ul>li:nth-child(3n+3) {
        margin-right: 0;
    }
    .page_title h2 {
        font-size: 20px;
        line-height: 1.4;
    }
    /*End priceing page*/
    .on-christmas+.affter_offer_banner {
        margin-top: -328px;
    }
}

@media screen and (max-width: 600px) {
    .inner_homeslider {
        display: block;
        padding: 0;
        height: auto;
    }
    .hs-image {
        position: static;
        height: auto;
        width: 100%;
    }
    .owl-carousel.homsider .owl-stage {
        display: block;
    }
    .homsider .hs-image img {
        height: 150px;
    }
    .owl-nav {
        width: 50%;
        position: absolute;
        bottom: auto;
        top: 20px;
    }
    .header-offer-bar h1,
    .header-offer-bar p {
        font-size: 12px;
    }
    .new_slider_text h2 {
        font-size: 17px;
    }
    .new_slider_text h3 p.offer {
        float: none;
    }
    /* Inderjeet */
    .top-right-menu .top,
    .top-right-menu .blue-btn {
        font-size: 10px !important;
    }
    .top-right-menu a:not(.blue-btn) i {
        margin: 0;
        width: 15px;
        height: 15px !important;
        line-height: 1.2 !important;
    }
    .top-left-menu {
        margin-top: 2px;
    }
    .top-left-menu p span {
        font-size: 13px;
    }
    .top-right-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .navbar-header a.blue-btn {
        padding: .5rem;
        margin-top: 5px;
    }
    .navbar-header a.blue-btn i {
        margin-right: 5px;
    }
    .hostingCart {
        padding-top: 25px;
    }
    .payment-mathod {
        text-align: left;
    }
    .payment-mathod .pull-right {
        float: inherit !important;
        margin-top: 1rem;
    }
    .navbar-default .navbar-nav>li:first-child>a {
        padding-left: 6px !important;
    }
}


/*end responsive*/


/*chirstmas*/

.offer_banner.on-christmas {
    background: url(../images/newyear/1930.jpg);
    background-size: 28%;
    background-position: top center;
    background-repeat: repeat-x;
    min-height: 400px;
}

.highlight {
    background: rgba(255, 255, 0, 0.8);
}

.header-christmas h2 {
    font-size: 18px;
    color: #113255;
    position: relative;
    z-index: 999;
}

.header-christmas h2 span:not(.linkebtn) {
    color: #e72c30/*#1273eb*/
    ;
    background: rgba(255, 255, 0, 0.6);
}

.linkebtn {
    background: #fff;
    font-size: 13px;
    padding: 0 18px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 auto 0 30px;
    text-transform: uppercase;
    vertical-align: middle;
}

.linkebtn:hover {
    background: #1273eb;
    color: #fff;
}

#campaign-christmas-landing {
    overflow: hidden;
    position: relative;
    animation: snowY 5s linear infinite, snowX 55s linear infinite;
    padding: 0;
    background: url(../images/newyear/snow.svg) 0 0, url(../images/newyear/montains.svg) bottom right no-repeat, linear-gradient(to right, #c7ebff, #92cdfa);
    background-size: 1560px auto, 1832px auto, auto auto;
}

#campaign-christmas-landing .notification__content {
    padding: 0;
}

#campaign-christmas-landing .notification__content a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 20px 50px 20px 20px;
    color: #113255 !important;
}

#campaign-christmas-landing {
    overflow: hidden;
    position: relative;
    animation: snowY 5s linear infinite, snowX 55s linear infinite;
    padding: 0;
    background: url(../images/newyear/snow.svg) 0 0, url(../images/newyear/montains.svg) bottom right no-repeat, linear-gradient(to right, #c7ebff, #92cdfa);
    background-size: 1560px auto, 1832px auto, auto auto;
    min-height: 70px;
}

#campaign-christmas-landing p {
    display: inline
}

#campaign-christmas-landing .notification__close {
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    color: #113255 !important
}

#campaign-christmas-landing .notification__close .icon {
    color: #113255 !important
}

#campaign-christmas-landing .notification__content {
    padding: 0
}

#campaign-christmas-landing .notification__content a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 20px 50px 20px 20px;
    color: #113255 !important
}

#campaign-christmas-landing .notification__content a b {
    color: #1273eb !important;
    font-weight: bold
}

@media screen and (max-width: 640px) {
    #campaign-christmas-landing .notification__content a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 50px 10px 20px;
        font-size: 14px
    }
    #campaign-christmas-landing .notification__content a p {
        flex: 1
    }
}

@media screen and (min-width: 768px) {
    #campaign-christmas-landing .santa,
    #campaign-christmas-landing::after {
        position: absolute;
        content: ''
    }
    #campaign-christmas-landing::after {
        top: 0;
        right: 50px;
        width: 320px;
        height: 100%;
        background: url(../images/newyear/house-and-forest.svg) bottom right no-repeat;
        background-size: 320px auto
    }
}

@media screen and (min-width: 1096px) {
    #campaign-christmas-landing .santa {
        animation: santaMovement 20s linear infinite;
        top: 50%;
        right: 400px;
        width: 152px;
        height: 50px
    }
    #campaign-christmas-landing .santa::before {
        animation: santaRotate 8s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: -25px;
        background: url(../images/newyear/santa.svg) center center no-repeat;
        background-size: 152px auto;
        content: ''
    }
}

@keyframes santaMovement {
    0% {
        transform: translate(40px, 60px)
    }
    100% {
        transform: translate(-1000px, -60px)
    }
}

@keyframes santaRotate {
    0% {
        transform: rotate(-3deg)
    }
    50% {
        transform: rotate(3deg)
    }
    100% {
        transform: rotate(-3deg)
    }
}

@keyframes snowY {
    0% {
        background-position-y: 0, bottom, 0
    }
    100% {
        background-position-y: 210px, bottom, 0
    }
}

@keyframes snowX {
    0% {
        background-position-x: 0, right, 0
    }
    100% {
        background-position-x: 3120px, right, 0
    }
}

@media screen and (max-width: 767px) {
    .header-christmas h2 {
        font-size: 16px;
        text-align: center;
        line-height: 1.3em
    }
    .linkebtn {
        max-width: 130px;
        display: block;
        margin: auto;
        line-height: 2em;
        margin-top: 10px;
    }
}


/*2 gb*/

.tgb-login-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80vh;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99
}

.tgb-login-page-inner {
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 31px 4px rgba(14, 93, 153, 0.3);
    padding: 0;
    border-radius: 6px;
    background: #fff;
}

.tgb-login-page-inner>div,
.tgb-login-page-inner>form {
    padding: 10px 30px;
}

.tgb_head {
    border-bottom: 2px solid #ccc;
}

.tgb_head h1 {
    padding: 0;
    font-size: 21px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
select.form-control,
.uneditable-input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #000;
    padding: 10px 15px;
    height: auto;
    border-radius: 5px;
}

.tgb-login-page-inner form>div {
    margin-bottom: 20px;
}

.tgb-login-page-inner label {
    font-weight: 600;
}

.clg_container {
    position: relative;
}

.comon_logo_bg {}

.comon_logo_bg p {
    font-size: 12vw;
    font-weight: 800;
    margin: auto;
    color: #105e96;
    opacity: 0.0;
    font-size: 12vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: -1;
    height: 0;
    line-height: 0;
}

.clienthomebox-new {
    padding: 15px;
    min-height: 120px;
    border: 1px solid #3576d3;
    text-align: center;
    position: relative;
}

.clienthomebox-new>a {
    font-weight: 700;
    font-size: 21px;
    margin-top: 10px;
    display: block;
}

.clienthomebox-new .row {
    margin: 0;
}

.d-section .clienthomebox {
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.clienthomebox-new img {
    max-height: 44px;
}

.clienthomebox-new .cn-count {
    color: #3576d3;
    font-size: 55px;
    font-weight: 700;
    line-height: 1em;
    /* position: absolute; */
    top: 0;
    opacity: 1;
    left: 14px;
    position: absolute;
    top: -29px;
    background: #fff;
    border: 1px solid;
    border-radius: 100%;
    height: 66px;
    width: 66px;
    line-height: 66px;
    box-shadow: 1px 1px 12px -1px rgba(0, 0, 0, 0.3);
}


/*2gb Footer start*/

.footer p {
    color: #bfbfbf;
}

.footer {
    background-color: #15212a;
    clear: both;
    width: 100%;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: none;
}

.footer .block h2.block-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-left: 0px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
    margin-top: 35px;
}

.footer .block ul {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.footer .block ul li {
    list-style-type: none;
    list-style-image: none;
    position: relative;
    margin: 0;
    padding: 3px 0;
}

.footer .block a {
    color: #bfbfbf;
    text-decoration: none;
    transition: all .2s ease;
    padding-left: 0px;
    font-size: 14px;
}

.footer .block a:hover {
    color: #26809d !important;
}

.newsletter-content {
    margin: 0px 50px 50px;
    color: #fff;
}

input.incsub-mailchimp-field {
    width: 70%;
    padding: 10px;
    margin-top: 0;
    float: left;
    color: #666;
}

input.incsub-mailchimp-submit {
    padding: 11px 21px;
    background: #2b90eb;
    color: #fff;
    border: 1px solid #2b90eb;
    width: 30%;
    float: left;
    box-shadow: none;
}

.newsletter-content p {
    color: #7a8078;
    text-align: center;
    margin-top: 0px;
}

.payment-mathod span.block-title {
    color: #bfbfbf;
}

ul.footer-social-links li a i {
    font-size: 0px;
}

ul.footer-social-links li a i:before {
    font-size: 14px;
    color: #68cef5;
}

.footer-logo {
    margin-top: 35px;
}

ul.footer-social-links li {
    list-style-type: none;
    list-style-image: none;
    position: relative;
    margin: 0;
    padding: 3px 0;
    float: left;
}

ul.footer-social-links li a {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    margin: 8px 4px !important;
    border-radius: 10px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
}

form#simplenews-subscriptions-block-e966a13c-6400-4938-a3cc-fbb40ee580a9 {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

form#simplenews-subscriptions-block-e966a13c-6400-4938-a3cc-fbb40ee580a9 .form-group {
    width: auto;
    text-align: left;
}

.footer .form-group {
    margin-bottom: 15px;
    display: inline-block;
}


/*2gb Footer end*/

.d-section form .form-control {
    margin-bottom: 10px;
}

.d-section textarea {
    max-height: 100px!important
}

.hostingdetailsboxheading {
    width: 100%;
    border-radius: 10px;
    background-color: #3576d3;
    text-align: center;
    color: #fff;
    margin: 0;
}

.details-btn{
    background:#3576d3;
    border:1px #3576d3;
    padding:10px 20px;
    color:#fff;
}

.details-btn:hover{
    background: #fff;
    border: 2px solid #3576d3;
    padding: 10px 20px;
    color: #000;
}

@media screen and (min-width: 768px) {
    .navbar-header .blue-btn {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #top-header .blue-btn {
        /*margin: 10px 0px;*/
        align-content: center;
        /*display: none;*/
        font-size: 18px;
    }
    .navbar-header .blue-btn {
        display: inline-block;
    }
    .top-right-menu .top,
    .top-right-menu .blue-btn {
        margin: 0px;
        color: #000;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        display: inline-block;
    }
    /*.top-right-menu a {
		color: #000;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0;
		display: inline-block ;
	}*/
    .top-right-menu a:not(.blue-btn) i {
        color: #3576d3;
        font-size: 1.2em;
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        width: 15px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 4px;
    }
    .d-sidebar {
        padding: 0;
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .d-navbar .nav2 {
        background: #3576d3;
        margin: 0;
    }
    .d-navbar .nav2 .navbar-toggle {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: none;
        background: #3576d3;
        padding: 15px;
        padding-right: 200px;
    }
    .d-navbar .nav2 .navbar-toggle:after {
        content: "My Account Menu";
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
    }
    .d-navbar .nav2 .navbar-toggle .icon-bar {
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
    }
    .d-navbar .nav2.navbar-right {
        background: #eaeaea;
        margin-top: 0;
    }
    .d-navbar .nav2 li a, .d-navbar .navbar-default .navbar-nav>li:first-child>a {
        padding: 10px 15px!important;
    }
    .d-sidebar {
        padding-top: 0;
    }
    .d-sidebar .container-fluid>.navbar-collapse,
    .d-sidebar .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
    .d-page-h {
        flex-wrap: wrap;
    }
    .d-page-h-fillters {
        width: auto;
        padding: 12px 15px;
        max-width: 1000%;
    }
    .d-page-h-fillters .form-inline .form-group {
        display: block;
        text-align: center;
    }
    .d-page-h-fillters .col-auto {
        margin-bottom: 5px;
    }
    .d-section {
        overflow-x: auto;
    }
}

.csf-row .form-group input[type="checkbox"] {
    margin: 10px;
}


/* Inderjeet */

ul.footer-social-links li a i:before {
    font-size: 18px;
    color: #ec7924;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background:#3576d3;
    border:1px solid #3576d3;
}



.d-section .hostingUnpaid a {
    background: #c81025;
}
.d-section .hostingPaid a {
    background: #00763b;
}

.hostingUnpaid {
    text-align: center;
    background-color: #a94442;
    color: #fff;
}

.d-section .hostingCanceled a, .d-section .hostingPaid a, .d-section .hostingUnpaid a {
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    margin: 0;
    border-radius: 3px;
}

/*new css changes 29jul22*/
.ed-table-scroll{
    margin-bottom: 30px;
}
.pagination>li>a,
.pagination>li>span {
    color: #3576d3;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .mobile-filter-btn {
        display: none!important;
    }
}
@media screen and (max-width:767px){
    .d-navbar .nav2 .dropdown-menu li {
        padding: 0 0 0 35px;
    }
    .d-mainbar {
            padding: 20px 0px;
    }    
    .cleintarea-head-right {
        font-size: 13px;
    }
    .clienthomebox-row {
        display: flex;
        flex-wrap: wrap;
        padding-left: 13px;
        padding-right: 13px;
    } 
    .clienthomebox-row:after,
    .clienthomebox-row:before{
        display: none!important ;
    }
    .d-section .clienthomebox {
        width: 50%;
        margin-bottom: 0px;
        margin-top: 30px;
        padding: 2px;
    }
    .clienthomebox-new>a {
        font-weight: 700;
        font-size: 14px;
        margin-top: 10px;
        display: block;
    }
    .clienthomebox-new {
        padding: 23px 6px 10px;
        min-height: 120px;
    }
    .clienthomebox-new .cn-count {
        font-size: 35px;
        top: 0;
        left: 6px;
        top: -27px;
        height: 53px;
        width: 54px;
        line-height: 53px;
    }
    .ed-table-scroll {
        width: calc(100% + 15px);
        overflow-y: auto;
        margin-right: -15px;
        margin-left: 0;
        padding-top: 5px;
        margin-bottom: 30px;
        padding-right: 15px;
    }
    .ed-table-scroll.ed-table-norwap table td,
    .ed-table-scroll.ed-table-norwap table th
     {
        white-space: nowrap;
    }
    .ed-table-scroll table {
        width: 100%;        
        margin: 0;
    }
    .d-navbar .navbar-default .navbar-nav>li.active a,
    .d-navbar .navbar-default .navbar-nav>li.active a:hover,
    .d-navbar .navbar-default .navbar-nav>li.active a:focus {
        background: transparent;
        color: #3575d3 !important;
        font-weight: 700;
    }
    .d-navbar .navbar-default .navbar-nav>li.active a .material-icons {
        color: #3576d3!important;
    }
    .d-navbar .navbar-default .navbar-nav>li a .material-icons {
        color: #333!important;
        font-size: 21px;
    }
    
    /*fillter-mobile*/
    .d-page-h-fillters {
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        transition: all .3s ease;
        z-index: 999999999999;
        box-shadow: 1px -3px 10px -3px rgba(0,0,0,.3);
        padding: 12px 24px;
    }

    .d-page-h-fillters .form-group{
        margin-bottom:0;
    }
    .d-page-h-fillters.filter-open{
        bottom: 0;
        top: auto;
    }
    .mobile-filter-btn {
        position: absolute;
        left: 0;
        background: #000000;
        padding: 8px 30px 8px 10px;
        border-radius: 20px 20px 0 0;
        color: #fff;
        top: -42px;
    }
    .mobile-filter-btn i {
        color: #fff;
        margin-right: 2px;
        display: inline-block;
    }
    .d-page-h-fillters.filter-open .mobile-filter-btn i:before {
        content: "\f00d";
    }
    .d-page-h-fillters .form-inline .form-group {
        display: flex;
        flex-wrap: wrap;
    }
    .d-page-h-fillters.d-page-h-fillters-one-line .form-inline .form-group {
        flex-wrap: nowrap;
    }

    .d-page-h-fillters.d-page-h-fillters-myinvoices .form-inline .form-group {
        flex-wrap: wrap;
    }
    .d-page-h-fillters.d-page-h-fillters-myinvoices .form-inline .form-group .col-auto{
        width: 50%;
    }
    .d-page-h-fillters.d-page-h-fillters-myinvoices .form-inline .form-group label {
        display: none;
    }
    .d-page-h-fillters.d-page-h-fillters-myinvoices .form-inline .form-group input[type="button"] {
    width: 100%;
    padding: 7px;
    }

    dir-pagination-controls.ng-isolate-scope {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .my-profile-table, .my-profile-table * {
        display: block;
    }
    .my-profile-table {
        padding: 10px;
    }
    .my-profile-table tr {
        margin-bottom: 15px;
        border-bottom: 1px solid  #ccc;
    }
    .my-profile-table tr:last-child {
        border-bottom: none;
    }
    .my-profile-table td {
        padding: 0!important;
    }
    /*end fillter-mobile*/
}

.mob-fa-filter-hide {
        display: none!important;
    }

	.bg-white{
		background-color: white !important;
	}
	.border-trans{
		border-color: transparent;
	}

	@media screen and (max-width:767px) {
		.my-5{
			margin: 10px 0;
		}
		
		
	}
	
	
	
	
	input[type="submit"], input[type="reset"], input[type="button"], button {
    border: 0;
    outline: none;
    color: #fff;
    font-size: 12px;
    border-radius: 0;
    background: #3576d3;
    padding: 7px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}