@charset "utf-8";
/* CSS Document */
/*
@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Regular.ttf);
    src: url(../font/Montserrat-SemiBold.ttf);
}
*/
body{
	font-family: 'Montserrat', sans-serif;
    --BlueColor: #1266cc;
    --BlueColorDark: #0954b0;
    --GreenColor: #54b764;
    --GreenColorDark: #3aa14b;
}

button{
    outline: none !important;
    transition-duration: 0.3s;
}

p{
    font-size: 16px;
    list-style: 26px;
}

.container{
    max-width: 1240px;
}

a{
    outline: none !important;
}

.footer-wrapper{
    width: 100%;
    background-color: #467aaf;
    padding-top: 70px;
    position: relative;
    z-index: 900;
}

.footer-wrapper .footer-credentials{
    text-align: left;
}

.footer-wrapper .footer-credentials p{
    padding: 0;
    margin: 26px 0px 4px 0px;
    font-size: 13px;
    color: #d2d4d4;
    width: 100%;
    display: inline-block;
}

.footer-wrapper .footer-credentials hr{
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    border-bottom: 1px solid #46515d;
}

.footer-wrapper .footerlinks ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-wrapper .footerlinks ul li{
    list-style: none;
    width: 100%;
    padding: 0;
    line-height: normal;
    margin: 10px 0px;
    display: inline-block;
}

.footer-wrapper .footerlinks ul li a{
    width: 100%;
    color: #d2d4d4;
    font-size: 14px;
    line-height: normal;
    padding: 0;
    margin: 0;
    transition-duration: 0.3s;
}

.footer-wrapper .footerlinks ul li a:hover{
    color: white;
    text-decoration: none;
}

