@media only screen and (max-width: 1025px) {
    .container {
        width: 94%;
        margin: 0 3%;
    }

header {
    width: 100%;
    float: left;
    border-bottom: #d5b57c solid 3px;
    padding: 15px 15px 0px;
    position: relative;
    z-index: 999;
    background: #fff;
}

nav > ul > li {
    float: left;
    list-style: none;
    margin-right:10px;
    border-left: #bfa161 solid 1px;
    padding-left:10px;
}

.addclass {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    padding: 15px 15px 0px;
    background-color: #fff !important;
    border-bottom: #d5b57c solid 3px;
    transition: all 0.900000000s ease !important;
    z-index: 999;
    margin-top: 0px !important;
    -webkit-box-shadow: 0 5px 6px -6px black;
    -moz-box-shadow: 0 5px 6px -6px black;
    box-shadow: 0 5px 6px -6px black;
}



.banner_part_right_content p {
    float: right;
    font-size: 14px;
    width: 75%;
    text-align: left;
    color: #034ca0;
    margin-top: 8px;
    font-weight: 400;
    margin-top: 0px;
}

.strut_support {
    width:60%;
    position: absolute;
    bottom: 15%;
    left:5%;
    background: #02448b;
    padding: 40px 30px;
    border: #d5b57c solid 3px;
    border-radius: 20px;
}
.strut_support h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    font-size:25px;
}
.strut_support p {
    width: 100%;
    float: left;
    margin-top:5px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size:25px;
    color: #fff;
    padding-left: 30px;
    line-height:38px;
}
.accountinfo p {
    float: left;
    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-left: 10px;
}
.accountinfo h3 {
    float: left;
    font-size: 13px;
    color: #000;
    font-weight:bold;
    margin-bottom: 20px;
    margin-top: 0px;
    background: url(../img/bg-1.jpg) no-repeat 100% 51%;
    width: 100%;
}
.enquiry_content a {
    width: 207px;
    float: left;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: #bfa161 solid 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.form_content {
    width: 42%;
    display: inline-block;
    border: #585552 solid 1px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background: #ebebeb;
}
nav > ul > li {
    float: left;
    list-style: none;
    margin-right: 4px;
    border-left: #bfa161 solid 1px;
    padding-left: 10px;
}
.form {
    width: 100%;
    float: left;
    text-align: center;
    margin-top:60px;
}
}
@media only screen and (max-width: 979px) {
    .container {
        width: 100%;
        margin: 0 2.6%;
    }
    .addclass {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    padding:0px 0px 0px;
    background-color: #fff !important;
    border-bottom: #d5b57c solid 3px;
    transition: all 0.900000000s ease !important;
    z-index: 999;
    margin-top: 0px !important;
    -webkit-box-shadow: 0 5px 6px -6px black;
    -moz-box-shadow: 0 5px 6px -6px black;
    box-shadow: 0 5px 6px -6px black;
}
    .products_list {
    width:96%;
    float: left;
    background: #2557a4;
    padding: 15px;
    margin-top: 3px;
    border:none;
    height:112px;
    overflow:scroll;
    overflow-x:hidden;
    border-top:#ccc solid 1px;
}
.products_list_content a {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff !important;
}
.products_list_content {
    width: 100%;
    float: left;
    border-right:none;
}
    nav ul li{list-style:none;margin-right:20px;border-left:#bfa161 solid 1px;padding-left:0px;height:auto;display:inline-block;}

    nav > ul > li > a{text-decoration:none;font-size:14px !important;text-transform: capitalize !important;font-size:15px;color:#fff !important;font-weight:500 !important;text-decoration:none;padding-bottom:15px;display:inline-block;}

    nav > ul > li > a:hover{background:none;}

    .middle_part:after {
    content: '';
    position: absolute;
    top: 65px;
    display:none;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2px;
    height: 85%;
    background: #bfa161;
    z-index: 30000 !important;
}

.middle_part_left_content {
    width:100%;
    float: left;
    border-bottom: #d5b57c solid 1px;
    padding-bottom: 20px;
}

.blog_content {
    width:100%;
    float: left;
    margin-top: 25px;
}

.quick_links_content {
    width: 100%;
    float: left;
    padding-left:0px;
}

.quick_links_content h2 {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 18px;
    margin-top:30px;
    border-bottom: #bfa161 solid 2px;
}

footer p {
    float: left;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    width:100%;
}

footer span {
    float: right;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    width:100%;
    font-weight: 500;
}


.banner_part_right_content figure {
    float: left;
    margin-bottom: 0px;
    width:20px;
    display:grid;
    margin-top:15px;
}
.banner_part_right_content h2 {
    float: right;
    font-size: 20px;
    width: 88%;
    text-align: left;
    font-weight: bold;
    color: #bfa161;
    margin-top: 8px;
    margin-bottom: 0px;
}

.banner_part_right_content p {
    float: right;
    font-size: 14px;
    width: 88%;
    text-align: left;
    color: #034ca0;
    margin-top: 8px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom:0px !important;
}

.strut_support p {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    padding-left: 30px;
    line-height: 25px;
}
.strut_support h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    font-size:19px;
}
.first_slide_content {
    width: 100%;
    float: left;
    margin-top:-60%;
    text-align: left;
}
.bg:hover{background:none;text-decoration:none;color:#000;}

.enquiry_content a {
    width: 211px;
    float: left;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: #bfa161 solid 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.enquiry_mid_content {
    width: 100%;
    float: left;
    background: #f2ecdf;
    padding: 20px;
    min-height: 235px;
}
.apply_now button {
    background: #48402f;
    color: #fff;
    border: none;
    padding:8px 11px;
    font-weight: bold;
    border-radius: 8px;
    margin-right: 10px;
    font-size:12px;
}
.apply_now {
    float: right;
    margin-top: -50px;
}
.form_content {
    width: 53%;
    display: inline-block;
    border: #585552 solid 1px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background: #ebebeb;
}
.products_list_content h2{width:100%;float:left;margin-top:15px;margin-bottom:0px;font-size:15px;font-weight:bold;color:#000;text-align:left;}
}
@media only screen and (max-width: 767px) {
    .container {
        width: 93%;
        display: block;
        margin: auto;
    }

    .first_slide_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #bf9e64;
    text-transform: uppercase;
}

.first_slide_content h3 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size:23px;
    font-weight: bold;
    color: #bf9e64;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}
.first_slide_content h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50px;
    transform: translateX(-50%);
    width: 96px;
    border-top: 1px solid #edc072 !important;
    z-index: 30000 !important;
}

.first_slide_content p {
    width:90%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size:13px;
    color: #fff;
}

.first_slide_content {
    width: 100%;
    float: left;
    margin-top:-30% !important;
    text-align: left;
    height:296px !important;
    overflow:scroll !important;
    overflow-x:hidden !important;
}
.dots-right {
    right: 10px;
    display: none;
}
.products_list {
    width: 93%;
    float: left;
    background: #2557a4;
    padding: 15px;
    margin-top: 3px;
    border: none;
    height: 112px;
    overflow: scroll;
    overflow-x: hidden;
    border-top: #ccc solid 1px;
}
.apply_now {
    float: right;
    margin-top:0px;
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float:right;
    font-size: 30px;
    margin-right:-53px;
    margin-top:-24px;
}
#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #c5b881;
    color: #222;
    font-size:10px;
    padding: 20px 68px 20px 20px;
}
.form_content {
    width:100%;
    display: inline-block;
    border: #585552 solid 1px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    background: #ebebeb;
}

}
@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        display: block;
        margin: auto;
    }

    .banner_part_right_content {
    width:229px;
    float: right;
    margin-right: 0%;
}
.banner_part_left_content h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-size:14px;
    margin-bottom: 0px;
    color: #2866ae;
}
.banner_part_left_content p {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #bfa161;
    font-size:14px;
    line-height:20px;
    padding-left: 25px;
}
.logo {
    float: left;
    width:100%;
}
.top_header_right_part {
    width:100%;
    float: right;
    margin-top:20px;
}
.search {
    float: left;
    width:110px;
    border-radius: 0px;
    height:22px;
    background: #e7e7e7;
    border: none;
    font-size:10px;
}
.top_header_right_content a:last-child {
    background: none !important;
    color: #bfa161;
    margin-right: 0px;
    margin-left:0px;
    text-align:center !important;
}
.top_header_right_content {
    float: right;
    text-align:left;
}
.top_header_right_content a {
    display: inline-block;
    background: #bfa161;
    width:20px;
    height:22px;
    text-align: center;
    color: #fff;
    font-size:9px;
    font-weight: bold;
    line-height:25px;
    text-decoration: none;
    margin-right: 0px;
    text-transform: uppercase;
}
.search_button {
    float: left;
    width: 35px;
    border-radius: 0px;
    height:22px;
    background: #bfa161;
    border: none;
    color: #fff;
    font-size:9px;
    margin-right: 5px;
    outline: none;
}
.strut_support {
    width: 83%;
    position: absolute;
    bottom: 15%;
    left: 5%;
    background: #02448b;
    padding: 40px 30px;
    border: #d5b57c solid 3px;
    border-radius: 20px;
}
.blog_name {
    width: 195px;
    float: left;
    height: 30px;
    border: #bfa161 solid 1px;
    border-radius: 0px;
    margin-top: 10px;
}
header {
    width: 100%;
    float: left;
    border-bottom: #d5b57c solid 3px;
    padding: 0px 0px;
    background-color: #fff !important;
}
.strut_support p {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding-left:15px;
    line-height: 25px;
}
.strut_support h2 {
    width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
nav > ul > li{float:left;list-style:none;margin-right:28px;border-left:none !important;padding-left:0px !important;}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 96%;
    padding: 12px 2%;
    margin: 0;
    text-align: left;
    color: #fff !important;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 15px;
}
.welcome_dashboard h1 {
    float: left;
    font-size: 26px;
    color: #034ca0;
    width:100%;
    text-align:center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.welcome_dashboard a {
    float: right;
    font-size: 20px;
    color: #034ca0;
    width:100%;
    text-align:center;
    text-decoration: none;
    margin-top:15px;
}
.dashboard_right_content {
    width: 100%;
    float: left;
    margin-top:0px;
}
.dashboard_right_content a {
    width:100%;
    float: left;
    border: #bfa161 solid 1px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    padding: 5px 0px;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.account_content {
    width: 100%;
    float: left;
    padding: 40px 0px 40px 0px;
    border-left:none;
}
.accountinfo {
    width:100%;
    float: left;
    border: #bfa161 solid 1px;
    padding: 20px 20px;
}
.enquiry_content a {
    width: 152px;
    float: left;
    padding: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: #bfa161 solid 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.orders_content h3 {
    float: left;
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-left:20px;
    background: url(../img/link.png) no-repeat 0px 3px;
    width: 100%;
    padding-left: 25px;
    font-weight: 600;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 32%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    border:none;
    height: 33px;
    background: #000;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
}

