/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: #212529;
}

a:hover {
    color: #2d7cb2;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
}

ul {
    list-style: none;
}
.fa-ul li {
    padding-top: 10px;
}

b,
strong {
    font-weight: 600;
}

.btn {
    background: #2d7cb2;
    padding: 1rem 2rem;
    border-radius: 2rem;
    margin: 0.5rem;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
}
.btn:hover{
    background:#333;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-white {
    color: #fff;
}

.bg-white {
    background: #fff;
}
.bg-black{background:#000}
.bg-black-2{
    background:#1d1e20;
}
.no-border{
    border:none !important;
}
.card.bg-black-2 .offer-product-price,.card.bg-black-2 .offer-product-heading,.card.bg-black h3{
    color:#fff;
}
.card.bg-black-2 .offer-product-price-info,.card.bg-black p{
    color:#d5d5d5;
}


.card.bg-black-2:hover .offer-product-heading,.card.bg-black:hover h3 {
    color: #646060;
}

.card.bg-black-2:hover .offer-product-price{
    color: #343b48;
}

.card.bg-black-2:hover .offer-product-price-info,.card.bg-black:hover p {
    color: #8f97a7;
}
footer.site-footer.bg-black-2 a,footer.site-footer.bg-black-2 .widget-title,footer.site-footer.bg-black-2 .widget-title:after{
    color:#fff;
}
footer.site-footer.bg-black-2 a:hover{
    color:#e61e26;
}
.pb-13 {
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.text-center {
    text-align: center;
}
.text-left{
    text-align:left;
}
.Font-large {
    font-size: 2.5rem;
}

.font-lmid {
    font-size: 1.5rem;
}

.header {
    background: #fff;
    position: fixed;
    width: 100%;
    color: #333;
    z-index: 100001;
    max-height: 50px;
    border-bottom: 1px solid #eee;
}

.header a {
    color: #333;
}

.header nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}

.nav .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

nav .links {
    margin-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.links li {
    list-style: none;
    /*line-height: 70px;*/
}

.links li a,
.links li label {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.links li label {
    display: none;
}
a.nav-login.btn-secondry{
    color:#fff;
}
.links li a:hover,
.links li label:hover,a.nav-login.btn-secondry:hover {
    color: #007eb2;
    background:#f9f9f9;
}

a.nav-support.btn-primry, a.nav-login.btn-secondry {
    padding: 6px 15px;
    font-size: 15px;
}

.header .menu-icon {
    color: #333;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.header .menu-icon {
    display: none;
}

.header input[type="checkbox"] {
    display: none;
}

/* Dropdown Menu code start */
.links ul {
    position: absolute;
    background: #FFF;
    top: 50px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.links li:hover>ul {
    top: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.links ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px !important;
    margin: 0;
}

.links ul ul {
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
}

.links ul li {
    position: relative;
}

.links ul li:hover ul {
    top: 0;
}

.btn-secondry {
    background: #2d7cb2;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: poppins, sans-serif;
    text-decoration: none;
    border: 1px solid #2d7cb2;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.btn-secondry:hover {
    background: #323c4e;
    border: 1px solid #323c4e
}

.btn-primry {
    color: #2d7cb2;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: poppins, sans-serif;
    text-decoration: none;
    border: 1px solid #2d7cb2;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.btn-primry:hover {
    background: #2d7cb2;
    color: #fff;
    border: 1px solid #2d7cb2
}

.btn-secondry i,
.btn-primry i {
    margin-right: 5px
}

.m2-tb {
    margin: 2rem 0;
}

.countdown .column {
    max-width: 60px;
    max-height: 70px;
    margin: 0 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.countdown .column:first-child{
    margin-left:0;
}
.time {
    background: #fff;
    min-width: 60px;
    min-height: 60px;
    border-radius: 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.3rem;
}

.time-label {
    font-size: 13px;
    margin-top: 5px;
}

.promo span {
    background: #01224e;
    padding: 0.8rem 2rem;
    border-radius: 5rem;
    font-weight: 500;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s
}

.promo span:hover {
    background: #003670;
}

.promob {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.pbtn {
    /*background: #f90060;*/
    background:#e61e26;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 5rem;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s
}

.pbtn:hover {
    background: #003d7a;
    color: #fff
}

.arrow1 {
    -webkit-animation: slide1 1s ease-in-out infinite;
            animation: slide1 1s ease-in-out infinite;
    margin-left: 9px;
}

@-webkit-keyframes slide1 {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(10px, 0);
                transform: translate(10px, 0);
    }
}

@keyframes slide1 {

    0%,
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(10px, 0);
                transform: translate(10px, 0);
    }
}

.form-search {
    margin: 0 auto;
    text-align: center;
    font: bold 13px sans-serif;
    position: relative;
}

.form-search input {
    width: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 14px 15px 14px 40px;
    border: 1px solid #b6c3cd;
    ;
    border-right: 0;
    color: #4E565C;
    outline: none;
    -webkit-appearance: none;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.form-search button {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #007eb2;
    -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #ffffff;
    padding: 15px 22px;
    margin-left: -4px;
    cursor: pointer;
    border: none;
    outline: none;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.fform-search i {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    color: #80A3BD;
}

.main-content {
    padding-top: 50px;
    background:#f9f9f9;
    padding-bottom:30px;
}

.site-footer {
    /*background: #fff;*/
    padding: 2rem 3rem 0 3rem;
    border-top: 1px solid #eee;
}

.footer-widgets {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.footer-widgets .widget {
    width: 100%;
    max-width: 210px;
    margin: 15px 10px;
}

.widget:last-child {
    width: auto !important;
}

.widget-title:after {
    content: "";
    display: block;
    width: 43px;
    height: 2px;
    background: #2d7cb2;
    margin-top: 10px;
}

.widget-title {
    font-size: 1.2rem;
    color: #2d7cb2;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-left: -0.3rem;
}

.footer-bar {
    padding: 1rem;
    margin-top: 2rem;
    border-top: 1px solid #eee;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.plogos img {
    max-width: 35px;
    margin: 0 10px;
}

.plm-card {
    max-width: 25px
}

.top-offer {
    padding: 3.5rem 0;
}

.first-section {
    padding: 120px 0;
}

.container {
    padding: 0 5rem;
    margin: 0 auto;
}

.fsl-1 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 0;
}

.fsl-2 {
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
}

.fsl-3 {
    font-weight: 500;
    font-size: 27px;
    padding: 5px 25px;
    background: #fff;
    border-radius: 2px;
    color: #1b4b70;
}

.fsl-4 {
    font-weight: 500;
    font-size: 19px;
    margin-top: 20px;
    line-height: 25px;
    max-width: 768px;
}

.fsl-5 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 35px;
}

.fsl-6 {
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    background: #3da9fc;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: ubuntu, sans-serif;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
}

.ff-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}

.ff-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ff-left,
.ff-right,
.ff2-left,
.ff2-right {
    width: 50%;
    padding: 0 35px;
}

.ff-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 44px;
    color: #1b4b70;
    font-family: poppins, sans-serif;
}

.ff-desc {
    font-weight: 400;
    font-size: 16px;
    color: #575757;
    font-family: poppins, sans-serif;
}

.second-section {
    /*background: #fff;*/
    padding: 100px 0 50px 0;
}

.s-desc {
    font-size: 15px;
    margin: 1rem auto;
}
.s-top{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1rem auto;
}
.s-top li {
    padding: 0 1rem;
}
.loader {
    position: relative;
    width: 50px;
    height: 50px;
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #333;
    -webkit-animation: rotate 1.5s linear infinite;
            animation: rotate 1.5s linear infinite;
    margin: 2rem auto;
}

.loader::before,
.loader::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 4px solid transparent;
}

.loader::after {
    inset: 0;
    border-bottom: 4px solid #fff;
    animation: rotate 0.5s linear infinite reverse;
}

.loader::before {
    inset: 4px;
    border-left: 4px solid #fff;
    -webkit-animation: rotate 1.5s linear infinite;
            animation: rotate 1.5s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.main-domain {
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
            box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    margin-bottom: 16px;
    max-width: 768px;
    margin: 3rem auto 1rem auto;
}

.child-domain {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #e6e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;
    color: #333130;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.child-domain:first-child {
    border: none;
}

.child-domain img {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    vertical-align: middle;
}

.child-domain .name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.child-domain h2 {
    color: #4d4a48;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.09px;
    margin: 0 12px 0 0;
    word-break: break-all;
}

.child-domain .label.Taken {
    background: red;
}

.child-domain .label.Available {
    background: green;
}

.child-domain .label.Premium {
    background: blue;
}

.child-domain .label {
    position: relative;
    background: #74cccc;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    letter-spacing: -0.1px;
    line-height: 20px;
    margin-right: 12px;
    padding-left: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.child-domain .b-btn {
    margin-left: auto;
}

.child-domain .price strong {
    color: #4d4a48;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02px;
    line-height: 16px;
    padding-top: 3px;
    display: block;
    text-align: right;
}

.child-domain .price small {
    color: #6d6e70;
    font-size: 10px;
    letter-spacing: -0.17px;
    display: block;
    text-align: right;
    margin-top: 3px
}

.child-domain .btn {
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}

.child-domain .m-hide {
    padding-left: 7px;
}
.bar {
    padding: 10px;
    margin: 10px;
    color: #333;
    background: #fafafa;
    border: 1px solid #ccc;
    margin:1rem
  }
  .error {
    color: #ba3939;
    background: #ffe0e0;
    border: 1px solid #a33a3a;
  }
.offer-labels {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.offer-labels .offer-label {
    margin-right: 7px;
}

.offer-label {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #fff;
    font-size: .9rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}

.secondary-label {
    background-color: #2d7cb2;
}

.main-label {
    background-color: #e34f4f;
}

.offer-product-category {
    color: #8f97a7;
    font-weight: 400;
    text-transform: uppercase;
}

.offer-product-head {
    padding: 2rem 2rem 1.5rem;
}

.offer-product-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #646060;
}

.offer-product-body {
    padding: 0.1rem 2rem;
}

.offer-product-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #343b48;
}

.offer-product-price-info {
    color: #8f97a7;
    font-size: 13px;
}

.offer-product-link {
    padding-top: 1.3rem;
}

.wrapper .row {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*::selection {
    background: rgba(23, 162, 184, 0.3);
}*/

.wrapper {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    /*background: #fff;*/
    max-width: 1024px;
}

.wrapper nav {
    position: relative;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wrapper nav label {
    display: block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #6d6e70;
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #eee;
    min-width: 110px;
    padding: 0 15px;
}

.wrapper nav label:first-child {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.wrapper nav label:last-child {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}
#tnav-1:checked~nav label.tnav-1,
#tnav-2:checked~nav label.tnav-2,
#tnav-3:checked~nav label.tnav-3,
#domains:checked~nav label.domains,
#shared:checked~nav label.shared,
#cloud:checked~nav label.cloud,
#help:checked~nav label.help,
#about:checked~nav label.about {
    color: #fff;
    background: #007eb2;
}

.wrapper nav label i {
    padding-right: 7px;
}

.wrapper nav .slider,.wrapper nav .tslider{
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: #17a2b8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper input[type="radio"] {
    display: none;
}

#shared:checked~nav .slider,#tnav-1:checked~nav .tslider {
    left: 20%;
}

#cloud:checked~nav .slider,#tnav-1:checked~nav .tslider {
    left: 40%;
}

#help:checked~nav .slider,#tnav-1:checked~nav .tslider {
    left: 60%;
}

#about:checked~nav .slider {
    left: 80%;
}

.wrapper section .content {
    display: none;
}
#tnav-1:checked~section .tnav-content-1,
#tnav-2:checked~section .tnav-content-2,
#tnav-3:checked~section .tnav-content-3,
#domains:checked~section .content-1,
#shared:checked~section .content-2,
#cloud:checked~section .content-3,
#help:checked~section .content-4,
#about:checked~section .content-5 {
    display: block;
}