.footer-wrapper .footerlinks h5{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer-wrapper .footerlinks p{
    font-size: 14px;
    color: #d2d4d4;
    line-height: 24px;
}

.footer-wrapper .footerlinks .col-lg-4 img{
    margin-bottom: 20px;
    width: auto;
    height: auto;
}

.footer-wrapper .footerlinks .col-lg-4 .payment-options img{
    margin-bottom: 0px;
    margin-top: 15px;
}

.footer-wrapper .footerlinks .help-support{
    margin-top: 28px;
    width: 100%;
    display: inline-block;
}

.footer-wrapper .our-partners h6{
    color: #d2d4d4;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
}

.footer-wrapper .our-partners img{
    width: 100%;
}

.footer-wrapper .our-partners{
    margin-bottom: 25px;
    margin-top: 40px;
}

.header-wrapper{
    margin-bottom: 10px;
}

.header-search{
    padding-top: 85px;
    padding-bottom: 85px;
    margin-top: 106px;
}

.header-search h2{
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 45px;
    font-weight: 400;
}

.header-search p{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px;
}

.header-search input{
    width: 100%;
    height: 58px;
    border: none;
    background: none;
    border-right: none;
    font-size: 20px;
    transition-duration: 0.3s;
    padding-left: 55px;
}
.header-search input:focus{
    border-color: var(--BlueColor);
    outline: none;
}

.header-search button{
    width: 100%;
    background: var(--BlueColor);
    color: #fff;
    border: none;
    height: 58px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 4px;
}

.header-search button:hover{
    background: var(--BlueColorDark);
}

.header-search .col-lg-10{
    padding-right: 0px;
}

.header-search .col-lg-2{
    padding-left: 0px;
}

.header-search span{
    font-size: 12px;
    width: 120px;
    float: left;
    line-height: 17px;
    margin-top: 15px;
}

.header-search span b{
    width: 100%;
    float: left;
    font-size: 14px;
}

.header-wrapper .header-container button.login-btn{
    float: right;
    background-color: var(--GreenColor);
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 16px;
    width: 65px;
    height: 26px;
    border-radius: 3px;
    margin-top: 5px;
    cursor: pointer;
}

.header-wrapper .header-container button.login-btn:hover{
    background: var(--GreenColorDark);
}

.header-wrapper .header-container h6{
    float: right;
    margin-right: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    margin-top: 9px;
}

.header-wrapper .header-container h6 i{
    color: #6b6b6b;
    font-size: 15px;
    margin: 0px 8px;
}

.header-wrapper .header-container{
    margin-top: 18px;
    margin-bottom: 12px;
}

.header-wrapper .header-container .navbar{
    background: none !important;
    padding: 0;
    margin-top: 2px;
}

.header-wrapper .header-container .navbar .nav-item{
    margin: 0px 15px;
}

.header-wrapper .header-container .navbar .nav-item .nav-link{
    padding: 13px 0px;
    margin: 0px 0px;
    color: #020202;
    font-size: 18px;
    font-weight: 600;
}

.header-wrapper .header-container .navbar .nav-item .nav-link:hover,
.header-wrapper .header-container .navbar .nav-item .nav-link:focus{
    color: var(--BlueColor);
}

.header-wrapper .header-container .navbar .nav-item .nav-link:after{
    display: none;
    visibility: hidden;
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu{
    min-width: 350px;
    left: -140px;
    border-color: #cfcfcf;
    padding: 15px 0px;
    margin-top: 10px;
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu:before{
    width: 100%;
    left : 20px;
    height: 16px;
    position: absolute;
    
    top: -16px;
    background:url(../img/menu-down-arrow.png) no-repeat top;
    content: '';
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item{
    padding: 15px 15px 15px 75px;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    float: left;
    min-height: 72px;
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item:hover{
    background: #f1f1f1;
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item h6{
    padding: 0;
    margin: 0px 0px 4px 0px;
    width: 100%;
    float: left;
    position: relative;
    font-weight: 600;
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item p{
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
    font-size: 13px;
    font-weight: 500;
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item img{
    position: absolute;
    left: 15px;
    top: 18px;
    width: 40px;
    height: 40px;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 15px;
        width: 300px;
        height: 100%;
		z-index:999;
		background-color:rgba(255,255,255,0.96);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    }

    .navbar-collapse.collapsing {
        left: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	
	.navbar-light .close_btn{
		color:#5d2701 !important;
		right:0px;
		top:0px !important;
		margin-left:-20px;
		background-color:#cdab81;
		width:40px;
		height:40px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		color:#5d2701 !important;
	}
	
	
	
	.menu-wrapper .navbar .navbar-nav {
		margin-top:50px;
	}
	
	.menu-wrapper .navbar .navbar-nav a{
		padding:0px 10px !important;
		line-height:40px !important;
	}
	
	.menu-wrapper .navbar .dropdown .dropdown-menu{
		padding:10px 10px !important;
		
	}
}


.dropdown:hover>.dropdown-menu {
    display: block;
  }

.bannerbtm-container{
    width: 100%;
    background-color: #f8fafb;
    min-height: 150px;
    border-radius: 4px;
    margin-top: -70px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33,30,30,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(33,30,30,0.1);
box-shadow: 0px 0px 10px 0px rgba(33,30,30,0.1);
}

.bannerbtm-container h5{
    position: relative;
    font-size: 20px;
    width: 100%;
    padding-left: 120px;
    color: #060606;
    margin-top: 38px;
}

.bannerbtm-container .col-lg-3{
    position: relative;
}

.bannerbtm-container .col-lg-3 img{
    width: 76px;
    position: absolute;
    left: 36px;
    top: 40px;
}

.need-assistance{
    margin-top: 90px;
}

.need-assistance h3{
    width: 100%;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 300;
}

.need-assistance h4{
    width: 100%;
    text-align: center;
    min-height: 80px;
    background-color: #f1f1f1;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 400;
    padding-top: 24px;
    margin: 0;
    transition-duration: 0.3s;
}


.need-assistance h4 a{
    font-weight: 500;
    color: #212529;
    text-decoration: none;
    transition-duration: 0.3s;
}

.need-assistance h4 a.chat:hover{
    color: var(--BlueColor);
}

.need-assistance img{
    height: 36px;
    margin-right: 4px;
}

.need-assistance font{
    padding: 0px 24px;
}

.preffered-pan-wrap{
    margin-top: 80px;
}

.preffered-pan-wrap h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 40px 0px;
    font-size: 45px;
    color: #454546;
    font-weight: 400;
}

.preffered-pan-wrap .row{
    margin-left: -35px;
    margin-right: -35px;
}

.preffered-pan-wrap .row .col-lg-4{
    padding-left: 35px;
    padding-right: 35px;
}

.preffered-pan-wrap .plan-items{
    border: 1px solid #e4e4e5;
    width: 100%;
    position: relative;
    padding: 55px 20px 0px 20px;
    transition-duration: 0.3s;
}

.preffered-pan-wrap .plan-items:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.preffered-pan-wrap .addcart{
    width: 90%;
    text-align: center;
    background: #090081;
    display: inline-block;
    min-height: 46px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-radius: 7px;
    line-height: 46px;
    transition-duration: 0.3s;
    margin-bottom: 20px;
    margin-left: 5%;
}

.preffered-pan-wrap .addcart:hover{
    text-decoration: none;
    background: var(--BlueColor);
}

.preffered-pan-wrap p{
    width: 100%;
    padding: 0;
    margin: 0px 0px 28px 0px;
    font-size: 14px;
    text-align: center;
}

.preffered-pan-wrap .plan-items ul{
    padding: 0px 20px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    display: inline-block;
}

.preffered-pan-wrap .plan-items ul li{
    list-style: none;
    padding: 0px 0px 0px 24px;
    margin: 10px 0px;
    font-size: 15px;
    color: #454546;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    line-height: normal;
    position: relative;
    text-align: left;
}

.preffered-pan-wrap ul li.green-color,
.preffered-pan-wrap ul li.green-color button{
    color: #207702;
}

.preffered-pan-wrap ul li.red-color i{
    color: red;
}

.preffered-pan-wrap ul li button{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
    font-weight: 600;
    color: #454546;
    text-align: left;
    text-decoration: underline;
}

.preffered-pan-wrap ul li i{
   
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 15px;
}

.preffered-pan-wrap .see-features{
    width: 100%;
    padding: 0;
    margin: 50px 0px 40px 0px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #408de3;
    text-decoration: underline;
    transition-duration: 0.3s;
}

.preffered-pan-wrap .see-features:hover{
    color: var(--BlueColor);
}

.preffered-pan-wrap h3{
    padding: 0;
    margin: 0px 0px 14px 0px;
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
}

.preffered-pan-wrap h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.preffered-pan-wrap h5 font{
    font-size: 15px;
    font-weight: 600;
    color: #454546;
    padding: 0px 4px 0px 4px;
    position: relative;
}

.preffered-pan-wrap h5 font:before{
    width: 100%;
    height: 1px;
    background-color: #454546;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
}

.preffered-pan-wrap h5 font i{
    font-size: 12px;
}

.preffered-pan-wrap h5 span{
    background: #92abd7;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 20px;
}

.preffered-pan-wrap h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 15px 0px;
    text-align: center;
    font-size: 65px;
    position: relative;
    font-weight: 600;
    color: #454546;
    line-height: normal;
}

.preffered-pan-wrap h4 sup{
    font-weight: 500;
}

.preffered-pan-wrap h4 sub{
    font-size: 26px;
    position: relative;
    bottom: 2px;
    font-weight: 400;
}

.preffered-pan-wrap h4 sup{
    font-size: 26px;
    position: relative;
    top: -25px;
    margin-right: 6px;
}

.preffered-pan-wrap .plan-items .most-popular{
    width: 60%;
    
    position: absolute;
    top: -17px;
    left: 20%;
    background-color: #fb5185;
    text-align: center;
    height: 36px;
    padding-top: 7px;
    color: #fff;
    font-weight: 500;
    border-radius: 25px;
}

.widerange-products{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 85px;
    
    

}

.widerange-products h2{
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 45px;
    font-weight: 400;
}

.widerange-products h6 {
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px 0px 40px 0px;
    font-size: 20px;
    font-weight: 600;
}

.widerange-products p{
    width: 100%;
    text-align: center;
}

.widerange-products-item{
    width: 100%;
    width: 100%;
    border: 1px solid #e4e4e5;
    min-height: 350px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    padding: 45px 45px 0px 45px;
    margin: 12px 0px;
    transition-duration: 0.3s;
}

.widerange-products-item:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-color: #e4e4e5;
}

.widerange-products-item h4{
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-left: 70px;
    padding-top: 2px;
}

.widerange-products-item img{
    height: 55px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.widerange-products-item a{
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #0878e0;
}

.widerange-products-item a:hover{
    color: var(--BlueColor);
}

.widerange-products-item ul{
    width: 100%;
    padding: 0;
    margin: 28px 0px 10px 0px;
}

.widerange-products-item ul li{
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    line-height: normal;
    padding-left: 24px;
    margin: 10px 0px;
}

.widerange-products-item ul li i{
    color: #408de3;
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.widerange-products-item h5{
    padding: 0;
    margin: 0px 0px 22px 0px;
    font-size: 16px;
    width: 100%;
}

.widerange-products-item span{
    position: relative;
    font-size: 40px;
    font-weight: 500;
}

.widerange-products-item span sub{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    bottom: 2px;
}

.widerange-products-item span sup{
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -15px;
    padding-right: 5px;
}

.banner-wrapper{
    width: 100%;
    min-height: auto;
    background-color: #c5e0ed;
    padding: 50px 0px 90px 0px;
}

.banner-wrapper .col-lg-5 img{
    float: right;
    min-width:530px;
    min-height:455px;
}

.banner-wrapper .col-lg-4 a{
    width: 100%;
    height: 55px;
    background-color: #5477b7;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 55px;
    transition-duration: 0.3s;
}

.banner-wrapper .col-lg-4 a:hover{
    background: var(--BlueColor);
}

.banner-wrapper .col-lg-8 h6{
    width: 100%;
    padding: 0;
    margin: 16px 0px 0px 0px;
    font-size: 14px;
    font-weight: 700;
    color: #030303;
    text-decoration: underline;
}

.banner-wrapper h2{
    font-size: 50px;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: 600;
    color: #030303;
}

.banner-wrapper h4{
    font-size: 24px;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: 600;
    color: #030303;
}

.banner-wrapper ul{
    width: 100%;
    padding: 0;
    margin: 30px 0px;
    float: left;
}

.banner-wrapper ul li{
    list-style: none;
    width: 50%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #030303;
    line-height: normal;
    margin: 8px 0px;
    position: relative;
    padding-left: 30px;
}

.banner-wrapper ul li:before{
    width: 20px;
    height: 19px;
    position: absolute;
    left: 0px;
    top: 3px;
    content: '';
    background: url(../img/tick.png) no-repeat;
}

.banner-wrapper .col-lg-7{
    padding-top: 45px;
}

.money-back-guarantee{
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 40px 0px;
    display: none;
    visibility: hidden;
}

.money-back-guarantee h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}

.money-back-guarantee h3 img{
    height: 35px;
    margin-right: 5px;
}

.money-back-guarantee p{
    padding: 0;
    margin: 12px 0px 0px 0px;
    font-size: 20px;
}

.ourexperience{
    text-align: center;
}

.ourexperience h3{
    padding: 0;
    margin: 0px 0px 40px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.ourexperience .carousel-inner{
    border-radius: 15px;
    padding: 0px 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
}

.ourexperience .carousel-inner p{
    padding: 0;
    margin: 0px 0px 0px 0px;
    line-height: 27px;
}

.ourexperience .carousel-inner h6{
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.ourexperience .carousel-inner h5{
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.ourexperience .carousel-inner img{
    margin-bottom: 25px;
}

.ourexperience .carousel-inner .carousel-item{
    padding: 45px 90px;
}

.ourexperience{
    margin-top: 75px;
}

.ourexperience .nextbtn{
    text-decoration: none;
    margin: 0px 10px;
    position: relative;
}

.ourexperience .nextbtn{
    position: relative;
    
}

.customer-rated{
    border-radius: 0px;
    min-height: 85px;
    text-align: center;
    margin-top: 45px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.customer-rated h5{
    font-size: 17px;
    font-style: italic;
    padding: 0;
    margin: 0;
    min-height: 85px;
    line-height: 85px;
}

.customer-rated h5 .trustpilot{
    margin: -14px 10px 0px 10px;
}

.customer-rated h5 img{
    margin-right: 20px;
}

.webhosting-faq{
    margin-top: 90px;
    margin-bottom: 90px;
}

.webhosting-faq h3{
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 42px;
    font-weight: 300;
    color: #000;
    width: 100%;
    text-align: center;
}

.webhosting-faq .card-header{
    border: none;
    padding: 0;
    background: none;
}

.webhosting-faq .card-header button{
    width: 100%;
    padding: 0px 0px 0px 40px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: black;
    position: relative;
    white-space: normal;
    box-shadow: none !important;
}

.webhosting-faq .card-header button:hover{
    color: #2c4eaf;
}

.webhosting-faq .card-header button:before{
    width: 18px;
    height: 18px;
    border: 5px solid #2c4eaf;
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    border-radius: 50%;
}

.webhosting-faq .card-header .collapsed:before{
    border-color: #f1f1f1;
}

.webhosting-faq .card-body{
    padding: 0px 0px 0px 40px;
}

.webhosting-faq .card-body p:last-child{
    margin-bottom: 0px;
}

.webhosting-faq .card{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.webhosting-faq .card:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.webhosting-faq .card-body .faq-contents{
    border-left: 2px solid #2c4eaf;
    padding-left: 28px;
    margin-top: 20px;
}

.controlpanels-wrap h3{
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 45px;
    font-weight: 400;
}

.controlpanels-wrap h6{
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px 0px 40px 0px;
    font-size: 20px;
    font-weight: 600;
}

.controlpanels-wrap{
    width: 100%;
    text-align: center;
}

.controlpanels-wrap span img{
    height: 62px;
}

.controlpanels-wrap span{
    margin-bottom: 10px;
    display: block;
}

.controlpanels-wrap .col-lg-4 p{
    margin-bottom: 0px;
}


.controlpanels-wrap .col-lg-5{
    padding-left: 60px;
}

.controlpanels-wrap{
    margin-bottom: 90px;
    margin-top: 90px;
}

.controlpanels-wrap .col-lg-7 span{
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    float: left;
    text-align: center;
    min-height: 130px;
    padding-top:25px;
    margin: 10px 0px;
}

.controlpanels-wrap .col-lg-7 span h6{
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 15px;
}

.controlpanels-wrap .col-lg-7 span img{
    height: 50px;
}

.header-search button .fa-search{
    display: none;
    visibility: hidden;
}

/* Slider */
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    /* line-height: 1; */
    /* opacity: .75; */
    color: white;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0px 5px !important;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    display: block;

    width: 12px;
    height: 12px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*----*/

.preffered-pan-wrap .slick-dots li,
.widerange-products .slick-dots li,
.ongoing-promo-con .slick-dots li,
.products-con .slick-dots li,
.contact-address .slick-dots li{
    width: auto;
    list-style: none !important;
    padding: 0;
}

.preffered-pan-wrap .slick-dots li button,
.widerange-products .slick-dots li button,
.ongoing-promo-con .slick-dots li button,
.products-con .slick-dots li button,
.contact-address .slick-dots li button,
.recent-themes .slick-dots li button{
    border: 2px solid #0878e0;
    list-style: none !important;
    z-index: 990;
    border-radius: 50%;
}

.slick-dots li button:before,
.widerange-products .slick-dots li button:before,
.ongoing-promo-con .slick-dots li button:before,
.products-con  .slick-dots li button:before,
.contact-address .slick-dots li button:before,
.recent-themes .slick-dots li button:before{
    display: none;
    visibility: hidden;
}

.preffered-pan-wrap .slick-dots li.slick-active button,
.widerange-products .slick-dots li.slick-active button,
.ongoing-promo-con .slick-dots li.slick-active button,
.products-con .slick-dots li.slick-active button,
.contact-address .slick-dots li.slick-active button,
.recent-themes .slick-dots li.slick-active button{
    background: #0878e0;
}

.preffered-pan-wrap .col-lg-4{
    padding-top: 16px;
    padding-bottom: 12px;
}


.widerange-products .slick-slide img{
    width: auto;
}

.widerange-products .products{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.header-logo img{
    height: 66px;
    width: 170px;
}

.menutop-wrap{
    width: 100%;
    float: left;
    margin-top: 35px;
    margin-bottom: 30px;
    display: none;
    visibility: hidden;
}

.menutop-wrap .close-btn{
    float: right;
    color: #020202;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.menutop-wrap .close-btn:hover{
    color: var(--BlueColor);
}

.header-wrapper .header-container .navbar .nav-item{
    padding: 6px 0px;
}

.menutop-wrap .client-login{
    float: left;
    border: 1px solid #020202;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 10px;
    color: #020202;
    border-radius: 3px;
}

.menutop-wrap .client-login:hover{
    background: var(--BlueColor);
    color: #fff;
    text-decoration: none;
    border-color: var(--BlueColor);
}

.menutop-wrap .client-login i{
    margin-right: 4px;
}

.hosting-banner{
    width: 100%;
    padding: 60px 0px 0px;
    margin-top: 106px;
    margin-top: 106px;
    /*background: rgba(241,241,241,1);
background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(62%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(92 78 78) 0%, rgba(235 235 235) 62%, rgba(147 147 147) 100%);
*/
}
.container.our-partners {
    display: none;
}
.payment-options {
    display: none;
}
.hosting-banner h1{
    padding: 0;
    margin: 0;
    color: #454546;
    font-size: 50px;
    width: 100%;
    text-align: center;
    font-weight: normal;
}

.hosting-banner h1 img{
    height: 65px;
    margin-right: 5px;
}

.hosting-banner h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
}

.hosting-banner .col-lg-3 h6{
    padding: 0;
    margin: 30px 0px 0px 0px;
    font-size: 20px;
    color: #454546;
    text-align: center;
    font-weight: 500;
}

.hosting-banner .col-lg-3 h6 img{
    height: 30px;
    margin-right: 5px;
}

.plan-included button{
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    line-height: normal;
    font-size: 18px;
    border-bottom: 1px dotted #000;
    font-weight: 400;
}

.plan-included h2{
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}

.plan-included .col-lg-3 img{
    width: 40px;
    margin-right: 10px;
}

.plan-included .col-lg-3{
    padding-top: 15px;
    padding-bottom: 15px;
}

.plan-included{
    margin-top: 60px;
    margin-bottom: 80px;
}

.powerful-features h2{
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}

.powerful-features p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

.powerful-features h4{
    width: 100%;
    padding: 0;
    margin: 22px 0px 10px 0px;
    font-size: 22px;
    color: #000;
    float: left;
    font-weight: 600;
    line-height: 26px;
}

.powerful-features h4 img{
    float: left;
    margin: -22px 16px 0px 0px;
    width: 70px;
    height: 70px;
}

.powerful-features .row{
    margin-left: -45px;
    margin-right: -45px;
}

.powerful-features .row .col-lg-4{
    padding-right: 45px;
    padding-left: 45px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.powerful-features{
    margin-bottom: 60px;
}

.hosting-plans-page .row{
    margin-left: -6px;
    margin-right: -6px;
}

.hosting-plans-page .col-lg-4{
    padding: 18px 6px 10px 6px;
}

.preffered-pan-wrap .plan-items{
    padding-left: 10px;
    padding-right: 10px;
}

.hosting-plans-page ul{
    padding: 0px 10px;
}

.preffered-pan-wrap ul li{
    font-size: 16px;
}

.compare-hosting-wrap{
    
    border-radius: 15px;
    padding: 50px;
}

.compare-hosting h2{
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}

.compare-hosting{
    margin-bottom: 80px;
}

.compare-hosting .addcart{
    width: 90%;
    margin-left: 5%;
    border: 2px solid var(--BlueColor);
    color: var(--BlueColor);
    background: none;
    padding: 7px 0px;
    margin: 0;
    border-radius:25px;
    font-weight: 500;
}

.compare-hosting .addcart:hover{
    background: var(--BlueColor);
    color: #fff;
}

.compare-hosting-wrap h5{
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
}

.compare-hosting-wrap h5 button{
    padding: 0;
    margin: 0px 0px 0px 6px;
    border: none;
    outline: none;
    line-height: normal;
    color: var(--BlueColor);
    background: none;
}

.compare-hosting-wrap .col-lg-8 h6{
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #e8ebf6;
    text-align:center;

}

.compare-hosting-wrap .col-lg-8 h6:last-child{
    border-bottom: none;
}

.compare-hosting-wrap .hosting-header h4{
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: var(--BlueColor);
}

.compare-hosting-wrap .hosting-header .col-lg-3 h4{
    text-align: center !important;
}

.compare-hosting-wrap .hosting-header h6{
    padding: 0;
    margin: 0;
    font-weight: 500;
    color: var(--BlueColor);
    height: auto;
    line-height: normal;
    border: none;
}

.compare-hosting-wrap .hosting-header h6 i{
    font-size: 12px;
}

.hosting-plan-scroll{
    width: 100%;
    height: 310px;
    overflow-y: scroll;
    
}

.fixedplan-wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    bottom: -100%;
    z-index: 998;
    background: rgba(255,255,255,.95);
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
    transition-duration: 0.3s;
    overflow: scroll;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
}

.fixedplan-wrap::-webkit-scrollbar {
    width: 6px;
	height:0px;
}

.fixedplan-wrap::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
.fixedplan-wrap::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(64, 139, 224, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.fixedplan-wrap::-webkit-scrollbar-thumb:hover{
	background-color: rgba(64, 139, 224, 1);
}

.viewcompare{
    bottom: 0%;
}

.fixedplan-wrap .compare-hosting-wrap{
    padding: 0px 0px 25px 0px;
}

.fixedplan-wrap h2{
    font-size: 34px;
    margin-top: 35px;
}

.fixedplan-wrap h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.fixedplan-wrap h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    position: relative;
    font-size: 28px;
}

.fixedplan-wrap .compareclose-btn{
    position: relative;
    top: 5px;
    float: right;
    right: -20px;
    border: none;
    outline: none;
    width: 21px;
    height: 21px;
    background: url(../img/close-btn.png) no-repeat;
}

.fixedplan-wrap ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.fixedplan-wrap ul li{
    list-style: none;
    padding: 0px 100px 6px 0px;
    margin: 0;
    font-size: 15px;
    line-height: normal;
    position: relative;
    border-bottom: 1px solid #e2e1e1;
    margin-bottom: 8px;
}

.fixedplan-wrap ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.fixedplan-wrap ul li font{
    position: absolute;
    right: 0px;
    top: 0px;
}

.hosting-plan-scroll::-webkit-scrollbar {
    width: 4px;
    height:0px;
}

.hosting-plan-scroll::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
.hosting-plan-scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(228, 228, 229, 0.7);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.hosting-plan-scroll::-webkit-scrollbar-thumb:hover{
    background-color: rgba(228, 228, 229, 1);
}

.hosting-plans-page .addcart{
    width: 90%;
    margin-left: 5%;
}

.hosting-plan-scroll .fa-times{
    color: red;
}

.hosting-plan-scroll .fa-check{
    color: green;
}

.header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item p{
    white-space: normal;
}

.affordable {
    border-right: solid 2px rgba(0,0,0,.75);
    white-space: nowrap;
    overflow: hidden;   
    width: 750px;
    position: relative;
    left: 50%;
    margin-left: -375px !important;
    text-align: center; 
  }
  
  /* Animation */
  .affordable {
    animation: animated-text 4s steps(29,end) 1s 1 normal both,
               animated-cursor 600ms steps(29,end) infinite;
  }
  
  /* text animation */
  
  @keyframes animated-text{
    from{width: 0;}
    to{width: 745px;}
  }
  
  /* cursor animations */
  
  @keyframes animated-cursor{
    from{border-right-color: rgba(0,0,0,.75);}
    to{border-right-color: transparent;}
  }

  .hosting-row-item{
      width: 100%;
      border: 1px solid #e4e4e4;
      min-height: 60px;
      border-radius: 4px;
      padding: 14px 20px 0px 20px;
      font-size: 15px;
      margin: 12px 0px;
      transition-duration: 0.3s;
  }

  .hosting-row-item:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
    box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
  }

  .hosting-row-heading{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0) !important;
    box-shadow: 0px 0px 15px 0px rgba(64,139,224,0) !important;
  }

  .hosting-row-item h6{
      width: 30%;
      float: left;
      padding: 0;
      margin: 0;
      font-size: 15px;
      line-height: 30px;
  }

  .hosting-row-item h6 font{
      background: red;
      color: #fff;
      font-size: 11px;
      padding: 2px 5px;
      border-radius: 3px;
  }

  .hosting-row-item span{
      width: 10%;
      float: left;
      text-align: center;
      font-size: 15px;
      line-height: 30px;
  }

  .hosting-row-item span a{
      width: 100%;
      background: var(--BlueColor);
      float: left;
      color: #fff;
      text-align: center;
      padding: 0px 0px;
      border-radius: 3px;
      text-decoration: none;
      transition-duration: 0.3s;
  }

  .hosting-row-item span a:hover{
      text-decoration: none;
      background-color: var(--BlueColorDark);
  }

  .hosting-row-item span i{
      font-size: 13px;
  }

  .hosting-row-heading{
      border: none;
      min-height: 45px;
      margin-top: 55px;
  }


  .domain-search input{
    width: 100%;
    height: 65px;
    border: 1px solid #cfcfcf;
    border-right: none;
    font-size: 30px;
    transition-duration: 0.3s;
    padding-left: 112px;
}

.domain-search .col-lg-10{
    position: relative;
}

.domain-search .col-lg-10:before{
    content: 'www.';
    position: absolute;
    left: 40px;
    top: 10px;
    font-size: 30px;
    color: #757575;
}

.domain-search input:focus{
    border-color: var(--BlueColor);
    outline: none;
}

.domain-search button{
    width: 100%;
    background: var(--BlueColor);
    color: #fff;
    border: none;
    height: 65px;
    cursor: pointer;
    font-size: 20px;
}

.domain-search button:hover{
    background: var(--BlueColorDark);
}

.domain-search .col-lg-10{
    padding-right: 0px;
}

.domain-search .col-lg-2{
    padding-left: 0px;
}

.domain-search button .fa-search {
    display: none;
    visibility: hidden;
}

.domain-search{
    margin-top: 70px;
}

.customercare-supp h3{
    color: #3f3f3f;
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.customercare-supp h6{
    padding: 0;
    margin: 5px 0px 0px 0px;
    font-size: 14px;
}

.customercare-supp h4{
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 22px;
}

.customercare-supp h4 i{
    color: var(--BlueColor);
    font-size: 26px;
    margin-right: 8px;
}

.customercare-supp h4 img{
    width: 30px;
    margin: -5px 5px 0px 0px;
}

.customercare-supp{
    margin-top: 45px;

    margin-bottom: 45px;
}

.domain-banner{
    width: 100%;
    background: rgba(241,241,241,1);
background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(62%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
    padding: 30px 0px 0px 0px;
    margin-top: 106px;
}

.domain-banner .col-lg-10{
    min-height: 280px;
    background: url(../img/domain-bg.svg) top no-repeat;
    background-size: 100% auto ;
}

.domain-banner h4{
    padding: 0;
    margin: 38px 0px 0px 150px;
    font-size: 20px;
    font-weight: 400;
}

.domain-banner h2{
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #303030;
    font-weight: 400;
    padding: 0;
    margin: 80px 0px 0px 0px;
}

.domain-banner h6{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 30px 0px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #454546;
}

.domain-banner h6 img{
    height: 30px;
    margin-right: 5px;
}

.domainnamim {
    border-right: solid 2px rgba(0,0,0,.75);
    white-space: nowrap;
    overflow: hidden;   
    width: 298px;
    position: relative;
    text-align: center; 
  }
  
  /* Animation */
  .domainnamim {
    animation: animated-tex 4s steps(29,end) 1s 1 normal both,
               animated-cursors 600ms steps(29,end) infinite;
  }
  
  /* text animation */
  
  @keyframes animated-tex{
    from{width: 0;}
    to{width: 298px;}
  }
  
  /* cursor animations */
  
  @keyframes animated-cursors{
    from{border-right-color: rgba(0,0,0,.75);}
    to{border-right-color: transparent;}
  }




  .hometxt {
    border-right: solid 2px rgba(0,0,0,.75);
    white-space: nowrap;
    overflow: hidden;   
    width: 679px;
    position: relative;
    text-align: center; 
    left: 50%;
    margin-left: -340px !important;
  }
  
  /* Animation */
  .hometxt {
    animation: home-tex 4s steps(29,end) 1s 1 normal both,
               home-cursors 600ms steps(29,end) infinite;
  }
  
  /* text animation */
  
  @keyframes home-tex{
    from{width: 0;}
    to{width: 679px;}
  }
  
  /* cursor animations */
  
  @keyframes home-cursors{
    from{border-right-color: rgba(0,0,0,.75);}
    to{border-right-color: transparent;}
  }

.header-container .col-lg-6{
    padding-left: 0px;
}

.aboutus-page h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 80px 0px 25px 0px;
    line-height: normal;
    font-weight: 600;
}

.aboutus-page .products-con{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
  
.aboutus-page .widerange-products-item{
    padding: 30px 25px 30px 25px;
    text-align: center;
    min-height: 255px;
    
}

.aboutus-page .widerange-products-item h4{
    padding: 15px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
}

.aboutus-page .widerange-products-item img{
    position: relative;
    width: 90px;
}

.aboutus-page .widerange-products-item p{
    margin: 0;
    padding: 0;
}

.aboutus-page{
    margin-bottom: 75px;
}

.loveicon{
    animation: loveicon 2s infinite alternate;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    position: relative;
}

@-webkit-keyframes loveicon
{
    0%{
       
    }
	50%{
		color: var(--BlueColor);
    }
    100% 
    {
         
    }
}

.terms-wrapper .col-lg-3 ul{
    width: 100%;
    padding: 0px 20px 0px 0px;
    margin: 0;
    position: sticky;
    top: 20px;
    z-index: 0;
}

.terms-wrapper .col-lg-3 ul li{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.terms-wrapper .col-lg-3 ul li a{
    text-decoration: none;
    font-weight: 600;
    color: #000;
    padding: 10px 20px 10px 0px;
    width: 100%;
    float: left;
    border-right: 2px solid #e4e4e5;
}

.terms-wrapper .col-lg-3 ul li a:hover,
.terms-wrapper .col-lg-3 ul li.active a{
    border-color: var(--BlueColor);
    color: var(--BlueColor);
}

.terms-wrapper{
    margin-top: 80px;
    margin-bottom: 60px;
}

.terms-wrapper h3{
    padding: 0;
    margin: 40px 0px 16px 0px;
    width: 100%;
    font-size: 28px;
}

.terms-wrapper ol{
    padding: 0px 0px 0px 16px;
    margin: 0;
}

.terms-wrapper ol li{
    margin: 10px 0px;
    width: 100%;
}

.terms-wrapper ol li a{
    text-decoration: none;
    color: var(--BlueColor);
    font-weight: 600;
    white-space: inherit !important;
}

.ongoing-promo{
    padding-top: 20px;
    padding-bottom: 20px;
}

.ongoing-promo h3{
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}

.ongoing-promo-con{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ongoing-promo-con .widerange-products-item{
    padding: 20px 30px;
    min-height: 350px;
}

.ongoing-promo-con .widerange-products-item img{
    position: relative;
    width: auto;
    height: 40px;
    display: inline-block;
}   

.ongoing-promo-con .widerange-products-item a{
    width: 100%;
    border: none;
    outline: none;
    background: var(--BlueColor);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.ongoing-promo-con .widerange-products-item a:hover{
    background: var(--BlueColorDark);
}

.ongoing-promo-con .widerange-products-item p{
    padding: 0;
    margin: 0;
}

.ongoing-promo-con .widerange-products-item h5{
    padding: 0;
    margin: 12px 0px 20px 0px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.ongoing-promo-con .widerange-products-item h4{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 28px;
    color: var(--BlueColor);
    font-weight: 700;
}

.ongoing-promo-con .widerange-products-item span{
    width: 100%;
    text-align: center !important;
    float: left;
    margin-bottom: 6px;
}

.contact-address{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-address .widerange-products-item{
    padding: 40px 30px;
    min-height: 435px;
}

.contact-address .widerange-products-item p:last-child{
    margin-bottom: 0px;
}

.contact-address .widerange-products-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-align: left;
    font-size: 20px;
}

.contact-page{
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact-page .contact-para{
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.contact-page .contactadd{
    width: 100%;
    text-align: center;
}

.contact-page .contactadd p{
     margin-bottom: 0px;
     padding: 0;
}

.contact-page .contactadd h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 40px 0px 10px 0px;
    font-weight: 700;
    font-size: 22px;
}

.none-shadow{
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%)!important;
}

.terms-wrapper p .fa-rupee-sign{
    font-size: 13px;
    position: relative;
    margin-right: 4px;
    top: -1px;
}

.workspace-plans h3{
    font-size: 28px;
}

.workspace-plans h4{
    font-size: 46px;
}

.workspace-plans h4 sup{
    font-size: 20px;
    top: -16px;
    margin-right: 5px;
}

.workspace-plans .price-wrap{
    width: 100%;
    height: 140px;
}

.workspace-plans .plan-items{
    min-height: 830px;
}

.workspace-plans .plan-items ul li b{
    font-weight: 600;
}

.plan-includes{
    text-align: center;
    margin-top: 80px;
}

.plan-includes ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.plan-includes ul li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0px 8px;
}

.plan-includes ul li font{
    width: 100%;
    display: block;
    font-size: 15px;
}

.plan-includes ul li img{
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.plan-includes h3{
    padding: 0;
    margin: 0px 0px 30px 0px;
    width: 100%;
}

.workspace-plans{
    margin-bottom: 40px;
}

.workpace-compare .hosting-header h4{
    font-size: 16px;
    text-align: center;
}

.workpace-compare h5{
    line-height: 22px;
    display: table;
    font-size: 16px;
}

.workpace-compare h5 img{
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

.workpace-compare h5 font{
    display: table-cell;
    vertical-align: middle;
}

.workpace-compare .col-lg-8 h6{
    text-align: center;
}

.workspace-getstarted a{
    background: var(--BlueColor);
    padding: 10px 30px;
    margin: 25px 0px 0px 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
}

.workspace-getstarted a:hover{
    text-decoration: none;
    background: var(--BlueColorDark);
}

.addons{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.addons .widerange-products-item img{
    position: relative;
    width: auto !important;
}

.addons .widerange-products-item h5{
    padding: 0;
    margin: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
}

.addons .widerange-products-item{
    min-height: 320px;
}


.adons-wrapper .addons{
    margin-bottom: 60px;
    
}

.adons-wrapper h4{
    padding: 0;
    margin: 0px 0px 8px 0px;
}

.adons-wrapper h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 80px 0px 26px 0px;
    font-size: 35px;
    font-weight: 600;
}

.workspace-anim {
    border-right: solid 2px rgba(0,0,0,.75);
    white-space: nowrap;
    overflow: hidden;   
    width: 582px;
    position: relative;
    left: 50%;
    margin-left: -290px !important;
    text-align: center; 
  }
  
  /* Animation */
  .workspace-anim {
    animation: animated-texts 4s steps(29,end) 1s 1 normal both,
               animated-cursors 600ms steps(29,end) infinite;
  }
  
  /* text animation */
  
  @keyframes animated-texts{
    from{width: 0;}
    to{width: 582px;}
  }
  
  /* cursor animations */
  
  @keyframes animated-cursors{
    from{border-right-color: rgba(0,0,0,.75);}
    to{border-right-color: transparent;}
  }

  .large.tooltip-inner {
    max-width: 300px;
    width: 300px;
}

.easy-manage-image{
    width: 90%;
    height: auto;
    margin-left: 5%;
}

.workspace-conditions p{
    font-size: 13px;
}

.workspace-conditions{
    margin-bottom: 75px;
}

.planheading{
    background-color: #ddf2ff;
    border-top: 1px solid #0f63c9;
    border-bottom: 1px solid #0f63c9 !important;
}

.office-365 h3{
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 26px;
    min-height: 64px;
}

.office-365 p{
    margin-bottom: 0px;
}

.office-365 h6{
    width: 100%;
    padding: 0;
    margin: 10px 0px;
    text-align: center;
}

.office-365 .addcart{
    margin-top: 20px !important;
}

.office-365 .plan-items{
    min-height: 600px;
}

.office-365{
    margin-top: 35px;
    margin-bottom: 45px;
}

.office-compare .row{
    border-bottom: 1px solid #e8ebf6 !important;
}

.office-compare .row .row{
    border-bottom: none !important;
}

.office-compare h5{
    font-size: 14px !important;
    padding: 5px 0px;
}

.office-compare h6{
    display: table;
    line-height: normal !important;
}

.office-compare h6 font{
    display: table-cell;
    vertical-align: middle;
}

.office-365 h4{
    font-size: 50px;
}

.office-365 h4 sup{
    top: -18px;
}

.websitebuilder-plans .plan-items{
    min-height: 800px;
    padding-top: 32px;
}

.plans-left-poster{
    width: 100%;
    height: 800px;
    background: #f5f8fb;
}

.plans-left-poster img{
    width: 100%;
}

.websitebuilder-features img{
    width: 100%;
}

.websitebuilder-features span{
    width: 100%;
    height: 368px;
    display: table;
}

.websitebuilder-features span div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.websitebuilder-features .row{
    padding-top: 30px;
    padding-bottom: 30px;
}

.websitebuilder-features .row .col-lg-6:first-child{
    padding-right: 55px;
}

.websitebuilder-features .row .col-lg-6:last-child{
    padding-left: 55px;
}

.websitebuilder-features span h4{
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.websitebuilder-features span a{
    color: var(--BlueColor);
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid var(--BlueColor);
}

.websitebuilder-features span a:hover{
    text-decoration: none;
    color: var(--BlueColorDark);
}

.websitebuilder-features span p{
    padding: 0;
    margin: 16px 0px 40px 0px;
}

.websitebuilder-features h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 85px 0px 5px 0px;
    font-size: 45px;
    color: #454546;
    font-weight: 400;
}

.websitebuilder-demo a{
    background: var(--BlueColor);
    padding: 14px 45px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

.websitebuilder-demo a:hover{
    background: var(--BlueColorDark);
    text-decoration: none;
}

.websitebuilder-demo p{
    margin-bottom: 40px;
}

.websitebuilder-demo{
    margin-top: 45px;
}

.recent-themes h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 85px 0px 35px 0px;
    font-size: 45px;
    color: #454546;
    font-weight: 400;
}

.recent-themes .col-lg-3 img{
    width: 100%;
    height: 245px;
}

.recent-themes .col-lg-3 a{
    width: 100%;
    border: 1px solid #e4e4e5;
    min-height: auto;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px;
    transition-duration: 0.3s;
    overflow: hidden;
}

.recent-themes .col-lg-3 a:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
    box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
    border-color: #a0c5f0;
    text-decoration: none;
}

.recent-themes .col-lg-3 h5{
    width: 100%;
    padding: 0;
    margin: 15px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #454546;
}

.recent-themes .products{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.websitebuilder-plans .plan-items ul li{
    width: 100%;
    display: block;
}

.hostig-tabs .nav-link{
    padding: 0px 10px !important;
    margin: 0;
    line-height: normal;
    height: 45px;
    border:1px solid #e4e4e4;
    background: none;
    font-weight: 600;
    line-height: 45px;
    color: #454546;
}

.hostig-tabs .nav-item{
    padding: 0px 5px;
}

.hostig-tabs .nav-link.active{
    border:1px solid var(--BlueColor);
    background: none;
    color: var(--BlueColor);
}

.hostig-tabs .nav-link img{
    float: left;
    margin: 9px 10px 0px 0px;
}

.hostig-tabs{
    margin-bottom: 25px;
}

.dedicated-server-page .hosting-row-heading{
    margin-top: 0px !important;
}

.dedicated-server-page{
    margin-top: 60px;
}

.distribution-apps .nav-link{
    padding: 0px 10px !important;
    margin: 0 10px;
    line-height: normal;
    height: 40px;
    border: 1px solid #e4e4e4;
    background: none;
    font-weight: 600;
    line-height: 40px;
    color: #454546;
}

.distribution-apps .nav-link.active{
    border:1px solid var(--BlueColor);
    background: none;
    color: var(--BlueColor);
}

.distribution-apps h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 25px 0px 15px 0px;
    font-size: 28px;
    font-weight: 600;
}

.distribution-apps p{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 26px 0px;
}

.distribution-apps{
    margin-top: 80px;
    margin-bottom: 80px;
}

.distribution-apps .distribution-app-items{
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 30px 0px;
    font-size: 15px;
    margin: 12px 0px;
    transition-duration: 0.3s;
}

.distribution-apps .distribution-app-items:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
    box-shadow: 0px 0px 15px 0px rgba(64,139,224,0.5);
}

.distribution-apps .distribution-app-items span{
    width: 100%;
    text-align: center;
    height: 60px;
}

.distribution-apps .distribution-app-items span img{
    height: 60px;
}

.distribution-apps .distribution-app-items h6{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
}

.distribution-apps .nav-pills{
    width: 100%;
}

.website-builder-features .products-con{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.website-builder-features h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 35px 0px;
    font-size: 45px;
    color: #454546;
    font-weight: 400;
}

.website-builder-features{
    margin-top: 80px;
    margin-bottom: 80px;
}

.website-builder-features .widerange-products-item{
    padding: 30px 15px 0px 15px ;
    text-align: center;
    min-height: 325px;
}

.website-builder-features .widerange-products-item h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
}

.website-builder-features .widerange-products-item img{
    position: relative;
    width: auto;
    margin: auto;
    height: 60px;
}

.business-email-height .plan-items{
    min-height: 620px;
}

.business-email-height .col-lg-6{
    padding-top: 20px;
    padding-bottom: 20px;
}

.wholesale-table{
    text-align: center;
    margin-top: 80px;
}

.wholesale-table .btn-orange{
    width: 90%;
    text-align: center;
    background: #090081;
    display: inline-block;
    min-height: 46px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 25px;
    line-height: 46px;
    transition-duration: 0.3s;
    margin-bottom: 0px;
    margin-left: 5%;
}

.wholesale-table .btn-orange:hover{
    text-decoration: none;
    background-color: #1266cc;
}

.wholesale-table thead {
    background: #d2f1ff;
}

.promo-head{
    position: relative;
    margin-bottom: -5px;
    background: #f00;
    color: #fff;
    font-size: 10px;
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: 600;
}

.rc-higlt{
    color: #1266cc;
    font-weight: 500;
}

.rc-line{
    text-decoration: line-through;
}

.wholesale-pricing{
    width: 100%;
    padding: 0;
    margin: 16px 0px 0px 0px;
    text-align: center;
    color: #454546;
}

.wholesaledomain {
    border-right: solid 2px rgba(0,0,0,.75);
    white-space: nowrap;
    overflow: hidden;   
    width: 474px;
    position: relative;
    text-align: center; 
    left: 50%;
    margin-left: -237px !important;
  }
  
  /* Animation */
  .wholesaledomain {
    animation: domain-text 4s steps(29,end) 1s 1 normal both,
    domain-cursors 600ms steps(29,end) infinite;
  }
  
  /* text animation */
  
  @keyframes domain-text{
    from{width: 0;}
    to{width: 474px;}
  }
  
  /* cursor animations */
  
  @keyframes domain-cursors{
    from{border-right-color: rgba(0,0,0,.75);}
    to{border-right-color: transparent;}
  }

.subscribe-modal{
   max-width: 660px;
}

.subscribe-modal .modal-body{
    padding: 25px 20px 25px 40px;
    position: relative;
}

.subscribe-modal .modal-body .close{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
opacity: 1;
z-index: 998;
}

.subscribe-modal .modal-body img{
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.subscribe-modal .modal-body h2{
    font-size: 36px;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: 600;
    color: #030303;
}

.subscribe-modal .modal-body h4{
    font-size: 20px;
    padding: 0;
    margin: 10px 0px 10px 0px;
    width: 100%;
    line-height: normal;
    font-weight: 600;
    color: #030303;
}

.subscribe-modal .modal-body h6{
    font-size: 16px;
    padding: 0;
    margin: 0px 0px 25px 0px;
    line-height: normal;
    font-weight: 400;
    color: #030303;
}

.subscribe-modal .clickherebtn{
    height: 36px;
    background-color: #5477b7;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 36px;
    transition-duration: 0.3s;
    float: left;
    padding: 0px 20px;
}

.nothanksbtn{
    padding: 0;
    margin: 6px 0px 0px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    float: left;
}

.nothanksbtn:hover{
    color: #5477b7;
    text-decoration: none;
}

.subscribe-modal .col-lg-6{
    min-height: 250px;
    display: table;
}

.subscribe-modal .col-lg-6 span{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    
}
    


.subscribe-modal .modal-body .col-lg-6:nth-child(1){
    padding-right: 0px;
}

.footer-countdown-timer{
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.9);
    position: fixed;
    bottom: 0px;
    transition-duration: 0.3s;
    z-index: 998;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}

.footer-countdown-timer button{
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    border: none;
}

.footer-countdown-timer h6{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 52px;
    background: #dc3545;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.footer-countdown-timer h4{
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 20px;
    line-height: 50px;
}

.footer-countdown-timer h4 a{
    text-decoration: none;
    font-weight: 700;
    color: #408de3;
    font-size: 18px;
    transition-duration: 0.3s;
}

.footer-countdown-timer h4 a:hover{
    color: #1266cc;
}

.header-notification{
    width: 100%;
    padding: 10px 30px 10px 15px;
    margin: 0px;
    position: relative;
    background: #dc3545;
    transition-duration: 0.3s;
    min-height: 30px;
}

.header-notification button{
    position: absolute;
    right: 10px;
    top: 9px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    background: none;
    outline: none;
    border: none;
    float: left;
    color: #fff;
    font-size: 13px;
}

.header-notification h6{
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.header-notification h6 a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.header-notification h6 a:hover{
    text-decoration: underline;
}

.hidetopbar{
   margin-top: -55px;
}

.hidebottombar{
    bottom: -60px;
}

.vpnadons{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
}

/* login page style */

.login-wrapper,
.login-image{
    display: table;
    vertical-align: middle;
    height: 100vh;
}

.login-wrapper .login-container,
.login-image span{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.login-wrapper .login-logo{
    height: 34px;
}

.login-wrapper .login-container h5{
    padding: 0;
    margin: 30px 0px;
    width: 100%;
    font-size: 18px;
}

.login-wrapper .login-container h5 font{
    border-bottom: 2px solid var(--BlueColor);
    padding-bottom: 4px;
}

.login-wrapper .login-container p{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
}

.login-wrapper .login-container span{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    float: left;
}

.login-wrapper .login-container span input{
    width: 100%;
    height: 45px;
    padding-left: 46px;
    outline: none;
    border: none;
    border-bottom: 2px solid #243b51;
}

.login-wrapper .login-container span img{
    position: absolute;
    left: 5px;
    top: 9px;
    width: 24px;
    height: 24px;
}

.login-wrapper .login-container span input:focus{
    border-bottom: 2px solid var(--BlueColor);
}

.login-wrapper .login-container .login-btn{
    width: 100%;
    text-align: center;
    background: #090081;
    display: inline-block;
    min-height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 25px;
    line-height: 40px;
    transition-duration: 0.3s;
    border: none;
    padding: 0px;
}

.login-wrapper .login-container .login-btn:hover{
    text-decoration: none;
    background: var(--BlueColorDark);
}

.login-wrapper .login-container .forgot-btn{
    float: right;
    color: #243b51;
    text-decoration: none;
    font-size: 15px;
    transition-duration: 0.3s;
    margin-top: 8px;
}

.login-wrapper .login-container .forgot-btn:hover{
    text-decoration: underline;
    color: var(--BlueColorDark);
}

.login-image span img{
    height: 450px;
}

.cloud-hostingbox{
    margin-left: -7px;
    margin-right: -7px;
}

.cloud-hostingbox .col-lg-3{
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.cloud-hostingbox .col-lg-3{
    padding-top: 20px;
}

.cloud-hosting-banner h6{
    font-size: 20px !important;
}

.affordables-head {
    border-right: solid 2px rgba(0,0,0,.75);
    white-space: nowrap;
    overflow: hidden;   
    width: 1050px;
    position: relative;
    left: 50%;
    margin-left: -525px !important;
    text-align: center; 
    font-size: 25px !important;
  }
  
  /* Animation */
  .affordables-head {
    animation: animatedtexts 4s steps(29,end) 1s 1 normal both,
               animatedcursors 600ms steps(29,end) infinite;
  }
  
  /* text animation */
  
  @keyframes animatedtexts{
    from{width: 0;}
    to{width: 1040px;}
  }
  
  /* cursor animations */
  
  @keyframes animatedcursors{
    from{border-right-color: rgba(0,0,0,.75);}
    to{border-right-color: transparent;}
  }

.sslplanbox .plan-items{
    padding-bottom: 55px;
}

.whyssl-certificate{
    margin-top: 80px;
}


.why-ssl{
    margin-top: 80px;
}

.why-ssl h2{
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}

.why-ssl h4{
    padding: 0;
    margin: 30px 0px 10px 0px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.why-ssl .col-lg-6:first-child h4{
    color: #fb1f26;
}

.why-ssl .col-lg-6:last-child h4{
    color: #34b83b;
}

.why-ssl ul{
    padding: 0px 0px 0px 18px;
    margin: 0px;
}

.why-ssl ul li{
    margin-top: 5px;
}

.about-products img{
    width: auto !important;
    height: 50px !important;
}

.about-products .widerange-products-item{
    min-height: 220px !important;
}

.header-top-wrapper{
    width: 100%;
    min-height: 35px;
    background: #231f20;
    text-align: right;
    transition-duration: 0.3s;
}

.header-top-wrapper a{
    color: #afaea5;
    font-weight: 500;
    border-left: 1px solid #5b5855;
    height: 35px;
    font-size: 14px;
    line-height: 34px;
    padding: 0px 16px;
    float: right;
}

.header-top-wrapper a:first-child{
    border-right: 1px solid #5b5855;
}

.header-top-wrapper a i{
    margin-right: 5px;
    font-size: 13px;
}

.header-top-wrapper a:hover{
    color: #fff;
    text-decoration: none;
}

.header-wrapper.f-nav .header-top-wrapper{
    margin-top: -35px;
}

.header-search{
    background: rgb(255 255 255);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
}

.search-wrapper{
    border: 1px solid #80807f;
    padding: 4px;
    border-radius: 5px;
    position: relative;
}

.search-wrapper i {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 900;
    color: #d6d4cd;
    font-size: 24px;
}

.trust-pilot-logo h5{
    padding: 0;
    margin: 60px 0px 0px 0px;
    width: 100%;
    text-align: center;
    border-top: 1px dashed #80807f;
    border-bottom: 1px dashed #80807f;
    font-size: 17px;
    height: 80px;
    padding-top: 22px;
}

.trust-pilot-logo h5 font{
    padding: 0px 20px;
    line-height: 23px;
}

.why-host{
    text-align: center;
    margin-top: 80px;
}

.why-host h5{
    padding: 0;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.why-host h2{
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 45px;
    font-weight: 400;
}

.why-host p{
    margin-bottom: 40px;
}

.why-host span img{
    width: 60px;
    height: 60px;
}

.header-wrapper{
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
}

.header-wrapper.f-nav{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    
    background: rgb(213 213 213 / 90%);
}

.header-wrapper.f-nav .header-top-wrapper{
    margin-top: -35px;
}

.priceselect{
    box-shadow: none !important;
    margin: 20px 0px;
    font-weight: bold;
    color: #2f2f2f;
    height: 50px;
    width: 90%;
    text-align: center;
    margin-left: 5%;
}

.domainpricing th {
    padding: 12px 3px !important;
    background: #d2f1ff !important;
    font-weight: bold;
}

.domainpricing tr td{
    border-bottom: 1px solid #cfcfcf;
    font-size: 15px;
    padding: 10px 0px !important;
}

.domainpricing{
    border: 1px solid #cfcfcf;
}

.domainpricing td, .domainpricing th{
    border-right: 1px solid #cfcfcf !important;
}


/*progressbar style*/

.bs-wizard {margin-top: 20px;}
.bs-wizard {border-bottom: solid 1px #e9ecef; padding: 0 0 55px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {font-size: 15px; color: #454546; font-weight: 500;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: rgba(64,139,224,.4); top: 25px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: rgba(64,139,224,.8); border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #92aad5;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e9ecef;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.active .bs-wizard-info{ color: #408be0;}

.bs-wizard > .bs-wizard-step.active .bs-wizard-dot{
    box-shadow: 0 0 0 0 rgba(64,139,224,.8);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

  
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(102, 189, 81, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(102, 189, 81, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 12px rgba(102, 189, 81, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 12px rgba(102, 189, 81, 0);}}
  
  

@media screen and (max-width: 480px) {
    .bs-wizard-info{
        display: none; visibility: hidden;
    }
}
/*progressbar style end*/


.online-fast{
    width: 100%;
    background: #f1f1f1;
    padding: 80px 0px;
}

.online-fast .online-fast-item{
    width: 100%;
    background-color: #fff;
    padding: 40px 50px;
    min-height: 405px;
    margin-top: 45px;
    transition-duration: 0.3s;
}

.online-fast .online-fast-item:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.online-fast h2{
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
}

.online-fast h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.online-fast h3{
    padding: 0px 0px 0px 100px;
    margin: 0px 0px 30px 0px;
    font-size: 24px;
    width: 100%;
    position: relative;
}

.online-fast h3 img{
    height: 80px;
    position: absolute;
    left: 0px;
    top: -10px;
}

.online-fast ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0;
}

.online-fast ul li{
    margin-bottom: 10px;
}

.online-fast a{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    text-align: left;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #408de3;
    text-decoration: underline;
    transition-duration: 0.3s;
}

.features-mt{
    margin-top: 80px;
}

.downtime-modal h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0px 20px 0px;
}

.downtime-modal ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 20px 0px 20px 0px;
}

.downtime-modal ul li{
    margin-top: 10px;
}


@media screen and (max-width: 1024px) {
    .powerful-features .row{
        margin-left: -15px;
        margin-right: -15px;
    }

    .powerful-features .row .col-lg-4{
        padding-left:15px;
        padding-right:15px;
    }

    .plan-included .col-lg-3 img{
        width: 30px;
    }

    .plan-included button{
        font-size: 16px;
    }

    .domain-banner h4{
        margin: 30px 0px 0px 120px;
    }
    .login-image{
        display: none;
        visibility: hidden;
    }
}
  
@media screen and (max-width: 980px) {
   .footerlinks .col-lg-8{
       margin-top: 45px;
   }

   .footer-wrapper .our-partners h6{
       margin-top: 0px;
       margin-bottom: 10px;
   }

   .header-wrapper .header-container .navbar .nav-item{
       margin: 0px;
   }

   .header-wrapper .header-container .navbar .nav-item .dropdown-menu{
       left: 0px;
       min-width: 100%;
       float: left;
       margin-top: 0px;
       padding: 5px 0px;
   }

   .bannerbtm-container,
   .controlpanels-wrap,
   .ourexperience,
   .customer-rated,

   .preffered-pan-wrap ul li.hide-list,
   .banner-wrapper .col-lg-5 img,
   .header-wrapper .header-container .navbar .nav-item .dropdown-menu:before,
   .header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item img,
   
   .online-fast{
       display: none;
       visibility: hidden;
   }

   .webhosting-faq .card-header button{
       font-size: 17px;
   }

   .webhosting-faq .card-body .faq-contents{
       padding-left: 20px;
   }

   .webhosting-faq h3{
       font-size: 34px;
   }

   .preffered-pan-wrap .row,
   .widerange-products .row {
        margin-left: -8px;
        margin-right: -8px;
        overflow-y: auto;
        white-space: nowrap;
        display: block;
    }

    .preffered-pan-wrap .row::-webkit-scrollbar,
    .widerange-products .row::-webkit-scrollbar {
        height:0px;
    }

    .preffered-pan-wrap .row .col-lg-4,
    .widerange-products .row .col-lg-4 {
        padding-left: 8px;
        padding-right: 8px;
        display: inline-block;
        white-space: normal;
        padding-top: 16px;
    }

    .preffered-pan-wrap ul{
        padding: 0px;
    }

    .widerange-products-item{
        padding-left: 16px;
        padding-right: 16px;
    }

    .widerange-products-item span{
        font-size: 30px;
    }

    .money-back-guarantee{
        padding: 40px;
        margin-bottom: 75px;
    }

    .banner-wrapper .col-lg-7{
        padding-top: 0px;
    }

    .banner-wrapper .col-lg-5 img{
        right: 50%;
        position: relative;
        margin-right: -265px;
        margin-top: 30px;
    }

    .navbar-toggler{
        border: none;
        color: black;
        padding: 5px;
        margin: 0px 0px 0px 20px;
    }

    .navbar-toggler i{
        color: #454547;
    }

    .banner-wrapper{
        padding-bottom: 50px;
        width: 100%;
        overflow: hidden;
    }

    .navbar-collapse.show {
        right: 0;
        transition: left 300ms ease-in-out;
    }

    .widerange-products .products{
        display: -ms-flexbox;
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px;
        margin-left: 0px;
    }

    .header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item{
        padding: 10px 0px;
        
    }

    .header-wrapper .header-container .navbar .nav-item .dropdown-menu .dropdown-item:hover{
        background: none;
        color: #212529;
    }

    .header-wrapper .header-container .navbar .nav-item .dropdown-menu{
        border: none;
        border-radius: 0px;
        border-top: 2px solid var(--BlueColor);
    }

    .menutop-wrap{
        display: block;
        visibility: visible;
    }

    .header-wrapper .header-container .col-lg-4{
        display: none;
        visibility: hidden;
    }
    
    .compare-hosting,
    .powerful-features
    {
        display: none;
        visibility: hidden;
    }

    .hosting-banner h1,
    .hosting-banner h4,
    .hosting-banner .col-lg-3 h6{
        text-align: left;
    }

    .hosting-banner h4{
        font-size: 20px;
    }

    
    .affordable {
        width: 100%;
        left: 0px  !important;
        margin-left: 0px !important;
      }
      
      
      @keyframes animated-text{
        from{width: 0;}
        to{width: 545px;}
      }
    
    .hosting-row-heading{
        display: none;
        visibility: hidden;
    }

    .hosting-row-item{
        padding-top: 8px;
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 8px;
    }

    .hosting-row-item h6{
        font-size: 14px;
        width: auto;
        line-height: 26px;
        padding-right: 15px;
    }

    .hosting-row-item span{
        text-align: left;
        font-size: 14px;
        width: 16.66%;
        position: relative;
        margin-right: 15px;
        padding-right: 5px;
        line-height: 26px;
    }

    .hosting-row-item span:after{
        content: ',';
        position: absolute;
        right: 0px;
    }

    .hosting-row-item span:last-child:after{
        content: '';
        position: absolute;
        right: 0px;
    }

    .hosting-row-item span:last-child{
        padding-right: 0px;
    }

    .hosting-row-item span:nth-child(2){
        width: auto;
        padding-left: 70px;
    }

    .hosting-row-item span:nth-child(2):before{
        content: 'Memory:';
        position: absolute;
        left: 0px;
        font-weight: 600;
        
    }

    .hosting-row-item span:nth-child(3){
        width: auto;
        padding-left: 64px;
    }

    .hosting-row-item span:nth-child(3):before{
        content: 'Storage:';
        position: absolute;
        left: 0px;
        font-weight: 600;
    }

    .hosting-row-item span:nth-child(4){
        width: auto;
        padding-left: 88px;
    }

    .hosting-row-item span:nth-child(4):before{
        content: 'Bandwidth:';
        position: absolute;
        left: 0px;
        font-weight: 600;
    }

    .hosting-row-item span:nth-child(5){
        width: auto;
        padding-left: 100px;
    }

    .hosting-row-item span:nth-child(5):before{
        content: 'Dedicated IP:';
        position: absolute;
        left: 0px;
        font-weight: 600;
    }

    .hosting-row-item span:nth-child(6){
        width: auto;
        padding-left: 70px;
    }

    .hosting-row-item span:nth-child(6):before{
        content: 'Monthly:';
        position: absolute;
        left: 0px;
        font-weight: 600;
    }

    .hosting-row-item span:last-child{
        width: 100%;
    }

    .hosting-row-item span:last-child a{
        padding: 0px 10px;
        width: auto;
    }

    .hosting-row-item span:nth-child(7){
        width: auto;
    }

    .hosting-row-item{
        float: left;
        margin: 4px 0px;
    }

    .hosting-rows{
        margin-top: 45px;
        display: inline-block;
    }

    .domain-banner h4{
        margin: 25px 0px 0px 110px;
    }

    .domain-banner h6{
        font-size: 16px;
    }

    .customercare-supp .cust-heading h3{
        width: 100%;
        text-align: center;
    }

    .customercare-supp .cust-heading h6{
        width: 100%;
        text-align: center;
        margin-bottom: 45px;
    }

    .domain-search input{
        font-size: 24px;
    }

    .hosting-banner h1,
    .hosting-banner h4{
        width: 100%;
        text-align: center;
    }

    .aboutus-page .widerange-products-item {
        min-height: 275px;
    }

    .aboutus-page .widerange-products-item img{
        display: inline-block;
    }

    .terms-wrapper .col-lg-3{
        display: none;
        visibility: hidden;
    }

    .plan-includes ul li{
margin: 10px 10px;
    }

    .workspace-plans .plan-items {
        min-height: 660px;
    }

    .plans-left-poster{
        display: none;
        visibility: hidden;
    }

    .websitebuilder-plans .plan-items{
        min-height: 720px;
    }

    .websitebuilder-features .row .col-lg-6:first-child{
        padding-right: 25px;
    }
    
    .websitebuilder-features .row .col-lg-6:last-child{
        padding-left: 25px;
    }

    .websitebuilder-features span{
        height: 230px;
    }

    .subscribe-modal .modal-body{
        padding-left: 25px;
    }

    .subscribe-modal .col-lg-6{
        min-height: auto;
    }

    .subscribe-modal .col-lg-6 img{
        margin-top: 45px;
    }

    .footer-countdown-timer{
        padding-left: 30px;
    }

    .footer-countdown-timer h6,
    .footer-countdown-timer h4{
        font-size: 18px;
    }

    .hidetopbar{
        position: absolute;
        top: -150px;
    }

    .affordables{
        width: 100 !important;
        left: 0px;
        border: none;
        margin-left: 0px !important;
        overflow: visible;
        white-space: normal;
        animation: normal;
    }

    .why-ssl img{
        width: 100%;
    }

    .business-emails ul{
        display: block !important;
    }

    .business-emails ul li{
        display: block !important;
        white-space: normal !important;
    }

}
  
@media screen and (max-width: 740px) {
    .footer-wrapper .our-partners,
    .footer-wrapper .footerlinks .col-lg-8,
    .footer-wrapper .footerlinks .payment-options,
    .header-wrapper .header-container .col-lg-4 h6{
        display: none;
        visibility: hidden;
    }

    .footer-wrapper .footerlinks .col-lg-4 a{
        width: 100%; 
        text-align: center;
        display: inline-block;
    }

    .footer-wrapper .footerlinks .col-lg-4 p{
        text-align: justify;
    }

    .footer-wrapper{
        padding-top: 45px;
    }

    .need-assistance h4{
        font-size: 22px;
    }
    
    .domain-banner h4 {
        margin: 20px 0px 0px 100px;
    }

    .domain-banner h6 {
        padding-left: 10px;
        font-size: 15px;
    }

    .domain-banner h6 img {
        height: 24px;
    }
}
  
@media screen and (max-width: 480px) {
    .header-search button,
    .header-search input{
        font-size: 16px;
    }

    .header-search input{
        padding-left: 10px;
    }

    .navbar-light .navbar-toggler{
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .banner-wrapper h2{
        font-size: 42px;
    }

    .banner-wrapper h4{
        font-size: 22px;
    }

    .banner-wrapper ul li{
        font-size: 16px;
    }

    .banner-wrapper .col-lg-8 h6{
        text-align: center;
    }

    .banner-wrapper .col-lg-5 img{
        width: 100%;
        margin: 28px 0px 0px 0px;
        right: 0px;
    }

    .preffered-pan-wrap,
    .need-assistance,
    .widerange-products{
        margin-top: 50px;
    }

    .preffered-pan-wrap h2{
        font-size: 38px;
        margin-bottom: 15px;
    }

    .widerange-products h2{
        margin-bottom: 5px;
    }

    .widerange-products{
        margin-bottom: 50px;
    }

    .money-back-guarantee{
        padding: 40px 20px;
    }

    .money-back-guarantee h3{
        font-size: 28px;
    }

    .preffered-pan-wrap .plan-items{
        padding-top: 30px;
    }

    .preffered-pan-wrap .see-features{
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .header-wrapper .header-container .navbar .nav-item .dropdown-menu:before,
    .need-assistance h4 span,
    .header-search button font,
    .footerlinks .col-lg-4,
    .footer-wrapper .footer-credentials hr,
    .footer-countdown-timer,
    .header-top-wrapper{
        display: none;
        visibility: hidden;
    }

    .header-search button .fa-search{
        font-size: 20px;
        position: relative;
        top: 2px;
        display: block;
        left: 0px;
        visibility: visible;
    }

    .header-wrapper .header-container .navbar .nav-item .nav-link{
        padding: 8px 0px;
    }

    .header-wrapper .header-container .navbar .nav-item:last-child{
        border-bottom: none;
    }

    .need-assistance h4{
        padding: 10px 0px;
        float: left;
        margin-bottom: 0px;
    }

    .need-assistance h4 font{
        width: 100%;
        text-align: center;
        float: left;
        margin: 8px 0px;
    }

    .need-assistance h3{
        margin-bottom: 5px;
    }

    .need-assistance{
    margin-bottom: 75px;
    }

    .need-assistance img{
        height: 30px;
    }

    .need-assistance h3{
        font-size: 28px;
    }

    .banner-wrapper ul li{
        width: 100%;
    }

    .banner-wrapper ul{
        margin: 10px 0px;
    }

    .footer-wrapper .footer-credentials p{
        margin-top: 0px;
    }

    .widerange-products .products .col-lg-4,
    .preffered-pan-wrap .col-lg-4{
        padding-left:0px !important;
        padding-right: 0px !important;
    }

    

    .header-wrapper .header-container{
        margin-top: 12px;
    }

    .header-wrapper .header-container .navbar .nav-item{
        padding: 0px;
    }

    .header-wrapper .header-container .navbar{
        margin-top: 3px;
    }

    .navbar-collapse {
       
        width: 100%;
       
    }

    .navbar-collapse.collapsing {
        left: 100%;
        transition: height 0s ease;
    }

    .hosting-banner h1{
        font-size: 36px;
    }

    .hosting-banner h1 img{
        float: left;
        margin: 10px 20px 0px 0px;
    }

    .hosting-banner .col-lg-3 h6{
        margin-top: 15px;
        font-size: 18px;
        width: 100%;
        float: left;
        position: relative;
        padding-left: 40px;
    }

    .hosting-banner .col-lg-3 h6 img{
       height: 20px;
        float: left;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .guarantee-mob{
        margin-top: 0px;
        display: inline-block;
    }
    
    .guarantee-mob{
        margin-bottom: 0px;
    }

    .plan-included .col-lg-3{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .plan-included .col-lg-3 img{
        width: 20px;
    }

    .affordable {
        animation: none;
        white-space: normal !important;
        border: none;
    }

    .hosting-row-item span{
        font-size: 13px;
    }

    .domain-banner h4 {
        margin: 11px 0px 0px 50px;
        font-size: 15px;
    }

    .domain-banner h2{
        text-align: left;
        font-size: 24px;
        margin-top: 45px;
        margin-bottom: 20px;
    }

    .domain-banner h6 {
        padding-left: 0px;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .domain-banner .col-lg-10{
       padding-bottom: 20px;
    }

    .domainnamim {
        width: 225px;
      }
      
      @keyframes animated-tex{
        from{width: 0;}
        to{width: 225px;}
      }

      .customercare-supp .cust-heading h3,
      .customercare-supp .cust-heading h6{
          text-align: left;
      }

    .customercare-supp .col-lg-8 .col-lg-4{
        margin-top:25px;
    }

    .customercare-supp .cust-heading h6{
        margin-bottom: 10px;
    }

    .domain-search input{
        height: 50px;
        font-size: 15px;
        padding-left: 10px;
    }

    .domain-search button font{
        display: none;
        visibility: hidden;
    }

    .domain-search button{
        height: 50px;
    }

    .domain-search button .fa-search {
        display: block;
        visibility: visible;
    }

    .aboutus-page .widerange-products-item {
        min-height: 240px;
    }

    .hosting-leftalign h1,
    .hosting-leftalign h4{
        text-align: left;
    }

    .workspace-plans .plan-items {
        min-height: 600px;
    }

    .workspace-anim{
        width: 100% !important;
        text-align: left;
        animation: none !important;
        margin-left: 0px !important;
        left: 0px;
        border: none;
        white-space: normal;
    }

    .hosting-banner h1, .hosting-banner h4{
        text-align: left;
    }

    .domain-search .col-lg-10:before{
        content: 'www.';
        position: absolute;
        left: 25px;
        top: 15px;
        font-size: 15px;
        color: #757575;
    }

    .domain-search .col-lg-10 input{
        padding-left: 55px;
    }

    .office-365 .plan-items{
        min-height: 550px;
    }

    .websitebuilder-features .row .col-lg-6:first-child{
        padding-right: 15px;
    }
    
    .websitebuilder-features .row .col-lg-6:last-child{
        padding-left: 15px;
    }

    .websitebuilder-features span{
        height: auto;
        margin-top: 20px;
    }

    .websitebuilder-features h2,
    .recent-themes h3{
        font-size: 36px;
    }

    .websitebuilder-plans .plan-items{
        min-height: 700px;
    }

    .dedicated-server-page .hostig-tabs .nav-link{
        font-size: 14px !important;
    }

    .dedicated-server-page .hostig-tabs .nav-link img{
        width: 30px;
        margin-top: 12px;
        margin-right: 8px;
    }

    .website-builder-features .widerange-products-item{
        min-height: 280px;
    }

    .wholesaledomain{
        width: 100% !important;
        margin: 10px 0px 0px 0px !important;
        left: auto;
        text-align: center;
    }

    .wholesale-table .btn-orange{
        min-width: 130px;
    }

    .table-bordered thead td, .table-bordered thead th {
        min-width: 145px;
    }

    .forgot-btn{
        width: 100%;
        text-align: center;
    }

    .affordables{
        font-size: 20px !important;
        display:inline-block;
    }

    .ssl-heading img{
        margin-top: -15px !important;
    }

    .why-ssl .col-lg-6:last-child{
        margin-top: 30px;
    }

    .business-emails{
        min-height: 540px !important;
    }

    .header-search h2,
    .widerange-products h2{
        font-size: 32px;
    }

    .header-search span{
        width: 20%;
        font-size: 10px;
    }

    .header-search{
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .widerange-products{
        padding-top: 0px;
        margin-top: 20px;
    }

    .hometxt{
        width: 100%;
        left: 0px !important;
        margin-left: 0px !important;
        animation: none;
        border: none;
        font-size: 32px !important;
        overflow: visible;
        white-space: normal;
    }

    .search-wrapper i{
        display: none;
        visibility: hidden;
    }

    .header-search{
        margin-top: 64px;
    }

    .need-assistance{
        display: block;
        margin-bottom: 45px;
        width: 100%;
        float: left;
    }

    .trust-pilot-logo h5{
        height: auto;
        padding-bottom: 20px;
    }

    .why-host h2{
        font-size: 32px;
    }

    .why-host h5{
        line-height: 18px;
    }

    .why-host .col-6{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .domain-banner,
    .hosting-banner,
    .hosting-banner{
        margin-top: 64px;
    }
}
  
@media screen and (max-width: 375px) {
    .header-search button,
    .header-search input{
        font-size: 15px;
    }

    .need-assistance h4{
        font-size: 18px;
    }

    .hostig-tabs .nav-link{
        padding: 0px 4px !important;
    }
}
  
@media screen and (max-width: 320px) {
    .header-search button,
    .header-search input{
        font-size: 13px;
    }

    .header-container .col-6 img{
        height:26px;
    }

    .header-wrapper .header-container button.login-btn,
    .header-wrapper .header-container .navbar{
        margin-top: 0px;
    }

    .hostig-tabs .nav-link{
        padding: 0px 4px !important;
        font-size: 14px;
    }

    .hostig-tabs .nav-link img{
        width: 30px;
        margin-top: 12px;
    }
}