@font-face {
    font-family: Khula;
    src: url('../fonts/kuhal.woff2');
}
/*old site component styles*/

/*booking summary*/
#top-row{
    min-height: 130px;
    margin-bottom: 25px;
    z-index: 1000;
}
.booking-summary {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-bottom: 15px;
    width:260px;
    position: fixed;
    top: 195px;
    background: url('../images/light_wool.png');
    z-index: 800;
}

#discount-badge{
    width: 250px;
    padding: 3px;
    position: relative;
    background-color:#ccffcc;
    color: #000000;
    background: url("../images/red-back.jpg");
    -webkit-box-shadow: 0px 5px 0px #b60000, 0px 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 5px 0px #b60000, 0px 10px 25px rgba(0,0,0,.5);
    box-shadow: 0px 5px 0px #b60000, 0px 10px 25px rgba(0,0,0,.5);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    border-color: #fff;
    border-width: 10px;
    border-radius: 40px 80px 80px 100px;
    margin-right: 30px;
}
#discount-div-h2{
    font-size: 28px;
    margin:0px;
    margin-bottom:5px;
    padding-top:20px;

}
#discount-div-h3{
    padding-top: 0px;
    margin:0px;
}

#discount-box{
    min-width: 200px;
    min-height: 200px;
    max-height: 200px;
    background: url('../images/discount.png');
    background-repeat: no-repeat;
    background-size: 190px 190px;
    margin-right: 5px;
    z-index:900;
    position: absolute;
    margin-bottom: 15px;
    right: 50px;

}
.discount-bg-md{
    z-index: 1000;
    position: absolute;
    top:125px;
    left:30px;
    display: none;
}
.discount-bg-lg{
    display: block;
}
.footer a:hover{
    color: #e99e28 !important;
}
/*#tab1 .tabBody a{
    text-shadow: none;
    text-decoration: none;

}
#tab1 .tabBody a:hover{
    text-shadow: none;
    text-decoration: none;
    color: #5c9cff;
}*/
/*navigation bar styles*/
.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}
.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
    margin-left: 15px;

}
.navbar-brand{
    padding: 0;
}
.navbar-nav>li>.dropdown-menu {
    z-index: 9999;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}
