@charset "UTF-8";
@import url('style.css');  


p, li, a {
    color: #777;
    transition: .2s linear;
    font-family: 'Open Sans';
    margin-bottom: 0;
}
p {
    color: #777;
    transition: .2s linear;
    font-family: 'Open Sans';
}
h2, h3 {
    color: #243785;
    font-family: 'Overpass';
    font-weight: 600;
    margin-top: 0;
}
h4, h5, h6 {
    color: #243785;
    font-family: 'Overpass';
    margin-top: 0;
    font-weight: 500;
}
.top-bar a {
    font-size: 11px;
    margin-right: 25px;
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.blue-text {
    color: #243785 !important;
}
.yellow-text {
    color: #ffd42a !important;
}

.pricing-tables.white-bg .table {
    background: #ffffff;
}
.pricing-tables {
    background: #2437850a;
}
.blue-bg {
    background: #253885 !important;
}
.banner-bg {
    background: #0061B1 url(https://agahost.com/theme/img/homepage-banner.png) center top no-repeat;
    background-size: cover;
}
.gray-bg {
    background: #f6f7fa !important;
}
.light-gray-bg {
    background: #f2f5ff !important;
}
.default-header {
    background-size: cover !important;
    position: relative;
}
.default-header.shared-page {
    background: #243785;
    padding: 40px 0 20px 0;
}
.default-header.reseller-page {
    background: #243785;
    padding: 40px 0 20px 0;
}
.default-header.vps-page {
    background: #243785;
    padding: 40px 0 20px 0;

}
.default-header.servers-page {
    background: #243785;
    padding: 40px 0 20px 0;
}
.domain-title h2 {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff !important;
}
.domain-title p {
    font-size: 18px !important;
    color: #ffffff !important;
}
/*.default-header.domain-page .search-domain{
    background: #243785;
    padding: 100px 0 200px !important;
    position: inherit;
}*/

.default-header.domain-page.search-domain {
    background: #243785;
    padding: 100px 0 100px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.btn-domain-two {
	border-radius: 0 30px 30px 0;
    background: #ffd42a !important;
    padding-top: 13px;
    color: #243785 !important;
    font-size: 14px;
    font-weight: 600;
}
.table {
    transition: .1s linear;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(54, 46, 97, 0.06);
    border: 1px solid #f5f1ff;
    padding: 20px;
    width: auto;
    text-align: center;
    margin: 0 5px;
}
.pricing-tables h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Overpass';
    margin-top: 30px;
    color: #243785;
}
.pricing-tables .price {
    background: #ffffff;
    color: #243785;
    box-shadow: 0 -5px 30px rgba(54, 46, 97, 0.08);
    max-width: 270px;
    width: 200px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
    padding: 9px 10px 22px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto -18px;
}
.toggler {
    color: #ccc;
    transition: .2s;
    font-weight: bold;
}
.toggle {
    position: relative;
    width: 90px;
    height: 30px;
    border-radius: 100px;
    background-color: #ccc;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.toggler--is-active {
    color: #243785;
}
.main-title h2 {
    font-size: 36px;
    font-weight: 900;
    color: #243785;
}
.btn-yellow {
    background: #ffd42a;
    color: #243785;
    font-weight: 600;
}
.btn-yellow:hover {
    background: #ffbe23;
    color: #243785;
}
.btn-yellow:focus {
    background: #ffbe23;
    color: #243785;
}
.btn-disable {
    background: #efefef;
    color: #777;
    font-weight: 600;
}
.btn-disable:hover {
    background: #efefef;
    color: #777;
}
.btn-disable:focus {
    background: #efefef;
    color: #777;
}
.btn-blue:hover{
    background: #4257ab;
    color: #ffffff;
}
.btn-blue:focus{
    background: #4257ab;
    color: #ffffff;
}
.btn-blue {
    background: #243785;
    color: #ffffff;
    font-weight: 600;
}
.pricing-tables .buttons .btn {
    display: block;
    width: 60%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px 0px;
    border: 1px solid #ffd42a;
    box-shadow: 0 0 0 rgba(54, 46, 97, 0.03);
}
.table .btn {
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    padding: 5px 11px;
    position: relative;
    bottom: 8px;
}
.table-list i {
    color: #005aa5;
    width: 10px;
    margin-right: 8px;
    font-size: 13px;
    margin-top: 4px;
}
.pricing-tables-light {
    background: #f8f8f8;
}
.pricing-tables-light .table-content li {
    font-size: 16px;
    text-align: left;
    display: block;
    padding-left: 10px;
    padding-bottom: 10px;
    display: flex;
}
.pricing-tables-light .table-content i {
    padding-right: 10px;
    padding-top: 4px;
    color: #005AA5;
    font-size: 14px;
}
.table-circle.blue-bg {
    background: #005AA5;
}
.pricing-tables-light .table-content.blue-border {
    border-color: #005aa5;
}
.pricing-tables-light .table-content {
    width: auto;
    text-align: center;
    height: auto;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    border-top: 7px solid #14d468;
    box-shadow: 0 0 20px rgba(54, 46, 97, 0.04); 
    padding: 0 15px 35px 15px;
}
.pricing-tables .table-content i {
    padding-right: 20px;
    padding-top: 0px;
    color: #243785;
    font-size: 14px;
}
.small, small {
    font-size: 70%;
}
.cta-yellow {
    background: #ffd42a !important;
}
.cta-gray {
    background: #f8f8f8;
}
.dark-footer {
    background: #243785;
    padding: 40px 0 20px;
}
.text-blue {
	color: #253783;
}
.call-to-action-gray h3 {
    color: #005aa5;
    font-size: 27px;
    font-weight: 600;
}
.call-to-action-gray p {
    font-size: 16px;
    color: #333;
}
.call-to-action-gray{
	background: #f8f8f8;
	padding: 60px 0;

}
.call-to-action-gray .buttons {
    margin-left: 150px;
    margin-top: 15px;
}
.call-to-action2 h4 {
    font-size: 27px;
    color: #ffffff;
    font-weight: 600;
}
.features-six .text i {
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #243785;
    text-align: center;
    margin-bottom: 25px;
    z-index: 2;
    border-radius: 100%;
    /* box-shadow: 0 4px 10px rgba(54, 46, 97, 0.07); */
}
.features-six .text-container {
    border-radius: 5px;
    padding: 30px 15px;
    text-align: center;
    margin: 0 10px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2);
    /* border: 1px solid #ccc; */
    border-top: 5px solid #243785;
}
footer.dark-footer li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #fcb100;
    padding-right: 5px;
}
.under-footer {
    padding: 30px 0 30px;
    background: #243785;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.under-footer2 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #243785;
}