.gmj-support.text-center {
    padding: 1.5rem;
    /*background: #eee;*/
}

.gmj-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gmj-btns a {
    margin: 10px;
}


.migration-section {
    padding: 0 5rem 5rem;
    position: relative
}

.migration-section .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem
}

.right-s {
    width: 50%;
}

.right-info .heading,
.section-heding {
    font-size: 2rem;
    /*color: #1a3040;*/
}
.line {
    border-top: 1px solid #ddd;
    max-width: 116px;
    margin: 1rem auto;
}

.section-heding .desc {
    font-size: 17px;
}
.right-info .desc {
    margin: 1rem 0;
    color: #5f6970;
    font-size: 1.1rem;
}

.colmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    padding: 1rem;
}

.feature__title.h6 {
    margin: 1rem 0;
    color: #1a3040;
    font-size: 1.1rem;
}

.feature__desc {
    font-size: 17px;
    color: #5f6970;
}

.pb-2 {
    padding-bottom: 2rem;
}

.p1 {
    padding: 1rem
}

.mb-1 {
    margin-bottom: 1rem
}

.gmj-section {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.row,
.countdowner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*justify-content: center;*/
}

.column {
    width: 100%;
    padding: 0 1em 2em 1em;
    text-align: center;
}

.card {
    width: 100%;
    height: 100%;
    padding: 45px 30px;
    Position: relative;
    background:#fff;
    border: 1px solid #E6EBF5;
    border-radius: 20px;
    -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.wrapper .card {
    padding: 30px;
}

.card h3 {
    color: #1a3040;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 26px 0px 16px 0px;
}

.card p {
    margin: 0px 0px 0px 0px;
    color: #5f6970;
    font-size: 18px;
    font-weight: 400;
    line-height: 2em;
}

.card .btn {
    background: 00;
    border-radius: 2rem;
    color: #2d7cb2;
    padding: 10px 20px;
    font-weight: 400;
}

.card:hover .btn {
    background-color: #d5e5ef;
}

.icon-wrapper {
    background-color: #d5e5ef;
    padding: 16px 18px 16px 18px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    font-size: 2rem;
    color: #2d7cb2
}

.card:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    -webkit-box-shadow: 0px 20px 100px 0px rgb(39 40 77 / 5%);
            box-shadow: 0px 20px 100px 0px rgb(39 40 77 / 5%);
}