.navbar {
    min-height: 50px;
    margin-bottom:0px;
}
.navbar-blue{
    background: #0095d4;
    background: -moz-linear-gradient(top, #0095d4 0%, #0082c4 100%);
    background: -webkit-linear-gradient(top, #0095d4 0%,#0082c4 100%);
    background: linear-gradient(to bottom, #0095d4 0%,#0082c4 100%);
    color: #009ceb;
    padding-right: 15px;
    border: none;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {

    background: #1a3cb6;
    background: -moz-linear-gradient(top, #1a3cb6 0%, #1a3cb6 100%);
    background: -webkit-linear-gradient(top, #1a3cb6 0%,#1a3cb6 100%);
    background: linear-gradient(to bottom, #1a3cb6 0%,#1a3cb6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095d4', endColorstr='#1a3cb6',GradientType=0 );
}
.navbar-blue .navbar-nav > li > a{
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: linear-gradient(#cf1c36, #cf1c36), #b71919;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #24b5dd;
}
.navbar-inverse .navbar-nav > li > a:active {
    color: #fff;
    background: linear-gradient(#cf1c36, #cf1c36), #b71919;
}

/*navigation bar styles end*/
body{
    overflow-x: hidden;
    color: #3b3535;
}
.well{
    background:url('../images/debut_light.png');
    border: 1px solid rgba(41, 76, 152, 0.18);
    background-size: 15%;
}
.final-booking-summary {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
    margin-bottom: 15px;
    background: url('../images/light_wool.png');
}
.prodct-info{
    color: #fff;
    border-radius: 3px;
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(#1391d4, #089db9), #08b5d2;
    vertical-align: middle;
    min-width: 100%;
    text-align: center;
    padding: 15px;
}
.booking-summary-title{
    border-bottom: 1px solid #407ce5;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}
.booking-summary-total{
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(#1391d4, #089db9), #08b5d2;
    vertical-align: middle;
    min-width: 100%;
    text-align: center;
    padding: 15px;
}

.modal-front .modal-header{
    background: #1391d4;
    background: -moz-linear-gradient(top, rgb(243, 243, 243) 0%, rgba(198, 214, 255, 0.73) 100%);
    background: -webkit-linear-gradient(top, rgb(243, 243, 243) 0%, rgba(198, 214, 255, 0.73) 100%);
    background: linear-gradient(to bottom, rgb(243, 243, 243) 0%,rgba(198, 214, 255, 0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(243, 243, 243)', endColorstr='rgba(198, 214, 255, 0.73)',GradientType=0 );
    color:#fff;
    border:none;
}
.modal-front .modal-header .close {
    color: #202020;
    opacity: 1;
}
.modal-front .modal-title{
    color: #202020;
    padding-top: 15px;
    opacity: 1;
}
.modal-front .modal-body{
    background:url('../images/modal-body.png');
    border: 1px solid #418ebf;
}
.modal-front .modal-footer{
    border:none;
    background: #1391d4;
    background: -moz-linear-gradient(top, #1391d4 0%, #07b5d0 100%);
    background: -webkit-linear-gradient(top, #1391d4 0%,#07b5d0 100%);
    background: linear-gradient(to bottom, #1391d4 0%,#07b5d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1391d4', endColorstr='#07b5d0',GradientType=0 );
}
.modal-front .modal-title b{
    font-size: 23px !important;
}
.modal-lg{
    width:94%;
}
.md-call{
    display: none;
}
.md-call{
    width: 220px;
}
.lg-call{
    display: block;
    min-height: 85px;
}
.view-block{
    background:url('../images/light-paper-fibers.png');
    border-top: 1px solid rgba(25, 84, 147, 0.16);
}
.err_div, .error{
    color: #dc224f;
    font-size: 13px;
}
#dropForm .err_div, #dropForm .error{
    color: #ac1f42;
    text-shadow: 2px -1px 7px #eef8ff;
    font-weight: bold;
}
.req_feild{
    color: #dc224f;
}
.price-cut{
    text-decoration: line-through;
    font-size: 20px;
    color:#cf1c36;
    font-weight: bolder;
}
.price-discount{
    font-weight: bolder;
    margin-left: 10px;
    font-size: 20px;
    color: #0a0c2b;
}

/*booking summary end*/
@media only screen and (max-width : 992px) {
    .booking-summary {
        width:100%;
        position: relative;
        top: 0;
    }


}
@media screen and (min-width: 1165px) {
    .discount-bg-md{
        top:125px;
        left:30px;
        display: none;
    }
    .discount-bg-lg{
        display: block;
    }

}

@media screen and (max-width: 1164px) {

    .discount-bg-md{
        top:140px;
        left:30px;
        display: block;
    }
    .discount-bg-lg{
        display: none;
    }


}

@media screen and (max-width: 992px) {
    .discount-bg-md{
        top:130px;
    }

}
@media screen and (max-width: 880px) {
    .discount-bg-md{
        top:130px;
        right: 10px;
    }

}
@media screen and (max-width: 769px) {
    .discount-bg-md{
        right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .discount-bg-md{
        display: none;
    }
    .discount-bg-lg{
        display: block;
    }

    .lg-call{
        top: 50px;
        position: absolute;
        left: 5px;
    }
    .parkmark{
        display: none;
    }
    .navbar-blue {
        min-height: 98px;
    }

}
/*old site component styles end*/
/* new styles*/
*{
    font-family: 'Khula', sans-serif;
    font-size: 15px;
}
label{
    font-size: 14px;
}
.footer-images {
    text-align: right;
}
.tabBody p span{
    color: #3b3b3b !important;
}
.footer-info{
    text-align: left;
}
#collapseExample{
    z-index:0 !important;
}
.footer-images img{
    max-height:50px;

    height:100px;
    padding-left: 2px;
    padding-right:2px;
    margin-bottom: 5px;
    margin-top: 8px;
}
#siteseal img{
    max-height: 40px;
}
.footer-info p{
    margin-bottom: 5px;
}
.foot{
    background: url('../img/cubes.png');
}
.footer-main{
    border-top: 1px solid #009ceb;
}
.powered-by{
    min-width: 160px;
    max-width: 160px;
    margin-top: 0px;
}
.pay-icon{
    max-width: 60px;
}
.pmt-note {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.text-red{
    color: rgba(245, 12, 12, 0.73);
}
.text-dark-red{
    color:#b7090e;
}
.text-white{
    color: #fff;
}
.text-dark-blue{
    color: #245a7e;
}
.btn-blue{
    font-weight:500;
    background: #2388ed; /* Old browsers */
    background: -moz-linear-gradient(top, #2388ed 0%, #0083da 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2388ed 0%,#0083da 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2388ed 0%,#0083da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2388ed', endColorstr='#0083da',GradientType=0 ); /* IE6-9 */
}

.btn-red{
    font-weight:500;
    background: #ed120b; /* Old browsers */
    background: -moz-linear-gradient(top, #d6272b 0%, #da351e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d6272b 0%, #da351e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d6272b 0%, #da351e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2388ed', endColorstr='#0083da',GradientType=0 ); /* IE6-9 */
}
.form-get-quote input::placeholder, input::placeholder{
    color: #aec9e9;
}
#nav-small-br{
    display: none;
}
#nav-links-small{
    display: none;


}
#nav-links-large{
    display: block;
}
#nav-links-small a{
    color:#245a7e;
}
#nav-links-small a:hover{
    color: #c10f14;
}
.powered-by-div{
    text-align: right;
}
.card-body h4{
    margin: 0px;
    padding: 10px;
    color: #fff;
    font-weight:500;
    background: rgba(35, 136, 237, 0.8); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(35, 136, 237, 0.81) 0%, rgba(0, 131, 218, 0.81) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(35, 136, 237, 0.81) 0%, rgba(0, 131, 218, 0.81) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(35, 136, 237, 0.8) 0%, rgba(0, 131, 218, 0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2388ed', endColorstr='#0083da',GradientType=0 ); /* IE6-9 */
}
.pack-row{
    background-color: rgba(231, 231, 231, 0.92);
    border: 1px solid rgba(0, 131, 218, 0.53);
    padding: 5px;
    margin-bottom: 8px;
    margin-top: 5px;
}
.pack-row button{
    margin-right: 15px;
    font-size: 14px;
    padding-right: 10px;
    font-weight: bold;
}
.review-row{
    background: url('../images/light_wool.png');
    padding: 12px 10px;
    border-radius: 8px;
    border: 1px solid #418ebf;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.48);

}
.review-row .fa{
    color: #fcc416;
    font-size: 20px;
}
#colorstar .glyphicon {
    color: #fcc416;
    font-size: 18px;
}
.lbl-time-lg{
    display: block;
}
.lbl-time-sm {
    display: none;
}
.btn-login ,.btn-logedin{
    font-size: 15px;
}
.form-control{
    border: 1px solid rgba(31, 50, 99, 0.33);
}
.form-control::placeholder{
    color: rgba(38, 141, 158, 0.72);
}
.panel-custom .panel-heading{
    background: #1391d4;
    color: #fff;
}
.panel-custom .panel-heading a:hover{
    color: #fff;
}

.panel-custom .panel-body{
    background: #fff;

}
/*ends new styles*/
/* index start */

.TopLogo {
    width: 270px;
    height: auto;
    margin: 0px 10px;
    position: absolute;
    top: 0;
    left:0px;

}
#symbols-div{
    text-align: center;
    z-index: 2000;
    margin-bottom: -55px;
}
#parkmark-logo{
    position: absolute;
    right:140px;
    top: 60px;
}
#trustpilot-logo{
    position: absolute;
    position: absolute;
    right:10px;
    top: 60px;
}
#symbols-div img{
    height:55px;
}
.parkmark {
    padding-top: 5px;
    width: 150px;
    height: auto;
    margin: 10px 10px;
}

.callUs {
    padding-top: 0px;
    width: 275px;
    margin: 10px 10px;
}

#getQuota {
    margin: 10px 10px;
}

#dropForm {
    /*background-color: rgba(6, 147, 207,0.7);*/
    background: linear-gradient(rgba(122, 196, 232, 0.7), rgba(69, 181, 230,0.7));
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    position: absolute;
    z-index: 900;
    width: 96.5%;
    top:150px;
}
.mainImage{
    margin-top: 55px;
    border-bottom: 2px solid #cccccc;
}
#main-nav-tab{
    background-color: #e91d49;
    background: -moz-linear-gradient(top, #e91d49 3%, #d84a3c 62%);
    background: -webkit-linear-gradient(top, #e91d49 3%,#d84a3c 62%);
    background: linear-gradient(to bottom, #e91d49 3%,#d84a3c 62%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91d49', endColorstr='#d84a3c',GradientType=0 );
    padding: 2px 20px;
    color: #fff;
}
#main-nav-tab .btn-primary{
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}
.info-section hr{
    border: 1px solid #009ceb ;
}
/*#main-nav-tab a{
    color: #fff;
}
#main-nav-tab a:hover{
    color: rgba(116, 178, 207,0.95);
    text-shadow: #0f0f0f 1px 1px 2px;
}*/
#dropForm:hover {
    /*background-color: rgba(97, 178, 216,1);*/
    background-color: rgba(6, 147, 207, 0.6);
}

.transbox {
    margin: 30px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
}

.transbox:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.bg-overlay {
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .9)),url(../img/back-img.jpg);;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#collapseExample {
    padding-top: 10px;
    height: auto;
    overflow: auto;
    z-index: 1000;
    position: absolute;
    max-height: 350px;
    margin-top: 240px;
}

.tabBody {
    /*background: linear-gradient(rgba(97, 178, 216,1), rgba(214, 36, 42,0.2));*/
    background: url('../images/modal-body.png');
    background-color: #f5f5f5;
}

.tabHead {
    background: url('../images/modal-body.png');
}
.tabHead h3 {
    color: #0f0f0f;
    font-weight: bold;
}
.tabHead hr{
    border-bottom: 2px solid #009ceb;
}
#contact-form{
    padding: 35px;

}
#contact-form p , #contact-form h3{
    color: #3c3d3d;
}
#contact-form{
    background: url('../img/4603.png') no-repeat fixed right bottom;

    text-align: center;
    position: relative;
    z-index: 2;
    background-size: 100%;
}
.panel{
    background-color: #fafafa;;
    border-bottom: 1px solid #009ceb;
    box-shadow: 0px 0px 10px #888888;
    margin-bottom:0;
    border-radius: 0px;
}
.well-cus {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
}

.card-body {
    height: auto;
    max-height: 500px;
}

.box_image {
    height: 95%;
}

.divCont {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: auto;
    position: relative;
}

.divCont:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

a:hover {
    color: #c10f14;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

@media screen and (max-width: 1150px) {
    .lg-call{
        display: none;
    }
    .tab-call{
        display: block;
    }
}
@media screen and (min-width: 1150px) {
    .tab-call{
        display: none;
    }
    .lg-call{
        display: block;
    }
}

@media screen and (min-width: 1064px) {
    .TopLogo {
        width: 290px;
        height: auto;
        margin: 0px 0px;
    }

    .parkmark {
        padding-top: 10px;
        width: 95px;
        height: auto;
        margin: 3px;

    }

    .callUs {
        padding-top: 0px;
        width: 250px;
        margin: 10px 10px;
    }

    .TopLinks {
        padding-top: 10px;

    }
    .login-drop .dropdown-menu{
        margin-left: -80px;
        top: 0px;
    }



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

    #dropForm{
        top:220px;
    }

}
@media screen and (max-width: 1063px) {
    .login-drop .dropdown-menu{
        margin-left: -150px;
        margin-top: -8px;
        right: 0;
        font-size: 12px;

    }

    #dropForm{
        top:220px;
    }
}
@media screen and (max-width: 992px) {


    .footer-images img{
        max-width:100px;
        min-width:100px;
        height:50px;
        padding-left: 0px!important;
        padding-right: 5px!important;
        margin-bottom: 5px;
        margin-top: 8px;
    }

    #parkmark-logo, #trustpilot-logo {
        top:60px;
        width: 100px;
    }
    #parkmark-logo{
        right: 120px;
    }
    #symbols-div img{
        height:50px;
    }
    #collapseExample {
        padding-top: 10px;
        height: auto;
        overflow: hidden;
        z-index: 1000;
        position: relative;
        max-height: 500px;
        margin-top: 0;

    }

}
@media screen and (min-width: 768px) {

    .front-date{
        max-width: 120px;
        min-width: 120px;
    }
    .front-time{
        max-width: 90px;
        min-width: 90px;
    }
    .promo-code{
        max-width: 130px;
        min-width: 130px;
    }
    .airport-drop{
        max-width: 150px;
        min-width: 150px;
    }



}
@media screen and (max-width: 1200px) {
    #top-row {
        min-height: 185px;
    }
    #dropForm{
        margin-top: 0;
    }

}
@media screen and (min-width: 975px) and (max-width: 1063px) {
    .TopLogo {
        width: 250px;
        height: auto;
        margin: 0px 0px;
    }

    .parkmark {
        padding-top: 20px;
        width: 100px;
        height: auto;
        margin: 4px 4px;
    }

    .callUs {
        padding-top: 0px;
        width: 200px;
        margin: 10px 10px;
    }


    .btn-login ,.btn-logedin {
        padding-top: 10px;
        margin: 10px 10px;
    }



}