.under-footer .un_img a {
    margin-right: 0;
    padding: 1px 0px;
    position: absolute;
    margin-top: 0px;
    width: 100px;
}
.dark-footer .partners img {
    opacity: 0.7;
    width: 150px;
    margin: auto;
}
footer .social-media i {
    margin: 0 2px 0;
    font-size: 16px;
    width: 29px;
    height: 30px;
    border-radius: 3px;
    background: white;
    color: #243785;
    opacity: 0.7;
    line-height: 30px;
    text-align: center;
}
.social-media {
    padding: 0;
    text-align: right;
}
.light-footer a {
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
}
.dark-footer a:hover {
    color: #ffffff;
    transition: .1s linear;
    text-decoration: underline;
}
footer .partners {
    padding-bottom: 30px;
    margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e2ff;
    margin-bottom: 0px;
}

.quick-links {
    padding: 27px 0 0px;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    margin-top: 0px; 
}
.quick-links a {
    color: #ffffff; 
}
.social-media a {
    color: #e2e2e2; 
}
.under_footer_links h4 {
    color: #fff;
    font-size: 15px;
}
.under_footer_links a {
    
    transition: .2s linear;
    font-family: 'Open Sans';
    margin-bottom: 0;
    color: #ffffff;
}
.under-footer2 p {
    font-size: 13px;
    padding: 30px 0 30px;
    text-align: inherit;
    color: #ffffff;
}
.payment-methods i {
    margin: 0 4px 0;
    width: 33px;
    color: #ffffff;
    font-size: 32px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;    
}
.payment-methods {
    opacity: 0.7;
    text-align: right;
    padding: 10px 0 0px 0px;
}
.text-white {
	color: #ffffff;
}
.mb-title {
    /* width: 768px; */
    margin: 0 auto;
    padding: 39px 0 60px;
}
.mb-title p {
    font-size: 18px;
}
.testimonials {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #2437850a;
}
.testimonials {
    padding-top: 60px;
    padding-bottom: 40px;
    background: #2437850a;
}
.blue-color {
    color: #243785;
}
.main-title p {
    font-size: 18px !important;
    color: #777;
}

.gray-layout {
    background: #2437850a;
}

