@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800&display=swap');
@charset 'UTF-8';
*,
::after,
::before {
    box-sizing: border-box;
}
.contact-form {
    width: 100%;
}
.xdsoft_noselect {
    z-index:10;
}
.footer_social_links i.fa {
    font-size:26px;
}
.about-text ul li {
   position: relative !important;
padding-left: 21px !important;
list-style: none;
margin:0 auto;
}
.about-text ul li:before {
content: "\f00c";
left: 0;
top: 0;
padding-right: 7px;
font-family: FontAwesome;
position: absolute;
}
.about-text p,
.about-text span {
font-size: 16px;line-height: 1.6;
}
.about-text ul {
    list-style: disc;
padding-left: 5px;
text-align: left;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 0;
color: #3d5368;
height: 46px;
margin-bottom: 25px;
padding-left: 14px;
width: 100%;
font-weight: 400;
    font-size: 14px;
}
.contact-form textarea {
    border-radius: 1px;
    font-weight: 400;
    font-size: 14px;
}
.contactSubmit {
   background: #303032;
color: #fff;
text-align: center;
display: block;
border: none;
padding: 12px 20px 14px;
line-height: 1;
cursor: pointer;
font-size: 18px;

}
.frow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0 -10px;
}
.frow .col-md-12 {
    width: 100%;
    flex:0 0 100%;
    padding: 0 10px;
}
.frow .col-md-6 {
    width: 50%;
    flex:0 0 50%;
    padding: 0 10px;
}
.contactF {

}
body,html
 {
    overflow-x: hidden;
}
/*.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%!important;
}*/
@-webkit-keyframes swal2-show{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    45%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    80%{
        -webkit-transform:scale(.95);
        transform:scale(.95)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes swal2-show{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    45%{
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    80%{
        -webkit-transform:scale(.95);
        transform:scale(.95)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes swal2-hide{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:0
    }
}
@keyframes swal2-hide{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:0
    }
}
@-webkit-keyframes swal2-animate-success-line-tip{
    0%{
        top:1.1875em;
        left:.0625em;
        width:0
    }
    54%{
        top:1.0625em;
        left:.125em;
        width:0
    }
    70%{
        top:2.1875em;
        left:-.375em;
        width:3.125em
    }
    84%{
        top:3em;
        left:1.3125em;
        width:1.0625em
    }
    100%{
        top:2.8125em;
        left:.875em;
        width:1.5625em
    }
}
@keyframes swal2-animate-success-line-tip{
    0%{
        top:1.1875em;
        left:.0625em;
        width:0
    }
    54%{
        top:1.0625em;
        left:.125em;
        width:0
    }
    70%{
        top:2.1875em;
        left:-.375em;
        width:3.125em
    }
    84%{
        top:3em;
        left:1.3125em;
        width:1.0625em
    }
    100%{
        top:2.8125em;
        left:.875em;
        width:1.5625em
    }
}
@-webkit-keyframes swal2-animate-success-line-long{
    0%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    65%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    84%{
        top:2.1875em;
        right:0;
        width:3.4375em
    }
    100%{
        top:2.375em;
        right:.5em;
        width:2.9375em
    }
}
@keyframes swal2-animate-success-line-long{
    0%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    65%{
        top:3.375em;
        right:2.875em;
        width:0
    }
    84%{
        top:2.1875em;
        right:0;
        width:3.4375em
    }
    100%{
        top:2.375em;
        right:.5em;
        width:2.9375em
    }
}
@-webkit-keyframes swal2-rotate-success-circular-line{
    0%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    5%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    12%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
    100%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
}
@keyframes swal2-rotate-success-circular-line{
    0%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    5%{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
    12%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
    100%{
        -webkit-transform:rotate(-405deg);
        transform:rotate(-405deg)
    }
}
@-webkit-keyframes swal2-animate-error-x-mark{
    0%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    50%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    80%{
        margin-top:-.375em;
        -webkit-transform:scale(1.15);
        transform:scale(1.15)
    }
    100%{
        margin-top:0;
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}
@keyframes swal2-animate-error-x-mark{
    0%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    50%{
        margin-top:1.625em;
        -webkit-transform:scale(.4);
        transform:scale(.4);
        opacity:0
    }
    80%{
        margin-top:-.375em;
        -webkit-transform:scale(1.15);
        transform:scale(1.15)
    }
    100%{
        margin-top:0;
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}
@-webkit-keyframes swal2-animate-error-icon{
    0%{
        -webkit-transform:rotateX(100deg);
        transform:rotateX(100deg);
        opacity:0
    }
    100%{
        -webkit-transform:rotateX(0);
        transform:rotateX(0);
        opacity:1
    }
}
@keyframes swal2-animate-error-icon{
    0%{
        -webkit-transform:rotateX(100deg);
        transform:rotateX(100deg);
        opacity:0
    }
    100%{
        -webkit-transform:rotateX(0);
        transform:rotateX(0);
        opacity:1
    }
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast{
    flex-direction:column;
    align-items:stretch
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-actions{
    flex:1;
    align-self:stretch;
    justify-content:flex-end;
    height:2.2em
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-loading{
    justify-content:center
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-input{
    height:2em;
    margin:.3125em auto;
    font-size:1em
}
body.swal2-toast-shown.swal2-has-input>.swal2-container>.swal2-toast .swal2-validationerror{
    font-size:1em
}
body.swal2-toast-shown>.swal2-container{
    position:fixed;
    background-color:transparent
}
body.swal2-toast-shown>.swal2-container.swal2-shown{
    background-color:transparent
}
body.swal2-toast-shown>.swal2-container.swal2-top{
    top:0;
    right:auto;
    bottom:auto;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-top-end,body.swal2-toast-shown>.swal2-container.swal2-top-right{
    top:0;
    right:0;
    bottom:auto;
    left:auto
}
body.swal2-toast-shown>.swal2-container.swal2-top-left,body.swal2-toast-shown>.swal2-container.swal2-top-start{
    top:0;
    right:auto;
    bottom:auto;
    left:0
}
body.swal2-toast-shown>.swal2-container.swal2-center-left,body.swal2-toast-shown>.swal2-container.swal2-center-start{
    top:50%;
    right:auto;
    bottom:auto;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-center{
    top:50%;
    right:auto;
    bottom:auto;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-center-end,body.swal2-toast-shown>.swal2-container.swal2-center-right{
    top:50%;
    right:0;
    bottom:auto;
    left:auto;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-bottom-left,body.swal2-toast-shown>.swal2-container.swal2-bottom-start{
    top:auto;
    right:auto;
    bottom:0;
    left:0
}
body.swal2-toast-shown>.swal2-container.swal2-bottom{
    top:auto;
    right:auto;
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-toast-shown>.swal2-container.swal2-bottom-end,body.swal2-toast-shown>.swal2-container.swal2-bottom-right{
    top:auto;
    right:0;
    bottom:0;
    left:auto
}
.swal2-popup.swal2-toast{
    flex-direction:row;
    align-items:center;
    width:auto;
    padding:.625em;
    box-shadow:0 0 .625em #d9d9d9;
    overflow-y:hidden
}
.swal2-popup.swal2-toast .swal2-header{
    flex-direction:row
}
.swal2-popup.swal2-toast .swal2-title{
    justify-content:flex-start;
    margin:0 .6em;
    font-size:1em
}
.swal2-popup.swal2-toast .swal2-close{
    position:initial
}
.swal2-popup.swal2-toast .swal2-content{
    justify-content:flex-start;
    font-size:1em
}
.swal2-popup.swal2-toast .swal2-icon{
    width:2em;
    min-width:2em;
    height:2em;
    margin:0
}
.swal2-popup.swal2-toast .swal2-icon-text{
    font-size:2em;
    font-weight:700;
    line-height:1em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{
    width:2em;
    height:2em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    top:.875em;
    width:1.375em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
    left:.3125em
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
    right:.3125em
}
.swal2-popup.swal2-toast .swal2-actions{
    height:auto;
    margin:0 .3125em
}
.swal2-popup.swal2-toast .swal2-styled{
    margin:0 .3125em;
    padding:.3125em .625em;
    font-size:1em
}
.swal2-popup.swal2-toast .swal2-styled:focus{
    box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)
}
.swal2-popup.swal2-toast .swal2-success{
    border-color:#a5dc86
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{
    position:absolute;
    width:2em;
    height:2.8125em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:50%
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{
    top:-.25em;
    left:-.9375em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:2em 2em;
    transform-origin:2em 2em;
    border-radius:4em 0 0 4em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{
    top:-.25em;
    left:.9375em;
    -webkit-transform-origin:0 2em;
    transform-origin:0 2em;
    border-radius:0 4em 4em 0
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{
    width:2em;
    height:2em
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{
    top:0;
    left:.4375em;
    width:.4375em;
    height:2.6875em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{
    height:.3125em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{
    top:1.125em;
    left:.1875em;
    width:.75em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{
    top:.9375em;
    right:.1875em;
    width:1.375em
}
.swal2-popup.swal2-toast.swal2-show{
    -webkit-animation:showSweetToast .5s;
    animation:showSweetToast .5s
}
.swal2-popup.swal2-toast.swal2-hide{
    -webkit-animation:hideSweetToast .2s forwards;
    animation:hideSweetToast .2s forwards
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{
    -webkit-animation:animate-toast-success-tip .75s;
    animation:animate-toast-success-tip .75s
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{
    -webkit-animation:animate-toast-success-long .75s;
    animation:animate-toast-success-long .75s
}
@-webkit-keyframes showSweetToast{
    0%{
        -webkit-transform:translateY(-.625em) rotateZ(2deg);
        transform:translateY(-.625em) rotateZ(2deg);
        opacity:0
    }
    33%{
        -webkit-transform:translateY(0) rotateZ(-2deg);
        transform:translateY(0) rotateZ(-2deg);
        opacity:.5
    }
    66%{
        -webkit-transform:translateY(.3125em) rotateZ(2deg);
        transform:translateY(.3125em) rotateZ(2deg);
        opacity:.7
    }
    100%{
        -webkit-transform:translateY(0) rotateZ(0);
        transform:translateY(0) rotateZ(0);
        opacity:1
    }
}
@keyframes showSweetToast{
    0%{
        -webkit-transform:translateY(-.625em) rotateZ(2deg);
        transform:translateY(-.625em) rotateZ(2deg);
        opacity:0
    }
    33%{
        -webkit-transform:translateY(0) rotateZ(-2deg);
        transform:translateY(0) rotateZ(-2deg);
        opacity:.5
    }
    66%{
        -webkit-transform:translateY(.3125em) rotateZ(2deg);
        transform:translateY(.3125em) rotateZ(2deg);
        opacity:.7
    }
    100%{
        -webkit-transform:translateY(0) rotateZ(0);
        transform:translateY(0) rotateZ(0);
        opacity:1
    }
}
@-webkit-keyframes hideSweetToast{
    0%{
        opacity:1
    }
    33%{
        opacity:.5
    }
    100%{
        -webkit-transform:rotateZ(1deg);
        transform:rotateZ(1deg);
        opacity:0
    }
}
@keyframes hideSweetToast{
    0%{
        opacity:1
    }
    33%{
        opacity:.5
    }
    100%{
        -webkit-transform:rotateZ(1deg);
        transform:rotateZ(1deg);
        opacity:0
    }
}
@-webkit-keyframes animate-toast-success-tip{
    0%{
        top:.5625em;
        left:.0625em;
        width:0
    }
    54%{
        top:.125em;
        left:.125em;
        width:0
    }
    70%{
        top:.625em;
        left:-.25em;
        width:1.625em
    }
    84%{
        top:1.0625em;
        left:.75em;
        width:.5em
    }
    100%{
        top:1.125em;
        left:.1875em;
        width:.75em
    }
}
@keyframes animate-toast-success-tip{
    0%{
        top:.5625em;
        left:.0625em;
        width:0
    }
    54%{
        top:.125em;
        left:.125em;
        width:0
    }
    70%{
        top:.625em;
        left:-.25em;
        width:1.625em
    }
    84%{
        top:1.0625em;
        left:.75em;
        width:.5em
    }
    100%{
        top:1.125em;
        left:.1875em;
        width:.75em
    }
}
@-webkit-keyframes animate-toast-success-long{
    0%{
        top:1.625em;
        right:1.375em;
        width:0
    }
    65%{
        top:1.25em;
        right:.9375em;
        width:0
    }
    84%{
        top:.9375em;
        right:0;
        width:1.125em
    }
    100%{
        top:.9375em;
        right:.1875em;
        width:1.375em
    }
}
@keyframes animate-toast-success-long{
    0%{
        top:1.625em;
        right:1.375em;
        width:0
    }
    65%{
        top:1.25em;
        right:.9375em;
        width:0
    }
    84%{
        top:.9375em;
        right:0;
        width:1.125em
    }
    100%{
        top:.9375em;
        right:.1875em;
        width:1.375em
    }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
    overflow-y:hidden
}
body.swal2-height-auto{
    height:auto!important
}
body.swal2-no-backdrop .swal2-shown{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    background-color:transparent
}
body.swal2-no-backdrop .swal2-shown>.swal2-modal{
    box-shadow:0 0 10px rgba(0,0,0,.4)
}
body.swal2-no-backdrop .swal2-shown.swal2-top{
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{
    top:0;
    left:0
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{
    top:0;
    right:0
}
body.swal2-no-backdrop .swal2-shown.swal2-center{
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{
    top:50%;
    right:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom{
    bottom:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{
    bottom:0;
    left:0
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{
    right:0;
    bottom:0
}
.swal2-container{
    display:flex;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    padding:10px;
    background-color:transparent;
    z-index:1060;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch
}
.swal2-container.swal2-top{
    align-items:flex-start
}
.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{
    align-items:flex-start;
    justify-content:flex-start
}
.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{
    align-items:flex-start;
    justify-content:flex-end
}
.swal2-container.swal2-center{
    align-items:center
}
.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{
    align-items:center;
    justify-content:flex-start
}
.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{
    align-items:center;
    justify-content:flex-end
}
.swal2-container.swal2-bottom{
    align-items:flex-end
}
.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{
    align-items:flex-end;
    justify-content:flex-start
}
.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{
    align-items:flex-end;
    justify-content:flex-end
}
.swal2-container.swal2-grow-fullscreen>.swal2-modal{
    display:flex!important;
    flex:1;
    align-self:stretch;
    justify-content:center
}
.swal2-container.swal2-grow-row>.swal2-modal{
    display:flex!important;
    flex:1;
    align-content:center;
    justify-content:center
}
.swal2-container.swal2-grow-column{
    flex:1;
    flex-direction:column
}
.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{
    align-items:center
}
.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{
    align-items:flex-start
}
.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{
    align-items:flex-end
}
.swal2-container.swal2-grow-column>.swal2-modal{
    display:flex!important;
    flex:1;
    align-content:center;
    justify-content:center
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal{
    margin:auto
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .swal2-container .swal2-modal{
        margin:0!important
    }
}
.swal2-container.swal2-fade{
    transition:background-color .1s
}
.swal2-container.swal2-shown{
    background-color:rgba(0,0,0,.4)
}
.swal2-popup{
    display:none;
    position:relative;
    flex-direction:column;
    justify-content:center;
    width:32em;
    max-width:100%;
    padding:1.25em;
    border-radius:.3125em;
    background:#fff;
    font-family:inherit;
    font-size:1rem;
    box-sizing:border-box
}
.swal2-popup:focus{
    outline:0
}
.swal2-popup.swal2-loading{
    overflow-y:hidden
}
.swal2-popup .swal2-header{
    display:flex;
    flex-direction:column;
    align-items:center
}
.swal2-popup .swal2-title{
    display:block;
    position:relative;
    max-width:100%;
    margin:0 0 .4em;
    padding:0;
    color:#595959;
    font-size:1.875em;
    font-weight:600;
    text-align:center;
    text-transform:none;
    word-wrap:break-word
}
.swal2-popup .swal2-actions{
    align-items:center;
    justify-content:center;
    margin:1.25em auto 0
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{
    opacity:.4
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover{
    background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active{
    background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm{
    width:2.5em;
    height:2.5em;
    margin:.46875em;
    padding:0;
    border:.25em solid transparent;
    border-radius:100%;
    border-color:transparent;
    background-color:transparent!important;
    color:transparent;
    cursor:default;
    box-sizing:border-box;
    -webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel{
    margin-right:30px;
    margin-left:30px
}
.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{
    display:inline-block;
    width:15px;
    height:15px;
    margin-left:5px;
    border:3px solid #999;
    border-radius:50%;
    border-right-color:transparent;
    box-shadow:1px 1px 1px #fff;
    content:'';
    -webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation:swal2-rotate-loading 1.5s linear 0s infinite normal
}
.swal2-popup .swal2-styled{
    margin:0 .3125em;
    padding:.625em 2em;
    font-weight:500;
    box-shadow:none
}
.swal2-popup .swal2-styled:not([disabled]){
    cursor:pointer
}
.swal2-popup .swal2-styled.swal2-confirm{
    border:0;
    border-radius:.25em;
    background:initial;
    background-color:#3085d6;
    color:#fff;
    font-size:1.0625em
}
.swal2-popup .swal2-styled.swal2-cancel{
    border:0;
    border-radius:.25em;
    background:initial;
    background-color:#aaa;
    color:#fff;
    font-size:1.0625em
}
.swal2-popup .swal2-styled:focus{
    outline:0;
    box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)
}
.swal2-popup .swal2-styled::-moz-focus-inner{
    border:0
}
.swal2-popup .swal2-footer{
    justify-content:center;
    margin:1.25em 0 0;
    padding-top:1em;
    border-top:1px solid #eee;
    color:#545454;
    font-size:1em
}
.swal2-popup .swal2-image{
    max-width:100%;
    margin:1.25em auto
}
.swal2-popup .swal2-close{
    position:absolute;
    top:0;
    right:0;
    justify-content:center;
    width:1.2em;
    height:1.2em;
    padding:0;
    transition:color .1s ease-out;
    border:none;
    border-radius:0;
    background:0 0;
    color:#ccc;
    font-family:serif;
    font-size:2.5em;
    line-height:1.2;
    cursor:pointer;
    overflow:hidden
}
.swal2-popup .swal2-close:hover{
    -webkit-transform:none;
    transform:none;
    color:#f27474
}
.swal2-popup>.swal2-checkbox,.swal2-popup>.swal2-file,.swal2-popup>.swal2-input,.swal2-popup>.swal2-radio,.swal2-popup>.swal2-select,.swal2-popup>.swal2-textarea{
    display:none
}
.swal2-popup .swal2-content{
    justify-content:center;
    margin:0;
    padding:0;
    color:#545454;
    font-size:1.125em;
    font-weight:300;
    line-height:normal;
    word-wrap:break-word
}
.swal2-popup #swal2-content{
    text-align:center
}
.swal2-popup .swal2-checkbox,.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-radio,.swal2-popup .swal2-select,.swal2-popup .swal2-textarea{
    margin:1em auto
}
.swal2-popup .swal2-file,.swal2-popup .swal2-input,.swal2-popup .swal2-textarea{
    width:100%;
    transition:border-color .3s,box-shadow .3s;
    border:1px solid #d9d9d9;
    border-radius:.1875em;
    font-size:1.125em;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
    box-sizing:border-box
}
.swal2-popup .swal2-file.swal2-inputerror,.swal2-popup .swal2-input.swal2-inputerror,.swal2-popup .swal2-textarea.swal2-inputerror{
    border-color:#f27474!important;
    box-shadow:0 0 2px #f27474!important
}
.swal2-popup .swal2-file:focus,.swal2-popup .swal2-input:focus,.swal2-popup .swal2-textarea:focus{
    border:1px solid #b4dbed;
    outline:0;
    box-shadow:0 0 3px #c4e6f5
}
.swal2-popup .swal2-file::-webkit-input-placeholder,.swal2-popup .swal2-input::-webkit-input-placeholder,.swal2-popup .swal2-textarea::-webkit-input-placeholder{
    color:#ccc
}
.swal2-popup .swal2-file:-ms-input-placeholder,.swal2-popup .swal2-input:-ms-input-placeholder,.swal2-popup .swal2-textarea:-ms-input-placeholder{
    color:#ccc
}
.swal2-popup .swal2-file::-ms-input-placeholder,.swal2-popup .swal2-input::-ms-input-placeholder,.swal2-popup .swal2-textarea::-ms-input-placeholder{
    color:#ccc
}
.swal2-popup .swal2-file::placeholder,.swal2-popup .swal2-input::placeholder,.swal2-popup .swal2-textarea::placeholder{
    color:#ccc
}
.swal2-popup .swal2-range input{
    width:80%
}
.swal2-popup .swal2-range output{
    width:20%;
    font-weight:600;
    text-align:center
}
.swal2-popup .swal2-range input,.swal2-popup .swal2-range output{
    height:2.625em;
    margin:1em auto;
    padding:0;
    font-size:1.125em;
    line-height:2.625em
}
.swal2-popup .swal2-input{
    height:2.625em;
    padding:.75em
}
.swal2-popup .swal2-input[type=number]{
    max-width:10em
}
.swal2-popup .swal2-file{
    font-size:1.125em
}
.swal2-popup .swal2-textarea{
    height:6.75em;
    padding:.75em
}
.swal2-popup .swal2-select{
    min-width:50%;
    max-width:100%;
    padding:.375em .625em;
    color:#545454;
    font-size:1.125em
}
.swal2-popup .swal2-checkbox,.swal2-popup .swal2-radio{
    align-items:center;
    justify-content:center
}
.swal2-popup .swal2-checkbox label,.swal2-popup .swal2-radio label{
    margin:0 .6em;
    font-size:1.125em
}
.swal2-popup .swal2-checkbox input,.swal2-popup .swal2-radio input{
    margin:0 .4em
}
.swal2-popup .swal2-validationerror{
    display:none;
    align-items:center;
    justify-content:center;
    padding:.625em;
    background:#f0f0f0;
    color:#666;
    font-size:1em;
    font-weight:300;
    overflow:hidden
}
.swal2-popup .swal2-validationerror::before{
    display:inline-block;
    width:1.5em;
    min-width:1.5em;
    height:1.5em;
    margin:0 .625em;
    border-radius:50%;
    background-color:#f27474;
    color:#fff;
    font-weight:600;
    line-height:1.5em;
    text-align:center;
    content:'!';
    zoom:normal
}
@supports (-ms-accelerator:true){
    .swal2-range input{
        width:100%!important
    }
    .swal2-range output{
        display:none
    }
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){
    .swal2-range input{
        width:100%!important
    }
    .swal2-range output{
        display:none
    }
}
@-moz-document url-prefix(){
    .swal2-close:focus{
        outline:2px solid rgba(50,100,150,.4)
    }
}
.swal2-icon{
    position:relative;
    justify-content:center;
    width:5em;
    height:5em;
    margin:1.25em auto 1.875em;
    border:.25em solid transparent;
    border-radius:50%;
    line-height:5em;
    cursor:default;
    box-sizing:content-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    zoom:normal
}
.swal2-icon-text{
    font-size:3.75em
}
.swal2-icon.swal2-error{
    border-color:#f27474
}
.swal2-icon.swal2-error .swal2-x-mark{
    position:relative;
    flex-grow:1
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line]{
    display:block;
    position:absolute;
    top:2.3125em;
    width:2.9375em;
    height:.3125em;
    border-radius:.125em;
    background-color:#f27474
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{
    left:1.0625em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{
    right:1em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.swal2-icon.swal2-warning{
    border-color:#facea8;
    color:#f8bb86
}
.swal2-icon.swal2-info{
    border-color:#9de0f6;
    color:#3fc3ee
}
.swal2-icon.swal2-question{
    border-color:#c9dae1;
    color:#87adbd
}
.swal2-icon.swal2-success{
    border-color:#a5dc86
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line]{
    position:absolute;
    width:3.75em;
    height:7.5em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:50%
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{
    top:-.4375em;
    left:-2.0635em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:3.75em 3.75em;
    transform-origin:3.75em 3.75em;
    border-radius:7.5em 0 0 7.5em
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{
    top:-.6875em;
    left:1.875em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transform-origin:0 3.75em;
    transform-origin:0 3.75em;
    border-radius:0 7.5em 7.5em 0
}
.swal2-icon.swal2-success .swal2-success-ring{
    position:absolute;
    top:-.25em;
    left:-.25em;
    width:100%;
    height:100%;
    border:.25em solid rgba(165,220,134,.8);
    border-radius:50%;
    z-index:2;
    box-sizing:content-box
}
.swal2-icon.swal2-success .swal2-success-fix{
    position:absolute;
    top:.5em;
    left:1.625em;
    width:.4375em;
    height:5.625em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    z-index:1
}
.swal2-icon.swal2-success [class^=swal2-success-line]{
    display:block;
    position:absolute;
    height:.3125em;
    border-radius:.125em;
    background-color:#a5dc86;
    z-index:2
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{
    top:2.875em;
    left:.875em;
    width:1.5625em;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{
    top:2.375em;
    right:.5em;
    width:2.9375em;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.swal2-progresssteps{
    align-items:center;
    margin:0 0 1.25em;
    padding:0;
    font-weight:600
}
.swal2-progresssteps li{
    display:inline-block;
    position:relative
}
.swal2-progresssteps .swal2-progresscircle{
    width:2em;
    height:2em;
    border-radius:2em;
    background:#3085d6;
    color:#fff;
    line-height:2em;
    text-align:center;
    z-index:20
}
.swal2-progresssteps .swal2-progresscircle:first-child{
    margin-left:0
}
.swal2-progresssteps .swal2-progresscircle:last-child{
    margin-right:0
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{
    background:#3085d6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{
    background:#add8e6
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{
    background:#add8e6
}
.swal2-progresssteps .swal2-progressline{
    width:2.5em;
    height:.4em;
    margin:0 -1px;
    background:#3085d6;
    z-index:10
}
[class^=swal2]{
    -webkit-tap-highlight-color:transparent
}
.swal2-show{
    -webkit-animation:swal2-show .3s;
    animation:swal2-show .3s
}
.swal2-show.swal2-noanimation{
    -webkit-animation:none;
    animation:none
}
.swal2-hide{
    -webkit-animation:swal2-hide .15s forwards;
    animation:swal2-hide .15s forwards
}
.swal2-hide.swal2-noanimation{
    -webkit-animation:none;
    animation:none
}
[dir=rtl] .swal2-close{
    right:auto;
    left:0
}
.swal2-animate-success-icon .swal2-success-line-tip{
    -webkit-animation:swal2-animate-success-line-tip .75s;
    animation:swal2-animate-success-line-tip .75s
}
.swal2-animate-success-icon .swal2-success-line-long{
    -webkit-animation:swal2-animate-success-line-long .75s;
    animation:swal2-animate-success-line-long .75s
}
.swal2-animate-success-icon .swal2-success-circular-line-right{
    -webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;
    animation:swal2-rotate-success-circular-line 4.25s ease-in
}
.swal2-animate-error-icon{
    -webkit-animation:swal2-animate-error-icon .5s;
    animation:swal2-animate-error-icon .5s
}
.swal2-animate-error-icon .swal2-x-mark{
    -webkit-animation:swal2-animate-error-x-mark .5s;
    animation:swal2-animate-error-x-mark .5s
}
@-webkit-keyframes swal2-rotate-loading{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes swal2-rotate-loading{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.succs-div {
  text-align: center;
  padding: 20px 27px;
}
.succs-div h3 {
margin-bottom: 17px;
}
.bx-text1 span {
    font-size: 21px;
}
.bx-text {
display: flex;
justify-content: space-between;
max-width:420px;
font-size: 13px;
margin:0 auto 7px;
}
.bx-text span {
    text-align: left;
    flex:0 0 74%;
}
.bx-text1 {
  margin-bottom:18px;
}
.bx-text b {
  font-size: 20px;
}
.bx-text label {
text-align: left;
font-size: 13px;
flex:0 0 20%;
font-weight: 600;
}





























.selectpicker {
    width: 100%!important;
}
.toLst {
position: relative;
margin-top: 5px;
}
.tcloseDropdown {
position: absolute;
right: 24px;
top: -2px;
font-size: 12px;
cursor: pointer;
}
.tdropDown {
background: #eaeaea;
border-radius: 4px;
margin: 0;
padding: 16px 0px;
 max-height: 100px;
overflow: auto;
}
.tdropDown li {
    margin:0;
}
.tmls {
    display: flex;
padding: 5px 15px;
line-height: 12px;
margin-bottom: 2px;
cursor: pointer;
}
.tmls i {
    font-size: 12px;
position: relative;
top: 3px;
}
.tmlocation {
    padding-left: 7px;
}
.tmlocation strong {
display: block;
font-size: 13px;
}
.tmlocation span {font-size: 12px;

}

.mls {
    display: flex;
padding: 5px 15px;
line-height: 12px;
margin-bottom: 2px;
cursor: pointer;
}
.mls i {
    font-size: 12px;
    position: relative;top:3px;
}
.mls:hover {
    background: #ddd;
}
.closeDropdown {

}
.mlocation {
    padding-left: 7px;
}
.mls strong {
    display: block;
    font-size: 13px;
}
.mls span {
    font-size: 12px;
}
.fdropDown {
    background: #eaeaea;
border-radius: 4px;
margin:0;
    padding: 16px 0px;
    max-height: 100px;
overflow: auto;

}
.closeDropdown {
    position: absolute;
  right: 4px;
top: -1px;
    font-size: 12px;
    cursor: pointer;
}
.fromLst {
position: relative;
margin-top: 5px;
}
.fdropDown li {
    margin:0;
}
.centerRow {
    justify-content: center;
margin-bottom: 20px;
}
.tourLst a {
    display: block;
    transition: all 2s ease;
    position: relative; 
}
.tourLst a span {
/*position: absolute;
left: 0;
bottom: 0px;
padding: 14px 12px 14px;*/
/*background: rgba(0,0,0,0.6);
color: #fff;
width: 100%;
text-align: left;
text-transform: uppercase;*/
}

.bannerRent {
    margin-bottom: 33px;
    background-attachment: fixed;
background-position: center top;

background-size: cover;
background: #fff;
box-shadow: 1px -1px 4px #000;
background: #898d90;

}
.bannerRent .container {
   /* background: url('../img/road.png')no-repeat 0 0;*/
padding: 50px 15px;

}
.longDv {
max-width: none;
position: relative;
}
.longDv:before {
   content: '\f279';
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
text-decoration: inherit;
color: #fff;
font-size: 76px;
padding-right: 0.5em;
position: absolute;
top: 37%;
left: -102px;
}
.longText a {
    background: #fff;
color: #5d5f60;
font-size: 28px;
padding: 0 24px 4px;
border: 1px solid #fff;
-webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;

      margin-bottom: 5px;
display: inline-block;
margin-top: 5px;
}
.longText a:hover {
    color: #303032;
    background: #fff;
    border-color: #fff;
}
.rrow {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
justify-content: center;
}
.rrow .col-sm-6 {
    
}
.longText {
    max-width: none;

text-transform: capitalize;
line-height: 1.25;
font-size: 22px;
font-weight: 500;
text-align: center;
color: #fff;
}
.mdimg {
    height: 226px;

}
.slondon {
    padding-bottom: 42px;

}
.slondon .row {
    margin:0;
}
.s-title {
    padding: 0 0;
}
.tourLst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -18px;
    margin-right: -10px;
}
.slondon .col-sm-12 {
    padding: 0 10px;
}
.tourLst li {
    flex:0 0 33.3%;
    margin:0;
    margin-bottom: 25px;
    padding: 0 15px;
}
.tourLst li:nth-child(3n) {
    padding-right: 0;
}

.tourLst a {
    overflow: hidden;

}
.tourLst img {
width: 100%;
height: 100%;
display: block;
transition: all 0.3s ease;
object-fit: cover;
}
.tourLst a:hover img {
     transform: scale(1.1);
}
.tourLst span {

}
.longText em {
display: block;
font-size: 22px;
font-style: normal;
font-weight: 500;
text-transform: capitalize;
word-spacing: 0;
}
.longText span {
    display: block;
font-size: 22px;
line-height: 1.7;
font-weight: 500;
}
.titleCar {
    text-align: center;
    margin-bottom: 34px;
font-size: 26px;
}
.titleCar span {
    color: #fff;
    background: #303032;
    padding: 0 15px 5px;
}
.titleCar:before {
    content:'';
    background: #303032;
    height: 3px;
    width: 50px;display: inline-block;
    vertical-align: middle;
margin-right: 11px;
}
.titleCar:after {
content:'';
    background: #303032;
    height: 3px;
    width: 50px;display: inline-block;
    vertical-align: middle;
margin-left: 11px;
}
.slondon .row {
    justify-content: center;
}
.payBtn {
    padding: 13px 10px 16px;
color: #fff;
background: #303032;
border: none;
font-size: 19px;
width: 100%;
cursor: pointer;
}
.lpDiv legend a i {
    font-size: 13px;
}
.lpDiv p {
    font-size: 13px;
    margin:0;
}
.rkorder {
    padding: 13px;
display: flex;
margin-bottom: 27px;
border: 1px solid #ddd;
margin-top: 11px;
}
.rkImg {
        flex:0 0 28%;
}
.rkImg img {

}
.lpDiv.plDv fieldset {
    padding-bottom: 15px;
}
.rkImg a {
    font-size: 13px;
}
.rktext {
flex:0 0 71%;
padding-left: 12px;
}
.rktext h3 {
font-size: 17px;
margin:0;
margin-bottom: 8px;
font-weight: 600;
}
.rktext p {
margin:0;
line-height: 1.2;
font-size: 13px;
margin-bottom: 4px;

}
.rows {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}


.checkoutContainer {
        margin:30px 0;
}
.checkoutContainer .row {
    margin:0 15px;
}
.journeyUl {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin:0 -0.5%;
}
.journeyUl li span {
    padding-right: 15px;
    font-size: 14px;
}
.journeyUl li {
flex: 0 0 50%;
position: relative;
margin: 0 0 20px;
font-size: 14px;
}
.journeyUl li:nth-child(3) {
    margin-bottom: 0;
}
.journeyUl li:nth-child(4) {
    margin-bottom: 0;
}
.journeyUl li span {
    padding-left: 7px;
}
.journeyUl li:after {
  
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #000;

    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 0;

}
.journeyUl li:last-child {
  
}
.journeyUl li:last-child:after {
  
}
.journeyUl li strong {
    display: flex;
    font-weight: 400;
}
.journeyUl li i.fa {
    width: 13px;
    text-align: center;
    line-height: 24px;
}
.journeyDetail {
    background:#e6e6e6;
    padding: 14px 0;
    margin-bottom: 40px;
}
.successm {
    background: #0dc40d;
    margin:0 16px 18px;
    color: #fff;
}
.successm em {
    font-style: normal;
    font-style: normal;
color: #fff;
padding: 5px 20px;
display: block;
font-size: 13px;
text-align: center;
}
.blog_holder_list article.mix:hover,
.box_holder_border:hover,
.latest_post:hover,
.menuHoverOn nav.main_menu > ul > li:hover > a span,
.projects_type2 article:hover,
blockquote {
    border-left: 6px solid #303032;
}
.frm_style_formidable-style.with_frm_style select {
    height: 40px!important;
}
.frm_form_field.sdt.vehicle {
    margin-top: 0px;
}
.formC {
    background: #8a8e91;
    padding: 10px 40px 30px;
}
.btn-gold {
    border-radius: 4px;
}
.contacttS {
    margin-bottom: 30px;
}
.topField {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    background-color: #303032;
    color: #fff;
}
.fieldSet label {
    margin-bottom: 8px;
}
.radioS li input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.radioS li input[type="radio"]:checked ~ label {
    color: #89752d;
}
.radioS li input[type="radio"]:checked ~ .check {
    border: 5px solid #89752d;
}
.radioS li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    clear: both;
    margin-bottom: 4px;
}
.radioS li label {
    display: inline-block;
    position: relative;
    padding: 0 25px 0 30px;
    margin: 0 auto 10px;
    height: auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.radioS .check {
    display: block;
    position: absolute;
    border: 5px solid #aaa;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 1px;
    left: 0;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}
.radioS .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.fieldSet label span {
    color: #d93025;
}
.lbDiv {
    display: flex;
    box-pack: justify;
    margin-bottom: 10px;
    justify-content: space-between;
}
.lpDiv {
    margin-bottom: 30px;
}
.iptD {
    width: 50%;
    height: 40px;
    position: relative;
}

.lpDiv fieldset {
        border:1px solid #ddd;
}
.lpDiv legend {
   color: #000;
font-size: 24px;
display: inline-block;
margin: 0 20px 19px;
}
.lpDiv h3 {

}
.mgD {
    height: 116px;
}
.lpDiv input {

}
.col12 {
    width: 100%;
}
.lpDiv fieldset .col6 {
    width: 50%;
    padding: 0 15px;
}
.lpDiv fieldset .col12 {
    padding: 0 15px;
}
.lpDiv fieldset input {
    border: 1px solid #ddd;
padding: 10px 10px;
font-size: 14px;
width: 100%;
}
.lpDiv fieldset textarea {
    border: 1px solid #ddd;
padding: 10px 10px;
font-size: 14px;
width: 100%;
}
.lpDiv fieldset select {
     border: 1px solid #ddd;
padding: 10px 10px;
font-size: 14px;
margin:0 0 25px 0;
width: 100%;
height: 42px;
}
.acc-Form select {
    border: 1px solid #ddd;
padding: 10px 10px;
font-size: 14px;
width: 100%;
}

.line {
    height: 2px;
    width: 0;
    position: absolute;
    background-color: #a9a9a9;
    display: inline-block;
    transition: 0.3s width ease-in-out;
    position: relative;
    top: -14px;
    border-bottom: 2px solid #000;
}
.fieldSet input[type="text"]:focus + .line {
    width: 100%;
}
.fieldSet input:focus {
    outline: 0;
}
.btn.btn-gold i {
    font-size: 12px;
    line-height: 0;
    position: relative;
    top: -1px;
}
.btn.btn-gold.back-btn {
    background:#303032;
}
.iptD.fullit {
    width: 100%;
}
.fieldSet input {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 20px;
    color: #202124;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 38px;
    border-bottom: 1px solid #ccc;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.input ~ .border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
}
.input:focus ~ .border {
    width: 100%;
    transition: 0.5s;
}
.fieldSet {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #303032;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 24px;
    padding-top: 22px;
    position: relative;
}
.fielsetTitle {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #303032;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 24px;
    padding-top: 22px;
    position: relative;
}
.fielsetTitle h3 {
    font-size: 30px;
}
.fielsetTitle p {
    font-size: 15px;
}
.contacttS blockquote {
    float: none;
    width: 100%;
}
.dividerLine {
    margin: 0 0 15px;
    border-top-color: #8a8e91;
    border-top-width: 3px;
    position: relative;
    height: 1px;
    width: 100%;
    background: #8a8e91;
}
.fsocial {
        display: flex;
}
.fsocial li {
        margin-left: 0;
        margin-right: 6px;
}
.fsocial li a {
    background: #000;
color: #fff;
padding: 5px 9px;
border-radius: 4px;
}
.dividerLine:before {
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.1);
    border-top-width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.dividerLine::before {
    border-top-color: #8f1a21;
    border-top-width: 3px;
}
.ct-inner h2 {
    font-size: 30px;
}
.ct-inner p {
    font-size: 15px;
}
.contacttSRight {
    width: 57.8%;
    float: left;
}
.contacttSRight h2 {
    font-size: 30px;
    padding-bottom: 9px;
}
.contacttSLeft {
    width: 36.7%;
    float: left;
    margin-right: 5%;
}
.peopleS article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 0 30px;
    margin-bottom: 40px;
}
.serviceContent ul {
    clear: both;
}
.plimage {
    text-align: right;
}
.prightheading h3 {
    margin-bottom: 10px;
}
.prightheading {
    margin-bottom: 30px;
}
.prightheading h4 {
    font-size: 19px;
}
.has-box-shadow-overlay img {
    width: 100%;
    display: block;
    height: auto;
}
.p-rightInfo h4 {
    color: #89752d;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.01em;
    font-family: "Roboto Mono", monospace;
    margin-bottom: 0;
}
.practice_area_blocks_header {
    color: #000;
}
.practice_area_blocks ul li {
    color: #000;
}
.has-box-shadow-overlay {
    display: inline-block;
    position: relative;
    box-shadow: -12px 10px 0 0 #89752d;
}
.peopleS article {
    clear: both;
    padding: 40px 30px 20px;
}
.p-left {
    width: 29.6667%;
    float: left;
    margin-right: 5.5%;
}
.p-right {
    float: left;
    width: 60.833%;
}
.main-logo img {
    width: 170px;
}
.slick-slider {
    display: none;
}
.itemScontainer.slickadd.slick-initialized {
    display: block;
}
.itemScontainer.slickadd .itemS {
    width: 100%;
}
.imageI {
    background: #fff;
    border: 1px solid #ddd;
    padding: 16px;
    min-height: 460px;
}
.s-title h3 {
    font-size: 34px;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-family: "Droid Serif", serif;
    padding-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
}
.slider {
    z-index: 10;
    position: relative;
}
.slider:before {
    background: url(../img/p1.png) repeat 0 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    z-index: -10;
}
.itemS .image {
    height: 180px;
    margin-bottom: 20px;
}
.itemS .image a {
    display: block;
    height: 100%;
}
.itemS img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

aside .widget .current-menu-item a::before {
    content: none!important;
}
.s-title h3:after {
    content: "";
    position: static;
    left: 48%;
    bottom: 0;
    margin:11px auto 0;
    width: 60px;
    height: 3px;
    display: block;
    background: #303032;
}
.itemS {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.slick-slide {
    margin: 0 15px;
}
.itemScontainer.yes .itemS {
    width: 33.17%;
    padding: 0 1.5%;
    margin-bottom: 31px;
}
.itemS:last-child {
    padding-right: 0;
}
.itemS:first-child {
    padding-left: 0;
}
.itemS h3 {
    line-height: 0.5;
    min-height: 58px;
}
.itemS h3 a {
    font-size: 16px;
    line-height: 1.2;
}
.itemS p.except {
    margin-top: 10px;
}
.slider {
    padding: 50px 0;
}
.slick-list {
    margin: 0 -5px 0 -5px;
}
button.slick-next,
button.slick-next:hover {
    position: absolute;
    top: 41%;
    right: 54px;
    width: 47px;
    height: 75px;
    background-image: url(../img/left-right-arrow.png);
    background-size: 95px;
}
button.slick-prev,
button.slick-prev:hover {
    position: absolute;
    top: 41%;
    left: 15px;
    z-index: 1;
    width: 47px;
    height: 75px;
    background-image: url(../img/left-right-arrow.png);
    background-size: 95px;
    background-position-x: right;
}
.slick-next:before,
.slick-prev:before {
    font-size: 70px;
    color: #ea8496;
    line-height: inherit;
    font-weight: 700;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "";
}
[dir="rtl"] .slick-prev:before {
    content: "";
    font-weight: 700;
    font-size: 20px;
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "";
}
[dir="rtl"] .slick-next:before {
    content: "";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
#homepage_slider {
    padding-top: 0;
}
.top-menu li {
    position: relative;
}
.top-menu li:before {
    /*content: "\f095";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.top-menu li:first-child:before {
    /*content: "\f0e0";*/
    top: -1px;
    font-size: 14px;
}
.header_right #menu-main-secondary-menu li a i {
    font-size:16px;
    margin-right: 7px;
}
.header_right #menu-main-secondary-menu li a i.fa-phone {
    position: relative;
top: 2px;
margin-right: 1px;
font-size: 17px;
}
.formidable_form {
    height: auto;
}
.contact-area form div,
.contact-area-s2 form div {
    padding: 0 15px 0;
}
.contact-area form .half-col,
.contact-area-s2 form .half-col {
    width: 50%;
    float: left;
}
.contact-area h4 {
    margin-bottom: 14px;
}
.contact-area form,
.contact-area-s2 form {
    margin: 0 -10px;
}
. .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contact-area form input,
.contact-area form textarea,
.contact-area-s2 form input,
.contact-area-s2 form select,
.contact-area-s2 form textarea {
    background: #000;
    height: 50px;
    padding: 6px 15px;
    color: #fff;
    border: 2px solid #454545;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, 0.5);
}
.contact-area.contact-area-2 form input,
.contact-area.contact-area-2 form textarea {
    background: #ebebeb;
    border: none;
}
.contact_form p:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 12px;
    border-color: transparent transparent transparent #888c8f;
    position: absolute;
    left: 48%;
    opacity: 1;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    top: -19px;
    transform: rotate(-90deg);
}
textarea.for_form {
    border-radius: 1px !important;
    margin-bottom: 0 !important;
    padding: 14px 15px !important;
}
textarea.for_form:focus {
    border: none !important;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}
.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style input[type="email"],
.frm_style_formidable-style.with_frm_style input[type="file"],
.frm_style_formidable-style.with_frm_style input[type="number"],
.frm_style_formidable-style.with_frm_style input[type="password"],
.frm_style_formidable-style.with_frm_style input[type="search"],
.frm_style_formidable-style.with_frm_style input[type="tel"],
.frm_style_formidable-style.with_frm_style input[type="text"],
.frm_style_formidable-style.with_frm_style input[type="url"],
.frm_style_formidable-style.with_frm_style select {
    height: 48px;
}
.frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {
    padding: 0;
}
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.frm_form_fields_style,
.frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single,
.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_style_formidable-style.with_frm_style input[type="email"],
.frm_style_formidable-style.with_frm_style input[type="number"],
.frm_style_formidable-style.with_frm_style input[type="password"],
.frm_style_formidable-style.with_frm_style input[type="phone"],
.frm_style_formidable-style.with_frm_style input[type="search"],
.frm_style_formidable-style.with_frm_style input[type="tel"],
.frm_style_formidable-style.with_frm_style input[type="text"],
.frm_style_formidable-style.with_frm_style input[type="url"],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea {
    color: #000 !important;
}
.formidable_submit.frm_button_submit {
    font-size: 22px !important;
    letter-spacing: 0.04em;
    margin-bottom: 0 !important;
    background:#fff !important;
    border-color: #fff!important;
    margin-top: 0 !important;
    border-radius: 1px !important;
    color: #000 !important;
        display: block;
    text-align: center;
    margin-bottom: 10px !important;

}
.frm_form_field {
    margin-bottom:14px;

}
.frm_form_field label {
    font-size: 12px;
    text-transform: capitalize;
    padding: 6px 10px;
    color: #fff;
}
.frm_form_field.sdt {
    position: relative;
    margin-bottom: 4px;
}
.frm_form_field.sdt.vehicle select {
    background: #eaeaea !important;
-webkit-appearance: none;
padding:0 32px;
}
.frm_form_field label.containerRadio {
    position: relative;
    padding-top: 3px;
    padding-left: 33px;
    margin-right: 22px;
    cursor: pointer;
}
.containerRadio  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color:#303032;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.fc-Ul {

}
.fc-Ul li {
    position: relative;
    margin:0;
    margin-bottom:8px;
}
.fc-Ul li:before {
content: "\f00c";
padding-right: 7px;
font-family: FontAwesome;
}
.lradio {
    display: flex;
}


#homepage_slider {
    background: url(../img/bg11b.jpg) center bottom no-repeat;
    background-size: cover;
}
#homepage_slider:before {

}
body.large .container_inner {
    /*display: flex;
    height: 100%;
    justify-content: center;*/
}
.container_innerfirst {
    display: flex;
    height: 100%;
    width:1253px;
    margin:0 auto;
    
}
.about-text {
    display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}

body {
    color: #303032;
}
.frm_fields_container {
    padding: 12px 16px;
}
.cinput {
    background: #eaeaea!important;
}
.frm_form_field.form-field.m21 {
    margin-top: 21px;
    margin-bottom: 13px;
}
.frm_form_field.sdt:before {
   position: absolute;
left: 12px;
top:8px;
content: "\f041";
font-family: FontAwesome;
color: #303032;
font-size: 20px;
}
legend {
    padding: 0 10px;
    font-size: 12px;
}
.bcul {

flex-wrap: wrap;
display: flex;
margin:0 -1%;
flex-direction: row;
}
.bcul li {
flex:0 0 48%;
margin-bottom: 20px;
}
.bcul li span {

}
.bcul li span em {
    font-size: 16px;
font-weight: 600;
font-style: normal;
}
.inl {
    border: 1px solid #ddd;
padding: 15px;
}
.bcul li h2 {
font-size: 20px;
font-weight: 600;
}
.bcul li h5 {
font-size: 13px;
margin-top: 6px;
font-weight: 500;
margin-bottom: 10px;
}
.bcul li .inl > p {
    display: flex;
    margin-bottom: 8px;
flex-direction: row;

}
.bcul li p i {

}
.bcul li p span {
    margin-right: 15px;
    color: #86898a;
font-size: 13px;
}
.ipInfo p {
    font-size: 12px;
    margin-bottom: 17px;
}
.bcul li .imRow {
display: flex;flex-direction: row;flex-wrap: wrap;
}
.imgP {
    text-align: center;
    flex: 0 0 62%;
}
.ipInfo span {
    font-size: 25px;
font-weight: 900;
}
.quotebtn {
    font-size: 15px;
margin-top: 6px;
font-weight: 500;
display: inline-block;
background: #303032;
color: #fff;
padding: 8px 23px 10px;
width: 100%;
text-align: center;
cursor: pointer;
}
.quotebtn:hover {
    color: #fff;
}
.imgP img {
  width: 100%;
height: 100%;
object-fit: contain;  
}
.sllongon {
    position: absolute;
left: 0;
bottom: 0px;
padding: 14px 12px 14px;
background: rgba(0,0,0,0.6);
color: #fff;
width: 100%;
text-align: left;
text-transform: uppercase;
display: flex;
justify-content: space-between;
}
.sllongon em {
    background: #fff;
color: #000;
font-style: normal;
padding: 2px 12px 4px;
text-transform: capitalize;
}
.ipInfo {
    padding-left: 2%;
flex:0 0 36%;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}

.frm_form_field.vehicle:before {
    content: "\f1ba";
    font-size: 15px;
    top: 8px;
}
.frm_form_field.sdt.calc:before {
    content: '\f073';
    font-size: 16px;
    top: 33px;
}
.frm_form_field.sdt.pxn:before {
content: '\f0c0';
top: 8px;
    font-size: 16px;
}
.frm_form_field.sdt.pxn select {
    padding: 0 32px;
     background: #eaeaea !important;
    -webkit-appearance: none;
}
.cinput {
    box-shadow: none !important;
padding: 0 37px !important;
height: 40px !important;
}
.formidable_submit.frm_button_submit:hover {
    background:#303032 !important;
    border-color:#303032 !important;
    color: #fff !important;
}
.contact_form {
    position: relative;
    background: rgba(0,0,0,0.6);
    border: 3px solid #888c8f;
}
.contact_form textarea.formidable_form.placeholder {
    height: 40px !important;
}
::-webkit-input-placeholder {
    color: #000 !important;
}
:-ms-input-placeholder {
    color: #000 !important;
}
.contact-area .contact-form::placeholder {
    color: #fff !important;
}
.contact_form input.formidable_form:placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.contact_form:before {
    position: absolute;
    content: "";
}
.captiontext {
    padding: 0 2%;
    flex:0 0 68%;
}

.slider_subheader {
    font-size: 1.4em;
    font-weight: 300;
    color: #ffdf1e;
    line-height: 110%;
    margin: 10px 0 15px;
}
.slider_header {
    font-family: "Droid Serif", serif;
    font-size: 2em;
    color: #fff;
    line-height: 1.4;
    margin: 5px 0;
}
#homepage_slider .caption {
    margin-top: 0;
    flex:0 0 35%;

    display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.content {
    margin-top: 0px;
}
.header_right .head-menu ul li:last-child a {
    background: #303032;
color: #fff;
text-align: center;
display: block;
padding: 14px 20px 14px;
line-height: 1;
}
.contact_form p {
    margin: 0 !important;
    background:#303032;
    color: #fff;
    padding: 14px;
    font-size: 1.6em;
    font-family: "Roboto Mono", monospace !important;
    line-height: 1.26;
    font-weight: 600;
    text-align: center;
}
.contact_form p span {
    font-weight: 100;
font-size: 20px;
letter-spacing: 0.03em;
display: block;
}
.header_right #menu-main-secondary-menu li a {
    line-height: 1;
    color: #fff;
    padding: 5px 21px;
    font-size: 11px;
    font-weight: 100!important;
    letter-spacing: 0.06em;
}
.menu.top-menu > li > a {
        padding: 3px 21px 7px!important;
}
.header_right #menu-main-secondary-menu li:last-child a {
    padding-right: 0 !important;
}
.header_right .head-menu ul.mainMenu {
    margin-top: 14px;
}
.head-menu {
    position: relative;
}
.header_inner:before {
    content: "";
    background:#303032;
    position: absolute;
    top: 0;
    width: 100%;
    height: 28px;
    left: 0;
    right: 0;
}
.social-newsletter-section {
    padding: 40px 0 27px;
    background: #8a8e91;
}
.newsletter {
    max-width: 443px;
    margin: auto;
}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.header_inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
}
aside h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.fcontact:nth-child(2) {
    margin-top: 21px;
}
.fcontact {
    margin-bottom: 10px;
}
.fcontact i {
    width: 20px;
}
.fcontact i.fa-phone {
    font-size: 20px;
}
.fcontact a {
    font-size: 15px;
    color:#303032;
    font-weight: 500;
}
aside .widget ul li {
    position: relative;
}
aside .widget ul {
    margin: 20px 0 22px 20px;
}
.column_inner aside {
    border-bottom: 1px dashed #000;
    margin-bottom: 26px;
}
.column_inner aside:last-child {
    border: none;
}
aside .widget ul li:before {
    position: absolute;
    left: -17px;
    top: 8px;
    line-height: 100%;
    font-family: icomoon;
    font-weight: 400;
    content: "\e906";
    color: #303032;
    font-size: 12px;
}
.col-sm-12,
.col-sm-5,
.col-sm-7 {
    padding: 0 15px;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding: 0 15px;
}
.serviceContent ul li {
    position: relative;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.serviceContent ul li:before {
    position: absolute;
    left: -17px;
    top: 8px;
    line-height: 100%;
    font-family: icomoon;
    font-weight: 400;
    content: "\e906";
    color: #89752d;
    font-size: 12px;
}
.contactContent p {
    margin-top: 8px;
}
.sidebar ul li {
    margin: 0;
    font-size: 15px;
    padding-right: 15px;
}
.sidebar ul li a {
    font-weight: 500;
}
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 0 15px;
}
.sidebar ul li:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 0;
    left: auto;
}
.sidebar ul li:hover:before {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
}
.serviceContent img {
    float: left;
    width: 380px;
    border: 2px solid #89752d;
    padding: 3px;
    margin-right: 20px;
}
.blog_image_background {
    height: 340px;
}
.blog_image_background img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.topbanner {
    background: url(../img/bgtitle.jpeg) 100% center #000 no-repeat;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    padding: 50px 0 60px;
    margin-bottom: 0px;
    text-align: center;
    background-size: cover;
}
.excerpt {
    margin-bottom: 0;
}
.newsletter h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #fff;
}
.social-newsletter-section .newsletter input {
    background: #fff;
    height: 50px;
    font-size: 17px;
    color: #000;
    padding: 6px 80px 6px 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
}
.social-newsletter-section .newsletter button {
    background: #000;
    color: #fff;
    border: 0;
    outline: 0;
    text-transform: capitalize;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    width: 125px;
    height: 50px;
    border-radius: 1px 4px 4px 1px;
}
.social-newsletter-section .newsletter form {
    position: relative;
}
.about-text h2 {
    position: relative;
}
.about-text h2:before {
content: "";
position: absolute;
left: 0%;
bottom: -10px;
width: 60px;
height: 3px;
background: #303032;
}
.practice-area .service-icon {
    padding: 25px 19px 19px 17px;
}
.practice-area.practice-style-1 .service-icon {
    padding: 0;
    background: #000;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.service-icon .fa {
    color: #bcc0c4;
    transition: all 0.3s;
    font-size: 30px;
}
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.practice-area.practice-style-1 .service-text {
    padding: 0;
    margin-left: 0;
}
.practice-area.practice-style-1 .service-text h3 {
    color: #000;
    font-size: 19px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
letter-spacing: -0.023em;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    padding: 0 15px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
.practice-area.practice-style-1 .service-text h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background:#303032;
}
.testimonial-area.testimonial-area2 {
    padding-top: 0px;
    background: #fff;
    z-index: 10;
    position: relative;
}
.testimonial-area.testimonial-area2:before {
    content: "";
    background: url(../img/pattern11.png) repeat 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -10;
}
.testimonial-slide .owl-nav {
    position: absolute;
   
    right: 40px;
bottom: 0;
}
.testimonial-slide .owl-nav .owl-next {
    margin-right: 10px;
    font-size: 20px !important;
}
.img-content h4 {
    font-size: 14px;
}
.testimonial-slide .owl-nav .owl-prev {
    margin-right: 10px;
    font-size: 20px !important;
}
.testimonial-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.testimonial-text {
    padding-top: 50px;
}
.footer_top p strong {
    display: block;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}
.f-contains {
    padding: 8px 0;
    display: flex;
flex-direction: row;
justify-content: space-between;
}
.f-contains a {
    color: #303032;
font-weight: 500;
}
.col-sm-12.cmd {
    font-size: 11px;
    padding: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.slide-item p:before {
    position: absolute;
    left: 4px;
    top: 5px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #000;
    font-size: 30px;
}
.slide-item p {
    padding: 13px 33px 29px 50px;
    padding-right: 33px;
    padding-right: 50px;

    position: relative;
}
.title span {
    font-size: 16px;
    color: #89752d;
    margin-bottom: 30px;
    margin-top: 10px;
}
.thumb-img {
    width: 60px;
    float: left;
    padding-right: 20px;
}
.img-content {
    margin-top: 0;
}
.img-content h4 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.img-content span {
    font-size: 16px;
    color: #000;
}
.col-lg-7 {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.has-box-shadow-overlay img {
    width: 300px;
    height: 423px;
    object-fit: cover;
}
.column2 img {
    border: 2px solid #89752d;
    padding: 4px;
    width: 100%;
    display: block;
}
.offset-lg-1 {
    margin-left: 8.333333%;
}
.thumb-img img {
    border-radius: 50%;
}
.title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
}
.practice_area_blocks .image_box_black {
    
}
#nursing {
    background: url(../img/call.jpeg) 50% 0 no-repeat;
}
#truck {
    background: url(../img/ap2.jpeg) 50% 0 no-repeat;
}
#vehicle {
    background: url(../img/ap3.jpeg) 50% 0 no-repeat;
}
.cml {
    z-index: 10;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    position: relative;
}
.cml:before {
   /* content: "";*/
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: -10;
}
#homepage_car_accidents {
    background: url(../img/wallpaper3.jpg) 50% 100% no-repeat #000;
    background-attachment: fixed;
}
.cml:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    z-index: -1;
    transform: translateY(-103%);
}
.practice_area_blocks .column_inner {
    padding: 30px 40px 0 40px !important;
}
.practice_area_blocks .column_inner p {
    color: #fff;
}
.cti h1 {
        color: #fff;
}
.cti p {
 margin: 11px 0;
font-size: 16px;
text-shadow: 1px 1px 6px #000;
    color: #fff;
}
.cml:hover:after {
    opacity: 1;
    transform: translateY(00%);
}
.column1.cml {
   
   /* display: flex;
flex-direction: column;
justify-content: flex-end;*/
}

.cml .column_inner {
    opacity: 0;
}
.cml:hover .column_inner {
        opacity: 1;
}
.title h2::before {
    content: "";
    position: absolute;
    left: -68px;
    top: 19px;
    width: 60px;
    height: 1px;
    background: #c0b596;
}
.owl-carousel.owl-loaded {
    display: block;
}
#homepage_slider {
    margin-top: 111px;
    min-height: 00px;
    padding: 60px 0;
    margin-bottom: 0;
}
.cti {
   display: flex;
flex-direction:column;
height: auto;
justify-content: center;
width: 92%;
margin:0 auto;
}
.hom-inner {
   /* position: absolute;
    top: 0%;
    left: 0;
    transform: translateX(0);
    right: 0;*/
}
#homepage_slider img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
}
.practice-area.practice-style-1 .service-text p {
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 15px;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
}
.about-area.about-area2.section-padding {
    padding: 50px 0 50px;
    margin-bottom: 0;
}
.about-area.about-area2.section-padding ul {
    margin-top: 2px;
}
.section-title span {
    font-size: 16px;
    color: #e1c14c;
    position: relative;
}
.practice-area {
    padding: 55px 0 55px;
    background: #f9f9f9;
    padding-bottom: 40px;
}
.btn-style a {
    background: #000;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}
.btn-style a:hover {
    background:#303032;
    color: #fff;
}
.btn {
    background: #000;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}
.btn:hover {
    background:#303032;
    color: #fff;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.intenalPage {
    margin-top:0;
}
.topbanner {
    margin-top: 111px;
}
.cml
 {
    background-size: cover!important;
    height: 310px;
}
.cml:before {
    
    width: 100%;
    height: 100%;
    background: #fff;
}
.practice_area_blocks .column1, .practice_area_blocks .column2, .practice_area_blocks .column3 {
    flex:0 0 33.33%;width: auto;
}
.three_columns.clearfix.flexbox_container {
    justify-content: center;
}
.about-area.about-area2 .about-title .img-holder {
    max-width: 569px;
    margin: 0 auto;
    position: relative;
    height: 345px;
    margin-right: 50px;
}
.about-area.about-area2 .about-title .img-holder img {
    height: 100%;
    object-fit: cover;
}
.about-title .img-holder::before {
    background-color: #89752d;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
}
.about-area.about-area2 .about-title .img-holder::before {
    left: -20px;
    top: -20px;
    z-index: 10;
    width: 100%;
}
.about-area .about-title {
    position: relative;
}
.detailTop {
    margin-top: 30px;
}
.blog_single_text_holder h2 {
    font-size: 24px;
}
.img-holder img {
    width: 100%;
    z-index: 11;
    position: relative;
    border: 2px solid #89752d;
    padding: 4px;
}
.blgList {
    width: 61.66%;
    float: left;
}
aside .widget {
    border: none;
    padding: 0;
}
.blog_single_text_holder .text {
    padding: 35px;
    padding-top: 0;
}
.blog_holder .post_text_inner h4 a {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
}
.blog_image img {
    width: 100%;
    height: auto;
}
.blog_single_text_holder {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}
.two_columns_66_33.background_color_sidebar > .column2 {
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    min-height: 0 !important;
}
.widget h5 {
    font-family: Lato, sans-serif;
    font-size: 1.1em;
    line-height: 110%;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 10px 0 3px;
    position: relative;
}
.widget h5::before {
    content: "";
    width: 40px;
    position: absolute;
    left: 0;
    height: 4px;
    bottom: -9px;
    background: #303032;
}
.blogR {
    width: 33.33%;
    float: right;
    padding: 35px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.clearfix {
    clear: both;
}
#homepage_car_accidents p:nth-child(2) {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}
.about-area {
    z-index: 10;
    position: relative;
    background: #fff;
}
.about-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/pattern-bg.png) repeat right 0;
    background-attachment: fixed;
    z-index: -10;
    top: 0;
    background-repeat: no-repeat;
}
.section-title h2 {
    font-size: 34px;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.section-title p {
    margin-bottom: 60px;
    font-size: 16px;
}
.practice-area.practice-style-1 h2 {
    color: #000;
}
.section-title h2::before {
    content: "";
    position: absolute;
    left: 48%;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #303032;
}
#homepage_slider .captiontext h1 {
  text-shadow: 0px 0px 3px #000;
font-size: 56px;
padding: 0px 0;
margin: 0;
line-height: 1.156;
}
#homepage_slider .captiontext p,
#homepage_slider .captiontext span {
    display: block;
font-weight: 500;
font-size: 21px!important;
margin-top: 16px;
font-family: Lato, sans-serif;
line-height: 1.6!important;
text-transform: none;
text-shadow: 0px 0px 6px #000, 0px 0px 6px #000;
}
#homepage_slider h1 span {
   display: block;
font-weight: 500;
font-size: 21px;
margin-top: 16px;
font-family: Lato, sans-serif;
line-height: 1.6;
text-transform: none;
text-shadow: 0px 0px 6px #000, 0px 0px 6px #000;
}
#homepage_slider h1::after {
   border: 3px solid #888c8f;
bottom: 0;
/*content: "";*/
left: 0;
position: absolute;
width: 100%;
height: 100%;
content: none;
}
.text-center {
    text-align: center !important;
}
@media screen and (max-width: 1680px) {
    /*.hom-inner {
        top: 12%;
    }
    #homepage_slider h1 {
        margin-bottom:0;
    }*/
        #homepage_slider {
         /*   padding: 21% 0;*/
        }
}
@media screen and (max-width: 1400px) {
    .hom-inner {
    
    }
    .tourLst {
        margin:0 auto;
        margin-left: -15px;
    }
    .container_innerfirst {
        max-width: 1150px;
    }
    .header_inner {
        max-width: 1180px;
        padding: 0 15px;
    }
    body.large .container_inner {
        width: 1180px;
    }
    .container {
        max-width: 1180px;
        padding: 0 15px;
    }
    .container > .row {
        margin: 0;
    }
}
@media screen and (max-width: 1360px) { 
    .testimonial-img img {
        object-fit: contain;
    }
}
@media screen and (max-width: 1240px) {
    .container_innerfirst {
    max-width: none;
    width: 91%;
    flex-direction: row;
}
    .header_inner {
        max-width: 94%;
        padding: 0 15px;
    }
    #mobile-nav {
        background: #000;
        top: 102px;
    }
    #mobile-nav ul {
        background: #000;
    }
    #mobile-nav ul.sub-menu {
        background: #fff;
    }
    #mobile-nav ul.sub-menu li a {
        color: #000;
    }
    #mobile-nav ul li a {
        color: #fff;
    }
    .ct-inner h2 {
        font-size: 21px;
    }
    .iptD {
        width: 100%;
    }
    #homepage_video {
        padding: 50px 0 21px;
    }
    h2,
    h2 a {
        font-size: 31px;
    }
    #homepage_car_accidents {
        padding: 40px 0 40px;
    }
    .contact_form p {
        padding: 9px 10px;
        
    }
    .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,
    .frm_style_formidable-style.with_frm_style input[type="email"],
    .frm_style_formidable-style.with_frm_style input[type="file"],
    .frm_style_formidable-style.with_frm_style input[type="number"],
    .frm_style_formidable-style.with_frm_style input[type="password"],
    .frm_style_formidable-style.with_frm_style input[type="search"],
    .frm_style_formidable-style.with_frm_style input[type="tel"],
    .frm_style_formidable-style.with_frm_style input[type="text"],
    .frm_style_formidable-style.with_frm_style input[type="url"],
    .frm_style_formidable-style.with_frm_style select {
        height: 36px;
       
    }
    .link_arrow {
        border: none;
    }
    .practice_area_blocks .column_inner {
        padding: 14px 60px 90px 20px !important;
        min-height: 280px;
    }
    .practice_area_blocks_header {
        margin-bottom: 11px;
    }
    .formidable_submit.frm_button_submit {
        font-size: 18px !important;
        padding: 9px 5px !important;
    }
    .practice-area.practice-style-1 .service-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .service-icon .fa {
        font-size: 22px;
    }
    .section-title h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .practice-area.practice-style-1 .service-text h3 {
        font-size: 19px;
    }
    .header_right .head-menu ul li a {
        padding: 33px 11px;
    }
    body.large .container_inner {
        width: 94%;
    }
    .container {
        max-width: 94%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 991px) {
    #homepage_slider h1 {
        display: none;
    }
    .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,
    .frm_style_formidable-style.with_frm_style input[type="email"],
    .frm_style_formidable-style.with_frm_style input[type="file"],
    .frm_style_formidable-style.with_frm_style input[type="number"],
    .frm_style_formidable-style.with_frm_style input[type="password"],
    .frm_style_formidable-style.with_frm_style input[type="search"],
    .frm_style_formidable-style.with_frm_style input[type="tel"],
    .frm_style_formidable-style.with_frm_style input[type="text"],
    .frm_style_formidable-style.with_frm_style input[type="url"],
    .frm_style_formidable-style.with_frm_style select {
        height: 32px;
    }
    .formidable_submit.frm_button_submit {
        font-size: 15px !important;
        padding: 6px 5px !important;
    }
    textarea.for_form {
        padding: 6px 9px !important;
        font-size: 11px !important;
    }
    .contact_form p {
        padding: 5px 10px;
    }
    #homepage_slider .caption {
        margin-top: 20px;
    }
    .textwidget.custom-html-widget {
       padding-top: 0;
padding-bottom: 3px;
font-weight: 400;
    }
    .header_mobile_phone a {
        font-weight: 500;
        letter-spacing: 0.03em;
    }
    #homepage_car_accidents .column1,
    #homepage_car_accidents .column2 {
        margin: 0 0.41% 0.82%;
    }
    .header_right {
        margin-top: 45px;
    }
    #homepage_car_accidents h2 {
        text-align: center;
    }
    .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-9 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .serviceContent img {
        width: 240px;
        height: auto;
    }
    .p-left {
        width: 40%;
    }
    .p-right {
        width: 53%;
    }
    .blogR {
        padding: 30px 20px;
    }
    .excerpt h1 {
        font-size: 19px;
    }
    .two_columns_66_33.grid2 > .column2 > .column_inner {
        padding: 0 20px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .xdsoft_datetimepicker .xdsoft_datepicker {
        width:223px!important;
        margin-left:3px;
    }
    .tourLst li {
        flex:0 0 50%;
    }
    .tourLst li:nth-child(3n) {
        padding-right:15px;
    }
    .xdsoft_datetimepicker {
        z-index:10!important;
    }
    .xdsoft_datetimepicker .xdsoft_datepicker {
        margin-left:auto!important;
    }
    .xdsoft_datetimepicker {
        padding:3px!important;
    }
    .xdsoft_datetimepicker .xdsoft_timepicker {
        width:49px!important;
        margin-left:3px!important;
    }
    .xdsoft_noselect {
        
        left:auto!important;
        right:17px!important;
    }
    .xdsoft_datetimepicker .xdsoft_calendar table {
        font-size:12px;
    }
    .xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
        width:12%;
    }
    .itemScontainer.yes .itemS {
        width: 100%;
    }
    aside .widget ul {
        margin:20px 0 22px 0px;
    }
    aside .widget ul li:before {
        left: 3px;
    }
    aside .widget ul li {
        padding-left: 19px;
    }
    #homepage_slider .captiontext h1 {
        display: block;
        margin-top: 40px; font-size: 26px;
    }
    #homepage_slider h1 {
        font-size: 26px;
        display: block!important;
    }
    .cti {
        width: 100%;
    }
    .container_innerfirst {
        flex-direction: column-reverse;
    }
    #homepage_slider .captiontext p {
        display: none;
    }
    .imageI {
        min-height: 0;
    }
    .bx-text {
        max-width: none;
    }
    .bx-text label {
        flex:0 0 27%;
    }
    .tourLst li {

    }
    .journeyUl {
        flex-direction: column;
    }
    .journeyUl li::after {
        transform: rotate(90deg);
left: 46%;
top: auto;
right: auto;
bottom: 0;
    }
    .rows .col-sm-7 {
        flex:0 0 100%;
        padding: 0;
        max-width: 100%;
    }
    .rows .col-sm-5 {
        flex:0 0 100%;
        padding: 0;
        max-width: 100%;
    }
    .lpDiv fieldset .col6 {
        width: 100%;
    }
    .lpDiv legend {
        font-size: 14px;
    }
    .journeyUl li {
        padding-bottom: 28px;
    }
    .journeyUl li:last-child {
        padding-bottom: 0;
    }
    .bcul li .imRow {
        flex-direction: column;
    }
    #homepage_slider .caption {
        flex:0 0 100%;
    }
    #mobile-nav ul li {
        margin: 0 28px;
    }
    #mobile-nav ul li a {
        color: #fff!important;
    }
    #mobile-nav ul {
        padding-top: 20px;
    }

    .bcul li {
        flex:0 0 100%;
        margin-left: 0;
    }
    .header_mobile_phone .container {
        padding: 0 15px;
    }
    .header_right {
        margin-top: 15px;
    }
    .fieldSet {
        padding: 24px 13px;
    }
    .radioS li label {
        line-height: 1.2;
        font-size: 13px;
    }
    .fielsetTitle {
        padding: 24px 13px;
    }
    .itemS .image {
        height: 130px;
    }
    .contact_form p {
        display: none;
    }
    .ct-inner h2 {
        font-size: 1.1em;
    }
    .contacttSRight {
        width: 100%;
        float: none;
    }
    .formC {
        padding: 10px 10px 30px;
    }
    .contacttSRight h2 {
        font-size: 1.1em;
    }
    .ct-inner p {
        font-size: 14px;
    }
    .fielsetTitle h3 {
        font-size: 1.1em;
    }
    .excerpt h1,
    h1 {
        font-size: 1.1em;
        line-height: 1.2;
    }
    .intenalPage {
        margin-top: 0px;
    }
    .blog_single_text_holder h2 {
        font-size: 1.2em;
        line-height: 1.3;
    }
    .blogR {
        width: 100%;
        float: none;
    }
    .contacttSLeft {
        width: 100%;
        float: none;
        margin-right: auto;
    }
    .blog_single_text_holder .text {
        padding: 35px 17px;
    }
    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .blgList {
        width: 100%;
        float: none;
    }
    .blog_holder .post_text_inner h4 a {
        font-size: 0.7em;
        font-weight: 500;
    }
    .p-right {
        width: 100%;
    }
    .p-left {
        margin-bottom: 30px;
        width: 100%;
        float: none;
    }
    .prightheading h4 {
        font-size: 13px;
    }
    .prightheading {
        margin-bottom: 18px;
    }
    .prightheading h3 {
        font-size: 17px;
    }
    .has-box-shadow-overlay img {
        width: 100%;
        height: auto;
    }
    .serviceContent img {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
    }
    .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .testimonial-area.testimonial-area2 {
        padding-top: 2px;
    }
    .social-newsletter-section .newsletter button {
        width: auto;
        font-size: 14px;
    }
    .social-newsletter-section .newsletter input {
        font-size: 13px;
        padding: 6px 80px 6px 9px;
    }
    .slide-item p {
        padding: 20px 0 30px 43px;
    }
    .footer_top img {
        width: 110px;
    }
    .newsletter h3 {
        margin-bottom: 20px;
        font-size: 19px;
    }
    .testimonial-img {
        display: none;
    }
    .img-content h4 {
        font-size: 14px;
    }
    .img-content span {
        font-size: 12px;
    }
    h2,
    h2 a {
        font-size: 1.3em;
    }
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-7 {
        flex: 0 0 100%;
        padding: 0;
        max-width: 100%;
        margin-left: 0;
    }
    .testimonial-text {
        padding-top: 20px;
    }
    .about-area.about-area2.section-padding {
        margin-bottom: 39px;
    }
    .testimonial-img img {
        height: 160px;
    }
    .header_left {
        width: 135px;
    }
    span.date {
        font-size: 12px;
    }
    .itemS h3 a {
        font-size: 14px;
        line-height: 1.4;
    }
    #homepage_slider {
        background-size: auto;
    }
    .header_inner::before {
        content: none;
    }
    .header_left {
        margin-top: 6px;
    }
    .header_mobile_phone {
        z-index: 10000;
        top: 74px;
    }
    #homepage_slider {
        padding-top: 0 !important;
        min-height: 290px;
        margin-top: 100px;
    }
    .formidable_submit.frm_button_submit {
        font-size: 16px !important;
        padding: 16px 0 !important;
    }
    .content {
        margin-top: 30px;
    }
    .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,
    .frm_style_formidable-style.with_frm_style input[type="email"],
    .frm_style_formidable-style.with_frm_style input[type="file"],
    .frm_style_formidable-style.with_frm_style input[type="number"],
    .frm_style_formidable-style.with_frm_style input[type="password"],
    .frm_style_formidable-style.with_frm_style input[type="search"],
    .frm_style_formidable-style.with_frm_style input[type="tel"],
    .frm_style_formidable-style.with_frm_style input[type="text"],
    .frm_style_formidable-style.with_frm_style input[type="url"],
    .frm_style_formidable-style.with_frm_style select {
        height: 36px;
    }
    header {
        height: 102px;
    }
    .caption h1 {
        display: none;
    }
    .col-lg-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .about-area.about-area2 .about-title .img-holder {
        max-width: none;
        width: 100%;
        margin: 0 auto 20px;
    }
    body p,
    p {
        font-size: 15px;
    }
    #homepage_car_accidents {
        padding: 30px 0 2px;
        margin-bottom: 0;
    }
    #homepage_video {
        padding-top: 30px;
    }
    .s-title h3 {
        font-size: 1.3em;
    }
    .slider {
        padding: 30px 0;
    }
    .s-title h3::before {
        transform: translateX(-50%);
    }
    button.slick-prev,
    button.slick-prev:hover {
        left: 0;
    }
    button.slick-next,
    button.slick-next:hover {
        right: 0;
    }
    #homepage_car_accidents h2 {
        text-align: center;
        font-size: 1.3em;
    }
    .testimonial-text {
        padding: 30px 40px;
    }
    #homepage_car_accidents .column1,
    #homepage_car_accidents .column2 {
        margin-bottom: 10px;
        background-size: cover;
    }
    .practice_area_blocks_header {
        font-size: 1.1em;
    }
    .practice_area_blocks ul li {
        font-size: 0.8em;
    }
    h3 {
        font-size: 1.3em;
    }
    .cml {
        margin-bottom: 10px;
    }
    .container {
        width: 94%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 450px) {
    .longDv::before {
        top: auto;
left: 50%;
transform: translate(-37%,-58%);
font-size: 50px;
    }
    .longText {
        padding-top: 45px;
    }
    .bannerRent .container {
        padding-bottom: 32px;
    }
     .tourLst li {
        flex:0 0 100%;  
        padding: 0; 
    }
    .tourLst {
        margin:0 auto;
    }
    .tourLst li:nth-child(3n) {
        padding-right: 0px;
    }
    .longText a {
        font-size: 17px;
    }
    .longText em {
        font-size: 14px;
    }
    .bcul li p i {
        display: block;
    }
    .bcul li p span {
        font-size: 10px;
    }
    .journeyUl li {
        padding-bottom: 0;
    }
    .titleCar::before {
        width: 20px;
    }
    .titleCar::after {
        width: 20px;
    }
    .titleCar {
        font-size: 16px;
    }
    .journeyDetail .container .col-sm-12 {
        padding: 0;
    }
    .journeyUl li:nth-child(3) {
        margin-bottom: 20px;        
    }
    .journeyUl li:nth-child(4) {
        margin-bottom: 20px;        
    }
    .bcul li h2 {
        font-size: 17px;
    }
    .longText {
        font-size: 14px;
    }
}
@media screen and (max-width:667px) {
    .practice_area_blocks .column1, .practice_area_blocks .column2, .practice_area_blocks .column3 {width:100%;}
    
}











/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px!important; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px!important; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px!important; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px!important; }
}



