html,body{height: 100%;}
body {
    padding: 0;
    margin: 0;
    background-color: #1e3d4a;
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
}

.main-container {
    width: 1200px;
    max-width: 100%;
    background: url('../images/bg4.jpg') no-repeat left top;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
@media screen and (min-width: 992px){
    .main-container {
        padding: 0 35px;
    }
}
.logo {
    width: 125px;
    height: 60px;
    margin: 10px 0;
    display: inline-block;
}

.btn {
    background-color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-family: inherit;
    border: solid 1px transparent;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
}
.btn + .btn{margin-left: 10px;}
.btn-big {
    font-size: 14px;
    padding: 8px 15px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.btn-primary {
    background-color: #ff8900;
    color: #fff;
}

.btn-primary:hover {
    background-color: #bd6601;
}

.btn-secondry {
    background-color: #e5f3ff;
    color: #ff8900;
}

.btn-transparent {
    background-color: #daecf6;
    color: #001d35;
    border-color: rgba(255, 255, 255, .5);
}

.btn-transparent:hover {
    background-color: rgb(255, 255, 255);
}

.btn-secondry:hover {
    background-color: #bddffd;
}

.header {
    overflow: hidden;
    padding: 0 15px;
    margin: 0 -15px;
    background-color: rgba(255,255,255, .2)
}
@media screen and (min-width: 992px){
    .header {
        padding: 0 35px;
        margin: 0 -35px;
    }
}
.header .logo {
    float: left;
}

.header .right-section {
    float: right;
    padding: 22px 0
}

h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}


h4 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}
@media screen and (max-width: 767px){
    h1 {
        font-size: 24px;
        margin-top: 0;
        line-height: 32px;
    }
    h4 {font-size: 16px;}
}
.body {
    padding: 30px 0;
    overflow: hidden;
}
.body .left-col {
    text-align: center;
}
@media all and (min-width: 992px){
    .body .left-col {
        text-align: left;
        width: 60%;
        float: right;
        text-align: center;
    }

    .body .right-col {
        width: 40%;
        float: left;
    }
}
/* margins */

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.features-list {
    margin: 15px 10px 0 35px;
    padding: 0;
    font-family: 'Courgette', cursive;
    font-size: 22px;
    color: #fff;
    list-style: none;
    text-align: left;
    overflow: hidden;
}

.features-list li {
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.features-list i {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}


@media screen and (min-width: 768px){
    .features-list {

        text-align: left;
        font-size: 22px;
    }

    .features-list li {
        display: inherit;
        padding: inherit;
        margin-bottom: 20px;
        width: 25%;
    }

}
@media screen and (max-width: 420px){
    .features-list li {display: block; text-align: left; float: none; width: 100%;}
}
.social-icons {
    list-style: none;
    padding: 0;
    margin: auto;
    font-size: 22px;

}

.social-icons li a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.social-icons li a.facebook {
    color: #015eba;
}

.social-icons li a.twitter {
    color: #00b2ec;
}

.social-icons li a.google {
    color: #e1483b;
}

.social-icons li a.whatsapp {
    color: #71be31;
}

.social-icons li a.telegram {
    color: #43a9e2;
}
.social-icons.top{
    position: absolute;
    right: 30px;
    top: 0;
    margin: auto;
    border-radius: 0 0 4px 4px;
}
.social-icons.top li{float: left;}
@media screen and (max-width: 991px){
    .social-icons{
        margin-top: 10px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social-icons li{
        display: inline-block;
    }
    .social-icons li a:hover{
        color: #fff !important;
    }
}
@media screen and (min-width: 992px){
    .social-icons {
        position: fixed;
        right: 0;
        z-index: 2;
        top: 50%;
        margin-top: -75px;
        background-color: #fff;
        border-radius: 3px 0 0 3px;
    }
    .social-icons li a:hover{
        background-color: #bd6601;
        color: #fff !important;
    }
}
.make-offer {
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: left;
    vertical-align: middle;
}

.make-offer h3 {
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 500;
    line-height: 18px;
}

.offer-form-group {
    overflow: hidden;
    width: 100%;
}

.offer-form-group input {
    border-radius: 3px 0 0 3px;
    border: solid 1px #ff8900;
    padding: 10px 15px;
    width: 140px;
    float: left;
}

.offer-form-group button {
    float: left;
    border-radius: 0 3px 3px 0;
}

.pull-right {
    float: right;
}
.mt-4{margin-top: 20px;}
.footer {
    font-size: 13px;
    color: #000;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    margin:2px -15px 0 -15px;
    padding:10px;
}

.footer a {
    color: #ff8900;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}

.info-section{
    background-color: rgba(0, 0, 0, .4);
    padding: 20px;
    overflow: hidden;
    margin:auto -15px;

}
.info-section > div {  padding: 0 15px; text-align: center; color: #fff;}
.info-section > div > i{font-size: 28px;}
@media screen and (min-width: 768px){
    .info-section > div { width: 50%; float: left;}
    .info-section > div > i{font-size: 40px;}
}
@media screen and (min-width: 992px){
    .footer {
        margin:2px -35px 0 -35px;
    }
    .info-section{
        margin:auto -35px;
    }
    .info-section > div { width: 25%;}
}
.btn-section{display: inline-block; margin-bottom: 30px;}
.btn-section > div{vertical-align: middle; padding: 5px 0;}
@media screen and (min-width: 768px){
    .btn-section > div{display: table-cell; padding: 5px;}
}
.or{
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height:24px;
    text-align:center;
    line-height: 24px;
    background-color: rgba(0,0,0, .5);
    color: #fff;
    font-size: 12px;margin: auto 5px auto 0;
}
.min-price{position:absolute; margin-top: 5px;}
@media screen and (max-width: 767px){
    .or{

        display: block;

        margin: auto auto 8px;
    }

}
.features{
    clear:both;
    overflow: hidden;
    margin: 0 -35px;
}
.text-center{text-align: center;}
.alert_div ul{list-style: none; margin: 0; padding: 0;}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: left;
}
.alert-sm {
    padding: .5rem .75rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
button.close {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.alert_msg{margin:0; padding: 0; list-style: none;}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.text-justify{
    text-align: justify;
}