/*-----------------------!*Header Css*!---------------------------------*/
.toggle-button-menu {
    display: none;
}

@media ( max-width: 992px ) {
    .top-section-wrapper {
        border-bottom: none;
    }

    .nav-menu-wrapper {
        flex-direction: column;
        position: absolute;
        width: 100%;
        left: 0;
        top: 74px;
        background-color: #fff;
        height: 100vh;
        padding: 0 18px;
        display: none;
        transition: all .24s ease;
    }

    .nav-menu-wrapper.responsive-menu-open {
        display: flex;
        transition: all .24s ease;
    }

    .main-menu-item {
        padding: 8px;
        height: 46px;
        display: flex;
        justify-content: space-between;
    }

    .menu-section {
        height: 74px;
        flex-direction: row-reverse;
        justify-content: start !important;
        -webkit-box-pack: start !important;
        justify-content: start !important;
    }

    .top-section-wrapper {
        position: absolute;
        right: 0;
        top: 18px;
    }

    .dropdown-menu-wrapper.active-drop-down-item {
        position: relative;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }

    #header-section {
        position: relative;
        background-color: #FFFFFF;
        height: 74px;
        z-index: 20;
    }

    .cart-icon p {
        display: none;
    }

    .container {
        max-width: 1244px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .toggle-button-menu {
        cursor: pointer;
        margin-left: 10px;
        display: flex;
        color: #ACAFB9;
    }

    .single-menu-item {
        width: 100%;
    }

    .caret-main-icon {
        right: 0;
        top: 20px;
    }

    .main-menu-item .item-text {
        font-size: 16px;
        line-height: 20px;
    }

    .main-menu-dropdown-item a {
        padding: 6px 0;
    }

    .main-menu-dropdown-item:hover a {
        padding-left: 8px;
    }

    .main-menu-dropdown-item.empty-divider {
        display: none;
    }

    .main-menu-btn {
        text-align: center;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .caret-main-icon {
        position: relative;
        right: 0;
        top: 3px;
    }

    body, html {
        font-size: 16px;
        line-height: 24px;
    }
}

/*-----------------------!*Header Css*!---------------------------------*/
/*-----------------------!*Section find your domain Css*!---------------------------------*/
.find-your-doamin {
    padding: 104px 0;
    /*border-bottom: 1px solid #E9EAEC;*/
}

.find-your-doamin h2 {
    color: #17191C;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 72px;
}

.find-icon {
    color: #1062FE;
    font-size: 30px;
    left: 20px;
    top: 20px;
}

.search-box-wrapper {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #DEE0E3;
}

.find-secarh-input {
    height: 52px;
    width: 100%;
}

.find-secarh-input {
    height: 52px;
    width: 100%;
    padding: 8px 20px 8px 50px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.find-domain-btn {
    background-color: #1062FE;
    color: #fff;
    height: 52px;
    margin-left: 16px;
    padding: 8px 24px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #1062FE;
    border-radius: 4px;
    transition: all 0.23s;
}

.find-domain-btn:hover {
    background-color: #009AFF;
    transition: all 0.23s;
}

.row-domin-list {
    margin-top: 40px;
}

.domin-list-cols {
    margin-top: 24px;
    max-width: 240px;
    border-right: 1px solid #E9EAEC;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.domin-list-cols:last-child {
    border-right: 1px solid transparent;
}

.domain-name-wrapper .dot-find-dom {
    color: rgb(16, 98, 254);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.domain-name-wrapper {
    color: rgb(23, 25, 28);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.find-domain-price-wrapper {
    color: rgb(151, 155, 164);
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-left: 16px;
}

@media ( max-width: 992px ) {
    .row-domin-list {
        flex-wrap: wrap;
    }
}

@media ( max-width: 576px ) {
    .find-your-doamin .container {
        max-width: 540px;
        padding: 0 24px;
    }

    .domin-list-cols {
        margin-top: 24px;
        max-width: 240px;
        width: max-content;
        width: -moz-max-content;
        border: 1px solid #E9EAEC;
        border-radius: 4px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 24px 4px 0;
    }
}

@media ( max-width: 480px ) {
    .domain-name-wrapper {
        font-size: 18px;
    }

    .search-box-wrapper {
        flex-wrap: wrap;
    }

    .find-domain-btn {
        margin-left: 0;
        width: 100%;
    }

    .find-your-doamin h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .row-domin-list {
        flex-direction: column;
        margin-top: 0;
    }

    .domin-list-cols {
        width: 100%;
        max-width: 100%;
        margin: 16px 4px 0;
    }
}

/*-----------------------!*Section find your domain Css*!---------------------------------*/
/*-----------------------!*Section Faq togglers Css*!---------------------------------*/
.faq-sec {
    padding: 104px 0;
}

.faq-sec h2 {
    color: #17191C;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 72px;
}

.faq-toggler-wrapper {
    max-width: 928px;
    margin: 0 auto;
}

.trigger-of-toggle {
    cursor: pointer;
    padding: 24px 0;
}

.trigger-of-toggle h3 {
    color: rgb(23, 25, 28);
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.toggle-open-icon {
    font-size: 30px;
    font-weight: 300;
    color: #ACAFB9;
}

.toggler-item:first-child {
    border-top: 1px solid transparent;
    margin-top: 5px;
}

.toggler-item {
    border-top: 1px solid #E9EAEC;
    margin-top: 5px;
}

.toggle-close-icon {
    font-size: 30px;
    font-weight: 300;
    color: #1062FE;
}

.toogle-icon {
    height: 30px;
    width: 30px;
}

.clicked-item .toggle-close-icon.d-none {
    display: inline-block;
}

.clicked-item .toggle-open-icon {
    display: none;
}

.toggler-content {
    padding-bottom: 24px;
}

.toggler-content p {
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

.generic-content
{
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

.generic-content li
{
    list-style-type: lower-alpha;
    margin-left:30px;
}

.generic-content p
{
    margin:30px 0px;
}

.trigger-of-toggle.clicked-item h3 {
    color: #1062FE;
}

@media ( max-width: 767px ) {
    .faq-sec h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .trigger-of-toggle h3 {
        font-size: 18px;
    }

    .trigger-of-toggle {
        padding: 16px 0;
    }

    .toggler-content p {;
        font-size: 16px;
    }

    .toggler-content {
        padding-bottom: 16px;
    }
}

/*-----------------------!*Section Faq togglers Css*!---------------------------------*/

/*-----------------------!*Section security-features-sec Css*!---------------------------------*/
.security-features-sec {
    padding: 104px 0;
}

.img-wrapper {
    width: 446px;
    max-width: 100%;
    object-fit: cover;
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 8px 32px 0px;*/
    /*border-radius: 6px;*/
}

.graphic-container {
    min-width: calc(50% - 32px);
}

.content-sections {
    max-width: 50%;
    margin-left: 64px;
}

.content-sections .section-heading {
    color: rgb(23, 25, 28);
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 48px;
    margin-top: -12px;
    text-transform: capitalize;
}

.content-sections p {
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 16px;
}

.security-icon-three {
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 104px;
}

.single-icon-box {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 12px;
}

.single-icon-box .content-wrapper {
    padding: 32px;
    margin-bottom: 24px;
    border: 1px solid #E9EAEC;
    border-radius: 6px;
    height: 130px;
}

.img-wrapper-icon {
    margin-right: 24px;
}

.title-feature-sec {
    color: rgb(23, 25, 28);
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

@media ( max-width: 992px ) {
    .wrapper-features-sec-img {
        flex-direction: column;
    }

    .graphic-container {
        min-width: calc(50% - 32px);
        display: flex;
        justify-content: center;
    }

    .content-sections {
        max-width: 100%;
        margin-left: 0;
        margin-top: 64px;
    }
}

@media ( max-width: 767px ) {
    .content-sections .section-heading {
        font-size: 32px;
        margin-bottom: 24px;
        line-height: 40px
    }

    .content-sections p {
        font-size: 16px;
        line-height: 28px
    }

    .security-icon-three {
        padding-top: 24px;
        flex-direction: column;
    }

    .single-icon-box {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 12px;
    }

    .security-features-sec {
        padding: 64px 0;
    }
}

/*-----------------------!*Section security-features-sec Css*!---------------------------------*/

/*-----------------------!*Section brand-icon-sec Css*!---------------------------------*/
.brand-icon-sec {
    padding: 104px 0;
}

.brand-icon-sec h3 {
    color: rgb(23, 25, 28);
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 72px;
    margin-top: 0px;
    max-width: 768px;
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;
}

.brand-icon-row {
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto;
	justify-content: center;
}

.brand-icon-colmn {
	flex: 0 0 20.0%;
	max-width: 20%;
	padding: 0 12px;
}

.brand-icon-colmn .img-wrapper-icon {
	margin-right: 0;
	filter: grayscale(100%);
	transition: all 0.23s;
}

.brand-icon-colmn .img-wrapper-icon.d-flex:hover {
	filter: grayscale(0);
	transition: all 0.23s;
}

.brand-icon-colmn > .d-flex {
	width: 100%;
	max-width: 200px;
}

@media ( max-width: 992px ) {
    .brand-icon-sec h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
    }

    .brand-icon-sec {
        padding: 64px 0;
    }

    .brand-icon-colmn {
        padding: 0px;
    }
}

/*-----------------------!*Section brand-icon-sec Css*!---------------------------------*/
/*-----------------------!*Section Feature-section Css*!---------------------------------*/
.features-section {
    padding: 104px 0;
}
.features-section h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 auto;
    margin-bottom: 72px;
    max-width: 768px;
}
.svg-icon-stroke {
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.svg-icon-prime-l.svg-icon-stroke {
    stroke:#009AFF;
}
.svg-icon-prime-l {
    fill:#009AFF;
}
.svg-icon-prime.svg-icon-stroke {
    stroke: #1062FE;
}
.svg-icon-prime {
    fill: #1062FE;
}
.svg-icon-dashed-13, .svg-icon .dashed-13 {
    stroke-dasharray: 8 10;
}
.svg-icon-dashed-1, .svg-icon .dashed-1 {
    stroke-dasharray: 4 8;
}
.svg-icon-outline-s {
    stroke: #000000;
}
.svg-icon-outline-s {
    stroke: #17191C;
}
.svg-icon-outline-i, .svg-icon-outline-l, .svg-icon-outline-p, .svg-icon-outline-s {
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.feature-wrapper-row{
    margin-right: -12px;
    margin-left: -12px;
}
.feature-col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 12px;
    padding-left: 12px;
}
.col-feature-content{
    margin-bottom: 64px;
}
.col-feature-content .icon-wrapper {
    margin-bottom: 18px;
}
.col-feature-content h4 {
    color: rgb(23, 25, 28);
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 16px;
}
.col-feature-content p {
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.svg-icon-outline-p {
    stroke: #1062FE;
}
.svg-icon-dashed-8, .svg-icon .dashed-8 {
    stroke-dasharray: 7.63 9.54;
}
.svg-icon-dashed-9, .svg-icon .dashed-9 {
    stroke-dasharray: 6.52 8.15;
}
.svg-icon-i {
    fill: #fff;
}
@media ( max-width: 991px ){
    .feature-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media ( max-width: 767px ){
    .col-feature-content h4 {
        margin-bottom: 16px;
        font-size: 18px;
    }
    .col-feature-content p {
        font-size: 16px;
    }
    .col-feature-content .icon-wrapper {
        margin-bottom: 16px;
    }
    .features-section {
        padding: 64px 0;
    }
    .features-section h2 {
        max-width: 768px;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}
@media ( max-width: 480px ){
    .feature-col {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .feature-col:last-child .col-feature-content {
        margin-bottom: 0;
    }
    .col-feature-content {
        margin-bottom: 32px;
    }

}
/*-----------------------!*Section Feature-section Css*!---------------------------------*/
/*-----------------------!*Section top img section Css*!---------------------------------*/
.top-img-section .text-content {
    max-width: 496px;
    padding: 100px 0;
    margin: auto 0;
    z-index: 3;
}

.top-img-section h1 {
    color: rgb(23, 25, 28);
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 32px;
}

.top-img-section .text-content p {
    color: rgb(94, 99, 110);
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 16px;
}

.top-section-btns {
    color: #1062FE;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    height: 52px;
    line-height: 28px;
    margin-bottom: 0px;
    min-width: 164px;
    padding: 8px 24px;
    border-radius: 6px;
    border: 1px solid #1062FE;
    transition: all 0.23s;
}

.stroke-btn {
    margin-left: 16px;
}

.stroke-btn:hover {
    background-color: #009AFF;
    color: #fff;
    transition: all 0.23s;
}

.solid-btn {
    background-color: #1062FE;
    color: #fff;
}

.solid-btn:hover {
    background-color: #009AFF;
    color: #fff;
}

.top-button-wraper {
    padding-top: 32px;
}

.navigation-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-bottom: -1px;
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    min-height: 64px;
    z-index: 20;
}

.navigation-links a:hover {
    color: #009AFF;
}

.navigation-links .active a {
    color: rgb(16, 98, 254);
    position: relative;
}

.navigation-links .active a::after {
    content: "";
    position: absolute;
    display: block;
    width: 74%;
    height: 3px;
    background-color: #009AFF;
    bottom: 0;
}

.banner-shape {
    right: -35%;
    z-index: 1;
    top: 0;
    display: block;
    width: 100%;
}

.banner-shape svg {
    height: 662px;
}

.banner-graphic {
    max-width: 562px;
    width: 100%;
    z-index: 2;
    right: 60px;
    top: -20px;
    animation: slide-top 0.5s ease-in-out forwards;
}

.banner-graphic svg {
    height: 505px;
} 

.top-imge-animations {
    position: absolute;
	left: 10px;
	top: 49px;
	height: 505px;
	object-fit: contain;
}

.center-imge-animations {
    position: absolute;
	left: 10px;
	top: 76px;
}

.bottom-imge-animations {
    position: absolute;
    left: 82px;
    top: 72px;
    object-fit: cover;
    width: 100%;
}

.animation-fade-in {
    opacity: 0;
    animation: fade-in 0.5s ease-in-out forwards;
}

.toggle-button-links {
    display: none;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slide-top {
    0% {
        right: 60px;
        top: -20px;
    }
    100% {
        right: 0;
        top: -15px;
    }
}

@media ( max-width: 767px ) {
    .top-img-wrapper {
        flex-direction: column-reverse;
    }

    .graphic-content {
        position: relative;
    }

    .banner-shape {
        position: relative;
        right: 0;
    }

    .banner-shape svg {
        height: 277px;
    }

    .banner-graphic .animation-fade-in {
    	width: 100%;
    	max-width: 305px;
    	height: 278px;
    	top: 25px;
    	left: 50px;
    }
    
    

    
    .bottom-imge-animations {
        left: 230px;
        top: 98px;
    }

    .center-imge-animations {
        position: absolute;
        left: 10px;
        top: 76px;
    }

    .top-imge-animations {
        position: absolute;
        left: 12px;
        top: 80px;
    }

    .top-img-section .text-content {
        padding: 40px 0;
    }

    .top-img-section h1 {
        color: rgb(23, 25, 28);
        text-align: center;
        font-size: 40px;
        font-weight: 900;
        line-height: 48px;
    }

    .top-img-section .text-content p {
        color: rgb(94, 99, 110);
        font-size: 21px;
        font-weight: 300;
        line-height: 40px;
        margin-bottom: 8px;
        text-align: center;
    }

    .top-button-wraper {
        padding-top: 16px;
        justify-content: center;
    }

    .top-section-btns {
        margin-bottom: 16px;
        font-size: 16px;
        height: 52px;
    }

    .navigation-links {
        flex-wrap: wrap;
    }

    .navigation-links a {
        min-height: 64px;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
    }

    .toggle-button-links {
        cursor: pointer;
        margin-left: 10px;
        display: flex;
        color: #ACAFB9;
    }

}

/*-----------------------!*Section top img section Css*!---------------------------------*/

/*-----------------------!*Section Comparision sitelock Css*!---------------------------------*/
.comparison-sitelock {
    padding: 104px 0;
    background-image: linear-gradient(0deg, #009aff 0%, #1966ff 100%);
    padding-bottom: 126px;
}

.comparison-sitelock h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 72px;
}

.row-of-sitelock {
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.colm-wrapper {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.pakage-wrapper {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 8px 32px 0px;
    box-sizing: border-box;
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 32px;
    border-radius: 6px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.package-title {
    color: rgb(23, 25, 28);
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
}

.package-subtitle {
    color: rgb(151, 155, 164);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 16px;
}

.price-amount {
    color: rgb(23, 25, 28);
    font-size: 40px;
    font-weight: 900;
    line-height: 52px
}

.package-features li {
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 4px;
}

.package-features b {
    color: rgb(23, 25, 28);
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.package-body {
    margin-top: 24px;
}

.comparison-sitelock-btn {
    background-color: rgb(214, 228, 255);
    background-image: none;
    border-radius: 4px;
    color: rgb(16, 98, 254);
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    height: 52px;
    line-height: 28px;
    width: 100%;
    margin-top: 16px;
    min-width: 168px;
    padding: 8px 24px;
    transition: all .24s ease;
}

.comparison-sitelock-btn:hover {
    background-color: #B3CCFF;
    transition: all .24s ease;
}

@media ( max-width: 991px ) {
    .colm-wrapper {
        flex: 0 0 50%;
        max-width: 50%;

    }
}

@media ( max-width: 767px ) {
    .colm-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .price-amount {
        font-size: 32px;
        font-weight: 900;
        line-height: 40px;
    }

    .package-title {
        font-size: 21px;
    }

    .package-subtitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .package-features li {
        font-size: 16px;
    }

    .comparison-sitelock {
        padding: 64px 0;
        padding-bottom: 64px;
    }

    .comparison-sitelock h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}

/*-----------------------!*Section Comparision sitelock  Css*!---------------------------------*/
/*-----------------------!*Section rivews-slide Css*!---------------------------------*/
.rivews-slider {
    padding: 104px 0;
}
.rivews-slider h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 auto;
    margin-bottom: 72px;
    max-width: 768px;
}
.rivews-slider .section-heading > p {
    color: rgb(94, 99, 110);
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    max-width: 768px;
}
.inside-slide-content {
    min-width: 340px;
    margin: 0 12px;
    height: 100%;
}
.inside-slide-content {
	max-width: 340px;
	margin: 0 12px;
	height: max-content !important;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
	width: 100%;
	border-radius: 6px;
	padding: 24px;
}
.inside-slide-content p {
    color: rgb(94, 99, 110);
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    margin-bottom: 24px;
}
.img-testimonial-aurthor img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.testimonial-aurthor-info h4 {
    color: rgb(23, 25, 28);
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.img-testimonial-aurthor .label-blued {
    background: #1062FE;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 48px;
    font-weight: 300;
    line-height: 60px;
    bottom: -19px;
    right: -16px;
    color: #fff;
}
.label-blued span {
    height: 32px;
}
.testimonial-aurthor-wrapper {
    align-items: center;
}
.testimonial-aurthor-info {
    margin-left: 32px;
}
.testimonial-aurthor-info a {
    color: rgb(16, 98, 254);
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    display: block;
}
.rivews-slider-wrapper .slick-arrow {
    display: none;
}
/*-----------------------!*Section rivews-slide Css*!---------------------------------*/



/*-----------------------!*Contact form wrapper Css*!---------------------------------*/
.contact-us {
    padding: 48px 0;
}
.contact-form-wrapper {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 2px 24px 0px;
    color: rgb(94, 99, 110);
    padding: 32px;
    max-width: 768px;
    margin: 0 auto;
    border-radius: 6px;
}
.contact-form-wrapper h3 {
    color: rgb(23, 25, 28);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 48px;
}
.inputs-row.width-half .input-colm {
    width: 50%;
}
.inputs-row {
    margin-left: -12px;
    margin-right: -12px;
}
.input-colm {
    padding-right: 12px;
    padding-left: 12px;
}
.control-label {
    color: rgb(94, 99, 110);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
}
.form-control:focus {
    border-color: #1062FE;
}
.form-control {
    color: rgb(23, 25, 28);
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid #DEE0E3;
    padding: 8px 16px;
    transition: all 0.23s;
}
.form-control:hover {
    border: 1px solid #ACB0B9;
    transition: all 0.23s;
}
.input-wrapper {
    margin-bottom: 12px;
}
textarea.form-control {
    resize: vertical;
    min-height: 50px;
    height: auto;
}
.submit-button-wrapper {
    margin-top: 32px;
}
.form-submit {
    background-color: #1062FE;
    color: #fff;
    padding: 8px 19px;
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    border: 1px solid #1062FE;
    border-radius: 3px;
    transition: all 0.23s;
}
.form-submit:hover {
    background-color: #009AFF;
    transition: all 0.23s;
}
.error-messager {
    padding: 16px 24px;
    border: 1px solid #FAE1E2;
    background-color: #FCEEEF;
    border-radius: 6px;
    margin-bottom: 24px;
}
.alert-body ul {
    padding-left: 40px;
    list-style:defaul ;
}
.alert-body ul li {
    list-style: disc;
    color: rgb(182, 32, 42);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.alert-body {
    color: rgb(182, 32, 42);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.alert-body > :last-child {
    margin-bottom: 0;
}
@media ( max-width: 767px ){
    .contact-form-wrapper h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    .contact-us {
        padding: 40px 24px;
    }
    .inputs-row.width-half .input-colm {
        width: 100%;
    }
}
/*-----------------------!*Contact form wrapper Css*!---------------------------------*/


/*review slider*/

.swiper-reviews .slide-item.swiper-slide {
    max-width: 360px;
}
@media ( max-width: 576px ){
    .swiper-reviews .slide-item.swiper-slide {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .inside-slide-content p {
        font-size: 18px;
        font-weight: 300;
        line-height: 32px
    }
    .inside-slide-content {
        padding: 16px;
    }
}

/*review slider*/


/*-----------------------!*Footer Css*!---------------------------------*/

.footer-title {
    pointer-events: none;
}

@media ( max-width: 992px ) {
    .footer-company {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        display: flex;
        padding-bottom: 18px;
        flex-wrap: wrap;
    }

    .footer-cards {
        width: 50%;
    }

    .footer-cards a {
        width: 60px;
    }

    .footer-topsec .container .d-flex.justify-content-between {
        flex-wrap: wrap;
    }

    .footer-company-socials {
        margin-left: 0;
        width: 50%;
        justify-content: start;
    }

    .footer-company-intro {
        width: 100%;
    }

    .footer-company-desc {
        margin: 8px 0 8px;
    }

    .col-of-footer {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0px;
    }

 
}

@media ( max-width: 980px ) {
    .footer-navlist {
        display: none;
    }
}

@media ( max-width: 767px ) {
    
    .footer-title{
        pointer-events: auto;
    }
    
    .col-of-footer ul {
    }

    .footer-topsec {
        padding: 40px 0;
    }

    .footer-cards {
    }

    .footer-company-intro {
        width: 40%;
    }

    .footer-company-socials {
        margin-left: 0;
        width: 60%;
        justify-content: end;
    }

    .container {
        max-width: 540px;
        padding-left: 24px;
        padding-right: 24px;
        overflow-x: hidden;
    }

    .copyright-text {
        text-align: center;
        width: 100%;
    }

    .row-footer {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-title {
        position: relative;
        height: 44px;
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 0;
    }

    .footer-cards {
        width: 100%;
        justify-content: center;
    }

    .footer-title.open-menu-toggle::after {
        transform: rotate(180deg);
    }

    .footer-company-socials {
        margin-left: 0;
        width: 50%;
        justify-content: end;
    }

    .footer-title::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url('../img/chevron.svg');
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .footer-title.open-menu-toggle {
        height: 28px;
    }
}

/*-----------------------!*Footer Css*!---------------------------------*/




/*feature version*/

/*-----------------------!*Section 3col feature  Css*!---------------------------------*/
.three-features-section {
    padding: 104px 0;
    border-bottom: 1px solid #E9EAEC;
}
.three-feature-wrapper-row {
    margin-right: -12px;
    margin-left: -12px;
}
.three-feature-col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 12px;
    padding-left: 12px;
}
.three-col-feature-content {
    box-sizing: border-box;
    padding: 32px;
    margin-bottom: 24px;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 24px rgba(0, 0, 0, 0.08);*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 2px 24px 0px;
    border-radius: 6px;
    height: 93%;
}
.svg-icon-dashed, .svg-icon .dashed {
    stroke-dasharray: 3.84 7.69;
}
.three-col-feature-content h4 {
    color: rgb(23, 25, 28);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}
.three-col-feature-content p {
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}
.three-col-feature-content .icon-wrapper {
    margin-bottom: 26px;
}
.svg-icon-outline-i {
    stroke: #fff;
}
@media ( max-width: 767px ) {
    .three-feature-col {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 24px;
    }
    .three-col-feature-content h4 {
        margin-bottom: 16px;
        font-size: 18px;
    }
    .three-col-feature-content p {
        font-size: 16px;
    }
    .three-col-feature-content {
        box-sizing: border-box;
        padding: 32px;
        margin-bottom: 24px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 2px 24px 0px;
        border-radius: 6px;
        height: 100%;
        margin-top: 24px;
    }
    .three-features-section {
        padding: 64px 0;
        border-bottom: 1px solid #E9EAEC;
        background-color: transparent;
    }
}
/*-----------------------!*Section 3col feature  Css*!---------------------------------*/

/*feature version*/



/*pricing version 1*/

/*-----------------------!*Section 3col email price  Css*!---------------------------------*/
.email-pricing-pakage-section {
    padding: 104px 0;
}
.email-pricing-pakage-section .section-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 auto;
    margin-bottom: 72px;
    max-width: 768px;
    text-transform: capitalize;
}
.email-pricing-content {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 8px 32px 0px;
    color: rgb(94, 99, 110);
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 24px;
    padding: 32px;
    height: 100%;
}
.email-pricing-col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 12px;
    padding-left: 12px;
}
.email-pricing-content .text-content h4 {
    color: rgb(23, 25, 28);
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 8px;
}
.email-pricing-content .text-content p {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 24px
}
.email-package-price {
    margin-top: 24px;
}
.email-package-price .price {
    color: rgb(94, 99, 110);
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
.email-package-price .price-amount {
    color: rgb(23, 25, 28);
    font-size: 40px;
    font-weight: 900;
    line-height: 52px;
}
.buy-button-email-pakage {
    background-color: rgb(16, 98, 254);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    height: 52px;
    line-height: 28px;
    min-width: 168px;
    max-width: 168px;
    margin: 24px auto;
    border-radius: 3px;
}
.learn-more-pakage {
    color: rgb(16, 98, 254);
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
@media ( max-width: 992px ) {
    .email-pricing-pakage-section {
        padding: 64px 0;
    }
    .email-pricing-pakage-section .section-heading {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .email-pricing-col {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 16px;
    }
    .email-pricing-content .text-content p {
        font-size: 16px;
    }
    .email-package-price .price-amount {
        font-size: 32px;
        line-height: 40px;
    }
    .email-pricing-content .text-content h4 {
        font-size: 21px;
        font-weight: 300;
        line-height: 30px;
    }
}

/*pricing versoin 1*/



/*site map*/

/*-----------------------!*Section sitemap Css*!---------------------------------*/
.sitemap-sec {
    padding: 104px 0;
}
.sitemap-sec  h2 {
    color: #17191C;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 72px;
}
.col-of-sitemap {
	padding: 0 12px;
	width: 100%;
	height: max-content;
	page-break-inside: avoid;
}
.sitemap-title {
    color: rgb(23, 25, 28);
    display: flex;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
    justify-content: center;
}
.sitemap-nav-item:hover {
    color: rgb(16, 98, 254);
    padding-left: 12px;
    transition: all .3s ease;
}
.sitemap-navlist {
    text-align: center;
    margin-bottom: 24px;
}
.row-sitemap {
    margin-right: -12px;
    margin-left: -12px;
    column-count: 4;
}
.sitemap-nav-item:hover {
    color: rgb(16, 98, 254);
    padding-left: 12px;
    transition: all .3s ease;
}
.sitemap-nav-item {
    color: rgb(94, 99, 110);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 0;
    transition: all .3s ease;
    display: block;
}
.clear-fix {
    clear: both;
}
@media ( max-width: 767px ) {
    .sitemap-sec {
        padding: 64px 0;
    }
    .col-of-sitemap {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-sitemap {
        column-count: 2;
    }
    .sitemap-navlist {
        margin-bottom: 24px;
    }
}
@media ( max-width: 576px ) {
    .sitemap-sec {
        padding: 32px 0;
    }
    .row-sitemap {
        column-count: 2;
    }
    .col-of-sitemap {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .sitemap-title {
        justify-content: center;
    }
    .sitemap-sec h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .sitemap-navlist {
        margin-bottom: 16px;
    }
}

/*site map*/


/*-----------------------!*Section find domain Css*!---------------------------------*/
.find-new-doamin {
    padding: 104px 0;
    overflow: hidden;
}

.find-new-doamin .container {
	z-index: 20;
	position: relative;
}

.find-new-doamin h2 {
    color: rgb(23, 25, 28);
    font-family: Roboto;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 32px;
}
.find-new-icon {
    color: #1062FE;
    font-size: 30px;
    left: 20px;
    top: 20px;
}
.search-box-new-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 6px;
    border-radius: 4px;
    max-width: 768px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 8px 32px 0px;
}
.find-secarh-new-input {
    height: 52px;
    width: 100%;
    padding: 8px 20px 8px 50px;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
.find-domain-new-btn {
    background-color: #1062FE;
    color: #fff;
    height: 52px;
    margin-left: 16px;
    padding: 8px 24px;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #1062FE;
    border-radius: 4px;
    transition: all 0.23s;
    min-width: 134px;
}
.find-domain-new-btn:hover {
    background-color: #009AFF;
    transition: all 0.23s;
}
.domain-price-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 2px 24px 0px;
    box-sizing: border-box;
    color: rgb(94, 99, 110);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}
.domain-pricing-row {
    margin-top: 140px;
}
.domain-price-colm {
    padding-right: 12px;
    padding-left: 12px;
    max-width: 100%;
}
.logo-wrapper {
    padding: 16px;
    height: 160px;
}
.domain-price-box p {
    height: 46px;
    margin-top: -4px;
    padding-top: 4px;
    border-top: 1px solid #E9EAEC;
}
.domain-price-box .logo-wrapper img {
    max-height: 60px;
    max-width: 80%;
}
.domain-price-wrapper {
    max-width: 928px;
    margin: 0 auto;
}
.search-results {
    max-width: 928px;
    margin: 0 auto;
}
.message-item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 2px 24px 0px;
    border: none;
    border-radius: 8px;
    padding: 48px;
    margin-top: 24px;
    margin-bottom: 48px;
}
.message-icon {
    background-color: #E7F8EB;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}
.message-icon .cross-logo {
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    color: #B6202A;
}
.message-icon .check-logo {
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    color: #2D9F46;
}
.message-body {
    margin-left: 32px;
}
.message-body strong {
    font-weight: 700;
}
.message-title {
    color: rgb(217, 38, 50);
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 14px;
}
.price-value {
    color: rgb(23, 25, 28);
    font-size: 32px;
    line-height: 40px;
}
.message-actions button {
    background-color: #D6E4FF;
    transition: .23s ease;
    min-width: 120px;
    max-width: 100% ;
    height: 52px;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 500;
    color: #1062FE;
    font-size: 17px;
    display: block;
    cursor: pointer;
}
.message-actions button:hover{
    background-color: #B3CCFF;
    transition: .23s ease;
}
.unsucess-result .message-icon {
    background-color: #FCEEEF;
}
.sucess-result .message-title {
    color: #36C055;
}
.added-to-cart .message-actions .checkout {
    display: flex;
    color: #fff;
    background-color: #009AFF;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: .23s ease;
}
.added-to-cart .check-logo-btn {
    margin-right: 16px;
    color: #fff;
}
.added-to-cart .message-actions .delete-button {
    width: 52px;
    min-width: 52px;
    padding: 0;
    display: flex;
    color: #fff;
    background-color: #1062FE;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: .23s ease;
}
.added-to-cart .message-actions .delete-button:hover {
    background-color: #009AFF;
    transition: .23s ease;
}
.selected-result .message-item {
    padding: 24px;
}
.selected-content .message-body {
    margin-left: 8px;
}
.number-of.selected {
    background: #1062FE;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
}
.selected-content .message-continue {
    color: rgb(94, 99, 110);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 8px;
}
.selected-result .message-actions .checkout {
    background-color: #1062FE;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: .23s ease;
    display: flex;
    align-items: center;
}
.selected-result .message-actions .checkout:hover {
    background-color: #009AFF;
    transition: .23s ease;
}
.checkout .share-icon {
    margin-right: 16px;
}
.most-poplular-domains-card {
    max-width: 928px;
    margin: 0 auto;
}
.most-poplular-domains-card h3 {
    color: rgb(23, 25, 28);
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 24px;
}
.card-burtton-wrapper {
    padding: 0 8px 8px;
}
.popular-row {
    margin: 0 -12px;
}
.col-wrapper-card {
    max-width: 156px;
    min-width: 156px;
    width: 100%;
    padding: 0 8px;
}
.added-button-cart.d-flex {
    max-width: 124px;
    width: 100%;
}
.content-wrapper-card {
    margin-bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px, rgba(0, 0, 0, 0.08) 0px 2px 24px 0px;
    position: relative;
    height: auto;
    overflow: hidden;
}
.content-wrapper-card .card-header {
    border-bottom: 1px solid #E9EAEC;
    padding: 5px 0;
    color: rgb(23, 25, 28);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
.content-wrapper-card .card-contet {
    padding: 24px 0;
    color: rgb(23, 25, 28);
    font-size: 32px;
    font-weight: 700;
    line-height: 24px;
}
.extension-dot span {
    color: #1062FE;
}
.card-burtton {
    transition: .23s ease;
    width: 100%;
    max-width: 142px;
    height: 36px;
    padding: 4px 16px;
    border-radius: 3px;
    color: #1062FE;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
}
.content-wrapper-card .added-button-cart .check-logo-btn {
    margin-right: 12px;
}
.card-burtton.add {
    background-color: #D6E4FF;
}
.card-burtton.add:hover {
    background-color: #B3CCFF;
}
.card-burtton.remove{
    background-color: #1063FE;
    color: #fff;
}
.content-wrapper-card .added-button-cart button {
    background-color: #1062FE;
    color: #fff;
    max-width: 94px;
}
.content-wrapper-card .added-button-cart button:hover {
    background-color: #009AFF;
}
.added-button-cart .card-burtton {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.content-wrapper-card .added-button-cart .card-burtton-delete {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sale-label-card {
    top: 10px;
    width: 100px;
    position: absolute;
    background-color: #FFF3DB;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    left: -32px;
    line-height: 12px;
    max-height: 16px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    color: rgb(214, 143, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
}
.sale-label-card.label-card-new {
    background-color: #DBF5E1;
    color: #2D9F46;
}
.domain-price-wrapper .swiper-pagination {
    display: none;
}
/*--------------Graphic Content Svg--------------------*/
.graphic-content-find-sec {
    top: 190px;
    left: 50%;
    min-width: 1918px;
    transform: translateX(-50%) translateY(-50%);
}
.graphic-content-find-sec .svg-laptop-touchpad-outside {
    fill: #0E0E10;
    opacity: .48;
    enable-background: new;
}
.graphic-content-find-sec .svg-keyboard-keys-bottom {
    fill: #CBCFD4;
}
.graphic-content-find-sec .svg-laptop-bottom-back {
    fill: #CBCFD4;
}
.graphic-content-find-sec .svg-banner-shape-right {
    fill: #1062FE;
    fill-rule: evenodd;
    clip-rule: evenodd;
}
.graphic-content-find-sec .svg-laptop-screen-logo {
    fill: #FFFFFF;
}
.graphic-content-find-sec .svg-laptop-screen {
    fill: #0367E4;
}
.graphic-content-find-sec .svg-browser-body {
    fill: #EAEEF3;
}
.graphic-content-find-sec .svg-banner-shape-left {
    fill: #009AFF;
    fill-rule: evenodd;
    clip-rule: evenodd;
}
.graphic-content-find-sec  .svg-laptop-bottom-top {
    fill: #EBEDF0;
}
.graphic-content-find-sec .svg-laptop-touchpad-inside {
    fill: #CBCFD4;
    opacity: .48;
}
.graphic-content-find-sec .svg-laptop-touchpad-outside {
    fill: #0E0E10;
    opacity: .48;
}
.graphic-content-find-sec .svg-browser-top {
    fill: #CBCFD4;
}
.graphic-content-find-sec .svg-browser-top-1 {
    fill: #FFFFFF;
}
.graphic-content-find-sec .svg-screen-top-logo {
    fill: #FFFFFF;
}
.graphic-content-find-sec .svg-keyboard-keys-top {
    fill: #FFFFFF;
}
.graphic-content-find-sec .svg-screen-leg-front {
    fill: #EBEDF0;
}
.graphic-content-find-sec .svg-laptop-screen-back {
    fill: #393E41;
}
.graphic-content-find-sec .svg-laptop-screen-front {
    fill: #4F5357;
}
.graphic-content-find-sec .svg-browser-element-2 {
    fill: #FFFFFF;
}
.graphic-content-find-sec .svg-screen-top-front {
    fill: #4F5357;
}
.graphic-content-find-sec .svg-screen-top-bg {
    fill: #0367E4;
}
.graphic-content-find-sec .svg-screen-top-back {
    fill: #393E41;
}
.graphic-content-find-sec .svg-keyboard-body-top {
    fill: #CBCFD4;
}
.graphic-content-find-sec .svg-keyboard-body-bottom {
    fill: #EBEDF0;
}
.graphic-content-find-sec .svg-browser-element-1 {
    fill: #CBCFD4;
}
.graphic-content-find-sec .svg-colors-bottom {
    fill: #F9A000;
}
.graphic-content-find-sec .svg-colors-top {
    fill: #FBB900;
}
.graphic-content-find-sec .svg-colors-top-1 {
    fill: #FFFFFF;
}
.graphic-content-find-sec .svg-colors-top-2 {
    fill: #FFD251;
}
.graphic-content-find-sec  .svg-colors-top-3 {
    fill: #FBC666;
}
.graphic-content-find-sec .svg-screen-bottom-front {
    fill: #EBEDF0;
}
.graphic-content-find-sec .svg-screen-bottom-button {
    fill: #CBCFD4;
}
.graphic-content-find-sec .banner-svg {
    fill: #fff;
}
.graphic-content-find-sec .banner-browser, .graphic-content-find-sec .banner-computer, .graphic-content-find-sec .banner-laptop {
    visibility: hidden;
    opacity: 0;
    animation-name: bannerElementFadeInDown;
    animation-duration: .6s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
.graphic-content-find-sec .banner-browser, .graphic-content-find-sec .banner-computer, .graphic-content-find-sec .banner-laptop {
    animation-delay: .8s;
}

@keyframes bannerElementFadeInDown {
    0% {
        transform:translatey(-10px);
        opacity:0;
        visibility:hidden
    }
    to {
        transform:translatey(0);
        opacity:1;
        visibility:visible
    }
}
@keyframes bannerElementFadeIn {
    0% {
        opacity:0;
        visibility:hidden
    }
    to {
        opacity:1;
        visibility:visible
    }
}
@media ( max-width: 992px ) {
    .find-new-doamin {
        padding: 64px 0;
    }
    .find-new-doamin h2 {
        margin-bottom: 32px;
    }
}
@media ( max-width: 767px ) {
    .find-new-doamin h2 {
        margin-bottom: 32px;
        font-size: 32px;
    }
    .find-domain-new-btn {
        height: 42px;
        font-size: 15px;
    }
    .find-secarh-new-input {
        height: 42px;
    }
    .message-item {
        flex-direction: column;
    }
    .price-content {
        flex-direction: column;
        justify-content: center;
    }
    .price-value {
        text-align: center;
    }
    .message-body {
        margin-left: 0;
        margin-bottom: 24px;
    }
    .message-icon {
        margin-bottom: 32px;
    }
    .message-title {
        font-size: 21px;
    }
    .selected-result .message-item {
        padding: 24px;
        flex-direction: row;
    }
    .selected-content .message-body {
        margin-left: 8px;
        margin-bottom: 0;
    }
    .domain-price-wrapper .swiper-pagination {
        display: block;
    }
}
@media ( max-width: 576px ) {
    .find-new-doamin {
        padding: 24px 0;
    }
}
/*-----------------------!*Section find domain Css*!---------------------------------*/

