.iframeVideo {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: auto auto 50px auto;
    align-items: center;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (Height = Width * 9/16) */
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.subheader{
	font-size: 20px;
}

.s2 {
    width: 100%;
    padding: 80px 50px 56px;
    max-width: 100%;
    margin: 0;
}
main{
	background-image:unset;
}
.mainulcon {
    display: flex;
    gap: 20px;
    justify-content: center;
}
ul.firstul {
    font-size: 17px;
    font-weight: 600;
    width: 22%;
    max-width: 365px;
}
ul.secondul, ul.thirdul, ul.forthul, ul.fifthul, ul.sixthul {
    font-size: 17px;
    max-width: 267px;
    text-align: center;
    border: 1px solid #7CB9C3;
    border-radius: 10px;
    width: 16%;
}
.mainulcon ul.firstul li {
    padding-left: 10px;
}
.mainulcon ul li {
    padding: 10px 0;
}
.mainulcon ul li.background{background: rgba(124, 185, 195, 0.12);}
ul.firstul li:first-child{
	height: 54px;
	 margin-bottom: 30px;
}
ul.secondul li:first-child,ul.thirdul li:first-child,ul.forthul li:first-child,ul.fifthul li:first-child,ul.sixthul li:first-child {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #7CB9C3;
    height: 54px;
    align-content: center;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 30px;
}

.buttonclassli button,.scheduledemobtn {
    color: white;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    background-color: #EFABA7;
    width: 180px!important;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: auto;
    margin-top: 10px!important;
}
li.buttonclassli {
    font-weight: 600;
    margin-top: 40px;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs button {
    flex: 1;
    padding: 10px 0px;
    border: none;
    background: #efaba7;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    flex: 1 1 30%;
    border-radius: 5px;
}
.tabs button.active {
    background: #7dbac3;
    color: #fff;
    font-weight: bold;
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.buttonclassli {
    text-align: center;
    margin-top: 20px;
}

.formobile{
    display: none;
}
section.contest-wrap.s2{
    max-width: 830px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}
.contest-wrap form .d1 input[type=email], .contest-wrap form .d1 input[type=text] {
    border: 1px solid #78b7c1;
    border-radius: 5px;
    height: 60px;
    margin-bottom: 0;
}
.contest-wrap.s2 button.bg-efaba7.hover-bg-ad5d58.contactsend {
    width: 175px;
}

.contest-wrap.s2 .dropdown {
    position: relative;
    display: inline-block; 
    width: 100%;
  }
 .contest-wrap.s2 .dropdown-header {
    padding: 10px 15px;
    border: 1px solid #76b6bf;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    color: #A6A6A6;
    padding: 17px 29px;
}
.contest-wrap.s2  .dropdown-list {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    width: 100%;
    z-index: 1000;
    width: 100%;
    max-width: 400px;
    text-align: left;
  }
.contest-wrap.s2 .dropdown-list li {
    padding: 10px 29px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #5095A0;
    border-radius: 5px;
}
.contest-wrap.s2 .dropdown-list li:hover ,.contest-wrap.s2 .dropdown-list li.active {
    background-color: #5095A0;
    color: #fff;
}
.contest-wrap.s2  .arrow {
    font-size: 30px;
    margin-left: auto;
    color: #73b4be;
    transform: rotate(90deg);
}
.s3  button {
    color: white;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    padding: 0 33px;
    height: 50px;
    margin-top: 0;
    margin-right: 15px;
}
.s3  button.last{
    margin-right: 0px;
}
.s3 {
    margin: auto;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
    text-align: center;
}
.contactext{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #5095A0;
}
.subcontactext {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
}
.s2 .mainulcon.fordesktop  form{
padding: 0;
}
.s2 .formobile form{
padding: 0;
}
.error{
    display: none;
    color: red;
    margin-top: 10px;
}
.bottomytext {
    margin-top: 30px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    padding-left: 22%;
}
li.monthlyyearly {
    text-align: center;
    margin-top: 70px;
}
li.monthlyyearly a {
    color: #000;
    font-weight: 400;
    cursor: pointer;
    background-color: #fff;
    font-size: 20px;
    color: #EFABA7;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #EFABA7;
}
p.togglemonthlyyearlytext {
    margin-top: 15px;
}
li.monthlyyearly a.active {
    color: #fff;
    cursor: pointer;
    background-color: #EFABA7;
}
.monthlyprice{
    display: none;
}
section.contest-wrap.s2.seoservices{
max-width:100%;
padding: 80px 0;
}

section.contest-wrap.video.seoservices{
max-width:100%;
padding: 10px 0 50px;
}

.seoservicesmaindiv{
    display: flex;
    width: 100%;
    max-width: 1351px;
    margin:auto;
    gap:90px;
    align-items: center;
}
.seoservicesmaindiv h3{
    color:#303030;
    font-size: 50px;
    font-weight: bold;
}
.seoservicesmaindiv p {
    color: #303030;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 25px;
}
.seoservicesmaindiv button{
    color: white;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    padding: 0 33px;
    height: 50px;
    margin-top: 0;
    margin-right: 15px;
    background-color: #efaba7;
}
.seoservicesmaindivleft{
    width: 54%;
}
.bottombuttons{
    margin-top: 80px;
}
section.contest-wrap.s2.seoservices.odd{
    background: #fff;
}
section.contest-wrap.s2.seoservices.even{
    background: #EFF1ED;
}
section.contest-wrap.s2.seoservices.even .seoservicesmaindivleft{
    order:2;
}
section.contest-wrap.s2.seoservices.ourwebsites {
    padding:80px 0 0px 0;
}
.ourwebsites .seoservicesmaindiv{
    gap:0;
    justify-content: center;
}
.ourwebsites .seoservicesmaindiv a.togglesemifull {
    color: #000;
    font-weight: 400;
    cursor: pointer;
    background-color: #F1F1F3;
    font-size: 17px;
    color: #838383;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    max-width: 465px;
    width: 100%;
    text-align: center;
    align-content: center;
    height: 60px;
}
.ourwebsites .seoservicesmaindiv a.togglesemifull:first-child {
    border-radius: 5px 0 0 5px;
}
.ourwebsites .seoservicesmaindiv a.togglesemifull.active {
    color: #fff;
    cursor: pointer;
    background-color: #EFABA7;
}
.ourwebsites .maintabuppar{
max-width:1350px;margin:auto;
}
.ourwebsites .tabtexttitle, .casestudy .tabtexttitle {
    font-size: 34px;
    font-weight: bold;
    padding: 35px 0 52px 0;
    text-align: center;
}
.casestudy .tabtexttitle,.summarycon .tabtexttitle{
    padding: 0;
    font-size: 50px;
    padding-bottom: 40px;
}
.summarycon .tabtexttitle{
    padding-bottom: 35px;
    text-align: center;
     line-height: 1;
     font-weight: bold;
     color: #303030;
 }
 .summarycon p {
    font-size: 17px;
    color: #303030;
    max-width: 1219px;
    margin: auto;
}
ul.templateulli {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}
ul.templateulli li {
    border-radius: 5px;
}
ul.templateulli li img {
    object-fit: cover;
    max-height: 313px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
ul.templateulli li div {
    background: #59A5B0;
    height: 65px;
    align-content: center;
    padding: 0 10px 0 15px;
    border-radius: 0 0 10px 10px;
}
ul.templateulli li div span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    float: left;
    height: 50px;
    align-content: center;
    width: 55%;
    line-height: 1;
}
ul.templateulli li div a:last-child {
    margin-right: 10px;
}
ul.templateulli li div a {
float: right;
}
ul.templateulli li div a button{
    width: 122px;
    height: 50px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
section.contest-wrap.s2.seoservices.casestudy .seoservicesmaindiv {
    gap: 50px;
    align-items: start;
}
.casestudy .overviewcon {
    width: 40%;
    background: #EFF1ED;
    padding: 20px;
    border-radius: 10px;
}
.casestudy .overviewcon h3 {
    color: #303030;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}
.casestudy .overviewcon ul li {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    color: #303030;
}
.casestudy .overviewcon ul li span:first-child {
    width: 170px;
    float: left;
    font-size: 17px;
    font-weight: 600;
}
.casestudy .overviewcon1{
    float: left;
}
.casestudy .overviewcon2{
    float: left;
    margin-top: 30px;
}
.casestudy .casestudyimgcon img {
    border-radius: 10px;
}
section.contest-wrap.s2.seoservices.summarycon {
    padding: 0;
    background: #EFF1ED;
    padding: 35px;
    max-width: 1351px;
}
.casestudy .overviewcon ul li span img {
    width: auto;
}
.casestudy .casestudyimgcon img{
    width: 100%;
}
 .info-icon {
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    display: inline-block;
}

.info-icon::after {
    content: attr(data-tooltip);
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
    max-width: 205px;
    width: 205px;
    margin-top:10px;
}

.info-icon:hover::after {
    opacity: 1;
    visibility: visible;
}
section.s2.limitedoffer{
    padding: 30px 50px 0 56px;
}
section.s2.limitedoffer p {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    font-style: italic;
}
p.beforeafter {
    width: 100%;
    margin: auto;
    max-width: 700px;
}
p.beforeafter:before {
    border: 1px solid #000;
    content: "";
    position: absolute;
    width: 105px;
    top: 14px;
    left: -10px;
}
p.beforeafter:after {
    border: 1px solid #000;
    content: "";
    position: absolute;
    width: 105px;
    top: 14px;
    right: -10px;
}
@media screen and (max-width:1500px){
    section.contest-wrap.s2.seoservices {
    max-width: 100%;
    padding: 80px;
}
    .mainulcon.fordesktop li{
        font-size: 14px;
    }
    .buttonclassli button{
        width: 160px;
    }
}
@media screen and (max-width:767px){
    .formobile{
        display: block;
    }

    .iframeVideo
    {
        margin: auto auto 15px auto;
    }

    .fordesktop{
        display: none;
    }
    section.s2 {
        padding: 20px;
    }
    .tab-content li{
        list-style: none;
        text-align: center;
    }
    .tab-content > li {
        padding-top: 20px;
        font-weight: 600;
        padding-bottom: 10px;
        background: #7dbac361;
    }
    .tab-content > ul {
        padding-bottom: 20px;
        background: #7dbac361;
        border-bottom: 1px solid;
    }
    .tab-content.active {
        border-top: 30px solid #7fbbc4;
    }
    li.buttonclassli{
        margin-top: 0px;
    }
    .contest-wrap.s2 form {
        width: 100%!important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s3 button {
        margin-bottom: 20px;
        margin-right: 0px;min-width: 188px;
    }
    li.monthlyyearly {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0px;
    }
     section.contest-wrap.s2.seoservices {
        max-width: 100%;
        padding: 20px;
    }
    .seoservicesmaindiv {
        flex-direction: column;
        gap:10px;
    }
    .seoservicesmaindivleft {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .seoservicesmaindivleft p {
        text-align: center;
        margin-top: 15px;
    }
    .seoservicesmaindivright {
        width: 100%;
    }
    .seoservicesmaindiv h3 {
        font-size: 30px;
    }
    .seoservicesmaindivright img{
        margin-bottom: 15px;
    }
    ul.templateulli {
        flex-direction: column;
        gap: 10px;
        padding: 5px 20px;
        background: none;
        border: 0px;
        margin-bottom: 0;
    }
    ul.templateulli li img{
        margin-bottom: 0px;
    }
    .ourwebsites .tabtexttitle {
        font-size: 34px;
        font-weight: bold;
        padding: 30px 20px 40px 20px;
        text-align: center;
        font-size: 25px;
    }
    .ourwebsites .tab-content.active{
        border:0px;
    }
    .ourwebsites .seoservicesmaindiv{
        width: 85%;
    }
    ul.templateulli li div span {
        width: 100%;
    }
    ul.templateulli li div {
        height: auto;
    }
    ul.templateulli li div a:last-child {
        margin: 10px 0;
        margin-right: 10px;
        float: left;
    }
    ul.templateulli li div a {
        float: right;
        margin: 10px 0;
        width: 100%;
    }
    ul.templateulli li.lastlicustomwebsite div a {
        width: auto;
    }
    footer.footernew .copyrightcon{
        margin-top: 30px;
    }
    section.contest-wrap.s2.seoservices.casestudy .seoservicesmaindiv{
        gap:0px;
    }
    .casestudy .overviewcon {
        order: 2;
        width: 100%;
    }
    .casestudy .overviewcon ul li {
        line-height: 1;
        padding-bottom: 20px;
    }
    .casestudy .overviewcon h3 {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .casestudy .overviewcon ul li span:first-child {
        width: 130px;
        float: left;
        font-size: 14px;
        font-weight: 600;
    }
    .casestudy .overviewcon ul li span:last-child {
        float: right;
        width: 55%;
        font-size: 14px;
    }
    .casestudy .tabtexttitle, .summarycon .tabtexttitle{
        font-size: 30px;
    }
    .casestudy .overviewcon ul li span img {
        width: auto;
        margin-bottom: 0;
    }
    .bottomytext,div#enquireform {
        padding-left: 0px;
    }
    section.s2.limitedoffer{
        padding-left: 20px;
        padding-right: 20px;
    }
    p.beforeafter:before,p.beforeafter:after{
       display: none;
    }
    .footernew .row-g75mg:nth-child(2) {
            padding-left: 20px;
    }

    .footernew .row-g75mg:nth-child(4) {
                padding-left: 20px;
    }
    .seoservicesmaindiv.firstone button {
        font-size: 15px;
        padding: 0 15px;
        float: left;
    }
    .seoservicesmaindiv button {
        font-size: 15px;
        padding: 0 15px;
    }
    .seoservicesmaindiv.firstone button.last{
        float: right;
    }
}