@media only screen and (min-width: 1920px) {
    html{
        font-size: 1.375rem;
    }
    .container{
        max-width: 107.5rem;
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto{
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .row{
        margin-right: -1.125rem;
        margin-left: -1.125rem;
    }
    .g-0{
        margin: 0;
    }
    .g-0 [class*="col-"]{
        padding-right: 0;
        padding-left: 0;
    }
    .slick-next{
        right: -5.3125rem;
    }
    .slick-prev{
        left: -5.3125rem;
    }
    
    /* Email small */
    .email_txt, .team_txt .contact_txt ul li:last-child{
        font-size: 0.75rem;
    }
    
/*----------End 1920px------*/
}

@media only screen and (min-width: 2560px) {
    html{
        font-size: 1.75rem;
    }
    .container{
        max-width: 147.5rem;
        padding-right: 3.75rem;
        padding-left: 3.75rem;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto{
        /* padding-right: 1.25rem;
        padding-left: 1.25rem; */
    }
    .row{
        /* margin-right: -1.25rem;
        margin-left: -1.25rem; */
    }
    .g-0{
        margin: 0;
    }
    .g-0 [class*="col-"]{
        padding-right: 0;
        padding-left: 0;
    }
    .slick-next{
        right: -6.875rem;
    }
    .slick-prev{
        left: -6.875rem;
    }
    
/*----------End 2560px------*/
}

@media only screen and (max-width: 1399px){
    body{
        padding-top: 95px;
    }
    body h1{
        font-size: 38px;
        line-height: 42px;
    }
    body h2{
        font-size: 34px;
        line-height: 38px;
    }
    body h3{
        font-size: 30px;
        line-height: 34px;
    }
    body h4{
        font-size: 26px;
        line-height: 30px;
    }
    body h5{
        font-size: 22px;
        line-height: 26px;
    }
    body h6{
        font-size: 20px;
        line-height: 24px;
    }
    
/*-------------Slick nav--------------*/
    .slick-prev, .slick-next{
        width: 40px;
        height: 40px;
    }
    .slick-prev:before, .slick-next:before{
        width: 20px;
        height: 20px;
    }
    .slick-next{
        right: -25px;
    }
    .slick-prev{
        left: -25px;
    }
    
    /* Common btn */
    .common_btn{
        font-size: 15px;
        line-height: 19px;
        padding: 13px 20px;
    }
    .arrow{
        padding-right: 40px;
    }
    .arrow_link{
        padding-right: 18px;
    }
    .arrow::after, .arrow_link::before{
        right: 12px;
        width: 12px;
        height: 12px;
    }
    .arrow_link::before{
        right: 0;
    }
    .small_btn{
        font-size: 14px;
        line-height: 18px;
        padding: 9px 14px;
    }
    .border_btn{
        border-radius: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
/*--------Top bar--------*/
    .top_bar .container-fluid{
        padding: 0 30px;
    }
    .link_wrap ul li{
        font-size: 14px;
        line-height: 18px;
        padding: 10px 12px;
        margin-right: 8px;
    }
    .link_wrap ul li img{
        width: 13px;
        height: 13px;
        margin-right: 8px;
    }
    .link_wrap ul li span{
        margin-right: 5px;
    }

/*--------Social icon-------*/
    .social_icon ul li a{
        margin-right: 10px;
    }
    .social_icon ul li a img{
        width: 22px;
        height: 22px;
    }
    
/*----------Header-----------*/
    .main_header{
        padding-top: 15px;
    }
    .main_header .container-fluid, .inner_caption .container-fluid{
        padding: 0 50px;
    }
    .menu_wrapper{
        padding-left: 40px;
    }
    .navBar > li{
        margin-right: 20px;
    }
    .navBar > li > a{
        font-size: 17px;
        line-height: 21px;
    }
    .navBar .dropdown-menu li a{
        font-size: 15px;
        line-height: 19px;
    }
    header .logo{
        width: 170px;
        margin-bottom: 10px;
    }
    
    /* Fixed menu */
    header.fixed{
        top: -83px;
    }
    
/*----------Search---------*/
    .search_icon a{
        margin-left: 55px;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 500px;
    }
    .banner_caption{
        top: 70px;
        max-width: 90%;
    }
    .banner_caption h1{
        font-size: 68px;
        line-height: 72px;
    }
    .banner_slider .slick-prev{
        left: 15px;
    }
    .banner_slider .slick-next{
        right: 15px;
    }
    
/*--------Service icon sec--------*/
    .serviceIcon_sec{
        padding-bottom: 25px;
    }
    .serviceIcon_wrapper{
        padding-top: 85px;
    }
    .serviceIcon_wrap{
        border-width: 15px;
        padding: 25px 12px;
        top: -65px;
    }
    .serviceIcon_item img{
        width: 45px;
        height: 45px;
    }
    .serviceIcon_item p{
        font-size: 17px;
        line-height: 21px;
        margin-top: 12px;
    }
    .serviceIcon_txt p{
        font-size: 18px;
        line-height: 22px;
    }
    
/*--------Welcome sec--------*/
    .welcome_sec{
        padding-top: 30px;
    }
    .welcome_sec::before{
        height: 60px;
    }
    .welcome_wrap{
        padding-bottom: 50px;
    }
    .welcome_txt{
        padding-top: 80px;
        padding-right: 25px;
    }
    .welcome_txt h2{
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .welcome_txt h2 span{
        font-size: 24px;
        line-height: 28px;
    }
    .welcome_txt p{
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
    }
    .statue_img{
        width: 400px;
        transform: translateX(10%);
    }
    
/*--------------Sidebar Wrap-------------*/
    .sidebar_wrap{
        padding: 30px 15px 25px;
    }
    .title_wrap{
        padding-bottom: 15px;
        margin: 0 12px;
    }
    .sidebar_link ul li{
        font-size: 16px;
        line-height: 20px;
        padding: 0 12px;
    }
    .sidebar_link ul li a{
        padding: 10px 20px 10px 0;
    }
    .sidebar_link ul li a::before, .sidebar_link ul li a::after{
        width: 12px;
        height: 12px;
    }
    .sidebar_link ul li a::after{
        right: 25px;
    }
    
/*----------Department sec---------*/
    .department_item_wrap > .row > [class*="col-"]{
        margin: 7.5px 0;
    }
    .department_item{
/*
        padding: 25px;
        min-height: 180px;
*/
        padding: 15px 25px;
        min-height: 210px;
    }
    .department_txt{
        padding-right: 55px;
    }
    .department_txt h4{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .department_txt p{
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 18px;
    }
    .showing_content img{
        width: 45px;
        margin-bottom: 15px;
    }
    .showing_content h5{
        font-size: 18px;
        line-height: 22px;
    }
    .department_item:hover .showing_content h5{
        transform: translateY(-55px);
    }
    .hover_content{
        padding: 0 25px 20px;
    }
    .hover_content p{
/*
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0;
*/
        font-size: 13px;
        line-height: 17px;
    }
    .hover_img{
        width: 50px;
        right: 25px;
        margin-bottom: 5px;
    }
    
/*------------Newsletter sec------------*/
    .newsLetter_sec{
        padding: 60px 0;
    }
    .newsletter_title{
        padding-right: 40px;
    }
    .newsletter_title h5{
        font-size: 26px;
        line-height: 30px;
    }

/*----------Newletter form-----------*/
    .newletter_form .small_btn{
        font-size: 15px;
    }
    .newletter_form .form-control{
        font-size: 16px;
        line-height: 20px;
    }
    
/*----------News sec---------*/
    .sec_head{
        margin-bottom: 25px;
    }
    .sec_head h5, .sec_head h6{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .sec_head p{
        font-size: 16px;
        line-height: 20px;
    }
    .news_txt{
        font-size: 16px;
        line-height: 23px;
        padding: 25px 20px 30px;
    }
    .news_txt h5{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .date_bg{
        font-size: 13px;
        line-height: 17px;
    }
    .upcoming_content{
        padding: 25px 20px 0;
    }
    .upcoming_content h4{
        font-size: 22px;
        line-height: 26px;
    }
    .news_txt ul li{
        padding-bottom: 20px;
    }
    .news_txt ul li p{
        font-size: 16px;
        line-height: 20px;
    }
    
/*---------Stay sec----------*/
    .stay_txt{
        padding: 25px 0;
    }
    .stay_txt h6{
        margin-bottom: 15px;
    }
    .stay_txt p{
        padding-bottom: 15px;
    }
    .circle_btn{
        font-size: 15px;
        line-height: 19px;
    }
    
/*----------Map sec----------*/
    .map_wrap{
        height: 400px;
    }
    .map_info{
        font-size: 17px;
        line-height: 21px;
        padding: 30px 25px;
        border-width: 10px;
        left: 20%;
        max-width: 240px;
    }
    .map_info p{
        margin-bottom: 15px;
    }
    .map_info ul li{
        margin-bottom: 12px;
    }
    
/*--------------Footer--------------*/
    .main_footer{
        padding: 50px 0 60px;
    }
    .footer_logo{
        width: 210px;
    }
    .footer_box{
        font-size: 16px;
        line-height: 22px;
    }
    .footer_box .social_icon{
        margin-top: 25px;
    }

/*-----------Footer link------------*/
    .footer_link ul li{ 
        padding-bottom: 12px;
    }
    .footer_link ul li a{
        font-size: 16px;
        line-height: 20px;
    }

/*-----------Footer contact------------*/
    .contact_link ul li{
        margin-bottom: 15px;
    }
    .icon img{
        width: 16px;
        height: 16px;
    }
    .link{
        padding-left: 8px;
    }

/*----------Copy right----------*/
    .copy_right_wrap{
        padding: 12px 0;
    }
    
/*--------Return to top--------*/
    .return_to_top{
        bottom: 15px;
        right: 12px;
        width: 35px;
        height: 35px;
    }
    .return_to_top img{
        width: 15px;
    }
    
/*-------------Inner Page----------*/
/*-------------Inner Banner----------*/
    .bread_crumb ul li a{
        font-size: 16px;
        line-height: 20px;
    }

/*------------Inner sec-----------*/
    .common_padding{
        padding: 70px 0;
    }
    .withSideBar_sec .inner_sidebar{
        padding-left: 50px;
    }
    .inner_content{
        font-size: 16px;
        line-height: 26px;
    }
    .inner_content ul li::before, .cmn_list ul li::before{
        width: 16px;
        height: 16px;
    }
    
/*--------Contact page----------*/
/*--------Contact wrap----------*/
    .common_padding_100{
        padding: 80px 0;
    }
    .contact_slider .item{
        padding: 15px 10px 30px;
    }
    .contact_item{
        padding: 25px 20px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
    }
    .contact_txt > p{
        padding-bottom: 12px;
    }
    .contact_txt .date_bg{
        margin-bottom: 15px;
    }
    .contact_txt ul li{
        margin-bottom: 10px;
    }
    .contact_txt ul li img{
        width: 15px;
        height: 15px;
    }
    .contact_txt ul{
        margin-bottom: 20px;
    }

    /* Contact slider nav */
    .contact_slider .slick-prev, .contact_slider .slick-next{
        bottom: 40px;
    }

/*-----------Contact form wrap---------*/
    .contactFrom_wrap .sec_head h2, .contactSlider_wrapper .sec_head h3{
        margin-bottom: 10px;
    }
    .contact_form .form-group{
        margin-bottom: 20px;
    }
    .contact_form .form-group label{
        font-size: 16px;
        line-height: 20px;
    }

/*--------------Map sec--------------*/
    .map_area{
        height: 450px;
    }
    
    /* Common modal */
    .common_modal .modal-header span{
        width: 35px;
        height: 35px;
        background-size: 25px 25px;
    }
    .common_modal .modal-content{
        border-radius: 8px;
    }
    .common_modal .modal-body{
        padding: 35px 25px;
    }
    
/*------------Blog Page----------*/
/*------------Blog Sec----------*/
    .blog_item{
        margin-bottom: 25px;
    }
    .blog_info{
        padding: 20px 15px;
    }
    .blog_info h2{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .date_auther{
        margin-bottom: 12px;
    }

/*------------Blog deatails page----------*/
/*------------Blog details sec----------*/
    .blogDetails_content h1{
        font-size: 24px;
        line-height: 28px;
    }
    .blogDetails_content .blogImg_wrap{
        margin-bottom: 18px;
    }
    
/*-----Service page----------*/
    .allPage_sec.serviceIcon_sec{
        padding: 15px 0;
    }

/*-----Service Page Sec----------*/
    .servicePage_sec .department_item:hover .showing_content h5{
        transform: translateY(-85px);
    }

/*------Offer Online sec-----*/
    .offerOnline_sec .cmn_list ul{
        margin-bottom: 20px;
    }
    .image_txt{
        font-size: 18px;
        line-height: 24px;
        bottom: 12%;
        right: -50px;
        padding: 25px 25px;
        max-width: 280px;
    }
    .image_txt p{
        padding-bottom: 15px;
    }

/*------Explore Online sec-----*/
    .red_txt{
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    
/*-----Department page----------*/
/*-----Department page sec------*/
    .cmnBox_list > .row > [class*="col-"]{
        margin-bottom: 30px;
    }
    .cmnBox_list .news_txt{
        padding-top: 50px;
    }
    .paddinTop_0 .news_txt{
        padding-top: 25px;
    }
    .cmnBox_list .news_txt p{
        padding-bottom: 15px;
    }
    .icon_circle{
        width: 70px;
        height: 70px;
        top: -40px;
    }
    .icon_circle img, .page-id-795 .news_wrap > .row > [class*="col-"]:nth-child(2) > .news_item .icon_circle img{
        width: 40px;
    }
    
/*--------Team page----------*/
/*-------Team section--------*/
    .team_wrap > .row > [class*="col-"]{
        margin-bottom: 30px;
    }
    .team_txt{
        padding: 20px 15px 25px;
    }
    .team_txt h6 > a{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    .team_txt h6 span{
        font-size: 15px;
        line-height: 21px;
    }
    .team_txt .contact_txt{
        margin-top: 12px;
        padding-top: 15px;
    }

    /* Team social icon */
    .team_item .social_icon{
        bottom: 12px;
    }
    
/*------------Gallery Page----------*/
/*------------Gallery Sec----------*/
    .gallery_wrap ul{
        column-gap: 12px;
        margin-bottom: 30px;
    }
    .gallery_wrap ul li{
        margin-bottom: 12px;
        padding: 0;
    }
    .topBottom_40{
        padding: 30px 0;
    }
    .gallery_img::before{
        background-size: 40px 40px;
    }
    
/*-----Assessing Property Page-----*/
    .common_padding_60{
        padding: 50px 0;
    }

/*---------Tax Relief Sec----------*/
    .tax_relief_wrap .multiSidebar_wrap{
        margin-right: 20px;
    }
    
/*--------Town council page---------*/
    .council_wrap h4{
        margin-bottom: 15px;
    }
    .council_item{
        margin-bottom: 15px;
    }
    .council_item ul li span{
        padding: 0 8px;
    }
    .council_item ul li span::before{
        height: 15px;
    }
    
/*------Online Registrations Page-------*/
    .cmnIcon_item h6{
        margin-bottom: 12px;
    }
    .cmnIcon_item ul{
        margin-bottom: 15px;
    }
    .pb_50{
        padding-bottom: 40px;
    }
    
/*------Passport Processing Page------*/
    /* Common table */
    .table_wrap{
        margin-bottom: 10px;
    }
    .table_wrap .table{
        margin-bottom: 20px;
    }
    .table_wrap .table th, .table_wrap .table td{
        padding: 10px 12px;
    }
    .btn_group{
        margin: 20px 0;
    }
    .btn_group .common_btn{
        margin: 0 10px;
    }
    
/*------Airport Page------*/
    .basic_box .contact_txt .common_btn{
        margin-top: 20px;
    }
    .basic_box .contact_txt ul li p{
        padding-top: 8px;
    }
    .basic_box .team_txt > p{
        padding-top: 12px;
    }
    
/* For third party calender plugin style */
    .simcal-default-calendar-grid .simcal-week-day{
        font-size: 18px;
    }
    .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{
        padding: 12px 0 !important;
    }
    .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav h3{
        font-size: 30px;
    }
    .simcal-default-calendar-grid .simcal-day-number{
        font-size: 16px;
    }
    .simcal-default-calendar .simcal-nav-button{
        font-size: 20px;
    }
    
/*------Police Page------*/
    .policeSec_item{
        margin-top: 25px;
        padding-top: 25px;
    }
    .policeSec_item h3{
        margin-bottom: 15px;
    }
    .tag_txt h6{
        margin: 8px 0 12px;
    }

    /* Common tab */
    .tab_wrap .nav-link{
        font-size: 16px;
        line-height: 21px;
        padding: 12px 8px;
    }
    .tab_info{
        padding: 25px 20px;
    }
    .tab_info h2, .tab_info h3, .tab_info h4, .tab_info h5, .tab_info h6{
        margin-bottom: 12px;
    }
    
/*------Archives Page------*/
    .table_link{
        width: 25px;
    }
    .table_link{
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .info_icon{
        width: 22px;
    }

    /* Basic modal wrap */
    .basicModal_wrap .linkValue_info{
        padding: 22px 18px;
    }
    .basicModal_wrap .modal-header{
        top: -30px;
        right: -30px;
    }
    .basicModal_wrap .modal-header span{
        width: 28px;
        height: 28px;
        background-size: 15px 15px;
    }
    
/*----------End 1399px------*/
}

@media only screen and (min-width: 1200px) {
    .navBar>.dropdown:hover>.dropdown-menu, .navBar>.dropdown:focus>.dropdown-menu, .navBar>.dropdown:focus-within>.dropdown-menu{
        display: block;
    }
    .navBar>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu, .navBar>.dropdown>.dropdown-menu>.dropdown:focus>.dropdown-menu, .navBar>.dropdown>.dropdown-menu>.dropdown:focus-within>.dropdown-menu{
        display: block;
    }
    .navBar>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu, .navBar>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>.dropdown:focus>.dropdown-menu,
    .navBar>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>.dropdown:focus-within>.dropdown-menu{
        display: block;
    }
    .navBar .dropdown-menu .dropdown{
        display: block;
    }
    .navBar .dropdown-menu .dd_opener{
        display: none;
    }
    .navBar .dropdown-menu .dropdown-menu{
        left: 100%;
        top: 0;
    }
    .navBar li:nth-child(n + 4) .dropdown-menu{
        right: 0;
        left: auto;
    }

/*----------End 1200px------*/
}

@media only screen and (max-width: 1199px){
    body{
        padding-top: 75px;
    }
    body h1{
        font-size: 36px;
        line-height: 40px;
    }
    body h2{
        font-size: 32px;
        line-height: 36px;
    }
    body h3{
        font-size: 28px;
        line-height: 32px;
    }
    body h4{
        font-size: 24px;
        line-height: 28px;
    }
    body h5{
        font-size: 21px;
        line-height: 25px;
    }
    body h6{
        font-size: 18px;
        line-height: 22px;
    }
    body input, body .form-control{
        height: 48px;
        padding: 10px 12px;
    }
    
/*-------------Slick nav--------------*/
    .slick-prev, .slick-next{
        width: 35px;
        height: 35px;
    }
    .slick-prev:before, .slick-next:before{
        width: 18px;
        height: 18px;
    }
    
    /* Common btn */
    .common_btn{
        padding: 12px 18px;
    }
    .arrow{
        padding-right: 35px;
    }
    .arrow_link{
        padding-right: 15px;
    }
    .arrow::after, .arrow_link::before{
        right: 10px;
        width: 11px;
        height: 11px;
    }
    .arrow_link::before{
        right: 0;
    }
    .small_btn{
        font-size: 13px;
        line-height: 17px;
        padding: 10px 14px;
    }
    .border_btn{
        padding-left: 18px;
        padding-right: 18px;
    }
    
/*--------skip to content-------*/
    .skip_main:focus, .skip_main:focus-within,
    .skip_main:active{
        font-size: 15px;
        line-height: 19px;
        padding: 12px 15px;
    }
    
/*--------Top bar--------*/
    .top_bar{
        display: none;
    }
    
    /* sm version */
    .smVersion .socialLink_wrap{
        margin: 20px 0;
    }
    .link_wrap ul li{
        font-size: 16px;
        line-height: 20px;
        margin-right: 0;
    }
    .link_wrap ul li img{
        width: 16px;
        height: 16px;
    }
    
/*---------Main header--------*/
    .main_header, header.fixed .main_header{
        padding: 10px 0;
    }
    header .logo, header.fixed .logo{
        width: 150px;
        margin-bottom: 0;
    }
    .main_header .container-fluid, .inner_caption .container-fluid{
        padding: 0 40px;
    }
    .menu_wrapper{
        padding-left: 0;
    }
    .menu_wrap{
        align-items: center !important;
        justify-content: flex-end;
    }
    .menu{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        z-index: 3;
        background: #efece2;
        padding: 110px 12px 30px;
        margin: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .menu::after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 75px;
        background: #fff;
    }
    .menu.show{
        right: 0;
    }
    .headerBtn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        order: 3;
        width: 45px;
        height: 27px;
        z-index: 4;
    }
    .headerBtn .hamburger{
        display: block;
    }
    .menuBackBtn{
        display: block !important;
    }
    .menuWrapper{
        justify-content: flex-end;
        align-items: center;
    }
    .navBar{
        flex-direction: column;
        width: 100%;
    }
    .navBar li{
        border-bottom: 1px solid #cdcdcd;
        padding: 0;
    }
    .navBar li:last-child{
        border-bottom: none;
    }
    .navBar .dropdown-menu{
        position: static;
        width: 100%;
        box-shadow: none;
        background: transparent;
        padding: 0;
    }
    .navBar .dropdown-menu::before{
        content: none;
    }
    .navBar .dropdown-menu li a{
        font-size: 16px;
        color: #666666;
        background: transparent;
        padding-left: 0;
        border-bottom: none;
    }
    .navBar .dropdown-menu li:hover > a{
        padding-left: 0;
    }
    .navBar .dropdown-menu li a:hover{
        background: transparent;
    }
    .navBar .dropdown-menu li:hover>a{
        background: transparent;
        color: #ff6633;
    }
    .navBar .dropdown{
        justify-content: space-between;
    }
    .navBar .dropdown>a{
        flex-grow: 1;
        width: 50%;
    }
    .navBar .dropdown.navActive{
        border-bottom: none;
        padding-left: 22px;
    }
    .navBar .dropdown.navActive>a{
        font-size: 20px;
        color: #ff6633;
        font-weight: 700;
    }
    .navBar .dropdown.navActive .dropdown.navActive{
        padding-left: 0;
    }
    .navBar li{
        margin-right: 0;
    }
    .navBar>li>a{
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        color: #666666;
        padding: 12px 0;
    }
    .navBar li:hover > a, .navBar li.active > a, .navBar li.current_page_active > a{
        color: #ff6633;
    }
    .navWrapper{
        max-height: 100%;
        overflow: auto;
        max-width: 500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-left: 0;
    }
    nav{
        padding: 0 55px 0 30px;
        padding-right: 25px;
        position: relative;
    }
    .dd_opener{
        padding-left: 0;
        margin-left: 0;
        cursor: pointer;
    }
    .dd_opener i{
        font-size: 0px;
        height: 46px;
        width: 45px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/icon/right-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
        border-left: 1px solid #cdcdcd;
    }
    .menuArea{
        justify-content: space-between;
        flex-direction: row;
        align-items: center !important;
        padding-top: 0;
    }
    
/*----------Fixed menu-----------*/
    header.fixed{
        top: -75px;
    }
    header.fixed .menu_wrap{
        justify-content: flex-end !important;
    }
    header.fixed .navBar > li > a{
        padding: 12px 0;
    }

/*-----------SM version----------*/    
    .smVersion{
        display: block;
        margin-top: auto;
    }
    
/*----------Search---------*/
    .search_icon a{
        margin: 0 20px 0 0;
    }
    .search_box{
        padding: 10px 20px;
    }
    .search_box .form-control[type=submit]{
        width: 120px;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 475px;
    }
    .banner_caption{
        max-width: 95%;
    }
    .banner_caption h1{
        font-size: 58px;
        line-height: 62px;
    }
    .banner_slider .slick-prev{
        left: 12px;
    }
    .banner_slider .slick-next{
        right: 12px;
    }
    
/*--------Service icon sec--------*/
    .serviceIcon_sec{
        padding-bottom: 20px;
    }
    .serviceIcon_wrapper{
        padding-top: 75px;
    }
    .serviceIcon_wrap{
        border-width: 12px;
        padding: 20px 12px;
        top: -50px;
    }
    .serviceIcon_item img{
        width: 40px;
        height: 40px;
    }
    .serviceIcon_item p{
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    .serviceIcon_txt p{
        font-size: 17px;
        line-height: 21px;
    }
    
/*--------Welcome sec--------*/
    .welcome_sec{
        padding-top: 25px;
    }
    .welcome_sec::before{
        height: 50px;
    }
    .welcome_wrap{
        padding-bottom: 40px;
    }
    .welcome_txt{
        padding-top: 60px;
        padding-right: 15px;
    }
    .welcome_txt h2{
        font-size: 28px;
        line-height: 32px;
    }
    .welcome_txt h2 span{
        font-size: 22px;
        line-height: 26px;
    }
    .welcome_txt p{
        padding-bottom: 12px;
    }
    .statue_img{
        width: 350px;
        transform: translateX(8%);
    }
    
/*--------------Sidebar Wrap-------------*/
    .sidebar_wrap{
        padding: 25px 12px 20px;
    }
    .title_wrap{
        padding-bottom: 12px;
        margin: 0 10px;
    }
    
/*----------Department sec---------*/
    .department_item{
        padding: 15px 20px;
    }
    .department_txt{
        padding-right: 25px;
    }
    .department_txt h4{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .department_txt p{
        padding-bottom: 12px;
    }
    .showing_content img{
        width: 40px;
        margin-bottom: 10px;
    }
    .showing_content h5{
        font-size: 17px;
        line-height: 21px;
    }
    .department_item:hover .showing_content h5{
        transform: translateY(-45px);
    }
    .hover_content{
        padding: 0 20px 15px;
    }
/*
    .hover_content p{
        padding: 12px 0;
    }
*/
    .hover_img{
        width: 45px;
        right: 20px;
    }
    
/*------------Newsletter sec------------*/
    .newsLetter_sec{
        padding: 50px 0;
    }
    .newsletter_title{
        padding-right: 30px;
    }
    .newsletter_title h5{
        font-size: 22px;
        line-height: 26px;
    }
    
/*----------News sec---------*/
/*
    .sec_head{
        margin-bottom: 30px;
    }
*/
    .sec_head h5, .sec_head h6{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .news_txt{
        padding: 20px 15px 25px;
    }
    .news_txt h5{
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .upcoming_content{
        padding: 20px 15px 0;
    }
    .upcoming_content h4{
        font-size: 20px;
        line-height: 24px;
    }
    .news_txt ul li{
        padding-bottom: 15px;
    }
    
/*---------Stay sec----------*/
    .stay_txt{
        padding: 20px 0;
    }
    .stay_txt h6{
        margin-bottom: 12px;
    }
    .stay_txt p{
        padding-bottom: 12px;
    }
    
/*----------Map sec----------*/
    .map_wrap{
        height: 350px;
    }
    .map_info{
        font-size: 16px;
        line-height: 20px;
        padding: 25px 20px;
        border-width: 8px;
        left: 15%;
        max-width: 220px;
    }
    .map_info p{
        margin-bottom: 12px;
    }
    .map_info ul li{
        margin-bottom: 10px;
    }
    
/*--------------Footer--------------*/
    .main_footer{
        padding: 40px 0;
    }
    .footer_logo{
        width: 190px;
    }
    .footer_box .social_icon{
        margin-top: 20px;
    }

/*-----------Footer link------------*/
    .footer_link ul li{ 
        padding-bottom: 10px;
    }

/*----------Copy right----------*/
    .copy_right p{
        padding-bottom: 5px;
    }
    
/*--------Return to top--------*/
    .return_to_top{
        bottom: 15px;
    }
    
/*-------Inner Page--------*/
/*-------Inner sec---------*/
    .common_padding{
        padding: 60px 0;
    }
    .withSideBar_sec .inner_sidebar{
        padding-left: 0;
    }
    .common_inner .container{
        padding-left: 12px;
    }
    .alignleft, .alignright{
        width: 350px;
        height: 300px;
        margin: 0 20px 20px 0;
    }
    .alignright{
        margin: 0 0 20px 20px;
    }
    
    /* Accordion */
    .accordion .accordion-item{
        margin-bottom: 20px;
    }
    .accordion .accordion-header .accordion-button{
        font-size: 17px;
        line-height: 21px;
        padding: 15px 40px 15px 18px;
    }
    .accordion .accordion-header .accordion-button::after{
        width: 18px;
        height: 18px;
        right: 12px;
    }
    .accordion .accordion-body{
        font-size: 16px;
        line-height: 23px;
        padding: 18px 18px;
    }
    
/*--------Contact page----------*/
/*--------Contact wrap----------*/
    .common_padding_100{
        padding: 60px 0;
    }
    .contact_slider .item{
        padding: 15px 6px 30px;
    }
    .contact_item{
        padding: 20px 15px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.10);
    }
    .contact_txt ul{
        margin-bottom: 15px;
    }

    /* Contact slider nav */
    .contact_slider .slick-prev, .contact_slider .slick-next{
        bottom: 30px;
        left: -50%;
    }
    .contact_slider .slick-next{
        left: -43%;
    }

/*-----------Contact form wrap---------*/
    .contact_form .form-group{
        margin-bottom: 15px;
    }

/*--------------Map sec--------------*/
    .map_area{
        height: 400px;
    }
    
/*------------404 Page----------*/
/*------------404 Sec----------*/
    .error_content h1{
        font-size: 150px;
        line-height: 154px;
    }
    
/*------------Gallery Page----------*/
/*------------Gallery Sec----------*/
    .gallery_wrap > .row{
        margin: 0 -10px;
    }
    .gallery_wrap > .row > [class*="col-"]{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .gallery_wrap .feature_item::after{
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        background-size: 25px 25px;
    }
    
    /* Common modal */
    .common_modal .modal-header {
        top: -12px;
        right: -12px;
    }
    .common_modal .modal-header span{
        width: 30px;
        height: 30px;
        background-size: 22px 22px;
    }
    .common_modal .modal-body{
        padding: 30px 20px;
    }
    
/*------------Blog Page----------*/
/*------------Blog Sec----------*/
    .blog_item{
        margin-bottom: 20px;
    }
    .blog_info{
        padding: 18px 12px;
    }
    .blog_info h2{
        font-size: 20px;
        line-height: 24px;
    }

/*------------Blog deatails page----------*/
/*------------Blog details sec----------*/
    .blogDetails_content h1{
        font-size: 22px;
        line-height: 26px;
    }
    .blogDetails_content .blogImg_wrap{
        margin-bottom: 15px;
    }
    
/*-----Service page----------*/
    .allPage_sec.serviceIcon_sec{
        padding: 12px 0;
    }

/*-----Service Page Sec----------*/
    .servicePage_sec .department_item:hover .showing_content h5{
        transform: translateY(-80px);
    }

/*------Offer Online sec-----*/
    .offerOnline_sec .cmn_list ul{
        margin-bottom: 15px;
    }
    .image_txt{
        font-size: 16px;
        line-height: 22px;
        bottom: 10%;
        right: -40px;
        padding: 20px 20px;
        max-width: 260px;
    }
    .image_txt p{
        padding-bottom: 12px;
    }

/*------Explore Online sec-----*/
    .red_txt{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    
/*-----Department page----------*/
/*-----Department page sec------*/
    .cmnBox_list > .row > [class*="col-"]{
        margin-bottom: 25px;
    }
    .cmnBox_list .news_txt{
        padding-top: 45px;
    }
    .paddinTop_0 .news_txt{
        padding-top: 20px;
    }
    .cmnBox_list .news_txt p{
        padding-bottom: 12px;
    }
    .icon_circle{
        width: 65px;
        height: 65px;
        top: -30px;
    }
    .icon_circle img, .page-id-795 .news_wrap > .row > [class*="col-"]:nth-child(2) > .news_item .icon_circle img{
        width: 35px;
    }
    
/*--------Team page----------*/
/*-------Team section--------*/
    .team_wrap > .row > [class*="col-"]{
        margin-bottom: 20px;
    }
    .team_txt{
        padding: 15px 12px;
    }
    .team_txt h6 > a{
        font-size: 18px;
        line-height: 22px;
    }
    .team_txt h6 span{
        font-size: 14px;
        line-height: 20px;
    }
    .team_txt .contact_txt{
        margin-top: 10px;
        padding-top: 12px;
    }
    
/*------------Gallery Page----------*/
/*------------Gallery Sec----------*/
    .gallery_wrap ul{
        column-gap: 10px;
        margin-bottom: 25px;
    }
    .topBottom_40{
        padding: 20px 0;
    }
    .gallery_img::before{
        background-size: 35px 35px;
    }
    
/*-----Assessing Property Page-----*/
    .common_padding_60{
        padding: 40px 0;
    }

/*---------Tax Relief Sec----------*/
    .tax_relief_wrap .multiSidebar_wrap{
        margin-right: 0;
    }
    
/*------Online Registrations Page-------*/
    .cmnIcon_item h6{
        margin-bottom: 10px;
    }
    .cmnIcon_item ul{
        margin-bottom: 12px;
    }
    .pb_50{
        padding-bottom: 30px;
    }
    
/*------Passport Processing Page------*/
    /* Common table */
    .table_wrap{
        margin-bottom: 15px;
    }
    .table_wrap .table{
        margin-bottom: 10px;
    }
    .btn_group{
        margin: 15px 0;
    }
    .btn_group .common_btn{
        margin: 0 7.5px;
    }
    
/*------Airport Page------*/
    .basic_box .contact_txt .common_btn{
        margin-top: 15px;
    }
    
/* For third party calender plugin style */
    .simcal-default-calendar-grid .simcal-week-day{
        font-size: 17px;
    }
    .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{
        padding: 10px 0 !important;
    }
    .simcal-default-calendar-grid .simcal-calendar-head .simcal-nav h3{
        font-size: 26px;
    }
    .simcal-default-calendar .simcal-nav-button{
        font-size: 18px;
    }
    
/*------Police Page------*/
    .policeSec_item{
        margin-top: 20px;
        padding-top: 20px;
    }
    .policeSec_item h3{
        margin-bottom: 12px;
    }

    /* Common tab */
    .tab_wrap .nav-link{
        font-size: 15px;
        line-height: 20px;
        padding: 10px 8px;
    }
    .tab_info{
        padding: 20px 15px;
    }
    
/*------Archives Page------*/
    .table_link{
        width: 20px;
    }
    .table_link{
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .info_icon{
        width: 18px;
    }

    /* Basic modal wrap */
    .basicModal_wrap .linkValue_info{
        padding: 18px 15px;
    }
    .basicModal_wrap .modal-header{
        top: -25px;
        right: -25px;
    }
    .basicModal_wrap .modal-header span{
        width: 25px;
        height: 25px;
        background-size: 12px 12px;
    }
    
/*-----------End 1199px----------*/
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
    body h1{
        font-size: 34px;
        line-height: 38px;
    }
    body h2{
        font-size: 30px;
        line-height: 34px;
    }
    body h3{
        font-size: 27px;
        line-height: 31px;
    }
    body h4{
        font-size: 23px;
        line-height: 27px;
    }
    body h5{
        font-size: 21px;
        line-height: 25px;
    }
    
/*-------------Slick nav--------------*/
    .slick-next{
        right: -30px;
    }
    .slick-prev{
        left: -30px;
    }
    
/*-----------Search--------*/
    .search_wrap{
        max-width: 100%;
    }
    .search_box .form-control[type=submit]{
        width: 110px;
        font-size: 15px;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 450px;
    }
    .banner_caption{
        max-width: 100%;
    }
    .banner_caption h1{
        font-size: 48px;
        line-height: 52px;
    }
    
/*--------Service icon sec--------*/
    .serviceIcon_sec{
        padding-bottom: 0;
    }
    .serviceIcon_wrapper{
        padding-top: 0;
        transform: translateY(-30px);
    }
    .serviceIcon_wrap{
        border-width: 10px;
        padding: 15px 12px;
        top: 0;
        position: inherit !important;
    }
    .serviceIcon_wrap ul li{
        width: calc(100% / 3);
        margin: 7.5px 0;
    }
    .serviceIcon_item img{
        width: 35px;
        height: 35px;
    }
    .serviceIcon_txt{
        padding-top: 15px;
    }
    .serviceIcon_txt p{
        font-size: 16px;
        line-height: 20px;
    }
    
/*--------Welcome sec--------*/
    .welcome_sec{
        padding: 40px 0;
    }
    .welcome_sec::before{
        height: 40px;
    }
    .welcome_sec .welcome_wrap .service_link{
        margin-top: 0;
    }
    .welcome_wrap{
        padding-bottom: 0;
    }
    .welcome_txt{
        padding-top: 30px;
        padding-right: 0;
    }
    .welcome_txt h2{
        font-size: 26px;
        line-height: 30px;
    }
    .welcome_txt h2 span{
        font-size: 20px;
        line-height: 24px;
    }
    .statue_img{
        width: 300px;
        transform: translateX(0);
        position: inherit;
        margin-top: 30px;
    }
    
/*--------------Sidebar Wrap-------------*/
    .service_link .sidebar_link{
        position: initial;
        visibility: visible;
        opacity: 1;
    }
    .sidebar_wrap{
        padding: 15px 12px;
    }
    
/*----------Department sec---------*/
    .department_sec::before{
        bottom: auto;
        width: 100%;
        height: 26.6%;
    }
    .department_item{
        padding: 15px 15px;
    }
    .department_txt{
        padding-right: 0;
    }
    .department_txt h4{
        font-size: 22px;
        line-height: 26px;
    }
    .hover_content{
        padding: 0 15px 12px;
    }
    
/*------------Newsletter sec------------*/
    .newsLetter_sec{
        padding: 40px 0;
    }
    .newsLetter_wrap .column:nth-child(n + 1){
        width: 100%;
    }
    .newsletter_title{
        margin-bottom: 20px;
        text-align: center;
        padding-right: 0;
    }
    
/*----------News sec---------*/
/*
    .sec_head{
        margin-bottom: 25px;
    }
*/
    .sec_head h5, .sec_head h6{
        font-size: 22px;
        line-height: 26px;
    }
    .news_wrap > .row > [class*="col-"]{
        margin-bottom: 25px;
    }
    .news_txt{
        padding: 20px 12px;
    }
    .news_txt h5{
        margin-bottom: 8px;
    }
    .upcoming_content{
        padding: 15px 12px 0;
    }
    .upcoming_content h4{
        font-size: 18px;
        line-height: 22px;
    }
    .news_txt ul li{
        padding-bottom: 12px;
    }
    
/*---------Stay sec----------*/
    .stay_txt{
        padding: 40px 0 0;
        text-align: center;
        max-width: 100%;
    }
    .stay_txt h6{
        margin-bottom: 12px;
    }
    .stay_txt p{
        padding-bottom: 12px;
    } 
    
/*----------Map sec----------*/
    .map_wrap{
        height: 300px;
    }
    .map_info{
        padding: 20px 15px;
        border-width: 6px;
        left: 60px;
    }
    
/*--------------Footer--------------*/
    .footer_logo{
        width: 170px;
    }
    
/*--------------Inner page-------------*/
/*--------------Inner wrapper-------------*/
    .common_inner > .container > .row{
        flex-direction: column-reverse;
    }
    
/*--------------Inner sidebar-------------*/
    .common_padding{
        padding: 50px 0;
    }
    .inner_sidebar{
        margin-bottom: 20px;
    }
    .sidebar_wrap{
        position: relative;
        z-index: 9;
        overflow: inherit;
    }
    .sidebarIcon{
        display: block;
    }
    .title_wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .title_wrap .title{
        width: 50%;
        flex-grow: 1;
    }
    .sidebar_link{
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 100%;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .sidebar_link.show{
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .inrSide_wrap .sidebar_wrap{
        background: #efece2;
    }
    .inrSide_wrap .sidebar_wrap .sidebar_link{
        background: #e3e0d0;
    }
    
    /* Accordion */
    .accordion .accordion-item{
        margin-bottom: 18px;
    }
    .accordion .accordion-header .accordion-button{
        font-size: 16px;
        line-height: 20px;
        padding: 14px 35px 14px 15px;
    }
    .accordion .accordion-header .accordion-button::after{
        width: 15px;
        height: 15px;
    }
    .accordion .accordion-body{
        font-size: 16px;
        line-height: 23px;
        padding: 15px 15px;
    }
    
/*--------Contact page----------*/
/*--------Contact wrap----------*/
    .common_padding_100{
        padding: 50px 0;
    }
    .contact_item{
        padding: 18px 12px;
    }
    
/*--------------Map sec--------------*/
    .map_area{
        height: 350px;
    }
    
/*------------Gallery Page----------*/
/*------------Gallery Sec----------*/
    .gallery_wrap > .row{
        margin: 0 -7.5px;
    }
    .gallery_wrap > .row > [class*="col-"]{
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
    
    /* Common modal */
    .common_modal .modal-body{
        padding: 20px 15px;
    }
    
/*-----Service page----------*/
    .allPage_sec.serviceIcon_sec .serviceIcon_txt{
        padding-top: 0;
    }
/*-----Service Page Sec----------*/
    .servicePage_sec .department_item:hover .showing_content h5{
        transform: translateY(-75px);
    }

/*------Offer Online sec-----*/
    .image_wrap{
        margin-top: 25px;
    }
    .offerOnline_sec .cmn_list ul{
        margin-bottom: 10px;
    }
    .image_txt{
        bottom: 5%;
        right: -20px;
        padding: 15px 12px;
        max-width: 240px;
    }
    .image_txt p{
        padding-bottom: 10px;
    }

/*------Explore Online sec-----*/
    .exploreOnline_wrap .department_txt{
        margin-bottom: 15px;
    }
    .red_txt{
        margin-bottom: 12px;
    }
    
/*-----Department page----------*/
/*-----Department page sec------*/
    .cmnBox_list > .row > [class*="col-"]{
        margin-bottom: 20px;
    }
    .paddinTop_0 .news_txt{
        padding-top: 15px;
    }
    
/*-----Assessing Property Page-----*/
/*---------Tax Relief Sec----------*/
    .tax_relief_wrap .multiSidebar_wrap{
        margin-bottom: 20px;
    }
    .welcome_wrap .service_link{
        margin-top: 15px;
    }
    
/*------Online Registrations Page-------*/
    .team_wrap > .row > [class*="col-"]:has(> .cmnIcon_item){
        margin-bottom: 45px;
    }
    
/*------Passport Processing Page------*/
    /* Common table */
    .table_wrap .table{
        margin-bottom: 10px;
        min-width: 600px;
    }
    .btn_group{
        margin: 12px 0;
    }
    .btn_group .common_btn{
        margin: 0 6px;
    }
    
/*------Police Page------*/
    .policeSec_item{
        margin-top: 15px;
        padding-top: 15px;
    }

    /* Common tab */
    .tab_info{
        padding: 15px 12px;
    }
    
    /* Stiky inner header */
    .stiky_hdr{
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .stiky_inrHdr{
        position: inherit;
        top: auto;
    }
    
/*------Archives Page------*/
    .table_link{
        width: 18px;
    }

    /* Basic modal wrap */
    .basicModal_wrap .linkValue_info{
        padding: 15px 12px;
    }
    .basicModal_wrap .modal-header{
        top: -20px;
        right: -20px;
    }
    .basicModal_wrap .modal-header span{
        width: 20px;
        height: 20px;
    }    
    
    
/*--------------End 991px---------*/
}

@media only screen and (max-width: 768px) {
/*--------------End 768px---------*/
}

@media only screen and (max-width: 767px) {
    body h1{
        font-size: 32px;
        line-height: 36px;
    }
    body h2{
        font-size: 28px;
        line-height: 32px;
    }
    body h3{
        font-size: 24px;
        line-height: 28px;
    }
    body h4{
        font-size: 22px;
        line-height: 26px;
    }
    body h5{
        font-size: 20px;
        line-height: 24px;
    }
    body h6{
        font-size: 17px;
        line-height: 21px;
    }
    
/*----------Header---------*/
    .main_header .container-fluid, .inner_caption .container-fluid{
        padding: 0 30px;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 400px;
    }
    .banner_caption h1{
        font-size: 38px;
        line-height: 42px;
    }
    
/*--------Welcome sec--------*/
    .welcome_txt h2{
        font-size: 24px;
        line-height: 28px;
    }
    .welcome_txt h2 span{
        font-size: 19px;
        line-height: 23px;
    }
    .statue_img{
        width: 250px;
    }
    
/*----------Department sec---------*/
    .department_sec::before{
        height: 16.5%;
    }
    .department_item{
        padding: 15px 12px;
    }
    .department_txt h4{
        font-size: 20px;
        line-height: 24px;
    }
    .hover_content{
        padding: 0 12px 12px;
    }
    
/*------------Newsletter sec------------*/
    .newletter_form .row [class*="col-"]{
        width: 50%;
    }
    .newletter_form .row [class*="col-"]:last-child{
        width: auto;
        margin: 0 auto;
        margin-top: 15px;
    }
    .newletter_form .small_btn{
        padding: 14px 25px;
    }
    
/*----------Map sec----------*/
    .map_info{
        padding: 15px 12px;
        border-width: 5px;
        left: 12px;
    } 
/*-----------Footer-----------*/
    .footer_logo{
        width: 150px;
        margin: 0 auto;
    }
    .footer_wrap .row [class*="col-"]{
        margin-bottom: 20px;
    }
    
/*--------Return to top--------*/
    .return_to_top{
        bottom: 12px;
    }
    
/*--------------Inner page-------------*/
/*--------------Inner Banner-------------*/
    .inner_banner{
        padding-top: 0;
        height: 250px;
    }
    
/*--------------Inner wrapper-------------*/
    .common_padding{
        padding: 40px 0;
    }
    .inner_wrapper{
        padding: 0 12px;
    }
    .inner_content h1{
        margin-bottom: 18px;
    }
    .inner_content h2{
        margin-bottom: 16px;
    }
    .inner_content h3{
        margin-bottom: 14px;
    }
    .inner_content h4{
        margin-bottom: 12px;
    }
    .inner_content h5{
        margin-bottom: 10px;
    }
    .inner_content h6{
        margin-bottom: 8px;
    }
    .inner_content p{
        padding-bottom: 10px;
    }
    .inner_content ul li{
        padding: 0 0 10px 22px;
    }
    .inner_content ol li{
        padding-bottom: 12px;
    }
    .list_none ul li{
        padding: 0 0 0.3125rem;
    }
    .alignleft, .alignright{
        width: 250px;
        height: 200px;
        margin: 0 15px 15px 0;
    }
    .alignright{
        margin: 0 0 15px 15px;
    }
    .backBtn a{
        padding: 15px 15px 15px 40px;
    }
    .backBtn a::after{
        width: 15px;
        height: 15px;
    }
    
    /* Accordion */
    .accordion .accordion-header .accordion-button{
        padding: 14px 35px 14px 12px;
    }
    .accordion .accordion-header .accordion-button::after{
        width: 15px;
        height: 15px;
    }
    .accordion .accordion-body{
        padding: 15px 12px;
    }
    
/*--------Contact page----------*/
/*--------Contact wrap----------*/
    .common_padding_100{
        padding: 40px 0;
    }
    
/*--------------Map sec--------------*/
    .map_area{
        height: 300px;
    } 
    
/*------------404 Page----------*/
/*------------404 Sec----------*/
    .error_content{
        font-size: 16px;
        line-height: 20px;
    }
    .error_content h1{
        font-size: 100px;
        line-height: 104px;
    }
    
/*-----Service page----------*/
/*------Offer Online sec-----*/
    .image_txt{
        right: -10px;
    }
    
/*------------Gallery Page----------*/
/*------------Gallery Sec----------*/
    .gallery_wrap ul{
        margin-bottom: 20px;
    }
    .gallery_wrap ul li{
        padding: 0;
    }
    
/*--------Town council page---------*/
    .council_item ul li{
        display: block !important;
    }
    .council_item ul li p span:first-child{
        padding-left: 0;
    }
    .council_item ul li p span:first-child::before{
        content: none;
    }
    .council_sec .contact_txt ul li{
        padding: 0;
    }
    
/*------Police Page------*/
    /* Common tab */
    .tab_nav_wrap > ul > li{
        width: calc(100% / 2);
        border-right: none;
    }
    .tab_nav_wrap > ul > li:last-child{
        width: 100%;
    }
    .tab_wrap .nav-link{
        border-bottom: 1px solid #c5c3a5;
    }
    .tab_wrap ul li:last-child .nav-link{
        border-bottom: none;
    }
    .tab_wrap ul li:nth-child(even) .nav-link{
        border-right: none;
    }
    .tab_w_2 > ul > li{
        width: 100%;
    }
    .tab_w_2 ul li .nav-link{
        border-right: none;
    }   

     
    
/*---------End 767px--------*/
}

@media only screen and (max-width: 575px) {
    body{
        padding-top: 68px;
    }
    body h1{
        font-size: 28px;
        line-height: 32px;
    }
    body h2{
        font-size: 26px;
        line-height: 30px;
    }
    body h3{
        font-size: 22px;
        line-height: 26px;
    }
    body h4{
        font-size: 21px;
        line-height: 25px;
    }
    body h5{
        font-size: 19px;
        line-height: 23px;
    }
    .slick-next{
        right: -45px;
    }
    .slick-prev{
        left: -45px;
    }
    
/*--------------Main header----------*/
    .main_header .container-fluid, .inner_caption .container-fluid{
        padding: 0 12px;
    }
    header .logo, header.fixed .logo{
        width: 130px;
    }
    .menu_wrapper{
        width: auto;
    }
    .menu::after{
        height: 68px;
    }
    nav{
        padding-left: 0;
        padding-right: 0;
    }
    .navBar .dropdown.navActive{
        padding-left: 45px;
    }
    .navBar .dropdown.navActive .dropdown.navActive{
        padding-left: 0;
    }
    .headerBtn, .menuBtn{
        width: 40px;
    }
    .smVersion{
        padding: 20px 0 0;
    }
    
/*----------Fixed menu-----------*/
    header.fixed{
        top: -68px;
    }
    
/*-----------Search--------*/
    .search_icon a{
        padding: 12px;
        margin: 0 10px 0 0;
    }
    .search_box{
        padding: 10px 12px;
    }
    .search_box .form-control[type=submit]{
        width: 90px;
        padding: 0;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 350px;
    }
    .banner_caption h1{
        font-size: 32px;
        line-height: 36px;
    }
    
/*------------Newsletter sec------------*/
    .newletter_form .row [class*="col-"]:nth-child(n + 1){
        width: 100%;
        margin-bottom: 15px;
    }
    .newletter_form .row [class*="col-"]:last-child{
        width: auto;
        margin: 0 auto;
    }
    
/*-----------Footer-----------*/
    .footer_logo{
        margin: 0;
    }
    
    /* Common modal */
    .common_modal .modal-dialog.modal-lg{
        max-width: 100%;
        margin: 0 14px;
    }
    .common_modal .modal-body{
        padding: 20px 12px;
    }
    
/*-------Team page----------*/
/*-------Team section--------*/
    .team_wrap{
        max-width: 70%;
        margin: 0 auto;
    }
    
/*------Archives Page------*/    
    /* Basic modal wrap */
    .basicModal_wrap .modal-header{
        top: 0;
        right: 0;
        z-index: 2;
    }
    .basicModal_wrap .modal-header span{
        background-color: #bc472b;
        border-color: #bc472b;
    }

/*----------End 575px------*/
}

@media only screen and (max-width: 480px) {
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 325px;
    }
    .banner_caption h1{
        font-size: 28px;
        line-height: 32px;
    }
    
/*--------Service icon sec--------*/
    .serviceIcon_wrap{
        border-width: 8px;
        padding: 12px 12px;
    }
    .serviceIcon_wrap ul li{
        width: calc(100% / 2);
    }
    .serviceIcon_item img{
        width: 32px;
        height: 32px;
    }
    .serviceIcon_item p{
        font-size: 15px;
        line-height: 19px;
    }
    .serviceIcon_txt{
        padding-top: 12px;
    }
    .serviceIcon_txt p{
        font-size: 15px;
        line-height: 19px;
    }    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
/*--------------Inner page-------------*/
/*--------------Inner wrapper-------------*/
    .alignleft, .alignright{
        width: 100% !important;
        margin: 0 0 15px;
    }  
    
    


/*--------End 480px-----------*/
}

@media only screen and (max-width: 424px) {
/*-----------Search--------*/
    .search_box .form-control[type=submit]{
        width: 50px;
        font-size: 0;
        background: #ff6633 url(../images/icon/search-white.svg) no-repeat center;
        background-size: 22px auto;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 300px;
    }
    .banner_caption h1{
        font-size: 24px;
        line-height: 28px;
    }
    
/*------Police Page------*/
    /* Common tab */
    .tab_nav_wrap > ul > li{
        width: 100%;
    }
    .tab_wrap ul li:nth-child(n + 1) .nav-link{
        border-right: none;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    

    
    

/*------------End 424px---------------*/
}

@media only screen and (max-width: 374px) {
/*-------Team page----------*/
/*-------Team section--------*/
    .team_wrap{
        max-width: 100%;
    }
    
    
/*--------------Inner page-------------*/
/*--------------Inner wrapper-------------*/
}