<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.banner-form .row &gt; div{
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-form .row &gt; div:last-child {margin-bottom: 0}
.banner-form #contact_us_form  {
    max-width: 750px;
    margin: 0 auto;
}
*/



/*payment calculator modal*/

.modal-dialog {
    width: 600px;
    margin: 150px auto;
    max-width: 95%;
}

.modal-header {
    text-align: center;
    color: #000;
    padding: 40px 0 10px;
    border: none
}

.modal-header h5 {
    font-family: Montserrat-Medium;
    font-size: 20px
}

.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 35px
}

.product_actions .modal-body {
    padding: 20px 40px 40px;
}

.popup_label {
    font-family: Montserrat-regular;
    color: #333;
    font-size: 13px
}

.compulsory_color {
    color: #911721
}

.modal-content {
    border: 2px solid #9c9691;
    border-radius: 0
}

.product_actions .popup_input {
    height: 50px;
    background-color: #fff;
    color: #000;
    border: 2px solid #dedfe0;
    box-shadow: 0 0 20px 0 #dedfe0 inset;
    font-family: Montserrat-regular;
    font-size: 16px;
    padding-left: 7px;
    width: 100%;
}

.submit_btn_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0 30px
}

.submit_btn_popup {
    background: #e72300;
    color: #fff;
    border: none;
    padding: 10px 45px;
    font-family: Montserrat-Medium;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
}

.submit_btn_popup:hover {
    background-color: #eb2629;
    color: #fff
}

.note_para {
    font-family: Montserrat-regular;
    font-size: 12px;
    padding: 30px 15px;
}

.loan_per_sele {
    height: 50px;
    border: 1px solid #dedfe0;
    background: 0 0;
    box-shadow: 0 0 20px 0 #dedfe0 inset;
    font-family: Montserrat-regular;
    font-size: 13px;
    width: 100%;
    padding: 0 10px;
    -webkit-appearance: none;
    position: relative
}

.select_cust {
    position: relative
}

.select_cust i {
    position: absolute;
    right: 10px;
    top: 18px
}

.result_box {
    width: 100%;
    float: left;
    padding: 0 15px;
    border: 1px solid #dedfe0;
    background: 0 0;
    box-shadow: 0 0 20px 0 #dedfe0 inset;
    text-align: center
}

.result_box h2 {
    color: #eb2529;
    font-size: 13px;
    font-family: Montserrat-regular
}

.result_box h3 {
    font-size: 32px;
    font-family: Montserrat-regular;
    color: #000
}

.result_box h3 span {
    font-size: 13px
}

.result_box p {
    font-size: 11px;
    font-family: Montserrat-regular;
    color: #939598
}


/*owl carousel*/

.product_main_carosual .owl-dots {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.item_custom img {
    max-height: 600px;
    object-fit: cover;
}
.slider_tumbnails {
    position: relative;
}



/*menu hide on mobile*/
@media (min-width: 768px){
.af-disp-desktop {
    display: block;
}
}
@media (max-width: 767px) and (min-width: 280px){
.af-disp-desktop {
    display: none;
}
}
.af-disp-mob {
    display: block;
}
@media (min-width: 768px){
.af-disp-mob {
    display: none;
}
}

/*ranges*/
.catbox.range_sl {
    padding: 3px 0px 6px 0px;
    position: relative;
/*    margin: 3px 0px 26px 0px;*/
}
.catbox {
    width: 100%;
    float: left;
    position: relative;
}

.catbox.range_sl &gt; h3 &gt; label {
    position: absolute;
    top: 0px;
    left: 0px;
}

.catbox .ui-slider-horizontal .ui-slider-range,  .ui-slider-horizontal .ui-slider-range {
/*    height: 4px;*/
	    top: 0;
    height: 100%;
}
.catbox .ui-slider .ui-slider-handle,  .ui-slider .ui-slider-handle {
    width: 8px;
    height: 28px;
    border-radius: 0px;
}
.catbox .ui-slider-horizontal .ui-slider-handle,  .ui-slider-horizontal .ui-slider-handle {
    top: -0.75em;
    margin-left: 0px;
}
.catbox .ui-state-default, .catbox .ui-widget-content .ui-state-default, .af-panel.af-slider_main .ui-state-default,  .ui-widget-content .ui-state-default {
    border: 1px solid #337ab7;
    background: #337ab7;
}

/*pagination*/
.Campaigns_box_pagination {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 20px 0;
    text-align: right;
    width: 100%;
}
.Campaigns_box_pagination&gt;a {
    color: #474747;
    display: inline-block;
    padding: 5px 8px;
    font-size: 17px;
    font-weight: 400;
    /* font-family: Roboto-Regular; */
    cursor: pointer;
}
.Campaigns_box_pagination&gt;a.active, .Campaigns_box_pagination&gt;a:hover {
    color: #3379b7;
    text-decoration: none;
    font-weight: 500;
}
.cb_next .fa {
    margin-left: 18px;
}
.cb_prev .fa {
    margin-right: 18px;
}



/*New css*/
div#content {
    margin: 0;
}
.product_main_carosual {
    margin-bottom: 0 !important;
}
.product_main_carosual .owl-nav {
    /*display: none;*/
}
.owl-carousel .owl-item {
    /*margin-right: 0 !important;*/
}
.desc-box ul {
    list-style: none;
    padding: 0;
}
.desc-box ul li {
    padding: 5px;
    text-align: left;
}

