*{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'FrutigerLTStd-Bold';
    src:url('../fonts/FrutigerLTStd-Bold.otf');
    font-family: 'FrutigerLTStd-Roman';
    src:url('../fonts/FrutigerLTStd-Roman.otf');

}
/*header*/
.header{
    background: #213159;
    color: #fff;
    padding: 30px 0px;
}
.header-inner h1 span{
    color: #f04b4c;
}
.header-inner p{
    font-size: 20px;
    font-weight: 300;
}
/*header*/

/*main section*/
.main-section{
    background-color: #3d6098;
    padding: 50px 0px;
}
/*form*/
.input-group-text {
    color: #3d6098;
    background-color: #fff;
    border-radius: 1px;
}
.form-control {
    border-radius: 1px;
    border-left: none;
    font-size: 14px;
}
.shad{
    box-shadow: none !important;
}
.form-control::placeholder{
    color:#00418e;
}
.fa-envelope{
    margin-top: -22px;
}
.form-check{
    color: #fff;
    padding-top: 20px;
    font-size: 16px;
}
.form-check-input {
    margin-top: 8px;
}
.offer{
    margin-top: 30px;
}
.offer input{
    color: #fff;
    padding: 12px 0px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #4363b3,#213159);
    border: none;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.offer input:hover{
    opacity: 0.8;
}
/*form*/
/*description*/
.solution-description-section{
    font-size: 14px;
    color: #fff;
}
.description-header{
    text-transform: uppercase;
    font-family:'FrutigerLTStd-Bold';
}
.description-detail{
    text-transform: uppercase;
    font-family:'FrutigerLTStd-Roman';
}
.download-presentation{
    padding: 10px 0px;
    font-family:'FrutigerLTStd-Bold';
}
.categories{
    font-family:'FrutigerLTStd-Bold';
}
.categories-detail{
    padding-bottom: 20px;
    font-family:'FrutigerLTStd-Roman';
}
.listing-date-header{
    font-family:'FrutigerLTStd-Bold';
}
.listing-date{
    padding-bottom: 20px;
    font-family:'FrutigerLTStd-Roman';
}

/*description*/

/*share listing*/
.share-rating-icon{
    padding-bottom: 40px;
}
.share-listing{
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
}
.social-icon i{
    color: #fff;
    background: #e7e7e7;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    line-height: 37px;
    width:35px;
    height:35px;
    font-size: 18px;
}
.social-icon i:hover{
    background: #fff;
    color: #3d6098;
    transition: 0.5s;
}
.about-seller-header{
    color: #fff;
    font-family:'FrutigerLTStd-Bold';
    font-size: 14px;
}
.about-seller-content{
    color: #fff;
    font-family:'FrutigerLTStd-Roman';
    font-size: 14px;
}
.about-seller a{
    color: #fff;
}
.about-seller img{
    margin-right: 7px;
}
/*share listing*/

/*footer*/
.footer{
    background: #e7e7e7;
    padding-bottom: 20px;
    color: #1b1e20;
}
.footer-top-left{
    padding: 40px 0px 10px 0px;
    font-size: 14px;
}
.footer-top-left a{
    color: #1b1e20;
}
.footer-top-left p{
    float: right;
}
.footer-top-right{
    background: #3d6098;
    height: 200px;
    width: 200px;
    margin-top: 40px;
}
.footer-bottom{
    text-align: center;
    padding:10px 0px;
    margin-top: 40px;
    font-size: 14px;
}

/*footer*/
/*main section*/


/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {

    .solution-description-section{
        padding-left: 30px;
    }
    .share-rating-icon{
        margin-left: 25px;
    }
    .about-seller-content{
        margin-left: 25px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .footer-top-right {
        margin-left: -75px;
    }
    .footer-bottom{
        margin-top: 0px;
    }
}
