body{
    margin: 0px auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a{
    text-decoration: none;
    color: inherit;
}
.header-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: #222;
}
.header-wrapper{
    display: flex;
    flex-basis: 90%;
    justify-content: center;
    flex-wrap: wrap;
}
.logo{
    margin: 20px 0px 10px 0px;
    display: flex;
    flex-basis: 50%;
    align-content: center;
}
.tollfree{
    margin: 30px 0px 20px 0px;
    display: flex;
    flex-basis: 50%;
    justify-content: center;
    align-content: center;
    text-align:center;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}
.tollfree span{
    color:yellow;
}
.navbar{
    margin: 20px;
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    align-content: center;
    text-align:center;
    color:#fff;
    font-size: 18px;
}
.navbar ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.navbar ul li{
    margin: 5px;
    display: inline-block;
}
.slider-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: #111;
}
.slider-wrapper{
    display: flex;
    flex-basis: 90%;
    justify-content:center;
    flex-wrap: wrap;
}
.sec-left{
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    color:#fff;
    text-align: center;
}
.sec-left h3{
    font-size: 54px;
}
.sec-left h3 span{
    color: #E91A2F;
}
.sec-left p{
    font-size: 26px;
}
.sec-left p span{
    color: #E91A2F;
}
.sec-left h2{
    font-size: 50px;
}
.sec-left h2 span{
    color: yellow;
}
.sec-right{
    margin: 60px 0px 10px 0px;
    display: flex;
    flex-basis: 50%;
    justify-content: flex-end;
    align-content: center;
}
.sec-right img{
    max-height: 600px;
    min-width: 300px;
}
.content-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    color: #fcfcfc;
}
.content-wrapper{
    display: flex;
    flex-basis: 90%;
    justify-content:center;
    flex-wrap: wrap;
}
.content-header{
    display: flex;
    flex-basis: 70%;
    text-align: center;
    color: #222;
    font-size: 42px;
    font-weight: 500;
    margin: 50px 0px 30px 0px;
}
.content-content{
    display: flex;
    flex-basis: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px 70px 0px;
}
.box{
    display: flex;
    flex-basis: 30%;
    min-width: 250px;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 3px 0px #ccc;
    margin: 10px 0px 10px 0px;
    transition: 0.3s;
}
.box .box-header{
    display: flex;
    justify-content: center;
    margin: 30px 0px 20px 0px;
}
.box .box-content{
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #E91A2F;
    margin: 10px 0px 20px 0px;
}
.box .box-footer{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
    color: #777;
    margin: 10px 0px 50px 0px;
}
.box:hover{
    background: #fa8185;
}
.box:hover .box-content{
    color: #111;
}
.box:hover .box-footer{
    color: #222;
}
.lowercontent-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    border-top: 1px solid #f2f2f2;
}
.lowercontent-wrapper{
    display: flex;
    flex-basis: 90%;
    justify-content:center;
    flex-wrap: wrap;
}
.lowercontent-header{
    display: flex;
    flex-basis: 100%;
    justify-content: space-around;
    margin: 30px 0px 70px 0px;
    flex-wrap: wrap;
}
.lowercontent-box{
    display: flex;
    flex-basis: 15%;
    min-width: 190px;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0px 10px 0px;
    transition: 0.3s;
}
.lowercontent-box-header{
    display: flex;
    justify-content: center;
    margin: 30px 0px 20px 0px;
}
.lowercontent-box-content{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #333;
    margin: 10px 0px 20px 0px;
}
.upperfooter-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: #20222e;
}
.upperfooter-wrapper{
    display: flex;
    flex-basis: 90%;
    justify-content:center;
    flex-wrap: wrap;
}
.upperfooter-header{
    display: flex;
    flex-basis: 50%;
    text-align: center;
    color: #f2f2f2;
    font-size: 42px;
    font-weight: 500;
    margin: 50px 0px 30px 0px;
}
.upperfooter-content{
    display: flex;
    flex-basis: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px 70px 0px;
}
.upperfooter-content .box{
    display: flex;
    flex-basis: 30%;
    min-width: 250px;
    justify-content: center;
    flex-direction: column;
    border:2px  solid #f2f2f2;
    margin: 10px 0px 10px 0px;
    transition: 0.5s;
}
.upperfooter-content .box .box-header{
    display: flex;
    justify-content: center;
    margin: 30px 0px 20px 0px;
}
.upperfooter-content .box .box-content{
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px 20px 0px;
}
.upperfooter-content .box .box-footer{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    padding: 0px 10px 10px 10px;
    color: #d7d7d7;
    margin: 10px 0px 50px 0px;
}
.upperfooter-content .box:hover{
    border: 2px solid yellow;
    background: none;
}
.midfooter-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}
.midfooter-wrapper{
    display: flex;
    flex-basis: 90%;
    justify-content:center;
    flex-wrap: wrap;
}
.midfooter-header{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
    color: #222;
    font-size: 42px;
    font-weight: 500;
    margin: 50px 0px 30px 0px;
}
.midfooter-content{
    display: flex;
    flex-basis: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0px 70px 0px;
}
.midfooter-content .box .box-header img{
    padding: 0px 5px 0px 5px;
}
.midfooter-content .box .box-content{
    color: #E91A2F;
}
.midfooter-content .box .box-lowerfooter{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #222;
    margin: 0px 0px 50px 0px;
}
.midfooter-content .box .box-lowerfooter p span{
    font-size: 24px;
    font-weight: bold;
}
.footer-container{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background: #20222e;
}
.footer-wrapper{
    display: flex;
    flex-basis: 100%;
    justify-content:center;
    flex-wrap: wrap;
}
.footer-header{
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px groove #ccc;
}
.footer-box{
    display: flex;
    flex-basis: 24%;
    justify-content: center;
    min-width: 300px;
    padding: 30px 5px 20px 5px;
    border-bottom: 1px groove #ccc;
    margin: 0px 0px 50px 0px;
    color: #fff;
}
.footer-box:nth-child(4){
    border-right: none;
}
.ficon{
    margin: 5px 10px 5px 10px;
}
.footer-box span{
    font-weight: bold;
    font-size: 20px;
}
.footer-content{
    display: flex;
    flex-basis: 90%;
    justify-content: center;
    color: #ccc;
    padding: 20px;
    text-align: center;
}