.desc-box.feature-list-box tr {
    background: none !important;
    border: none !important;
}

.desc-box.feature-list-box tr td {
    border: none !important;
}

.desc-box.feature-list-box li {
    border-top: 1px solid #dee2e6;
    padding: 10px !important;
    text-align: inherit;
}

.desc-box.feature-list-box li:nth-child(odd) {
    background: #f7f7f7;
}
.modal.show .modal-dialog .modal-header h5 {
    width: 100%;
}
.submit_btn_box button:hover {
    box-shadow: 5px 5px 5px rgb(142 0 34 / .5);
    border-color: #8e0022;
    background: #8e0022;
    color: #fff;
}
.submit_btn_box button {
    float: none;
    background: #8e0022;
    color: #fff;
}
label.popup_label {
    font-family: 'muliregular';
    width: 100%;
    display: block;
}
.note_para {
    font-family: 'muliregular';
}
.modal-body &gt; .row &gt; div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.boats-listing-sidebar ul {
    padding: 0;
    list-style: none;
}
.boats-listing-sidebar ul li {
    margin-bottom: 10px;
}
.boats-listing-sidebar ul li:last-child {
    margin-bottom: 0;
}
.catbox.range_sl.boats-listing-filter .ui-slider-horizontal {
    height: 8px;
}
.boats-listing-sidebar &gt; ul {
    margin-bottom: 30px;
}
ul.youSearchList .closX {
    cursor: pointer;
}
.catbox.range_sl.boats-listing-filter .ui-widget.ui-widget-content {
    border: none;
    margin: 15px 0;
    border-radius: 0;
    background: #dadada;
}
.catbox .ui-slider-horizontal .ui-slider-range, .ui-slider-horizontal .ui-slider-range {
    background: rgb(0 96 152);
}
.catbox .ui-state-default, .catbox .ui-widget-content .ui-state-default, .af-panel.af-slider_main .ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #000;
    background: #000;
}
#container_body &gt; div .col-md-offset-4.col-md-4.col-lg-offset-4.col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
form.form-signin {
    max-width: 500px;
    margin: 0 auto;
}
h2.form-signin-heading {
    text-align: center;
}
.form-signin button, .form-signin .btn {
    border-color: #8c6f22;
    background: #8c6f22;
}
.form-signin button, .form-signin .btn:hover {
    box-shadow: 5px 5px 5px rgb(140 111 34 / .5);
    border-color: #8c6f22;
    background: #8c6f22;
    color: #fff;
}

@media(max-width: 767px) {
    .slider_tumbnails {
    display: none;
}
}
img.brands_logo {
    height: 32px;
    max-width: 100%;
}
.c_address-col-inr.text-center {
    border: 1px solid black;
    padding: 25px;
}
p.heading_hk {
    font-weight: 600;
}
/*New css*/


