@media  screen and (max-width: 1440px) {
  body.home_page .banner{
    height: 100%;
  }
  .about_section {
    padding: 20px 0;
}
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner_border {
    width: 663px;
    height: 366px;
    padding: 15px 0 0;
}
}
@media screen and (min-width: 1300px) {
    body.menu_page .banner_content h4 {
    font-size: 58px;
}
}
@media screen and (max-width:1200px) {
.banner_border img.banner_logo {
    max-width: 300px;
}
.banner_border img.banner_text {
    max-width: 280px;
    margin-top: 12px;
}
.banner_border {
    width: 405px;
    height: 242px;
    background: #cba66273;
    padding: 23px;
}
.heading h2 {
    font-size: 48px;
    letter-spacing: 2px;line-height: 47px;
}
.heading h2>span.line {
    width: 85px;
    height: 4px;
    right: -97px;
}
.about_section .content p {
    margin-bottom: 0px;
}
.custom-logo a {
    max-width: 100px;
    margin-left: 0;
}
.logo a {
    max-width: 100px;
}
.working_days h4 {
    font-size: 30px;
    line-height: 50px;
}
.banner_content h3 {
    font-size: 48px;
}
.menu_left_bg {
    max-width: 300px;
    width: 100%;
    background: #ecf1f5;
}
.menu_left_bg .bg_content{
}
.menu_right_bg h4 {
    line-height: 65px;
    font-size: 30px;
}
.lsidt_item .list .list_content p {
    line-height: 23px;
    font-size: 13px;
}
.bbok_table_section {
    padding-bottom: 30px;
}
}
@media screen and (max-width: 991px) {
    section.menu_section .lsidt_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
header {
    position: static;
    padding: 0;
    background: #141517;
}
.tc {
    position: static;
}
.lsidt_item .item_name {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
}
.menu_left_bg {
    max-width: 340px;
    width: 100%;
    background: #ecf1f5;
}
.custom-logo a {
    max-width: 70px;
    margin-left: 0;
}
.heading h2>span.line{
    display: none;
}
.slider_about .item .content{
    padding-left: 0;
}
}
@media screen and (min-width: 768px) {

    .mobile_menu{
        display: none !important;
    }
    .mobile_nbav{}
    .mobile_nbav ul{}
    .mobile_nbav ul li{}
    .mobile_nbav ul li label{}
    .mobile_nbav ul li a{} 
    body.thankyou_page  .cutom-menu-primary ul li a{
        color: #333;
    }
    body.thankyou_page .cutom-menu-primary ul ul.sub_menu li a {
    color: #fff;
}
}
@media screen and (max-width: 767px) {
.mobile_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.mobile_menu {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-97deg);
        -ms-transform: rotate(-97deg);
            transform: rotate(-97deg);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 1.4, 0, 0.79);
    transition: -webkit-transform 1s cubic-bezier(0, 1.4, 0, 0.79);
    -o-transition: transform 1s cubic-bezier(0, 1.4, 0, 0.79);
    transition: transform 1s cubic-bezier(0, 1.4, 0, 0.79);
    transition: transform 1s cubic-bezier(0, 1.4, 0, 0.79), -webkit-transform 1s cubic-bezier(0, 1.4, 0, 0.79);
}
body.menu_active {
    height: 100%;
    overflow: hidden;
}
body.menu_active .mobile_menu{
-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
}
.mobile_nbav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;   
    -webkit-box-align: center;   
        -ms-flex-align: center;   
            align-items: center;    
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F2994A;
    background: -webkit-gradient(linear, left top, right top, from(#F2C94C), to(#F2994A));
    background: -o-linear-gradient(left, #F2C94C, #F2994A);
    background: linear-gradient(to right, #F2C94C, #F2994A);
}
.mobile_nbav ul {
    width: 320px;
}
.mobile_nbav ul li {
    display: block;
    text-align: center;
    letter-spacing: 2px;
}
.mobile_nbav ul li label {
    display: block;
    font-size: 26px;
}
.mobile_nbav ul li a {
    display: block;
    margin: 15px 0;
    color: #fff;
    font-size: 26px;
}
.mobile_nbav ul li ul.sub_menu {
    margin-top: 0px;
}
.mobile_nbav ul li ul.sub_menu li{}
.mobile_nbav ul li ul.sub_menu li a {
   
}
.hidden_mobile{
    display: none !important;
}
header { 
    position: static;
    padding: 0 15px;
    background: #F2994A;
    background: -webkit-gradient(linear, left top, right top, from(#F2C94C), to(#F2994A));
    background: -o-linear-gradient(left, #F2C94C, #F2994A);
    background: linear-gradient(to right, #F2C94C, #F2994A);
    top: 0;
}
.banner{}
.slider_about .item .content{
    padding: 0
}
.menu_active .menu{
    display: block;
    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

    -webkit-animation: moon 300ms linear;

    animation: moon 300ms linear;
}

@-webkit-keyframes moon {

  from{ 
    -webkit-transform: translateY(-20.5px); opacity: 0; 
    transform: translateY(-20.5px); opacity: 0; 
   }

  to{ 

    -webkit-transform: translateY(0px); opacity: 1; 

    transform: translateY(0px); opacity: 1; 

   }

}

@keyframes moon {

  from{ 

    -webkit-transform: translateY(-20.5px); opacity: 0; 

    transform: translateY(-20.5px); opacity: 0; 

   }

  to{ 

    -webkit-transform: translateY(0px); opacity: 1; 

    transform: translateY(0px); opacity: 1; 

   }

}
.top_header{
    display: none;
}
.cutom-menu-primary{
    display: none;
}
.custom-logo a {
    max-width: 60px;
    margin-left: 0;
}
.scro_banner{
    display: none;
}
.banner_border img.banner_logo {
    max-width: 230px;
}
.banner_border img.banner_text {
    margin-top: 19px;
}
.banner_border {
    width: 356px;
    height: 199px;
    background: #cba66273;
    padding: 10px;
}
.menu_trigger {
    width: 33px;
    height: 33px;
    position: fixed;
    right: 15px;
    top: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 111;
}
.menu_trigger i, .menu_trigger i:after, .menu_trigger i:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
}
    .menu_trigger i {
        top: 50%;
    }
    .menu_trigger i:after {
        top: 10px;
    }
    .menu_trigger i:before {
        top: -10px;
    }
    .menu_trigger i:before, .menu_trigger i:after, .menu_trigger i {
    -webkit-transition: 300ms ease 400ms;
    -o-transition: 300ms ease 400ms;
    transition: 300ms ease 400ms;
}
header.scroll-header .menu_trigger i, header.scroll-header .menu_trigger i:after, header.scroll-header .menu_trigger i:before {
    background: #333;
}
body.menu_active .menu_trigger i:before, body.menu_active .menu_trigger i:after {
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
    body.menu_active .menu_trigger i {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.blog_content h3, .blog_content h3>a {
    font-size: 28px;
    line-height: 26px;
}
.copy-right .tc {
    position: static;
    text-align: center;
    font-size: 12px
}
.heading h2>span.line{
    display: none;
}
.working_days ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.working_days ul li {
    margin: 15px 0 0;
}
.hourse_oppertaion {
    padding: 1rem 0;
}
.logo{
    margin: 0;
}
.tc{
    position: static;
}
.banner_content h3 {
    font-size: 35px;
}
.function_section {
    padding: 28px 0;
}
.function_section ul {
    list-style-type: disc;
    padding-left: 15px;
}
.menu_left_bg{
    display: none;
}
.lsidt_item h5 {
    font-size: 22px;
}
.lsidt_item h6 {
    line-height: 20px;
    font-size: 15px;
}
.menu_right_bg h2 {
    font-size: 19px;
    font-family: 'Times New Roman';
}.menu_right_bg h4 {
    line-height: 30px;
    font-size: 30px;
}
.menu_right_bg .lop_ppo h4 {
    font-size: 20px;
    line-height: 27px;
}
.lop_ppo p {
    margin: 0;
    font-size: 16px;
}
.lop_ppo h1 {
    font-family: 'Times New Roman';
    font-size: 25px;
    text-transform: capitalize;
}
.menu_right_bg h2 {
    font-size: 16px;
    font-family: 'Times New Roman';
}
.working_days h4 {
    font-size: 30px;
    text-align: center;
}
body.contact_page .jumbotron, body.blog_page .jumbotron {
    padding: 3rem 0;
}
.galley_iteam {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
}
@media screen and (max-width: 575px) {
    .galley_iteam {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.banner_content{
    position: static;
}
section.menu_section .row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.lsidt_item .item_name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding-right: 0;
}
header {
    padding: 0 0px;
}
.banner_content h4 {
    color: #5b2715;
    font-size: 33px;
    letter-spacing: 0px;
}
.banner_content h2 {
    font-size: 14px;
    color: #13130b;
    line-height: 23px;
}
.banner_content {
    position: static;
    padding: 10px 0;
    background: #f7f4ed;
}
.menu_right_bg .heading h2 {
    font-size: 35px;
}
body {
    background: #ffffff;
}
.lsidt_item h5 {
    font-size: 19px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px;
}
.lop_ppo p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}
.working_days ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
}
.working_days h4 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
a.link {
    padding: 8px 62px;
    font-size: 17px;
}
a.link span.fs1 {
    top: 10px;
    right: 25px;
}
.hourse_oppertaion {
    padding: 2rem 0;
}
.menu_right_bg .heading.text-center h2 {
    text-align: center !important;
    display: block;
    font-size: 40px;
    letter-spacing: normal;
    font-weight:bold;
    margin-bottom:20px;
}
.cilli.cilli_2:after {
    top: auto;
    bottom: 0;
}
.banner_border {
    width: 292px;
    height: 160px;
    background: #cba66273;
    padding: 2px;
}
.banner_border img.banner_logo {
    max-width: 170px;
}
.banner_border img.banner_text {
    max-width: 210px;
    }
.bbok_table_section .figure_img {
    max-width: 359px;
    width: 100%;
    margin: 22px auto;
}
}
.banner_content .container {
    margin: 0;
}

@media only screen and (max-width: 600px) {
  .footer-container-wrapper ul {
    display: block;
    position: initial;
    text-align: center;
}
}