.features-seven i {
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #243785;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
}
.features-seven .text-container {
    /* border: 1px solid #f0f0f0; */
    border-radius: 5px;
    padding: 30px 15px;
    box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2);
    margin-bottom: 30px;
    background: #f6f7fa;
    margin-right: 15px;
}
.features-seven .img-content {
    text-align: -webkit-left;
    position: absolute;
    top: -20px;
    right: 50px;
    /*height: 29px;
    width: 65px;*/
}
.features-seven .text {
    text-align: left;
    padding: 0px 10px;
}
.quote {
    color: #cccccc;
    text-align: center;
    opacity: 0.5;
    padding-left: 5px;
}
#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #ffd42a;
    border: none;
    /* opacity: 0.8; */
}
#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #ffd42a;
    border: none;
    /* opacity: 0.8; */
}
.features-five {
    background: linear-gradient(180deg, rgb(246 247 250) 50%, rgb(255 255 255)70%);
}
.features-five i {
    color: #ffffff;
    background: #243785;
    border: 1px dashed rgba(147, 190, 122, 0.3);
    width: 55px;
    height: 50px;
    border-radius: 5px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    margin: 5px 15px 0 0;
}
.platforms-banner {
    position: absolute;
    right: 439px;
    background: url(https://agahost.com/theme/img/platform-hosts-left.png) no-repeat left center;
    height: 48px;
    line-height: 20px;
    top: -5px;
}


.ribbon.yellow {
    background: #ffd42a;
    color: #243785;
    border-right: 5px solid #ffd42a;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.call-to-action .buttons {
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
}
.call-to-action h3 {
    color: #243785;
    font-size: 27px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.call-to-action {
    background: #4270e4;
    padding: 40px 0 30px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    color: #777;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    line-break: auto;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #243785;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: white;
}
.underline {
    border-bottom: 2px dotted #808080;
    cursor: pointer;
}
.boxes-one .box {
    background: #fff;
    box-shadow: 0 10px 25px rgba(54, 46, 97, 0.06);
    border-radius: 2px 2px 8px 8px;
    text-align: center;
    margin: 0;
    border-top: 5px solid #243785;
    padding: 40px 30px;
    margin: 0 5px;
}
.default-header.support-page {
    background: #243785;
    padding: 40px 0 20px;
}
.default-header.shared-page {
    background: #243785;
    padding: 40px 0 20px;
}
.default-header.shared-page:before {
    font-family: "Font Awesome 5 brands";
    content: "\f17c";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13rem;
}
.default-header.privacy-page {
    background: #243785;
    padding: 40px 0 20px;
}
/*.default-header.privacy-page:before {
    font-family: "Font Awesome 5 brands";
    content: "\f17c";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: -27%;
    font-size: 13rem;
}*/
.default-header.terms-page {
    background: #243785;
    padding: 40px 0 20px;
}
/*.default-header.terms-page:before {
    font-family: "Font Awesome 5 brands";
    content: "\f17c";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: -27%;
    font-size: 13rem;
}*/
.default-header.billing-page {
    background: #243785;
    padding: 40px 0 20px;
}
.default-header.billing-page:before {
    
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: -27%;
    font-size: 13rem;
}
.default-header.vps-page:before {
    font-family: "Font Awesome 5 brands";
    content: "\f17c";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: -27%;
    font-size: 13rem;
}
.default-header.support-page:before {
    font-family: "Font Awesome 5 free";
    content: "\f1cd";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    font-weight: 600;
    left: -22px;
    top: -27%;
    font-size: 13rem;
}
.default-header.servers-page:before {
    font-family: "Font Awesome 5 brands";
    content: "\f17c";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: -27%;
    font-size: 13rem;
}
.default-header.reseller-page:before {
    font-family: "Font Awesome 5 brands";
    content: "\f17c";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: -27%;
    font-size: 13rem;
}
.layout-text .text-container {
    width: 93%;
}
.layout-text .buttons .btn {
    box-shadow: 0 0px 0px rgba(18, 9, 39, 0.13);
}
.badge-link {
    position: relative;
    margin-left: 5px;
    margin-bottom: 19px;
    bottom: 17px;
    top: -1px;
    color: #243785;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding: 1px 7px;
    background: #ffd42a;
    border-radius: 20px;
}
nav.navbar.bootsnav ul.nav>li>a {
    padding: 0px 0px;
    margin: 25px 20px;
    color: #243785;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.attr-nav i.fa.fa-shopping-bag {
    color: #243785;
}
.attr-nav i.fa.fa-life-ring {
    color: #243785;
}
.attr-nav>ul>li>a span.badge {
    background: #ffd42a;
    padding-top: 2px;
    color: #243785;
}
.attr-nav>ul>li>a {
    color: #6f6f6f;
    display: block;
    padding: 24px 17px;
    position: relative;
}
.call-to-action2 {
    background: #243785;
    padding: 25px 0 15px;
    text-align: center;
}
.home-header {
    padding: 0px 0;
    /*background: linear-gradient(to right, rgb(36 55 133) 50%, transparent 116%, transparent 100%), url(https://1.cms.s81c.com/sites/default/files/2019-12-30/LS003.jpg) center;
    background-size: cover;*/
    background-color: #243785;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='150' viewBox='0 0 1600 800'%3E%3Cpath fill='%23455597' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%23455597' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill-opacity='0.08' fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover !important;
}
.search-domain h4 {
    color: #243785;
    font-size: 28px;
    font-weight: 900;
    font-family: 'Overpass';
}
.search-domain p {
    color: #243785;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
.search-domain .btn-domain {
    border-radius: 0 30px 30px 0;
    background: #243785;
    padding-top: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.home-search-domain {
    background: #fed32a;
    padding: 60px 0 50px;
    z-index: 2;
    position: relative;
}
.search-domain .domain-input {
    padding-top: 5px;
    width: 70%;
    margin: auto;
}
.search-domain .ltds p {
    word-spacing: 40px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    color: #243785;
}
.search-domain input {
    border-radius: 30px 0 0 30px;
    height: 60px;
    font-size: 16px;
    transition: .2s linear;
    border: 0;
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.2);
}
.domain-home {
    padding-top: 5px;
    width: 90%;
    margin: auto;
}

.boxes-two .buttons {
    margin-top: 20px;
    text-align: center;
}
.boxes-two li::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #253785;
    font-size: 10px;
    padding-right: 10px;
}
.boxes-two .box-title i {
    font-size: 17px;
    padding-right: 5px;
    color: #ffd42a;
}
.boxes-two .box-container {
    padding: 25px 20px;
    background: #ffffff;
    border: 1px dashed rgba(75, 55, 189, 0.1);
    margin: 0 5px;
    box-shadow: 0 5px 30px rgba(73, 61, 94, 0.07);
    border-radius: 15px;
    transition: .2s linear;
}
.yellow-color {
    color: #ffd42a;
}
.domain-ext {
    margin-top: 30px;
    text-align: center;
}
.ext-small {
    border: 1px solid #243785;
    display: inline-block;
    padding: 10px 5px 3px 5px;
    font-size: 10px;
    color: #243785;
    border-radius: 5px;
    margin: 0px 6px 0px 6px;
}
.ext-small h4 {
    font-size: 18px !important;
    line-height: 10px;
    font-weight: 900;
    margin-bottom: 2px;
    color: #243785;
}
.ext {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 10px 10px 3px 10px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px;
    margin: 13px 10px 10px 10px;
}
.ext h4 {
    font-size: 18px;
    line-height: 10px;
    font-weight: 900;
    margin-bottom: 2px;
    color: white;
}
.accordion-toggle {
    color: #ffffff;
    
}
.accordion-toggle  {
    color: #ffffff;
}
.accordion-heading {
    padding: 20px 0 0 0;
}
.testimonials .text-left h2 {
    font-size: 36px;
    margin-top: 10px;
    font-weight: 900;
}
.testimonials .text-left p {
    font-size: 18px;
}
.faq h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 900;
}
/*.alert-offer {
    color: #243785;
    background-color: #ffd42a;
    border: 0;
    margin-bottom: 0px;
    padding: 30px 0 10px 0;
}
.alert-offer h4 {
    margin-top: 0;
    color: inherit;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}*/
/*.alert-dismissible .alert-offer .close {
    position: relative;
    top: 0px;
    right: 10px;
    color: inherit;
}*/
.close-alert {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
}
.close-alert {
    position: relative;
    top: -5px;
    right: 10px;
    color: inherit;
}
.close-alert:focus, .close-alert:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.custab {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: 0.2s;
    border-radius: 5px;
    border-top: 7px solid #243785 !important;
    border: 1px solid transparent;
}
.down-arrow-blue {
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #243785 #24378500 #24378500 #24378500;
    position: absolute;
}
.down-arrow2 {
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #f6f7fa transparent transparent transparent;
    position: absolute;
}
.list-features2 {
    background: #ffffff !important;
}
.list-features2 li {
    padding-bottom: 15px;
    /*line-height: 38px;*/
    color: #777;
    display: flex;
    font-size: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.list-features2 li:last-child {
    padding: 0px 0;
}
.list-features2 .specs-title {
    margin-bottom: 15px;
}
.specs-title i {
    top: -20px;
    right: 60px;
    font-size: 15px;
    padding-right: 10px;
}
.list-features2 .specs-title h4 {
    font-weight: 600;
    font-size: 16px;
}
.list-features2 li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #243785;
    font-size: 11px;
    padding-top: 0px;
    padding-right: 10px;
}
.table-responsive {
    overflow: visible;
    padding: 10px;
}
.table>tbody>tr>td {
    padding: 20px 15px 5px 30px;
    position: inherit;
    border-top: 0;
    text-align: left;
    color: #777;
}
.dedicated-pricing h3 {
    /* display: inline-block; */
    /* box-shadow: 0 0 20px rgba(56, 27, 105, 0.09); */
    /* padding: 15px 25px; */
    /* border-radius: 5px; */
    /* font-size: 18px; */
    /* margin-bottom: 15px; */
}
.table>tbody>tr>td:first-child {
    color: #777;
}
.free-badge-two {
    position: absolute;
    top: 45px;
    left: 20px;
    background: #ffd42a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 16px;
    font-size: 14px;
    transform: rotate(deg);
    border-radius: 3px 0 0 6px;
}
.free-badge-two b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 6px;
    border-color: transparent transparent transparent #ecda34;
    position: absolute;
    top: -7px;
    left: 2px;
    transform: rotate(-90deg);
}
.free-badge-two:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 10.5px 14.5px 0 0;
    border-color: #ffd42a #c1a7a700 transparent transparent;
    transform: rotate(-90deg);
    bottom: 3px;
    right: -12px;
}
.free-badge-two:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 14.5px 10.5px 0;
    border-color: transparent #ffd42a transparent transparent;
    transform: rotate(-90deg);
    top: 3px;
    right: -12px;
}
.free-badge {
    position: absolute;
    top: 50px;
    left: 11px;
    background: #ffd42a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 16px;
    font-size: 14px;
    /* transform: rotate(90deg); */
    border-radius: 3px 0 0 6px;
}
.free-badge:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 10.5px 14.5px 0 0;
    border-color: #ffd42a #c1a7a700 transparent transparent;
    transform: rotate(-90deg);
    bottom: 2px;
    right: -12px;
}
.free-badge b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 6px;
    border-color: transparent transparent transparent #ecda34;
    position: absolute;
    top: -7px;
    left: 3px;
    transform: rotate(-90deg);
}
.free-badge:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 14.5px 10.5px 0;
    border-color: transparent #ffd42a transparent transparent;
    transform: rotate(-90deg);
    top: 2px;
    right: -12px;
}
.red-badge {
    position: absolute;
    top: 50px;
    left: 11px;
    color: #fff;
    background: #ff3333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 16px;
    font-size: 14px;
    /* transform: rotate(90deg); */
    border-radius: 3px 0 0 6px;
}
.red-badge:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 10.5px 14.5px 0 0;
    border-color: #ff3333 #c1a7a700 transparent transparent;
    transform: rotate(-90deg);
    bottom: 2px;
    right: -12px;
}
.red-badge b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 0 6px;
    border-color: transparent transparent transparent #ff3333;
    position: absolute;
    top: -7px;
    left: 3px;
    transform: rotate(-90deg);
}
.red-badge:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 14.5px 10.5px 0;
    border-color: transparent #ff3333 transparent transparent;
    transform: rotate(-90deg);
    top: 2px;
    right: -12px;
}
ul.cart-list>li>h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #243785;
}
ul.cart-list>li {
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 15px 15px !important;
}
ul.cart-list>li>p {
    margin-bottom: 0px;
    font-size: 12px;
}
ul.cart-list>li.total>.btn {
    display: inline-block;
    border-bottom: solid 1px #efefef;
    margin-top: 10px;
}
ul.cart-list>li.total>span {
    padding-top: 19px;
    color: green;
}
/*==============================
waqas changes
==============================*/
.domain-data-table>tbody>tr>td:nth-of-type(odd) {
    background: #F7F9FF;
}