/*changing by irfan*/

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 110px;
}
label#mf_comments {
    display: block;
}
.message_text {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.btn-margin {
    margin-bottom: 20px;
}
.slidercol-padding
{
padding: 0;
}
.btn_hk {
    margin-top: 25px;
    line-height: initial;
    margin-bottom: 20px;
    padding: 11px 40px 11px;
}
.head_btn {
    margin-bottom: 10px;
}
img.brand_page_logo {
    max-width: 250px;
    height: auto;
}

/*service page*/

.SUBJECT p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    margin-top: 25px;
}
.DESC p {
    text-align: center;
    font-size: 18px;
    padding: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
}
.form-title h4 {
    padding: 20px;
    text-align: center;
    color: rgb(128 128 128);
    font-size: 32px;
    font-family: 'Chapaza';
    margin: 0 0 10px;
}
.service_pForm h5 {
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
    font-size: 19px;
	font-weight: 600;
}
.service_pForm input, .service_pForm textarea, .service_pForm select {
    display: block;
    width: 100%;
    color: #000;
    border: 1px solid #dbdbdb;
    padding: 15px 20px;
    line-height: normal;
    margin: 0 0 20px 0;
    height: auto;
}
h5.form_mid {
    /* padding: 10px; */
    margin: 60px 0px 30px 0px;
    font-weight: 600;
}
.service_form_l_outer{
    margin-bottom: 0px !important;
    width: 100%;
}
.service_form_l {
    width: 100%;
}
.service_form_r {
    width: 100%;
}

.layoutfix label {
    display: block;
}

.layoutfix input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.upload-image {
    padding: 18px 30px;
    background: #000;
    color: #fff;
    margin-top: 0px;
    display: inline-block;
    width: auto;
}

.hk_container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hk_container {
    max-width: 1800px;
}
@media only screen and (max-width: 900px) and (min-width: 768px)  {
    .hk_container {
        max-width: 750px;
    }
}
@media only screen and (max-width: 1050px) and (min-width: 900px)  {
    .hk_container {
        max-width: 920px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1050px)  {
    .hk_container {
        max-width: 1020px;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1200px)  {
    .hk_container {
        max-width: 1170px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1300px)  {
    .hk_container {
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1550px) and (min-width: 1400px)  {
    .hk_container {
        max-width: 1370px;
    }
}
@media only screen and (max-width: 1700px) and (min-width: 1550px)  {
    .hk_container {
        max-width: 1510px;
    }
}
@media only screen and (max-width: 1800px) and (min-width: 1700px)  {
    .hk_container {
        max-width: 1610px;
    }
}
@media only screen and (max-width: 1890px) and (min-width: 1800px)  {
    .hk_container {
        max-width: 1665px;
    }
}
@media only screen and (max-width: 1990px) and (min-width: 1890px)  {
    .hk_container {
        max-width: 1710px;
    }
}
.navbar-expand-sm .navbar-nav .dropdown-menu ul.hk.img_section {
    position: fixed;
    top: 0;
}
@media only screen and (max-width: 768px)
{
    .img_section li .dropdown-menu.dropdown-vh.mob_img
    {
        display: none!important;
    }
    li .dropdown-menu.dropdown-vh.ir_img_fix
    {
        display: none!important;
    }
}

.footer-timings-title{
    font-weight: bold;
    text-align: left;
}

.footer-timings-timing{
    font-weight: lighter;
    text-align: left;
}
@media screen and (max-width:768px){
    .footer-timings-title{
        font-weight: bold;
        text-align: right;
    }
    .footer-timings-title ,.footer-timings-timing{
        font-size: 13px;
    }
    .SUBJECT p{
        font-size: 20px;
        padding: 0px;
    margin-top: 15px;
    }
    .DESC p{
        font-size: 16px;
        padding: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

}
/*

irfan crousal changes*/
#four.owl-carousel .owl-prev
{
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 20px;
    font-weight: bold;
    color: #ffffff;
    width: 45px;
    height: 45px;
    background: #8e0022;
    border-radius: 50%;
}
#four.owl-carousel .owl-next
{
    font-size: 35px;
    position: absolute;
    top: 50%;
    right: 20px;
    font-weight: bold;
    color: #ffffff;
    width: 45px;
    height: 45px;
    background: #8e0022;
    border-radius: 50%;
}
#four.owl-carousel  button:focus
{
    outline: none;
}
.owl-video-wrapper
{
    width:100% !important;
}

#four.owl-carousel .owl-prev span
{
    padding-right: 4px;
}

#four.owl-carousel .owl-next span
{
    padding-left: 4px;
}

p.tag {
    width: 150px;
    height: 30px;
    background: #CA2123;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 10px;
    line-height: 1;
    position: absolute;
    z-index: 2;
}
.max_width_800
{
 max-width: 800px;
 width: 100%;
 margin:auto;
}
</pre></body></html>