:root {
    --main-font: "Alata", sans-serif;
    --second-font: "Albert Sans", sans-serif;
}

a:hover {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-font);
}

p {
    font-family: var(--second-font);
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.home-header {
    position: relative;
}
.home-header .site-navbar-top { border-bottom: 1px solid #ccc; }

.freedom {
    color: #CFCFCF;
    padding-top: 10px;
    margin-bottom: -15px;
    font-size: 13px;
}
.freedom br {
    display: none;
}
.freedom a {
    color: #42c8cd;
}
.freedom a:hover {
    color: #fff;
}


.green_btn {
    background-color: #A5DAA3;
    border-radius: 6px;
    color: #000;
    padding: 11px 35px 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    font-size: 15px;
    font-family: var(--main-font);
    display: inline-block;
}

.green_btn img {
    vertical-align: revert;
    width: 31px;
    margin-left: 6px;
    left: 0px;
    filter: invert(1);
    position: relative;
}

.green_btn:hover {
    background-color: #40C7D0;
    color: #fff;
}

.green_btn:hover img {
    filter: none;
}



.black_btn {
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    padding: 11px 35px 12px 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    font-size: 15px;
    font-family: var(--main-font);
    display: inline-block;
}

.black_btn img {
    vertical-align: revert;
    width: 31px;
    margin-left: 6px;
    left: 0px;
    filter: invert(1);
    position: relative;
}

.black_btn:hover {
    background-color: #000;
    color: #fff;
}

.black_btn:hover img {
    filter: none;
}

.home8 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home8 .heading h2 {
    color: #000;
}

.home8 .newwrap {
    background: linear-gradient(90deg, #40C7D0 0%, #55CCB8 49.17%, #9FD8A4 100%);
    border-radius: 6px;
    padding: 80px 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.home8 .heading {
    width: 50%;
}

.heading h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
}

.btn_main {
    background: #000;
    border-radius: 6px;
    color: #fff;
    padding: 11px 40px 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    font-size: 15px;
    font-family: var(--main-font);
    display: inline-block;
}

.home8 .btn_main {
    color: #000;
    background-color: #fff;
}

.home8 .btn_main:hover {
    color: #fff;
    background-color: #000;
}

.home7 {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #fff;
}

.home7 .heading {
    text-align: center;
    margin-bottom: 40px;
}

.home7 .heading h2 {
    color: #0F172A;
}

.home9 .accordion-item {
    margin-bottom: 20px !important;
}

.accordion-header button {
    border: 0 !important;
    outline: none;
    background-color: transparent;
    box-shadow: none !important;
    color: #0F172A !important;
    font-weight: 400 !important;
    border-bottom: 1px solid #ccc !important;
    padding: 19px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home7 .accordion {
    margin-top: 0px;
    border: 1px solid #ccc !important;
    border-radius: 10px;
}

.home7 .accordion .accordion-item {
    margin-bottom: 0 !important;
    background-color: transparent;
}

.accordion-header {
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-flush .accordion-item:last-child .accordion-button {
    border-bottom: 0 !important;
}

.home6 {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #000;
}

.home5 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #93c4dc;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 95%;
    margin-left: auto;
    padding-left: 80px;
    padding-right: 80px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


.home5 .colleft .heading h2 {
    color: #000;
    font-size: 42px;
    letter-spacing: -1px;

}

.home5 .colright {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.home5 .colleft .infowrap {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 48%;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
}

.home5 .colleft .infowrap h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.home5 .colleft .infowrap p {
    margin-bottom: 0;
    color: #6D6E76;
}

.home5 .row {
    align-items: center;
    flex-direction: row-reverse;
}

.home6 .heading p {
    margin-bottom: 0;
    color: #8C8C8C;
    font-size: 18px;
}

.home6 .heading h2 {
    margin-bottom: 10px;
}

.home6 .colright {
    text-align: right;
}

.home6 .colright img {
    width: 150px;
}

.home6_1 {
    background-color: #000;
    padding-bottom: 60px;
    padding-top: 20px;
}

.home4 {
    padding-left: 100px;
    padding-bottom: 60px;
}

.home4 .wrap {
    background-color: #A5DAA3;
    padding-top: 80px;
    padding-left: 80px;
    padding-bottom: 80px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    align-items: center;
}

.home4 .colleft {
    width: 35%;
}

.home4 .colleft h2 {
    color: #000;
    line-height: 1;
    margin-bottom: 24px;
}

.home4 .colleft p {
    font-size: 17px;
}

.home4 .colleft a {
    margin-top: 10px;
}

.home3 {
    background-color: #EFE8D8;
    padding: 60px 80px 60px 80px;
    width: 95%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.home2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.home3 .colleft .heading .video img {
    width: 100%;
    border-radius: 6px;
    border: 2px solid #085139;
}

.home3 .colleft .heading h2 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.home3 .colleft .heading p {
    font-size: 17px;
    margin-bottom: 20px;
}

.home3 .colright {
    padding-left: 90px;
}

.home3 .colright ul li {
    margin-bottom: 30px;
}

.home3 .colright ul li h3 {
    font-size: 23px;
}

.home3 .colright ul li p {
    font-size: 17px;
    line-height: 1.3;
}

.home3 .row {
    align-items: center;
}

.home2 .colcenter {
    background-image: url('/images/gradient-img.jpg');
    min-height: 500px;
    border-radius: 6px;
    position: relative;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home2 .box_info {
    margin-bottom: 30px;
    margin-top: 50px;
}

.home2 .colleft .spacer {
    height: 50px;
}

.colleft1 {
    padding-right: 80px;
}

.colright1 {
    padding-left: 80px;
    padding-top: 50px;
}

.home2 .heading {
    text-align: center;
    margin-bottom: 70px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home2 .heading p {
    font-size: 22px;
    margin-bottom: 2px;
}

.home2 .heading h2 {
    color: #000;
}

.home2 .colright1 .spacer {
    height: 30px;
}

.setup-info {
    background-color: #fff;
    padding: 18px 20px;
    margin-bottom: 80px;
    box-shadow: 0px 4px 10px 7px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home2 .colcenter .leftarea {
    margin-left: -40px;
    align-self: flex-start;
    margin-top: 30px;
}

.home2 .colcenter .rightarea {
    margin-right: -40px;
    align-self: end;
}

.samearea {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.setup-info img {
    width: 50px;
}

.setup-info span {
    font-family: var(--main-font);
    text-transform: capitalize;
    font-size: 15px;
}

.home2 .colcenter .rightarea .spacer {
    height: 70px;
}

.home2 .colcenter .leftarea .spacer {
    height: 30px;
}

.home1 {
    background: linear-gradient(102.02deg, #38C6D9 0.38%, #57CCB6 46.46%, #ADDBA1 100%);
    padding-top: 200px;
    padding-bottom: 60px;
}

.home1 .heading {
    text-align: center;
}

.home1 .heading h1 {
    color: #000;
    font-size: 52px;
    margin-bottom: 10px;
}

.home1 .heading p {
    color: #000;
    font-size: 19px;
}

.search_bar {
    background-color: #000;
    padding: 40px 60px;
    border-radius: 15px;
    margin-top: 40px;
}

.search_bar form {
    display: flex;
    gap: 20px;
}

.search_bar form input {
    width: 80%;
    height: 60px;
    border: 0;
    border-radius: 6px;
    padding: 6px 30px;
    outline: none;
    font-family: var(--second-font);
}

.search_bar form button {
    width: 20%;
    border: 0;
    border-radius: 6px;
    background-color: #42C8CD;
    color: #fff;
    font-family: var(--second-font);
    font-size: 19px;
    transition: all 0.3s ease-in-out;
}

.features {
    margin-top: 40px;
    margin-bottom: 30px;
}

.features .img_content {
    position: relative;
    padding: 25px 20px 25px 90px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.features .img_content .imgcontent h3 {
    color: #fff;
    font-size: 23px;
}

.features .img_content .imgcontent p {
    color: #CFCFCF;
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--main-font);
    text-align: left;
    margin-top: 0;
}

.home4 .colright {
    width: 65%;
    padding-left: 100px;
}

.home4 .colright img {
    border-radius: 6px;
    transition: all 0.1s ease-in-out;
}

.review_box {
    padding: 30px;
    background-color: #fff;
    background-image: url("/images/hquote.svg");
    border-bottom: 0px solid #22a7cf;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 250px 20px;
    background-size: 130px;
}

.review_box img {
    width: 80px !important;
}

.review_box span {
    font-family: var(--second-font);
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.review_box h4 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
}

.review_box h5 {
    margin-bottom: 0;
}

.home6_1 {
    padding-top: 30px;
}

.home5 .colright .heading a img {
    vertical-align: revert;
    width: 31px;
    margin-left: 6px;
}

.home4 .colleft a img {
    vertical-align: revert;
    width: 31px;
    margin-left: 6px;
}

.btn_main:hover,
.search_bar form button:hover {
    background-color: #598857;
    color: #fff;

}

.search_bar form button img {
    vertical-align: revert;
    width: 31px;
    left: 0px;
    margin-left: 6px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* filter: invert(1); */
}


.search_bar form button:hover img {
    left: 8px;
    filter: none;
}

.home7 .colleft {
    text-align: center;
}

.home7 .colleft img {
    border-radius: 10px;
}

.home7 .colleft .infowrap {
    background-color: #fff;
    padding: 30px;
    border-radius: 9px;
}

.home7 .colleft .infowrap h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.home7 .colleft .infowrap p {
    margin-bottom: 0;
    color: #6D6E76;
}

.home6_1 .review_box ul {
    gap: 4px;
    display: flex;
    margin-bottom: 10px;
}

.home6_1 .review_box ul li i {
    color: #ff9b05;
}

.review_box i {
    margin-right: 5px;
}

.review_box span small {
    font-weight: 400;
}

.features .img_content .imgcontent span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #42c8cd;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 38px;
    border-radius: 100px;
}

.domain_box {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    position: relative;
    margin-top: 20px;
    transition: all 0.1s ease-in-out;
}

.domain_box .most {
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #368426;
    color: #fff;
    padding: 4px 8px 4px 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 13px;
    text-transform: capitalize;
}

.domain_box h3 {
    color: #292929;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

.domain_box p {
    color: #666;
    line-height: 1.2;
}

.domain_box h4 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 10px;
    display: block;
}
.domain_box h1 {
    font-weight: 800;
  }
.domain_box h4 span {
    font-size: 17px;
  }


.domain_box h5 {
    margin-bottom: 20px;
    color: #368426;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--second-font);
  }

.home_domain .heading h2 {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.home_domain .heading p {
    font-size: 17px;
    margin-bottom: 20px;
}

.home_domain {
    padding-bottom: 60px;
    padding-right: 80px;
    background-color: #6ccfbdba;
    width: 95%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-left: 100px;
}

.home_domain .heading {
    text-align: center;
}

.home_domain .domain_box a img {
    vertical-align: revert;
    width: 31px;
    margin-left: 6px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.home6 .heading {
    text-align: center;
}

.features .img_content .imgcontent img {
    height: 18px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(1);
}

.domain_box .extension {
    height: 40px;
    width: auto !important;
    max-width: 100%;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

.home2 .box_info h3 img {
    width: 44px;
    margin-right: 6px;
}

.home2 .box_info h3 {
    display: flex;
    align-items: center;
}
.builder_img {
     text-align: center;
     margin-top: 40px;
}
 .builder1 .heading {
     max-width: 700px;
     margin-left: auto;
     margin-right: auto;
}
 .builder1 {
     text-align: center;
     padding-bottom: 80px;
}
 .builder1 .btn_main {
     margin-top: 30px;
}
 .builder4 {
     padding-top: 80px;
     padding-bottom: 40px;
}
 .builder4 .heading h2 {
     color: #000;
     text-align: center;
}
 .builder4 .heading {
     max-width: 500px;
     margin-left: auto;
     margin-right: auto;
}
 .builder4_wrap {
     padding-top: 60px;
     display: flex;
     flex-wrap: wrap;
}
 .builder4_wrap .col6 {
     width: 33.333%;
     padding-left: 15px;
     padding-right: 15px;
     margin-bottom: 50px;
     text-align: center;
}
 .builder4_wrap .col6 img {
     margin-bottom: 20px;
}
 .builder5 {
     width: 100%;
     border-radius: 0;
}


.home3 .colleft .heading a img {
    vertical-align: revert;
    width: 31px;
    margin-left: 6px;
}
 .builder6 {
     padding-bottom: 80px;
}
 .builder6 .colleft {
     padding-right: 80px;
}
 .builder6 .colright .heading h2 {
     color: #000;
     margin-bottom: 30px;
}
 .builder6 .colright ul li {
     margin-bottom: 10px;
     font-family: var(--second-font);
     font-size: 17px;
}
 .builder6 .colright .btn_main img {
     vertical-align: revert;
     width: 31px;
     margin-left: 6px;
}
 .builder6 .row {
     align-items: center;
}
 .builder2 {
     padding-top: 80px;
     padding-bottom: 80px;
     background-color: #fff;
}
 .builder2 .colleft .heading {
     max-width: 400px;
}
 .builder2 .colleft .heading h2 {
     color: #000;
     margin-bottom: 15px;
}
 .builder2 .colleft .heading p {
     font-size: 17px;
}
 .builder2 .colleft ul {
     display: flex;
     flex-wrap: wrap;
     margin-top: 30px;
     margin-left: -10px;
     margin-right: -10px;
}
 .builder2 .colleft ul li {
     width: 50%;
     padding-left: 15px;
     padding-right: 15px;
}
 .builder2 .colleft ul li .feature_box .feature_box_wrap{
     padding: 20px;
     border: 1px solid #000;
     border-radius: 6px;
     margin-bottom: 30px;
     position: relative;
     background-color: #fff;
}
 .builder2 .colleft ul li h3 {
     font-size: 22px;
     margin-bottom: 10px;
     position: relative;
}
 .builder2 .colleft ul li p {
     margin-bottom: 0;
     position: relative;
}
 .builder2 .colleft ul li .feature_box:before {
     content: "";
     position: absolute;
     left: 10px;
     right: -8px;
     bottom: -8px;
     top: 10px;
     border-radius: 6px;
     background: linear-gradient(102.02deg, #E1FCFF 0.38%, #BEFFF3 46.46%, #DFFFD6 100%);
     transition: all 0.1s ease-in-out;
}
 .builder2 .colleft ul li .feature_box {
     position: relative;
     background-color: #fff;
     border-radius: 6px;
}
 .builder2 .colleft ul li .feature_box:hover:before {
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
}
 .builder2 .row {
     align-items: center;
}
 .builder2 .colleft .btn_main img {
     vertical-align: revert;
     width: 31px;
     margin-left: 6px;
}
 .builder3 {
     padding-top: 80px;
     padding-bottom: 80px;
     background-color: #000;
}
 .builder3 .heading {
     text-align: center;
     max-width: 700px;
     margin-left: auto;
     margin-right: auto;
}
 .builder3 .heading p {
     color: #fff;
     font-size: 17px;
}
 .builder3 .heading h2 {
     margin-bottom: 20px;
}
 .builder3 .wrap {
     padding: 0;
     background-color: #000;
     flex-wrap: wrap;
}
 .builder3 .colleft {
     width: 100%;
     margin-bottom: 30px;
}
 .builder3 .colright {
     width: 100%;
     text-align: center;
}
 .builder3 .colleft .heading h2 {
     color: #fff;
}
 .builder3 .colright {
     padding-left: 0 !important;
}
 .builder3 {
     padding-left: 0 !important;
}
 .builder3 .colright .btn_main {
     background-color: #22a7cf;
     margin-top: 30px;
}
 .builder3 .colright .btn_main img {
     vertical-align: revert;
     width: 31px;
     margin-left: 6px;
}
 .builder3 .colright .btn_main:hover {
     background-color: #42c8cd;
}


.domain_box:hover {
    transform: scale(0.99);
    box-shadow: 0 2px 15px #00000026;
}

.home4 .colright .item:hover img {
    transform: scale(0.99);
    box-shadow: 0 2px 15px #00000026;
}

.search_bar p {
    color: #fff;
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0;
}

.home5 .colright .video {
    margin-bottom: 20px;
}

.home5 .colright .video img {
    border-radius: 15px;
}

.owl-dots button span {
    display: none;
}

.owl-dots button {
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: 0.6;
}

.owl-dots {
    text-align: center;
}

.owl-dots .active {
    opacity: 1;
}

.infowrap_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 30px;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.home5 .colright img {
    border-radius: 6px;
    padding: 40px;
    width: 90%;
    background-color: #ffffff8c;
}

.home7 .row {
    align-items: center;
}

.search_bar p a {
    color: #42c8cd;
}

.home_domain .owl-dots {
    text-align: left;
    padding-left: 30px;
}

.home4 .owl-dots {
    text-align: right;
    padding-right: 30px;
}

.btn_main:hover img {
    left: 8px !important;
}

.btn_main img {
    transition: all 0.1s ease-in;
    position: relative;
    left: 0;
}

.home5 .btn_main img {
    width: 31px;
    margin-left: 6px;
    vertical-align: revert;
}

.green_btn:hover img {
    left: 6px !important;
}




.green_btn img {
    transition: all 0.3s ease-in-out;

}

.nav_social a span {
    color: #fff;
}

.features .img_content img {
    position: absolute;
    left: 30px;
    top: 30px;
}

/*new*/

.domain_extension {
    background-color: #95d7a7;
    padding-top: 70px !important;
}
.hero-banner {
    padding-bottom: 60px;
}


.badge {
    background-color: #42c8cd;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    right: 10px;
    top: 50px;
    box-shadow: rgba(1, 1, 1, .09) 0px 0px 11px 0;
    display: none;
}
.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}
.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
    font-family: var(--main-font);
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
    color: #42c8cd;
    margin-right: 8px;
    font-weight: 500;
}
.shopping-cart .shopping-cart-items .item-quantity {
    color: #abb0be;
}
.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}
.cart-icon {
    color: #42c8cd;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}
.button {
    background: #a5daa3;
    color: #000 !important;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
    text-transform: uppercase;
}
.button:hover {
    background: #47c9c8;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}