@media screen and (min-width: 750px) and (max-width: 974px) {
    .TopLogo {
        width: 210px;
        height: auto;
        margin: 0px 0px;
    }
    .navbar-blue .navbar-nav > li > a{
        color: #fff;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .parkmark {
        padding-top: 20px;
        width: 90px;
        height: auto;
        margin: 3px 3px;
    }

    .callUs {
        padding-top: 0px;
        width: 200px;
        margin: 10px 10px;
    }

    .TopLinks {
        padding-top: 10px;
        margin: 10px 10px;
        text-align: left;
    }

    .btn-login,.btn-logedin {
        padding-top: 10px;
        margin: 10px 10px;
    }
    .footer-images img{
        max-width:100px;
        height:50px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 5px;
        margin-top: 20px;
    }



}

@media screen and (min-width: 575px) and (max-width: 749px) {
    .TopLogo {
        width: 200px;
        height: auto;
        margin: 0px 0px;
    }

    .parkmark {
        padding-top: 20px;
        padding-left: 30px;
        width: 100px;
        height: auto;
        margin: 10px 10px;
        text-align: right;
    }

    .callUs {
        padding-top: 0px;
        width: 200px;
        margin: 10px 10px;
    }

    .TopLinks {
        text-align: left;
        padding-top: 10px;
        margin: 10px 10px;
    }

    .btn-login ,.btn-logedin {
        padding-top: 10px;
        margin: 10px 10px;
    }

    .md-call{
        display: block;
        margin-top: 20px;

    }
}


