#headdiv{
    background-image: url('/images/business1.png'); 
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    object-fit: cover;
    height: 100vh;
    background-position: center; 
}
body{
    font-family: Karla;
  }
h1{
    width: 100%;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: calc(30vh - 86px);
}
section{
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 100px auto 75px auto;
}
#sixsteps, #locations, #casestudies{
    max-width: 100%;
}
.imagebox{
    text-align: center;
}
.imagebox img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
}
h4{
    font-weight: 600;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: -0.005em;
    color: #333366;
    margin-bottom: 1rem;
}
.showonsmallscreens{
    display: none;
}
#casestudies{
    margin: 0;
}
h5{

    font-weight: 600;
    font-size: 36px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #333366;
    width: 100%;

}

#coursescontainer{
    display: flex;
    flex-wrap: wrap;
}
.coursesbox{
    
    width: 476px;
    height: 485px;
    border: 1px solid #577BD0;
    box-sizing: border-box;
    border-radius: 42px;
}
.imageright{
    text-align: right;
}
.imageleft{
    text-align: left;
}
@media only screen and (max-width: 1200px) {
    .imagebox img{
        padding: 2rem;
    }
    .imageright{
    text-align: center ;
    }
    .imageleft{
        text-align: center ;
    }
    .removableonsmallscreens{
        display: none;
    }
    .showonsmallscreens{
        display: block;
    }
}
@media only screen and (max-width: 995px) {

    .imagebox{
        margin-top: 3rem;
    }
    


    h4, section h3{
        text-align: center;
        margin-bottom: 3rem;
    }
 
    
}


.blueboxleft{
    background: #577BD0;
    border-top-right-radius: 131px;
    border-bottom-right-radius: 131px;
    height: 247px;
    color: #fff;
    padding-left: 5rem;
    padding-right:2rem;
}
.blueboxleft h6{
    margin-top: 35px;
    margin-bottom: 35px;
}
h6{
font-weight: 500;
font-size: 21px;
line-height: 32px;
letter-spacing: -0.005em;
color: #FFFFFF;
}
.blueboxleft p{
    color: #fff;
    /* font-style: italic; */
    font-size: 14px;
    line-height: 26px;
}
.imagecontainerright{
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .blueboxleft{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .imagecontainerright{
        margin-top: 4rem;
    }
}

#coursescontainer{
    padding-top: 4rem;
    justify-content: space-around;
}
.coursesbox{
    margin: 0 25px 100px 25px;
}
.coursesboxtop{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 2px solid #577BD0;
    width: 403px;
    max-width: 90%;
}
.coursesboxtop p{
    font-weight: 600;
    font-size: 30px;
    line-height: 84px;
    text-align: left;
    letter-spacing: -0.005em;
    color: #577BD0;
    margin-left: 15px;
}
.coursesboxtop img{
    width: 46px;
    height: 84px;
}
.coursesboxbottom p{

    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #535353;
    padding: 50px;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ method */
.centerimage{
    text-align: center;
    padding: 0 4rem;
}
.fillers{
    display: none;
}
@media only screen and (max-width: 992px) {
    .fillers{
    display: block;
    } 
}


.methodtext{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #535353;
    }
    #methodh3{
      margin: 100px 0;
    }
    .funfastefficient{
      margin: 40px 0 ;
    font-weight: 600;
    font-size: 36px;
    line-height: 57px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #333366;
    }
    #fastblueblock{
      width: 197px;
    height: 197px;
    border-radius: 21px;
    background-color: #d8e0f1;
    position: absolute;
    z-index: -1;
    left: 75px;
    }
    .methodguys{
      margin-left: 0 !important;
      margin-right: 0 !important;
      
    }
    @media only screen and (max-width: 768px) {
        .fillers{
        display: none;
        } 
        .centerimage{
            margin-bottom: 50px;
        }
    }
    @media only screen and (max-width: 375px) {
        .blueboxleft{
            height: auto;
        }

    }