.domain-data-table>tbody>tr>td:nth-of-type(even) {
    background: #edf0fb;
}

a.accordion-toggle.domain-pricing-link:hover, a.accordion-toggle.domain-pricing-link:active, a.accordion-toggle.domain-pricing-link:focus, a.accordion-toggle.domain-pricing-link:visited {
    color: #fff;
    text-decoration: underline;
}



.ribbon {
    position: absolute;
    top: 33px;
    right: 0px;
    padding: 15px;
}

.under_footer_links a:active,.under_footer_links a:hover,.under_footer_links a:focus,.under_footer_links a:visited {
	text-decoration: underline;
}


.default-header.contact-page:before {
font-family: "Font Awesome 5 Free";
    content: "\f1cd";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -39px;
    top: -15%;
    font-size: 15rem;
}
.default-header.search-domain:before {
    font-family: "Font Awesome 5 Free";
    content: "\f57d";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    right: -100px;
    top: -1%;
    font-weight: 600;
    font-size: 60rem;
}


.bundle-title h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Overpass';
    margin-top: 10px !important;
    color: #243785;
}

@media screen and (max-width: 1500px){
.home-carousel {
    padding: 80px 0;
}
}

.home-carousel {
    padding: 135px 0 135px;
}
.colorful-boxes {
    background-size: contain;
}
.colorful-boxes .box1 {
        /* background: #243785; */
   background-color: #243785;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1371' height='685.5' viewBox='0 0 1600 800'%3E%3Cpath fill='%23455597' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%23455597' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill-opacity='0.21' fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
}
.home-title h2 {
    font-size: 49px;
    margin-bottom: 10px;
    color: #243785;
    font-weight: 900;
}
.bundle-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #243785;
    font-weight: 900;
}
.bundle-title p {
    font-size: 18px !important;
    color: #777;
}

.bundle-list li {
    padding-bottom: 0px;
    font-size: 14px;
    text-align: center;
    display: flex;
    margin: 0px 20px 0px 20px;
}
.bundle-list i {
    padding-right: 0px !important;
    width: auto;
    padding-top: 0px;
    color: #243785 !important;
    font-size: 22px !important;
}
.bundle-list {
    margin: 23px 0px -17px !important;
    margin-left: 25% !important;
    display: flex;
}
.pricing_table .product-details li {
    color: #2e2e2e;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 600;
}
.pricing_table .product-details li:before {
    border-top: 0;
}
.pricing_table .product-details li:before {
    content: "";
    display: block;
    width: 35%;
    height: 100%;
    margin: auto;
    margin-bottom: 10px;
}
.divider-plus div {
    position: relative;
    font-size: 22px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin: auto 21px;
    top: -5px;
    color: #ccc;
}
.divider-plus div:before {
    margin-left: -55% !important;
    text-align: right;
}
/*.divider-plus div:before, .divider-plus div:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
    margin-left: 10px;
}
.divider-plus div:before, .divider-plus div:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
    margin-left: 10px;
}*/