@media screen and (min-width: 1px) and (max-width: 574px) {

    .TopLogo {
        width: 200px;
        height: auto;
        margin: 0px 0px;
    }

    .parkmark {
        display: none;
    }

    .callUs {
        padding-top: 0px;
        width: 150px;
        margin: 10px 10px;
    }

    .TopLinks {
        text-align: left;
        padding-top: 10px;
        margin: 10px 10px;
    }

    .btn-login ,.btn-logedin{
        padding-top: 10px;
        margin: 10px 10px;
    }

}

@media screen and (max-width: 1150px) {
    #collapseExample {
        height: auto;
        overflow: hidden;
        z-index: 1000;
        max-height: 250px;
        overflow-y: auto;
        margin-top: 250px;
    }

    #imageBack {
        display: none;
    }
    .imageBack2 {
        width: 100%; /*width of your image*/
        height: 550px; /*height of your image*/
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0px; /* If you want no margin */
        padding: 0; /*if your want to padding */
    }
    .mainImage{
        margin-top: -100px;
    }
    .btn-login, .btn-logedin {
        margin-top: 20px;
    }

}
@media screen and (max-width: 950px) {
    #collapseExample {
        margin-top: 270px;
    }
}

@media screen and (max-width: 880px) {
    #imageBack {
        display: none;
    }
    .lg-call{
        width: 100%;
    }
    .imageBack2 {
        width: 100%; /*width of your image*/
        height: 600px; /*height of your image*/
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0; /* If you want no margin */
        padding: 0; /*if your want to padding */
    }


}
@media screen and (min-width: 400px) and (max-width: 450px) {
    #dist-save{
        margin-left: -150px;
        text-align: center !important;
        max-width: 250px;
        position: static;
    }
}
@media screen and (min-width: 350px) and (max-width: 400px) {
    #dist-save{
        margin-left: -130px;
        text-align: center !important;
        max-width: 250px;
        position: static;
    }
}
@media screen and (min-width: 250px) and (max-width: 350px) {
    #dist-save{
        margin-left: -110px;
        text-align: center !important;
        max-width: 250px;
        position: static;
    }
}
@media screen and (min-width: 50px) and  (max-width: 768px) {
    #imageBack {
        display: none;
    }
    #home-li{
        margin-top: 40px;
    }
    #dropForm {
        position: relative;
        margin: auto;
        margin-top: 0px;
    }
    #parkmark-logo, #trustpilot-logo {
        top:110px;
        width: 100px;

    }
    #trustpilot-logo{
        right:5px
    }
    #parkmark-logo{
        right:118px;
    }
    #symbols-div img{
        height: 45px;
    }
    .imageBack2 {
        width: 100%; /*width of your image*/
        height: 950px; /*height of your image*/
        background-size: cover;
        background-position: center;
        margin: 0; /* If you want no margin */
        padding: 0; /*if your want to padding */
    }
    .mainImage{
        margin-top: -717px;
    }
    .TopLogo{
        width: 225px;
    }
    #collapseExample{
        position: relative;
    }
    #dropForm {
        position: relative;
        margin: auto;
        margin-top: 0px;
    }


}