/* Responsive code start */

@media only screen and (max-width:1240px) {
    .migration-section {
        padding: 3rem;
    }

    .right-s {
        width: 60%;
    }
}

@media screen and (max-width: 1025px) {
    .header nav {
        max-width: 100%;
        padding: 0 20px;
    }

    nav .links {
        margin-left: 30px;
    }

    .links li a {
        padding: 8px 13px;
    }

    .migration-section .right-s {
        width: 70%;
    }

    .migration-section .left-s {
        margin-left: -100px;
        ;
    }
}

@media screen and (min-width: 992px) {
    section {
        padding: 1em 3em;
    }

    .column {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .gmj-section.hosting-plans .column {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48.33%;
                flex: 0 0 48.33%;
        max-width: 48.33%;
    }
}

@media only screen and (max-width:940px) {
    .migration-section .right-s {
        width: 85%;
    }

    .migration-section .left-s {
        margin-left: -200px;
        ;
    }
}

@media only screen and (max-width:920px) {
    .child-domain .m-hide {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .header .menu-icon {
        display: block;
    }

    nav #show-menu:checked~.menu-icon i::before {
        content: "\f00d";
    }

    nav .links {
        display: block;
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        top: 70px;
        left: -100%;
        margin-left: 0;
        max-width: 320px;
        overflow-y: auto;
        padding-bottom: 100px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    nav #show-menu:checked~.links {
        left: 0%;
    }

    .links li {
        margin: 15px 20px;
    }

    .links li a,
    .links li label {
        line-height: 40px;
        font-size: 20px;
        display: block;
        padding: 8px 18px;
        cursor: pointer;
    }

    .links li .desktop-link {
        display: none;
    }

    /* dropdown responsive code start */
    .links ul,
    .links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
    }

    .links #show-domains:checked~ul,
    .links #show-hosting:checked~ul,
    .links #show-server:checked~ul,
    .links #show-program:checked~ul{
        max-height: 100vh;
    }

    .links ul li {
        margin: 7px 20px;
    }

    .links ul li a {
        font-size: 18px;
        line-height: 30px;
        border-radius: 5px !important;
    }
}