.list-features h4 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Overpass';
    margin-top: 0px;
    margin-bottom: 10px;
    color: #243785;
}
.tabs-switcher {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 0 -3px 50px rgba(18, 9, 39, 0.07);
}
/*.home-carousel:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1cd";
    color: rgb(208 203 203 / 26%);
    position: absolute;
    right: -293px;
    top: -38%;
    font-size: 98rem;
}*/
.home-carousel {
    position: relative;
    overflow: hidden;
}

/*.box1:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1cd";
    color: rgb(208 203 203 / 26%);
    position: absolute;
    right: -293px;
    top: -38%;
    font-size: 98rem;
}*/
.partner-one, .partner-two, .partner-three, .partner-four, .partner-five, .partner-six {
  background-image: url('https://www.hostinger.com/assets/images/trust-signal-7fed9ee0c9.png');
  background-repeat: no-repeat;
}

.partner-one {
  height: 70px;
  background-position: 4px 18px;
  filter: grayscale(1);
  opacity: 0.7;
}
.partner-two {
  height: 70px;
  background-position: 4px 18px;
  filter: grayscale(1);
  opacity: 0.7;
}
.partner-three {
  height: 70px;
  background-position: 4px 18px;
  filter: grayscale(1);
  opacity: 0.7;
}
.partner-four {
  height: 70px;
  background-position: 4px 18px;
  filter: grayscale(1);
  opacity: 0.7;
}
.partner-five {
  height: 70px;
  background-position: 4px 18px;
  filter: grayscale(1);
  opacity: 0.7;
}
.partner-six {
  height: 70px;
  background-position: 4px 18px;
  filter: grayscale(1);
  opacity: 0.7;
}
footer .partners div:hover {
    opacity: 1;
}
.colorful-boxes .box-container {
    text-align: center;
    padding: 0 60px 10px;
    border-radius: 4px 4px 6px 8px;
    border-top: 7px solid #243785;
    margin-top: -5px;
    margin-bottom: -5px;
    box-shadow: 0 5px 40px rgba(18, 9, 39, 0.15);
}
.home-header .text-container {
    width: 600px;
    padding: 100px 0 100px 0px;
    margin: auto;
}
.text-container.text-center.m-auto {
    margin: auto;
    width: 70%;
}
.home-header .home-title h2 a {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}
.colorful-boxes .box-container h4 {
    color: #ffffff;
    font-family: 'Overpass';
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}
.colorful-boxes .box-container p {
    color: #777;
    font-size: 16px;
    line-height: 25px;
}
.colorful-boxes .btn {
    border-radius: 4px;
    font-size: 16px;
}
.colorful-boxes i {
    font-size: 17px;
    margin-right: 16px;
    margin: 0px 15px 0px 0px;
    color: #ffd42a !important;
}
.colorful-boxes .box2 {
    background: #ffffff;
}
.colorful-boxes .box-container p {
    color: #777;
    font-size: 18px;
    line-height: 28px;
}
.colorful-boxes .box-container h1 {
    color: #253785;
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 22px;
    line-height: 50px;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(0.7);
}
.table-circle {
    border-radius: 5%;
    width: 204px;
    height: 62px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600px;
    color: #ffffff;
    background: #14d468;
    line-height: 60px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    bottom: 34px;
}

/* CORNER RIBBON STYLING */

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -11px;
    right: 26px;
}

.ribbon-green {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -webkit-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #fed431;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgb(109 101 101 / 30%);
}
.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #bb9b1f;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​
.features-seven h4 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    color: #243785;
}
.features-four .buttons {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}
.features-four .text-container {
    padding: 15px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
    /* border-radius: 10px; */
    background: #ffffff;
    width: 100%;
    height: auto;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    /* border-top: 0px solid #243785; */
    border-radius: 2px 2px 8px 8px;
    /* background: #f6f7fa; */
    /* box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2); */
}
.features-four h4 {
    font-size: 18px;
    font-weight: 500;
    color: #777;
}
.features-four .buttons i {
    color: #243785;
    font-size: 14px;
    margin: 0;
}
.features-four i {
    color: #243785;
    font-size: 30px;
    margin: 5px 0 15px;
}
.dark-underline {
    border-bottom: 2px solid #777;
    cursor: pointer;
}

.padding-top40 {
    padding-top: 40px;
}
.yellow-color {
    color: #ffd42a;
}
.blue-line {
    width: 200px;
    background: #243785;
    height: 5px;
    margin: 0 auto 20px;
}
.yellow-line {
    width: 200px;
    background: #ffd42a;
    height: 5px;
    margin: 0 auto 20px;
}
#fade-quote-carousel blockquote {
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 23px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2);
    padding: 20px;
    width: auto;
    margin: 0 10px;
    border-radius: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}