.footer {
    background: rgb(43, 159, 209);
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-bottom {
    background: rgb(43, 159, 209);
    padding-top: 5px;
    border-top: 1px solid #fff;
}

/* index end */

/* Conatct start */
.header-title {
    text-align: center;
    color: #0093d0;
}

.fadeIn {
    animation-duration: 3s;
}



.form-control:focus {
    border: 1px solid #0093d0;
}

.textarea-contact {
    resize: none;
}

.btn-send {
    border-radius: 0px;
    border: 1px solid #0093d0;
    background: #0093d0;
    color: #fff;
}

.btn-send:hover {
    border: 1px solid #0093d0;
    background: #fff;
    color: #0093d0;
    transition: background 0.5s;
}

.second-portion {
    margin-top: 50px;
}

.box > .icon {
    text-align: center;
    position: relative;
}

.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #e22f1b;
    vertical-align: middle;
}

.box > .icon:hover > .image {
    background: #0093d0;
}

.box > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
}

.box > .icon:hover > .image > i {
    color: white !important;
}

.box > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 2px solid #fff;
    padding: 15px 0 10px 0;
    min-height: 163px;
    border-radius: 5px;
}

.box > .icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.box > .icon > .info > h3.title {
    font-family: "Robot", sans-serif !important;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.box > .icon > .info > p {
    font-family: "Robot", sans-serif !important;
    font-size: 14px;
    color: #fff;
    line-height: 1em;
    margin: 20px;

}

.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {

}

.box > .icon > .info > .more a {
    font-family: "Robot", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63B76C;
}

.box .space {
    height: 30px;
}


@media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 25px;
    }
    .pack-row {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        min-height: fit-content;
    }

    #collapseExample{
        margin-top: 240px !important;
        margin-bottom: 35px !important;
        height: auto;
        overflow-y: auto;
        max-height: 1000px !important;
        min-height: 580px;
    }

    .btn-send {
        width: 100%;
        padding: 10px;
    }

    .second-portion {
        margin-top: 25px;
    }
    .footer-images {
        text-align: center;
    }
    .footer-info{
        text-align: center;
    }
    .pay-card-div{
        text-align: center;
    }
    .powered-by-div{
        text-align: center;
    }
    .lbl-time-lg{
        display: none;
    }
    .lbl-time-sm {
        display: block;
    }
    .btn-get-qoute{
        width: 100%;
        font-size: 17px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-images img{
        max-width:110px;

        max-height:50px;
        padding-left: 0px!important;
        padding-right: 5px!important;
        margin-bottom: 5px;
        margin-top: 8px;
    }
    .social-icon{
        text-align: center;
    }
    .soc-icon{
        max-height: 45px !important;
        max-width: 45px !important;
    }
    .btn-login, .btn-logedin{
        margin-top: -10px;
    }
    #collapseExample {
        margin-top:-10px;
    }
}

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

    #nav-small-br{
        display: block;
        clear: both;
    }
    .btn-login, btn-logedin{
        margin-top: 10px;
    }



}

