.slider-container {
    padding: 0px;
}

.page-content {
    padding: 0px 30px;
}

.page-background {
    background: #eaeaec;
}

.content-bg {
    background: #fff;
    padding: 35px 20px;
}

.general-title {
    font-size: 24px;
    color: #0e6282;
    font-weight: 500;
	line-height:27px;
}

.general-text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 30px;
    color: #455560;
    text-align: justify;
}

.page-title {
    background: #fff;
    padding: 10px 24px;
    font-size: 20px;
    color: #0e6282;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
}

.white-bg-contact {
    background: #fff;
    padding: 24px;
    height: 530px;
}

.contact-subtitle {
    font-size: 21px;
    color: #0e6282;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-text {
    font-size: 15px;
    color: #455560;
    font-weight: 300;
    margin-bottom: 50px;
}

.contact-text a {
    color: #455560;
}

.white-bg-contact .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    box-shadow: none;
    color: #455560;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.white-bg-contact .form-textarea {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    box-shadow: none;
    color: #455560;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.white-bg-contact .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
}

.red {
    color: #ea0000;
}

.btn-default {
    background-color: #ea0000;
    border-color: #ea0000;
    color: #fff;
}

.btn-default:hover {
    background-color: #0e6282;
    border-color: #0e6282;
    color: #fff;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.option {
    font-size: 12px;
}
.link-web{color:#3166a2!important;font-weight:bold;text-decoration:none;}

.error-txt{
    color: #cd0000;
}
/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/

/* Portrait tablets and medium desktops */
@media (min-width: 1260px) and (max-width: 1280px) {

}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .contact-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .contact-text {
        font-size: 13px;
    }

    .white-bg-contact {
        padding: 24px;
        height: 380px;
    }

    .white-bg-contact .form-horizontal .control-label {
        font-size: 13px;
    }

    .product-title {
        font-size: 18px;

    }

    .product-text {
        font-size: 15px;

    }
    .general-text{font-size:14px;line-height:19px;}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .white-bg-contact {
        padding: 24px;
        height: auto;
        margin-bottom: 30px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-text {
        font-size: 14px;

    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .contact-subtitle {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .white-bg-contact {
        padding: 24px;
       height: auto;
        margin-bottom: 30px;
    }
    .news-left-menu ul {
        margin: 0px 0px;
        padding: 0px;
    }

    .thumb {
        margin-bottom: 20px;
    }

    .right-content {
        padding-left: 0;
    }

    .general-title {
        margin-top: 25px;
    }

    .content-bg {
        padding: 20px;
    }

    .left-menu ul {
        margin: 0px 0px;
        padding: 0px;
    }

}

/* Landscape phones and smaller samsung */
@media (min-width: 330px) and (max-width: 480px) {
    .contact-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .right-content {
        padding-left: 0;
    }
    .general-text{font-size:13px;line-height:18px;}
    .content-bg {padding: 20px;}
    .page-content{padding:0px!important;}
    .contact-subtitle{font-size:17x;}
    .contact-text{font-size:13px;}
    .white-bg-contact{padding:15px;}
    .white-bg-contact .form-horizontal .control-label{font-size:13px;padding-bottom:10px;}
    .white-bg-contact .form-control{height:32px;}
    .general-title {font-size: 20px;line-height:22px;}

    .content-bg {padding: 20px;}
    .left-menu ul {margin: 0px 0px;padding: 0px;}
}

/* Landscape phones and smaller iphone */
@media (min-width: 300px) and (max-width: 325px) {

    .general-title {
        font-size: 15px;
    }
    .general-text{font-size:13px;line-height:18px;}
    .content-bg {
        padding: 20px;
    }
    .page-content{padding:0px!important;}
    .contact-subtitle{font-size:17x;}
    .contact-text{font-size:13px;}
    .white-bg-contact{padding:15px;}
    .white-bg-contact .form-horizontal .control-label{font-size:13px;padding-bottom:10px;}
    .white-bg-contact .form-control{height:32px;}
    .left-menu ul {
        margin: 0px 0px;
        padding: 0px;
    }
}