#fade-quote-carousel blockquote small {
    color: #243785;
    font-size: 13px;
    font-weight: 600;
    padding-top: 15px;
}
.features-seven .buttons {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.features-five .buttons {
    margin: 50px 0 0 0;
    text-align: left;
    width: 200px;
}
.pricing-columns i {
    color: #cccccc;
    padding-right: 1px;
    font-size: 12px;
    padding-top: 1px;
}
i.fas.fa-question-circle {
    color: #cccccc !important;
    padding-right: 1px;
    font-size: 12px;
    padding-top: 1px;
}
.pricing-tables .price.blue-bg {
    background: #243785;
    color: #ffffff;
}
.features-five .text-content {
    padding: 25px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: #ffffff;
    margin: 0 10px;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    transition: .1s linear;
}
.tabs .text {
    padding-right: 0px;
}
.tabs {
    background: #ffffff;
}
.tabs .hosting-tabs {
    background-color: #ffffff;
}
.tabs .nav-tabs>li>a {
    padding: 0px 0px 20px;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: 600;
    margin-right: 50px;
    font-family: 'Overpass';
}
.tabs .nav-tabs>li.active>a, .tabs .nav-tabs>li.active>a:focus, .tabs .nav-tabs>li.active>a:hover {
    background: #ffffff;
    line-height: 20px;
    border-bottom: 4px solid #243785;
}
.tabs .nav-tabs li.active::after {
    display: none;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    position: absolute;
    border-width: 15px 15px 0 15px;
    border-color: #F7F9FF transparent transparent transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    border-radius: 10px;
    color: #243785;
    background: #ffffff;
}
.tabs ul.nav.nav-tabs {
    margin-top: 0 !important;
    margin-bottom: 50px;
}
.table>tbody>tr>td i {
    color: #243785;
    padding-left: 6px;
    font-size: 12px;
}
.price-in-table {
    font-weight: 600;
    color: #243785 !important;
}
.domain-box {
    background: #ffffff;
    box-shadow: none;
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    text-align: center;
    transition: .1s linear;
}
.ltd h2 {
    font-weight: 900;
    color: #243785 !important;
    margin-bottom: 6px;
}
 .ltd-price h4 {
    color: #5463a0;
    margin-top: 22px;
    margin-bottom: 3px;
    font-size: 10px;
}
.domain-boxes .domain-box:hover {
    box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2);
}
.accordion a {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px 10px 0px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}
.accordion a:hover, .accordion a:hover::after {
    cursor: pointer;
    color: #243785;
}
.accordion a.active {
    color: #243785;
}
.accordion a.active::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f00d';
    font-weight: 900;
    font-size: 15px;
    color: #243785;
}

nav.navbar.bootsnav ul.nav>li>a.active {
    color: #243785;
    border-bottom: 4px solid #ffd42a;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #243785;
    border-bottom: 4px solid #ffd42a;
}
.boxes-one .box i {
    margin: 0 auto 30px auto;
    color: #ffffff;
    background: #243785;
    border: 1px dashed rgba(147, 190, 122, 0.3);
    width: 60px;
    height: 55px;
    border-radius: 5px;
    font-size: 32px;
    line-height: 55px;
}
.ssl-boxes {
    z-index: 2;
    position: relative;
}
.padding-boxes {
    padding-bottom: 200px !important;
}
.all-boxes {
    margin-top: -100px;
    /* margin-bottom: 82px; */
}

/*agahost old action text*/
.action-text {
    position: relative;
    margin: 46px 30px 44px;
    text-align: center;
}
.action-text .now-only {
    color: #c5cee6;
    font-size: 28px;
    display: block;
    font-weight: 600;
    margin-bottom: 40px;
}
.action-text .intro-text {
    color: #c5cee6;
    font-size: 18px;
    display: block;
}
.action-text .dollar {
    font-size: 64px;
    vertical-align: top;
    margin-top: -1px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}
.text-yellow {
    color: #fed431;
}
.action-text .big-value {
    font-size: 200px;
    line-height: 130px;
    font-weight: 700;
    margin-right: -10px;
    letter-spacing: -4px;
}
.action-text .stack {
    display: inline-block;
}
.action-text .regular-price {
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 16px;
    color: #97aecc;
}
.action-text .small-value {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    display: block;
}
.action-text .per-month {
    font-size: 35px;
    display: block;
    font-weight: 600;
}
.action-text .strikethrough {
    display: inline-block;
    position: relative;
    /* text-decoration: line-through; */
}
.disclaimer {
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.action-text .strikethrough:before {
    border-bottom: 2px solid #FCB100;
    position: absolute;
    content: "";
    top: -3px;
    width: 110%;
    height: 65%;
    transform: rotate(-15deg);
    left: -3px;
}
.accordion a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f067';
    position: absolute;
    float: right;
    right: 0;
    font-size: 15px;
    color: #ffd42a;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-weight: 900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.action-arrow {
    position: absolute;
    background: transparent url(https://agahost.com/files/images/other/action-arrow.png) top left no-repeat;
    width: 132px;
    height: 36px;
    left: 95%;
    top: 375px;
}
.home-list {
    margin: 30px 0px 0px 46px;
}
.home-list li {
    padding-bottom: 10px;
    font-size: 17px;
    text-align: left;
    color: #c5cee6;
}
.money-back {
    margin-top: 40px;
    text-align: center;
}
#fade-quote-carousel .profile-circle {
    width: 60px;
    background: #243785;
    height: 60px;
    margin: 0 auto 25px auto;
    position: relative;
    margin-bottom: -25px;
    box-shadow: 0 10px 20px rgb(73 61 94 / 20%);
    border-radius: 100%;
}
#fade-quote-carousel .profile-circle i {
    color: #ffffff;
    font-size: 21px;
    padding: 19px;
    text-align: left;
    z-index: 2;
    border-radius: 100%;
    box-shadow: 
}
.testimonials .text-left {
    padding-right: 30px;
    padding-top: 18px;
}
.layout-text .text-content i {
    color: #243785;
    margin: 0px 5px 5px 0px;
    font-size: 30px;
}
.top-bar {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.navbar-brand>img {
    width: 218px;
    margin: 13px 0 0;
}
.modal-title {
    margin: 0;
    line-height: 24px;
    color: #ffffff;
    font-size: 18px;
}
.modal-header {
    padding: 25px 0px 18px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #243785;
}
.promo-badge {
    position: relative;
    margin-right: 100px;
    top: -10px;
    right: 13px;
    color: #243785;
    float: right;
    margin: auto 0;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 13px;
    background: #ffd42a;
    border-radius: 20px;
}
.hot-badge {
    position: relative;
    margin-right: 100px;
    top: -10px;
    right: 13px;
    color: #ffffff;
    float: right;
    margin: auto 0;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 13px;
    background: #ff3333;
    border-radius: 20px;
}
.ssd-badge {
    float: none;
    position: relative;
    margin-right: 100px;
    top: 15px;
    color: #ffffff;
    margin: auto 0;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 14px;
    background: #14d468;
    border-radius: 20px;
}
.sale-badge {
    float: none;
    position: relative;
    margin-right: 100px;
    top: 15px;
    color: #111;
    margin: auto 0;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 14px;
    background: #ffeea9;
    border-radius: 2px;
}
a.domain-promos {
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
}
a.domain-promos:hover {
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.default-header.about-page {
    background: #243785;
    padding: 100px 0 0px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.about-page h4 {
    color: #ffffff;
}
.default-header.about-page:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c0";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    right: -40px;
    top: 30%;
    font-weight: 600;
    font-size: 40rem;
}
.terms-content h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 40px;
}
.terms-content p, .terms-content li {
    font-size: 12px;
}
.terms-content {
    margin: 60px 50px 60px 50px;
    text-align: justify;
}
.privacy-terms li{
    list-style-type: decimal;
}
ul.privacy-terms {
    padding-left: 40px;
}
.help-block li {
    color: #a94442;
    font-size: 12px;
}
.ltd-info h3 {
    margin-top: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    text-decoration: line-through;
}
.ltd-info h4 {
    color: #777;
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 10px;
}
.ltd-price h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
}