@media only screen and (max-width: 380px) {
    .callUs{
        max-width:130px;
    }

}

/*blog section styles*/
.blogimg {
    width: 100%;
}
.blogimg > img {
    height: auto;
    width: 100%;
}
.blogDec {
    overflow: hidden;
}
.date {
    background: #29c2e1 none repeat scroll 0 0;
    color: #fff;
    float: left;
    margin-right: 28px;
    padding:17px 14px 19px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
    height: 90px;
}
.date > h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
    margin-top: 5px;
}
.date > h2::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;

}
.date > p {
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 0.95 !important;
    margin-top: -5px !important;
}
.titMeta{
    overflow: hidden;
    margin: 21px 0 0;
}
.meta {
    color: #444444;
    font-style: italic;
    font-weight: 300;
}
.blogTit {
    margin: 0 0 8px;
    font-size: 21px;
    color: #222222;
    text-transform: uppercase;
}

.singleBloglist {
    margin-bottom: 25px;
    padding-right: 30px;

}
.singleBloglist.left{
    padding-left: 15px;
}
.singleBloglist.left{
    margin-bottom: 25px;
    padding-left: 30px;
}
.singleBlogImg{}
.singleBlogImg img{
    width: 100%;
    height: auto;
}
.bloglistDate{
    margin-right: 30px;
    background: #0593cf;
}
.blogDec p{
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.metaGroup{
    margin-bottom: 19px;
    overflow: hidden;
}
.meta a {
    margin: 0 3px;
}
.blogSocialshare{
    margin-left: 1px;
}
.blogSocialshare a{
    color: #939393;
    font-size: 13px;
    margin-left: 0;
}
.blogSocialshare a.fac:hover,
.aSocial a.fac:hover{
    color: #0593cf;
}
.blogSocialshare a.twi:hover,
.aSocial a.twi:hover{
    color: #2988D1;
}
.blogSocialshare a.goo:hover,
.aSocial a.goo:hover{
    color: #D7402A
}
.blogSocialshare a.dri:hover,
.aSocial a.dri:hover{
    color: #CE4B7C;
}
.readMore{
    color: #29c2e1;
    margin-left: 3px;
}
.readMore:hover{
    color: #f7941d;
}
.singleBloglist:last-child{
    margin-bottom: 0;
}
.tag-cat{
    color: #0593cf;
    font-weight: bold;
}
.singleBloglist:last-child{
    margin-bottom: 0;
}

/**Blog Sidebar**/
.blogSidebar{}
.widget{
    margin-bottom: 50px;
}
.search-field{
    border: 1px solid #e8e8e8;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: .8;
    font-style: italic;
    height: 50px;
    padding: 0 24px;
}
.search-field::-webkit-input-placeholder {
    color: #2a3744;
    opacity: 1;
}

.search-field:-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.search-field::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.search-field:-ms-input-placeholder {
    color: #e0e0e0;
    opacity: 1;
}
.blogSearch{
    position: relative;
}
.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    background:#0593cf;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 20px;
}
.search-submit:hover{
    color: #222;
}
.widgetTitle{
    background: #0593cf;
    color: #fff;
    font-size: 18px;
    letter-spacing: .54px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: .8;
    padding: 18px 0;
    position: relative;
    text-align: center;
    margin: 0 0 4px;
    height: 50px;
}

