#loader {
    position: fixed;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    border-left: 16px solid #3498db;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

#load {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20%;
    /* color: azure; */
}

.prevent-select {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.indexContents {
    padding-left: 20%;
}

body {
    overflow-x: hidden;
}

#seoImage {
    width: 750px;
    height: 350px;
}

#myFather {
    border: 2px;
    ;
}

#whatsapp {
    width: 18%;
}

#contactForm {
    padding-left: 20px;
}

#navmenu li a.active {
    color: green;
}

.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #ebe6e4;
    position: relative;
    background: #faf9f8;
    padding-top: 0px;
}
.icon-box{
    max-height: 320px;
}
.services .description {
    font-size: 14px;
}
.description {
text-align: left;
}
.title{
    padding-top: 15px;
}
.section-home-benefits1 {
    background-image: linear-gradient(358deg, #761d2f, #761d2f);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
}

.section-home-benefits {
    background-image: linear-gradient(358deg, #181f4d, #09487a);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
}

.contentContainer {
    align-self: center;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.centered-heading {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 2.3em;
    font-weight: 800;
}

.centered-subheading {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7em;
}

.grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

#w-node-_5acecfc2-492d-edd8-5e6e-b4f7f9c151ad-94222ff4,
#w-node-_19dd2885-1faa-d25a-dfcf-32387ff84023-94222ff4,
#w-node-a4181fc6-0ef0-47cc-9928-a12336b0a5a9-94222ff4,
#w-node-_83c40d61-493d-d8e6-decd-88699c11c8bc-94222ff4,
#w-node-_16e93089-b13c-d95f-7d08-e56cf5254336-94222ff4 {
    align-self: auto;
    justify-self: auto;
}

.key-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: auto;
    min-height: 300px;
    max-height: none;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.key-features-info {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
}

.key-features-name {
    color: #181f4d;
    text-align: center;
    align-self: center;
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 110%;
}

.key-features-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 120%;
}

#img1 {
    width: 20%;
}
.contentService{
    background:antiquewhite;
    align-self: center;
    width: 100%;
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#websitePage{
    padding-left:100px;
}
.websiteUl{
    background-color: #f0f0f0;
    border-radius: 13px;
    padding: 0 5px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    #loader {
        left: 30%;
    }

    #menuBar {
        height: 70px !important;
    }

    .borderMenu {
        padding: 15px;
        background: lightblue;
        background-clip: border-box;
    }

    #aboutImage {
        width: 100% !important;
    }

    #indexPage {
        width: 310px !important;
    }

    #seoImage {
        width: 270px;
        height: 160px;
    }

    #whatsapp {
        width: 50%;
    }

    #customBox {
        width: 350px;
        margin-left: -55px;
    }

    body {
        width: 100% !important;
    }

    .key-features {
        width: 174px;
    }

    .key-features-name {
        font-size: 1.5em;
    }
    .contactBorder{
        margin-left:-62px;
    }
    #websitePage{
        padding-left:30px;
    }
    #seoWebsite1{
        margin-left:-360px;
    }
    #seoWebsite2{
        margin-left:-360px;
    }
    #wordpressWebsite2{
        margin-left:-60px;
    }
    .indexContents{
        padding-left: 10%;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 700px) 
  and (max-height: 1500px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .icon-box{
        max-height: 500px;
    }
}
@media only screen and (device-width: 768px) {
    /* For general iPad layouts */
    .icon-box{
        height: 400px;
    }
  }
  @media only screen and (device-width: 820px) {
    /* For general iPad layouts */
    .icon-box{
        height: 400px;
    }
  }
  @media only screen and (device-width: 1280px) {
    /* For general iPad layouts */
    .icon-box{
        max-height: 340px;
    }
  }
  @media only screen and (device-width: 853px) {
    /* For general iPad layouts */
    .icon-box{
        height: 360px;
    }
  }
  @media only screen and (device-width: 912px) {
    /* For general iPad layouts */
    .icon-box{
        height: 340px;
    }
  }
  