.currency {
    vertical-align: top;
    font-size: 14px;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus   {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #333 !important;
}
.top-bar a:hover {
    color: #243785;
}
.social-media {
    padding: 35px 0px 0px;
    text-align: right;
}

.text a {
    text-decoration: underline !important;
}
.about-title {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 50px;
}
.entry-text h2 {
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 20px;
}

.features-two i {
    font-size: 13px;
    color: #243785;
    padding-right: 8px;
    padding-top: 5px;
}
p.no-job {
    font-size: 12px;
    padding: 10px 0 0;
}
p.mbg-lm {
    font-size: 12px;
    padding: 10px 0 0;
    text-decoration: underline;
}

.search-domain .text {
    margin-right: 50px;
    margin-left: 10px;
}
.d-none {
    display: none;
}
.domain-m {
    width: 100%;
    margin: auto;
}
.search-domain .visible-xs input {
    border-radius: 30px 0 0 30px;
    height: 45px !important;
    font-size: 16px;
    transition: .2s linear;
    border: 0;
    box-shadow: 0 0 100px rgb(255 255 255 / 20%);
}

.alert-offer {
    color: #30428b;
    background-color: #ffd42a;
    margin-bottom: 0;
    border-color: #ffd42a;
    font-size: 18px;
    border-radius: 0;
    text-align: center;
}


@media (max-width: 767px){
.visible-xs {
    display: block !important;
    padding: 10px 0 10px !important;
}
.visible-xs:before {
    font-family: "Font Awesome 5 Free";
    content: "\f57d";
    color: rgb(42 60 136 / 12%);
    position: absolute;
    right: 0px;
    top: -30%;
    font-weight: 600;
    font-size: 13rem;
}
}





/*custom responsive starts here//*/

@media screen and (max-width: 991px){
.pricing-tables .table-list li {
    text-align: left !important;
}
.features-five .col-xs-12:last-child .text-content {
    margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
nav.navbar.bootsnav .navbar-brand>img {
    left: 0;
    width: 160px;
    margin: 11px 0 !important;
}
.features-five .col-xs-12:last-child .text-content {
    margin-bottom: 6px;
}
@media only screen and (max-width: 580px){
.accordion a::after {
    position: absolute !important;
}
}
@media only screen and (max-width: 580px){
.table-content li, .table-content p, .table-content h4 {
    text-align: center !important;
}
.red-badge {
    position: absolute;
    top: 90px;
    left: 6px;
    background: #ff3333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 16px;
    font-size: 14px;
    /* transform: rotate(90deg); */
    border-radius: 3px 0 0 6px;
}
.red-badge:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 10.5px 14.5px 0 0;
    border-color: #ff3333 #c1a7a700 transparent transparent;
    transform: rotate(-90deg);
    bottom: 2px;
    right: -12px;
}
.red-badge:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 14.5px 10.5px 0;
    border-color: transparent #ff3333 transparent transparent;
    transform: rotate(-90deg);
    top: 2px;
    right: -12px;
}
.free-badge {
    position: absolute;
    top: 58px;
    left: 7px;
    background: #ffd42a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 16px;
    font-size: 14px;
    /* transform: rotate(90deg); */
    border-radius: 3px 0 0 6px;
}
.free-badge:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 10.5px 14.5px 0 0;
    border-color: #ffd42a #c1a7a700 transparent transparent;
    transform: rotate(-90deg);
    bottom: 2px;
    right: -12px;
}
.free-badge:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 14.5px 10.5px 0;
    border-color: transparent #ffd42a transparent transparent;
    transform: rotate(-90deg);
    top: 2px;
    right: -12px;
}
#fade-quote-carousel blockquote {
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 23px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(73, 61, 94, 0.2);
    padding: 20px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 10px;
}
.testimonials .text-left {
    padding-right: 0;
    padding-top: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.pricing-tables .buttons .btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px 0px;
    border: 1px solid #ffd42a;
    box-shadow: 0 0 0 rgba(54, 46, 97, 0.03);
}
nav.navbar.bootsnav ul.nav>li>a.active {
    color: #243785;
    border-bottom: 0px solid #ffd42a;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #243785;
    border-bottom: 0px solid #ffd42a;
}
nav.navbar.bootsnav ul.nav>li>a {
    padding: 10px 0px 10px 5px;
    margin: 0;
    color: #243785;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;    
}
.features-five .col-xs-12:last-child .text-content {
    margin-bottom: 6px !important;
}
.under-footer2 p {
    font-size: 13px;
    padding: 15px 0px;
    text-align: left;
    color: #ffffff;
}
.payment-methods {
    opacity: 0.7;
    text-align: left;
    padding: 25px 0 15px 0px;
}
.quick-links {
    padding-top: 0px;
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    margin-top: 0px;
    text-align: center;
}
footer .partners {
    display: none !important;
    padding-bottom: 30px;
}
.social-media {
    text-align: left;
    padding: 10px 0px 0px 0px;
}
.ext-small {
    border: 1px solid #243785;
    display: inline-block;
    padding: 10px 5px 3px 5px;
    font-size: 10px;
    color: #243785;
    border-radius: 5px;
    margin: 0px 4px 0px 0px;
}
.quick-links {
    border-top: 0px solid rgba(255, 255, 255, 0.1);
    margin-top: 0px;
    text-align: left;
    padding-top: 20px;
}
.quick-links li {
    display: inline-block;
    line-height: normal;
    margin-right: 2%;
}
.search-domain .text {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.default-header.search-domain:before {
    font-family: "Font Awesome 5 Free";
    content: "\f57d";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    right: -100px;
    top: 15%;
    font-weight: 600;
    font-size: 45rem;
}
.domain-box {
    background: #ffffff;
    box-shadow: none;
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    text-align: center;
    transition: .1s linear;
    margin-bottom: 20px;
}
.domain-boxes .row + .row {
    margin-top: 0px;
}
.features-five .text-content {
    padding: 25px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 20px !important;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    transition: .1s linear;
}
}