.widgetTitle::before {

    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 38px;
}
.widgetTitle::after {

    content: "";
    height: 50px;
    right: 0;
    position: absolute;
    top: 0;
    width: 38px;
}
.widget ul{ margin-left: -40px}
.widget ul li {
    border-bottom: 1px solid #e8e8e8;
    color: #222222;

    font-weight: 300;
    line-height: 1;
    overflow: hidden;
    padding:15px 0 15px 0px;
    text-transform: capitalize;
    position: relative;
}
.widget ul li a:hover{
    padding-left: 0px;
}
.widget ul li:last-child{
    border-bottom: 0px;
    padding-bottom: 12px;
}
.widget ul li::after {

    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 10px;
}
.widget ul li a{
    letter-spacing: .48px;
    font-size: 16px;
    color: #222222;
    margin: 0;
    float: left;
}
.widget ul li a:hover{
    color: #0593cf;
}
.widget ul li span{
    float: right;
}
.recentPost {
    margin-top: 18px;
}
.singleRecpost {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 9px;
    min-height: 78px;
    padding-bottom: 38px;
    padding-left: 100px;
    position: relative;
}
.singleRecpost:last-child{
    border-bottom: 0px;
    padding-bottom: 26px;
}
.singleRecpost img{
    width: 78px;
    height: 65px;
    position: absolute;
    left: 0;
    border: 1px solid rgba(1, 1, 3, 0.4);
    border-radius: 1px;
    top: 0px;
    object-fit: cover;
    border-radius: 4px;
}
.recblogTit{
    font-size: 14px;
    letter-spacing: .42px;
    color: #000;

    font-weight: 300;
    line-height: 20px;
    margin: 0 0 5px;

}
.recblogTit a{}
.recMeta{
    font-size: 13px;
    color: #d82e1d;
    letter-spacing: 0.52px;
    font-style: italic;
    margin: 0;
    line-height: .8;
}
.tagcloud {
    margin-left: -6px;
    margin-top: 25px;
}
.tagcloud a {
    border: 1px solid #e5e5e5;
    color: #222222;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.42px;
    line-height: 0.8;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 11px 15px;
    text-transform: capitalize;

}
.blogTit a{
    color: #F7941D;
    font-weight: bold;
    font-size: 22px;
}
.tagcloud a:hover{
    color: #28b617;
    border-color: #F7941D;
}
.view-block{
    margin-top: 55px;
}
#blog-div{
    background-color:#fdfdfd ;
    padding: 0px 30px ;
    margin-top: 55px;
}
#comment-box{
    padding: 30px;
    padding-left: 50px;
}
#comment-box input{
    padding-top: 15px;
    padding-bottom: 15px;
    height: 42px;
}
#comment-box textarea{
    padding-top: 15px;
    padding-bottom: 15px;
}
#comment-list hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
#blog-info-div{
    background: url('../images/modal-body.png');
    margin-top: 55px;
}
#blog-div{
    background: url('../images/modal-body.png');
}
/*blog section styles ends*/