@media only screen and (max-width:840px) {
    .migration-section .left-s {
        display: none;
    }

    .migration-section .right-s {
        width: 100%;
    }

    .migration-section .right-info .heading,
    .section-heding {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 768px) and (max-width:920px) {
    section {
        padding: 0 2em;
    }

    .column {
        -webkit-box-flex: 0;
            -ms-flex: 0 50%;
                flex: 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .side-img{
        display:none;
    }
    .top-offer{
        text-align: center;
    }
    .top-offer .container{
        padding:0 !important;
    }
    .countdowner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .site-footer {
        padding: 2rem 1rem 0 1rem !important
    }

    .container {
        padding: 0 3.5rem !important;
    }

    .fsl-1 {
        font-size: 30px !important;
    }

    .fsl-2 {
        font-size: 50px !important;
    }

    .fsl-3 {
        font-size: 22px !important;
    }

    .fsl-4 {
        font-size: 18px !important;
    }

    .fsl-5 {
        font-size: 17px !important;
    }

    .fs-wrapper,
    .ff-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
    }

    .ff-11 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    
    .ff2-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .secound-banner .ff2-right {
        display: none;
    }
    .secound-banner .ff2-left {
        text-align:left;
    }

    .fst-sc-left,
    .fst-sc-right,
    .ff-right,
    .ff-left,
    .ff2-right,
    .ff2-left {
        width: 100%;
        padding: 1rem 0;
    }

    .ff-right,
    .ff2-left {
        text-align: center;
    }

    .row {
        width: 100%;
    }
.wrapper nav label {
        font-size: 14px;
        border-radius: 0 !important;
        line-height: 30px;
        min-width: 70px;
        padding: 5px 10px !important;
        margin: 0.3rem;
    }

    .wrapper nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }


}