@media screen and (max-width: 991px){
.features-five .col-xs-12:last-child .text-content {
    margin-bottom: 15px !important;
}
.features-six .text-container {
    margin-bottom: 40px !important;
}
.features-six .buttons {
    margin-top: 0px !important;
}
.testimonials .text-left {
    padding-right: 0;
    padding-top: 18px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
}
.testimonials .text-left h2 {
    font-size: 36px !important; 
}
#fade-quote-carousel blockquote {
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 23px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgb(73 61 94 / 20%);
    padding: 20px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px !important;
    border-radius: 10px;
}
.call-to-action h3 {
    color: #243785;
    font-size: 27px;
    font-weight: 600;
    margin-top: 0px !important;
    text-align: left !important;
}
.under_footer_links {
    display: inline-block;
    border-bottom: 0px solid #f0f0f0 !important;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.payment-methods {
    opacity: 0.7;
    text-align: right;
    padding: 19px 0 0px 0px;
}
.under-footer2 p {
    font-size: 13px;
    /*padding: 37px 0px 0px 0px;
    */text-align: left !important;
    color: #ffffff;
}
nav.navbar.bootsnav ul.nav>li>a {
    padding: 15px 0px 15px 0px !important;
    margin: 0px 0px;
    color: #243785;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
nav.navbar.bootsnav ul.nav>li>a.active {
    color: #243785;
    border-bottom: none !important;
}
.home-header {
    padding: 10px 0 !important;
}
.boxes-one .box {
    margin-bottom: 40px !important;
}
.margin-bottom {
    margin-bottom: 30px;
}
.features-four .buttons {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.btn-large {
    padding: 14px 30px 12px;
    width: auto !important;
}
.hidden-sm {
    display: none!important;
}
.red-badge {
    position: absolute;
    top: 94px;
    left: 5px;
    color: #fff;
    background: #ff3333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 16px;
    font-size: 14px;
    /* transform: rotate(
90deg
); */
    border-radius: 3px 0 0 6px;
}
nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #ffd42a;
    border-bottom: none !important;
}
nav.navbar.bootsnav ul.nav>li>a:active  {
    color: #ffd42a;
    border-bottom: none !important;
}
nav.navbar.bootsnav ul.nav>li>a:focus  {
    color: #ffd42a;
    border-bottom: none !important;
}

}

@media only screen and (max-width: 768px){
.under_footer_links {
    display: inline-block;
    border-bottom: 0px solid #f0f0f0 !important;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.btn-large {
    padding: 14px 30px 12px;
     width: auto !important;
}
.domain-box {
    background: #ffffff;
    box-shadow: none;
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed rgba(75, 55, 189, 0.13);
    text-align: center;
    transition: .1s linear;
    margin-bottom: 20px;
}
.domain-boxes .row + .row {
    margin-top: 0px;
}
}

@media only screen and (max-width: 580px){
    .action-text .big-value {
    font-size: 135px;
    line-height: 130px;
    font-weight: 700;
    margin-right: -10px;
    letter-spacing: -4px;
}
.action-text .small-value {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    display: block;
}
.action-text .dollar {
    font-size: 40px;
    vertical-align: top;
    margin-top: 8px;
    position: relative;
    font-weight: 600;
    display: inline-block;
}
.action-text .regular-price {
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 10px;
    color: #97aecc;
}

.terms-content {
    margin: 45px 0px 45px 0px;
    text-align: justify;
}
.call-to-action h3 {
    color: #243785;
    font-size: 27px;
    font-weight: 600;
    margin-top: 0px !important;
    text-align: center !important;
}
.home-list {
    margin: 30px 0px 0px 0px;
    width: max-content;
}
.action-text .regular-price {
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 10px;
    color: #97aecc;
}
.btn-domain-two {
    border-radius: 0 30px 30px 0;
    background: #ffd42a !important;
    padding-top: 13px;
    color: #243785 !important;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 17px 10PX 2PX;
}
.tabs ul.nav.nav-tabs {
    margin-top: 0 !important;
    margin-bottom: 50px;
    display: flex;
}
.tabs .nav-tabs>li>a {
    padding: 0px 0px 20px;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-family: 'Overpass';
}
.tabs .nav-tabs>li {
    display: inline;
    margin: auto !important;
}
.boxes-one .box {
    margin-bottom: 35px !important;
}
.btn-large {
    padding: 14px 30px 12px;
    width: 100% !important;
}
}
/*custom responsive end here//*/
@media only screen and (max-width: 580px){
.default-header.shared-page:before {
    font-family: "Font Awesome 5 brands";
    content: "\f17c";
    color: rgb(255 255 255 / 22%);
    position: absolute;
    left: -22px;
    top: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13rem;
}
.default-header h2 {
    font-weight: 700;
    font-size: 28px;
    font-family: 'Overpass';
}

}


@media only screen and (max-width: 580px){
.home-header {
    padding: 60px 0 !important;
}
.home-header .text-container {
    width: 600px;
    padding: 0px 0 0px 0px !important;
}
.text-container.text-center.m-auto {
    width: 100%;
    padding: 0px 0 0px 0px !important;
}
.action-text {
    position: relative;
    margin: 46px 0px 0px !important;
    text-align: center;
}
.colorful-boxes .box-container {
    margin: 0;
    padding: 0 15px 0px !important;
}
}
@media screen and (max-width: 991px){
.features-five .text-content {
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
}