
#top {
    /*background: rgba(233, 235, 249, 1);*/
    margin-bottom: 0;
}

.footer-bottom-p a{color:#fff;display:inline;background:none}
.container {
    /*padding: 0 5%;*/
}


.navbar-right a {
    color: rgba(70, 73, 88, 1);
}

.navbar-header{
    padding: 0 2%;
}

.shadow-box {
    position: absolute;
    width: 95%;
    height: 30%;
    background: rgba(66, 66, 66, 0.02);
    right: 0;
    top: 35%;
}

.bs-docs-header {
    /*background: url("../img/contact/bg.png") no-repeat 85% 0;*/
    min-height: 210px;
    height: initial;
    /*background-size: contain;*/
    background-color: #fef7f3;
    padding: 5vw 0;
    /*-webkit-background-size: contain;*/
    /*-o-background-size: contain;*/
    /*-moz-background-size: contain;*/
    /*-ms-background-size: contain;*/

}
.container-topc p{
    font-weight: 400;
    padding-bottom: 20px;
}


/*.bs-docs-header >img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*}*/

.main-btn {
    background: rgba(223, 103, 84, 1);
    color: #ffffff;
    border: none;
    font-weight: 200;
    width: 120px;
}


.bs-docs-featurette {
    padding: 45px 0;

}

.bs-docs-featurette  .container-flex .icon-bar{
    width: 60%;
    display: flex;
}
.bs-docs-featurette  .container-flex .icon-bar:last-of-type{
    justify-content: end;
}

.bs-docs-featurette:last-of-type{
    background: rgba(66,66,66,0.02);
}



/*.col-sm-4{*/
/*    width: 65px;*/
/*    height: 95px;*/
/*}*/
.col-sm-4 > img {
    width: 35px;
    height: auto;
}


.row-flex {
    display: flex;
    justify-content: center;
    align-items: self-end;
}


.icon-bar > img {
    width: 270px;
    height: auto;
}

.col-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.container-tomobile {
    display: none;
}

.mobile-main-btn {
    display: none;
    width: 120px;
    height: 45px;
    background: rgba(223, 103, 84, 1);
    color: #ffffff;
    border: none;
    margin: 10px auto;
}

.bs-docs-nav .navbar-header .navbar-toggle{
    background: #ffffff;
    box-shadow: 0 9px 16px rgba(133,133,133,.25);
}
.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #858585;
    margin-left: unset;
}

@media screen and (max-width: 768px) {
    body {
        /*background-color: lightblue;*/
    }

    #top{
        background: #ffffff;
    }
    .bs-docs-header {
        background: url("../img/contact/bg.png") no-repeat  80% 0;
        /*min-height: 250px;*/
        /*height: initial;*/
        background-size: contain;
        background-color: #fef7f3;
        -webkit-background-size: contain;
        -o-background-size: contain;
        -moz-background-size: contain;
        -ms-background-size: contain;

    }
    .bs-docs-header .container-flex{
        justify-content: flex-start;
    }
    .bs-docs-header .container{
        margin: 0;
        padding-top: 2vw;
    /*    padding: 0;*/
    }
    .bs-docs-header .icon-bar{
        display: none;
    }
    .bs-docs-header .icon-bar >img{
        width:120px ;
    }
    .container-topc {
        display: none;
    }

    .container-tomobile {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*padding-top: 6vw;*/
    }

    .bs-docs-featurette .container-flex .icon-bar {
        display: none;
    }
    .bs-docs-featurette:last-of-type{
        background: #ffffff;
    }

    footer {
        display: none;
    }

    .container-icon-x {
        display: flex;
        flex-direction: column-reverse;
    }

    .container-icon-x .icon-text h4 {
        text-align: center;
    }

    .container-icon-x .icon-text p {
        text-align: center;
    }

    .col-flex h5 {
        display: none;
    }

    .row-flex {
        align-items: center;
        margin: 5px auto;
    }

    .shadow-box {
        display: none;
    }

    .bs-docs-featurette {
        margin: 25px auto;
    }

    .mobile-main-btn {
        display: block;
    }


}

@media screen and (max-width: 375px) {

}
