.container {
    /*width: 1300px;*/
}
.header{
    background: #fff;
}
.ads-style{
    width: 100%;
}
.video-panel{
    margin-top: 29px;
}
.image-style{
    width: 100%;
}
.m-log {
    margin-bottom: 15px;
    border-radius: 0;
    height: 35px;
    font-size: 15px;
}
.panel-style h3 {
    font-weight: bold;
    font-size: 20px;
    color: #013c1d;
}
.m-label {
    margin-bottom: 8px;
    font-weight: bold;
    margin-top: 0px;
}
.m-label span{
    color: red;
}
.panel-style{
    padding: 30px;
}
.close-style-ex {
    background: black !important;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    margin-top: 14px;
}
.close-style-ex:hover{
    background:red !important;
}
.button-style {
    border-radius: 0px;
    background: #013c1d;
    font-size: 13px;
    text-transform: uppercase;
}
.login-socail-form {
    margin: 0px 0 0px!important;
}
.login-socail-form ul li {
    display: inline-block;
    list-style: none;
    border-radius: 0px!important; 
    text-align: left;
    
    margin: 0 6px;
    transition: all ease 500ms;
    position: relative;
}
.login-socail-form ul li a:hover {
    color: #FFFFFF!important;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    transition: all ease 500ms;
    display: block;
}
.button-style:hover {
    border-radius: 0px;
    background: #0055ff;
    font-size: 13px;
    text-transform: uppercase;
    border-color: #0055ff;
}
.modal-content{
    border-radius: 0px;
}
i.fa.fa-instagram {
    color: #ffffff;
    font-size: 16px;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #013c1d;
    background: #013c1d;
    color: #fff;
}
.modal-header .close {
    margin-top: -18px;
    color: #fff;
    opacity: 1;
}

.breadcum-area .breadcum-inner h3 {
    color: #444 !important;
    text-transform: uppercase;
    margin-bottom: 0;
}