@media screen and (max-width: 668px) {

    .footer-widgets {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important
    }

    .footer-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footer-bar .logo {
        margin-bottom: 1rem;
    }
    .hosting-toggle{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
 
}

@media screen and (max-width: 600px) {
    .container {
        padding: 0 2.5rem !important;
    }

    .fsl-1 {
        font-size: 22px !important;
    }

    .fsl-2 {
        font-size: 44px !important;
    }

    .fsl-3 {
        font-size: 16px !important;
    }

    .fsl-4 {
        font-size: 15px !important;
    }

    .fsl-5 {
        font-size: 15px !important;
    }

    .wrapper nav label {
        font-size: 12px;
        padding: 0;
    }
}
@media screen and (min-width: 560px) {
.fsl-4 li {
    display: inline-block;
    width: 48%;
}
}
@media only screen and (max-width:490px) {

    .migration-section .right-info .heading,
    .section-heding {
        font-size: 1rem
    }

    .feature__icon svg {
        width: 35px;
    }

    .feature__title.h6 {
        margin: 0.6rem 0;
        font-size: 16px;
    }

    .migration-section .right-info .desc,
    .feature__desc {
        font-size: 14px;
    }
    .child-domain .name {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size:80%;
    }
    .countdown .column {
    max-width: 40px;
    max-height: 40px;
}
.time {
    font-size: 1rem;
    min-width: 40px;
    min-height: 40px;
}
.time-label {
    font-size: 10px;
}
}

@media screen and (max-width: 445px) {
    .fsl-1 {
        font-size: 18px !important;
    }

    .fsl-2 {
        font-size: 30px !important;
    }

    .fsl-3 {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }

    .fsl-4,
    .fsl-5 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:420px) {
    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .colmn {
        width: 100%
    }

    .migration-section {
        padding: 1rem;
    }

    .migration-section .right-info .desc {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .header nav {
        padding: 0 10px;
    }

    .plogos img {
        max-width: 30px !important;
    }

    .child-domain .name h2 {
        font-size: 15px
    }

    .Font-large {
        font-size: 2rem;
    }

    .font-lmid {
        font-size: 1rem;
    }
}

@media screen and (max-width: 380px) {
    .container {
        padding: 0 1rem !important;
    }

    .fsl-2 {
        font-size: 30px !important;
    }

    .fsl-3,
    .fsl-4,
    .fsl-5 {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 340px) {

    .plogos img,
    .plm-card {
        max-width: 20px !important;
    }

    
}