sec-l .col-inner {
    position: relative;
}
.section_1 .site-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.section_1 {
    padding: 180px 0px 100px 0px;
}
.section_1 .sec-l,.section_1 .sec-l h1 {
    color: white;
}
.home-entry-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1em;
}
.section_1 .sec-l {
    flex: 0 0 50%;
    width: 50%;
}
.section_1 .sec-r {
    flex: 0 0 50%;
}
.section_1 .sec-r .col-inner img {float: right;}
.section_1 .right-image img {
    max-width: 500px;
    width: 100%;
}
.section_1 .buttons {
    display: flex;
    align-items: center;
}

.section_1 .right-image img, img.sec4-left-image, .sec6-right-image {
        animation-name: elementor-animation-bob-float,elementor-animation-bob;
        animation-duration: .3s,1.5s;
        animation-delay: 0s,.3s;
        animation-timing-function: ease-out,ease-in-out;
        animation-iteration-count: 1,infinite;
        animation-fill-mode: forwards;
        animation-direction: normal,alternate;
}
.section_1 input[type="submit"] {
   border-radius: 30px !important;
   font-family: 16px !important;
   font-weight: 400;
   padding: 15px 36px 15px 36px !important;
   right: 0;
   text-align: center;
   position: absolute;
   background-image: linear-gradient(220deg, #1b1aa1 0%, #0066c5 100%) !important;
   box-shadow: none !important;
}
.section_1 form {
    position: relative;
    height: 70px;
    display: block !important;
    max-width: 70%;
    margin-bottom: 5px;
}
.section_1 input#domain {
    margin: 0 !important;
    width: 100%;
    height: 56px;
    padding: 15px 36px 15px 36px !important;
    font-size: 16px;
    position: absolute;
    border-radius: 99px;
}
.domains-price {
    display: flex;
}

.domain-item {
    display: block;
    width: 95px;
    text-align: center;
    border: 1px solid;
    margin: 0px 7px;
    border-radius: 8px;
    padding: 3px 0;
}

.domain-name {font-weight: 700;font-size: 20px;line-height: 1;}

.domain-price {
    font-size: 13px;
}
section.dm-section-2 {
    padding: 50px 0;
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: auto;
}

.domain-area {
    display: flex;
    flex-wrap: wrap;
}

.p-domain-box {
    flex-basis: calc(33.33% - 20px);
    border: 1px solid #e8e8e8;
    margin: 10px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    position: relative;
}

.p-domain-box h3 {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 10px;
}
.p-domain-box img {
    height: 44px;
    object-fit: contain;
    width: auto;
    margin-bottom: 10px;
}
.p-domain-box p {
    margin: 0;
}

span.old-price {
    text-decoration: line-through;
    font-size: 15px;
    margin-right: 10px;
}

span.sale-price {
    font-size: 24px;
    font-weight: bold;
    color: #d40000;
}

span.domain-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    background: #ff6600;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
section.dm-section-3 {
    padding: 50px 0;
    background: white;
}
.domain-table {
    max-width: 960px;
    margin: auto;
}
.dm-table td, .domainpricing td {
    border: 1px solid #dedede;
}
.dm-table, .domainpricing {
    border-collapse:collapse;
    width:100%;
}
.dm-table th,.dm-table  td, .domainpricing th, .domainpricing  td {
    font-size: 18px;
    padding: 15px 10px;
    text-align: center;
}
.dm-table tr:nth-child(even), .domainpricing tr:nth-child(even) {
    background-color:#eee;
}
.dm-table tr:nth-child(odd), .domainpricing tr:nth-child(odd){
    background-color:white;
}
.dm-table thead th, .domainpricing th {
    color: white;
    background: #2196F3;
    border: 1px solid #2196F3;
    border-right-color: #ffffff;
}
.dm-table thead th:last-child, .domainpricing th:last-child {
    border-right-color: #03A9F4;
}
.dm-table span.badge.bg-success, .domainpricing span.badge.bg-success {
    background: #4bad44;
    color: white;
    padding: 4px 10px 5px 10px;
    line-height: 1;
    border-radius: 5px;
    font-size: 15px;
    margin-left: 5px;
}

.dm-table tr td:first-child, .domainpricing tr td:first-child {
    font-weight: bold;
}
table.domainpricing tr {
    display: none;
}
table.domainpricing tr:nth-child(-n+10) {
    display: table-row !important;
}
a.view-all-domains {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.view-all-domains span {
	background: #005eb4;
	color: white;
	padding: 10px 30px;
}
@media screen and (max-width: 768px) {
	.p-domain-box {
		flex-basis: calc(50% - 20px);
	}
   .section_1 form {
       max-width: 100%;
   }
   .section_1 .right-image img {
       width: 90%;
   }   
   section.section_1 {
       padding: 120px 0 80px 0;
   }
}
@media screen and (max-width: 540px) {
	.section_1 .sec-l {
		flex: 0 0 100%;
		width: 100%;
	}
	h1.home-entry-title {
		font-size: 26px;
		line-height: 1.3;
	}
	.domain-item {
		margin: 0 3px;
	}
	.p-domain-box {
		flex-basis: 100%;
		margin: 10px 0;
	}
}