body {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 25px;
}

#myBbbtm {
    position: fixed;
    right: 12px;
    margin-top: 345px;
    z-index: 11;
    cursor: pointer;
    margin-right: -12px;
    animation: top_btm 2s infinite alternate;
}

button#myBbbtm {
    padding: 0px !important;
    border-color: #ff000000;
}

button#myBbbtn {
    padding: 0px !important;
    border-color: #ff000000;
}

#myBbbtn {
    position: fixed;
    right: -49px;
    top: 347px;
    z-index: 11;
    cursor: pointer;
    animation: top_btm 2s infinite alternate;
}

#myBbbtn:hover {
    background-color: #555;
}

.form_bg #truck_type {
    background: url(../images/truck-icon.png) 10px center no-repeat #fff !important;
    width: 100%;
    display: inherit;
    height: 50px;
    font-size: 16px;
    color: #555;
    border-radius: 0;
    padding-left: 40px;
}

.form_bg #truck_type_col .dropdown {
    position: absolute !important;
    top: 0;
    width: 100%;
}

#truck_list {
    max-height: 348px;
    overflow-y: auto;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    z-index: 2;
}

/*.baaan{background: url(../images/tezz_Banner_1.jpg);
    background-size: cover;
width: 100%;}*/
.baaan {
    background: url(../images/pattern.png), linear-gradient(45deg, #354261, #493a10);
}

/*===========================================================*/
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #da0134;
}

.clro {
    color: red;
}

.navbg2 {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.netbg {
    background: #181818;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #3f3f3f solid 2px;
}

/*=========================================================*/
* {
    font-family: 'Muli', sans-serif;
}

p {
    color: #707070;
}

a:hover {
    text-decoration: none;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

.form-control:focus {
    box-shadow: none;
}

/*--------preloader css start--------*/
#mv_preloader_wrapper {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

#mv_preloader_wrapper #mv_preloader_box {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-cube-grid {
    width: 80px;
    height: 80px;
}

.categoryheader .mkdir {
    background-image: url(../images/newcategorycartbackground.jpg);
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #da0134;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*--------preloader css end--------*/
/*----------top header start---------*/
.mv_topheader {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    backface-visibility: hidden;
    background: linear-gradient(270deg, #7d879e, #ffffff 50%);
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}

.mv_logo {
    float: left;
    width: 100%;
    padding: 22px 0 0;
}

.mv_logo a {
    display: inline-block;
}

.mv_menu {
    float: left;
    width: 100%;
    text-align: center;
    padding: 23px 0 16px;
    position: relative;
}

.mv_menu .navbar-nav {
    float: none;
    width: auto;
    display: inline-block;
}

.mv_menu .navbar-nav li {
    margin-left: 10px;
}

.mv_menu .navbar-nav a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
    padding: 10px;
}

.mv_menu .navbar-nav li:hover a,
.mv_menu .navbar-nav li a.active,
.mv_menu .navbar-nav li a:focus {
    background: #19b5e4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mv_search_wrapper {
    display: inline-block;
    float: right;
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 1;
}

.mv_search_icon {
    display: block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-left: 0px;
}

.mv_search_icon i:before {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.mv_search_form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 48px;
    width: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mv_menu #bs-example-navbar-collapse-1 {
    position: relative;
}

.mv_search_form .mv_search {
    background-color: transparent;
    border: none;
    height: 45px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
}

.mv_search_wrapper.open_form .mv_search {
    padding-right: 20px;
    background: #da0134;
    border-radius: 50px 0px 0px 50px;
}

.mv_search_form input::-webkit-input-placeholder {
    color: #fff !important;
}

.mv_search_form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.mv_search_form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.mv_search_form input:-ms-input-placeholder {
    color: #fff !important;
}

.mv_search_wrapper.open_form .mv_search_form {
    width: 100%;
    z-index: 1;
}

.mv_search_icon span {
    width: 14px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    display: inline-block;
    line-height: 14px;
}

.mv_search_icon span:after {
    content: '';
    position: absolute;
    padding: 4px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 1000px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    top: 0;
    left: 0;
    background: transparent;
}

.mv_search_icon span:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    left: 87%;
    width: 10px;
    bottom: calc(50% - 2px);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.mv_search_wrapper.open_form .mv_search_icon {
    background-color: #da0134;
    border-radius: 0px 50px 50px 0px;
}

.mv_search_wrapper.open_form .mv_search_icon span:before {
    left: 0%;
    bottom: calc(50% - 2px);
    border-radius: 0;
    border-bottom: 2px solid #fff;
    width: 15px;
}

.mv_search_wrapper.open_form .mv_search_icon span:after {
    padding: calc(2px) calc(2em - 2px);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    top: calc(50% - (-1px));
    border-radius: 0;
    width: 103%;
    height: 1px;
    padding: 0;
    border-width: 1px;
}

.darkHeader {
    background: #da0134;
    transition: 0.5s;
    border: none;
}

/*----------top header end---------*/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    top: 22%;
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    top: 22%;
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    top: 29%;
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    top: 29%;
    right: 0;
}

/* Model Two css */
.mv_model_btn.mv_model_quote {
    position: relative;
}

.mp_model.mp_model_two .modal-header {
    padding: 32px 30px 28px;
}

.mv_model_btn.mv_model_quote a.call_back {
    left: -48px;
    font-size: 14px;
    width: 106px;
    height: 39px;
    line-height: 47px;
    transform: rotate(-90deg);
    text-decoration: none;
}

.mv_model_btn.mv_model_quote a.call_back:after {
    position: fixed;
    content: "";
    width: 11px;
    border-top: solid 10px #ff000000;
    border-right: solid 10px rgb(0 0 255 / 0%);
    border-left: solid 10px rgba(0, 0, 255, 0);
    border-bottom: solid 10px rgba(0, 0, 255, 0);
    top: 39px;
    left: 44px;
}

.mp_model i.fa.fa-phone {
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 102px;
    background: #da0134;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
}

.mp_model_two .mp_login .form-group {
    display: flex;
    align-items: center;
}

.mp_model_two .mp_login label {
    width: 80px;
    font-weight: 400;
}

.mp_login label i {
    margin-right: 10px;
    color: #da0134;
}

.mp_login .form-control:focus {
    box-shadow: none;
}

/* Model css */
.mv_model_btn a.call_back,
.mv_model_btn a:focus {
    position: fixed;
    right: 0;
    top: 430px;
    z-index: 11;
    color: #000;
    font-size: 26px;
    background: #de7011;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    /* border-radius: 100px; */
    cursor: pointer;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%), 0px 2px 5px rgb(0 0 0 / 2%);
    animation: top_btm 2s infinite alternate;
}

@keyframes top_btm {
    0% {
        top: 230px;
    }

    100% {
        top: 250px;
    }
}


.mp_model .modal-content {
    background-color: #ffffff;
}

.mp_model .modal-header {
    padding: 52px 30px 28px;
}

.mp_model .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #a6a6a6;
    opacity: 1;
}

.mp_model h4.modal-title {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #da0134;
}

.mp_login {
    padding: 0px 19px 6px;
}

.mp_login input.form-control {
    height: 50px;
    margin: auto;
    border-radius: 3px;
    padding: 0 20px;
    color: #222222;
    border: 1px solid #eee;
    box-shadow: none;
}

.mp_model_two .mp_login input.form-control {
    width: calc(100% - 80px);
}

.mp_login button {
    border: none;
}

.mp_login button:focus {
    outline: none;
}

/* Model css */
/*---------main slider start----------*/
.mv_bindsection {
    float: left;
    width: 100%;
}

.mv_mainslider {
    float: left;
    width: 100%;
    background-image: url(../images/img/homebanner.jpg);
    padding: 200px 15px;
    background-size: cover;
}

.mv_sliderdata .container {
    background: rgb(0 0 0 / 50%);
    padding: 40px 40px 50px;
    text-align: left;
}

.mv_sliderdata_inner h2 {
    float: left;
    width: 80%;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.mv_sliderdata_inner h2 span {
    color: #da0134;
}

.mv_sliderdata_inner p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
}

.mv_sliderdata_inner h4 {
    font-size: 20px;
    color: #fff;
}

.mv_sliderdata .banner_sec {
    display: flex;
}

.mv_sliderdata .banner_sec_head {
    border: 1px solid #fff;
    padding: 20px;
    background: rgba(74, 74, 74, 0.28);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_sliderdata .banner_sec_head:hover {
    border: 1px solid #da0134;
}

.mv_sliderdata .banner_sec2 {
    clear: both;
    padding-top: 100px;
    padding-bottom: 50px;
}

.banner_sec2 {
    width: 100%;
    float: left;
    background: url(../images/pattern.png), #730a0a;
    padding: 50px 0;
}

.banner_sec_head {
    border: dashed 1px #ffffff;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    transition: 0.3s;
    transform: translateY(0);
}

.banner_sec_head:hover {
    transform: translateY(5px);
}

.banner_sec1 img {
    margin: auto;
}

.banner_sec1 p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}

.banner_sec_head p {
    color: #ffffff;
}

.mv_sliderdata .banner_sec_head p {
    color: #fff;
    margin: 0;
}

.mv_sliderdata .banner_sec1 p {
    color: #fff;
    font-size: 20px;
    padding: 12px 15px 12px 30px;
    font-weight: 600;
    margin: 0;
}

.mv_btn,
.mv_btn:focus {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    text-decoration: none;
    color: #fff;
    background: #c64646;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.9px;
    border: none;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    text-align: center;
}

.mv_btn:hover {
    background: #313131;
    color: #ffffff;
}


/*---------main slider end----------*/

/*-----------wrapper start-------*/
.mv_banner_section {
    background: url(../images/pattern.png), #102067;
    padding-bottom: 50px;
}

.mv_banner_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    /*padding-top: 80px;*/
}

.wrapper_sec1 img {
    margin: auto;
}

.wrapper_sec1 h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 35px;
    position: relative;
    color: #da0134;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapper_sec1 {
    background-color: #f5ccd6;
    padding: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapper_sec1::after {
    background: #da0134 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100px;
    position: absolute;
    right: 14px;
    transition: all 0.3s ease 0s;
    width: 2px;
}

.wrapper_sec1::before {
    background: #da0134 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2px;
    position: absolute;
    right: 14px;
    transition: all 0.3s ease 0s;
    width: 100px;
}

.wrapper_sec1:hover h2 {
    color: #000;
}

.wrapper_sec1 p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.wrapper_sec1 img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapper_sec1:hover img {
    transform: rotateY(180deg);
}

/*-----------wrapper end-------*/

/*-----------about section start-------*/
.mv_lightgray_wrapper {
    float: left;
    width: 100%;
    padding: 26px 0 30px;
    background-color: #f5f5f5;
}

.mv_page_heading {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.mv_page_heading span {
    display: inline-block;
    width: auto;
    animation: mover 2s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(40px);
    }
}

.mv_page_heading h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0px;
    color: #da0134;
    position: relative;
    margin-top: -11px;
    text-transform: capitalize;
}

.mv_page_heading p {
    float: left;
    width: 100%;
    padding: 0px 30px;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}

.mv_aboutus2 img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_aboutus2 {
    z-index: 5;
    position: relative;
    margin-bottom: 50px;
}

.mv_aboutus2:after {
    position: absolute;
    content: "";
    top: -41px;
    width: 100%;
    border: solid 21px rgb(218 1 52 / 43%);
    height: 100%;
    right: -39px;
    z-index: -1;
}

.mv_aboutus1 h2 {
    font-size: 45px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.mv_aboutus1 h2 span,
.mv_aboutus1 h4 span {
    color: #da0134;
}

.mv_aboutus1 h4 {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.mv_lightgray_wrapper .mv_page_heading p.m_b_5 {
    margin-bottom: 36px;
}

/*-----------about section end-------*/
/*-----------best service start-------*/
.mv_transparent_wrapper {
    float: left;
    width: 100%;
    padding: 30px 0 80px;
    position: relative;
}

.mv_transparent_wrapper.our_reasons {
    padding: 30px 0 45px;
}

.mv_best_service {
    position: relative;
    background-color: whitesmoke;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    margin: 25px 10px 35px;
}

.mv_best_service .mv_bestservice_icon svg {
    transform: translate(-4px);
}

.mv_best_service .mv_bestservice_icon {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    background: #da0134;
    text-align: center;
    border-radius: 5px;
    border: dashed #fff 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_best_service:hover .mv_bestservice_icon {
    transform: rotate(360deg);
}

.mv_best_service .mv_bestservice_icon span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 85px;
    text-align: center;
}

.mv_best_service_content {
    background-color: #f5ccd6;
    padding: 60px 30px 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_best_service_content h3 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    padding-bottom: 15px;
    color: #313131;
}

.mv_best_service_content p {
    margin: 0;
}

.mv_best_service:hover .mv_bestservice_icon {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.mv_best_service_content:hover {
    box-shadow: 0px 20px 30px 0px rgb(230 230 230);
    -webkit-box-shadow: 0px 20px 30px 0px rgb(230 230 230);
    -moz-box-shadow: 0px 20px 30px 0px rgb(230 230 230);
    -ms-box-shadow: 0px 20px 30px 0px rgb(230 230 230);
    -o-box-shadow: 0px 20px 30px 0px rgb(230 230 230);
}

/*-----------best service end-------*/
/*---------team section start--------*/
.mv_teamdiv {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 50px;
}

.mv_member_img {
    float: left;
    width: 100%;
    position: relative;
}

.mv_member_img:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.4588235294117647);
    width: 100%;
    height: 100%;
    top: -243px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mv_teamdiv:hover .mv_member_img:after {
    top: 0px;
    opacity: 1;
    visibility: visible;
    background: #580317d6;
}

.mv_member_data {
    float: left;
    width: 100%;
    padding: 20px;
    background: #da0134;
    position: relative;
}

.mv_member_data h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_member_data p {
    float: left;
    width: 100%;
    margin: 0;
    color: #ffffff;
}

.moverspackers-team-social {
    margin: 0px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 111;
}

.mv_teamdiv:hover .moverspackers-team-social {
    top: -125px;
    left: 6px;
    opacity: 1;
    visibility: visible;
}

.mv_teamdiv:hover .moverspackers-team-social li:first-child {
    -webkit-animation: bounceInDown .2s;
    animation: bounceInDown .2s;
}

.mv_teamdiv:hover .moverspackers-team-social li:nth-child(2) {
    -webkit-animation: bounceInDown .4s;
    animation: bounceInDown .4s;
}

.mv_teamdiv:hover .moverspackers-team-social li:nth-child(3) {
    -webkit-animation: bounceInDown .6s;
    animation: bounceInDown .6s;
}

.mv_teamdiv:hover .moverspackers-team-social li:nth-child(4) {
    -webkit-animation: bounceInDown .8s;
    animation: bounceInDown .8s;
}

.moverspackers-team-social li {
    margin: 0px 4px 0px 0px;
    list-style: none;
    display: inline-block;
}

.moverspackers-team-social li a {
    font-size: 30px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.moverspackers-team-social li a:hover {
    color: #da0134;
}

/*---------team section end--------*/
/*--------service section start--------*/
.mv_services_div {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: solid 3px rgb(218 1 52 / 12%);
    padding: 15px 0;
    border-radius: 3px;
    transform: translateX(0px);
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mb_3 {
    margin-bottom: 30px;
}

.mv_services_div:hover {
    transform: translateX(5px);
}

.mv_service_img img {
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_service_img {
    overflow: hidden;
}

.mv_service_content h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.mv_service_content p {
    margin-bottom: 13px;
}

.mv_service_content a {
    font-weight: 600;
    color: #da0134;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_services_div:hover .mv_service_content a {
    color: #da0134;
}

/*--------service section end--------*/

/*--------live traking section--------*/
.mv_checkout_box {
    border: solid 1px #f5f5f5;
    padding: 46px 50px 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.mv_white_progress {
    margin: 0 10px;
}

.mv_white_progress ul {
    padding: 0;
}

.mv_white_progress .progress_active .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.31) 25%, #00000000 25%, #00000000 50%, rgba(255, 255, 255, 0.31) 50%, rgba(255, 255, 255, 0.31) 75%, transparent 75%, transparent);
}

.mv_white_progress .progress_active .progress-bar {
    background-color: #da0134;
}

.mv_white_progress ul li {
    display: inline-block;
    width: 33%;
    position: relative;
}

.mv_white_progress .progress-bar {
    background-color: #f5f5f5;
}

.mv_white_progress .progress {
    height: 7px;
    position: relative;
    overflow: visible;
    margin-bottom: 0;
}

.mv_white_progress .progress-bar-striped {
    background-image: none;
}

.mv_white_progress .progress-bar:after,
.mv_white_progress ul li:last-child:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #da0134;
    border-radius: 100%;
    top: 49%;
    left: -6px;
    transform: translate(0px, -50%);
    z-index: 0;
}

.mv_white_progress .progress-bar:before,
.mv_white_progress ul li:last-child:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 100%;
    top: 49%;
    left: 0;
    transform: translate(0px, -50%);
    z-index: 1;
}

.mv_white_progress ul li:last-child:before {
    left: auto;
    right: -1px;
    z-index: 1;
}

.mv_white_progress ul li:last-child:after {
    left: auto;
    right: 5px;
    z-index: 2;
}

.mv_white_progress ul li span {
    position: absolute;
    left: -20px;
    bottom: -60px;
    color: #222222;
    font-size: 18px;
    text-transform: capitalize;
}

.mv_white_progress ul li span.pro_confirm {
    right: 0;
    left: auto;
}

.mv_white_progress ul li:first-child span {
    left: -5px;
}

.fd_review_wrapper {
    margin-top: 100px;
}

.form_block .form_field {
    height: 50px;
    width: 100%;
    padding: 0px 15px;
    border: 1px solid #ebebeb;
    outline: none;
    margin-bottom: 30px;
    border-radius: 3px;
}

.radiogroup p {
    margin: 0 0 10px;
    border-bottom: solid 2px #da0134;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 600;
}

.radiogroup ul {
    padding: 0;
    margin: 10px 0 0;
}

.radiogroup ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.radiogroup span {
    vertical-align: middle;
    margin-right: 5px;
}

.radiogroup span i {
    font-size: 18px;
    color: #da0134;
}

/*--------live traking section--------*/
/*----------process section start------*/
.mv_process_innerdiv {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.mv_numberdiv {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #da0134;
    color: #da0134;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_process_innerdiv:hover .mv_numberdiv {
    background: #da0134;
    color: #fff;
    border: dashed 1px;
}

.mv_process_innerdiv span {
    display: inline-block;
    height: 90px;
    line-height: 130px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_process_innerdiv span svg {
    fill: #da0134;
}

.mv_process_innerdiv .mn_no1 img {
    position: absolute;
    top: 30px;
    right: -20px;
    width: 209px;
    transform: rotate(10deg);
}

.mv_process_innerdiv .mn_no2 img {
    position: absolute;
    top: 84px;
    right: -20px;
    width: 209px;
    transform: rotate(-10deg);
}

.mv_numberdiv.mn_no2 {
    margin-top: 70px;
}

.mv_process_innerdiv h3 {
    color: #333;
    display: inline-block;
    padding-top: 24px;
    padding-left: 15px;
    font-size: 20px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mv_process_innerdiv p {
    margin-bottom: 0;
}

.mv_process_innerdiv .mv_sec_bg {
    padding: 0px 20px 0 0;
    text-align: left;
}

/*----------process section end------*/
/*-----------testimonial start--------*/
.mv_testimonial_wrapper {
    float: left;
    width: 100%;
    padding: 30px 0px 80px;
    background-color: #fff;
}

.mv_testimonial_slider {
    float: left;
    width: 100%;
}

.mv_testimonial_content {
    float: left;
    width: 100%;
    background-color: #a4c1f396;
    padding: 30px;
    border-radius: 0 50px;
}

.test_bottom1 {
    flex: 50%;
}

.mv_testimonial_content p.test_para:after {
    content: '\201C';
    color: #730a0a;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 60px;
    font-family: georgia;
}

.mv_testimonial_content .test_bottom p {
    margin: 0;
    font-size: 15px;
    color: #313131;
}

.mv_testimonial_content .test_bottom {
    float: left;
    width: 100%;
    text-align: center;
}

.mv_testimonial_content h4 {
    padding: 10px 0 5px;
    font-size: 18px;
    color: #730a0a;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.mv_testimonial_slider .owl-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}

.mv_testimonial_slider .owl-controls .owl-prev,
.mv_testimonial_slider .owl-controls .owl-next {
    display: none;
}

.mv_testimonial_slider .owl-controls .owl-prev {
    left: 0;
}

.mv_testimonial_slider .owl-controls .owl-next {
    right: 0;
}

.mv_testimonial_content .test_bottom img {
    width: 100px;
    border-radius: 10px;
    margin: 30px auto 0;
    object-fit: cover;
}

/*-----------testimonial end--------*/
/*--------free call section start---------*/

.mv_call_wrapper {
    background-color: #f5ccd6;
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0 40px;
}

.mv_delivery_man {
    position: absolute;
    top: 80px;
    left: -20px;
}

.mv_delivery_box {
    position: absolute;
    right: 50px;
    bottom: 80px;
}

.mv_freecall_wrapper h3 {
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 0;
}

.mv_freecall_wrapper p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.mv_freecall_wrapper span.mv_transparent_btn {
    margin-top: 20px;
}

.mv_freecall_wrapper .mv_transparent_btn {
    border: 1px solid #da0134;
    padding: 11px;
    color: #fff;
    display: inline-block;
    width: 342px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 36px;
}

.mv_freecall_wrapper .mv_contactdiv {
    font-size: 35px;
}

.mv_freecall_wrapper .mv_contactdiv a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mv_freecall_wrapper .mv_contactdiv a:hover {
    color: #da0134;
}

/*--------counter ss---------*/
.int_counter_procces {
    text-align: center;
}

.int_count2_box {
    margin-bottom: 30px;
}

.int_count2_box h1 {
    margin: 0 0 10px;
    font-weight: 600;
    color: #da0134;
    font-size: 30px;
}

.int_count2_box p {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    color: #313131;
    font-weight: 600;
}

.int_count2_box h5 {
    margin: 10px 0 0;
    text-transform: capitalize;
}

/*--------free call section end---------*/
/*--------blog section start--------*/
.mv_blogdiv {
    float: left;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mv_blogimg {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.mv_blogimg img {
    border-radius: 5px 5px 0px 0px;
}

.mv_date {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 60px;
    padding: 3px;
    border-bottom: solid;
    text-align: center;
    left: 25px;
    font-size: 16px;
    font-weight: 600;
    background: #da0134;
    text-transform: capitalize;
    color: #ffffff;
    z-index: 1;
}

.mv_date:after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
    border-bottom-color: #ffffff;
}

.mv_blogdata {
    float: left;
    width: 100%;
    padding: 20px;
    border-top: none;
    background: #f5f7f8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 0px 0px 5px 5px;
}

.mv_blogdata h3 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #444444;
    margin: 0;
    line-height: 28px;
    padding-bottom: 10px;
}

.mv_blogdata span {
    background: #da0134;
    padding: 6px 15px;
    color: #ffffff;
    display: inline-block;
    border-bottom: solid #313131;
    position: relative;
    margin-bottom: 10px;
}

.mv_blogdata span:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0px;
    border-top: 40px solid;
    border-right: 10px solid transparent;
    border-top-color: #da0134;
}

.mv_blogdata p {
    float: left;
    width: 100%;
    margin: 0;
    color: #999999;
    font-size: 18px;
    font-style: italic;
}

.mv_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.mv_overlay:before {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    top: -50%;
    border-radius: 5px 5px 0 0;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.mv_overlay:after {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: '';
}

.mv_overlay_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mv_overlay_icon a {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}

.mv_blogdiv:hover .mv_overlay_icon a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}

.mv_blogdiv.mv_overlay_icon a:hover,
.mv_blogdiv .mv_overlay_icon a:focus {
    outline: none;
    border: none;
    text-decoration: none;
}

.mv_blogdiv:hover .mv_overlay:after {
    left: 0;
    top: 50%;
}

.mv_blogdiv:hover .mv_overlay:before {
    left: 0;
    top: 0;
}

.mv_blogdiv:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.mv_blogdiv:hover .mv_blogdata {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/*--------blog section end--------*/
/*---------contact section start----------*/
.mv_lightgray_contact {
    background-color: #ffffff;
}

#real_map {
    display: block;
    width: 100%;
    height: 565px;
    border-radius: 5px 0px 0px 5px;
}

.mv_contact_form_div {
    float: left;
    width: 100%;
    padding: 50px;
    border-radius: 0px 5px 5px 0px;
}

.mv_contact_form_div h3 {
    float: left;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    padding-bottom: 30px;
    font-size: 30px;
}

.mv_contactform {
    float: left;
    width: 100%;
}

.mv_contactform .form-group {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.mv_contactform .form-group .form-control {
    height: 50px;
    margin: auto;
    border-radius: 3px;
    padding: 0 20px;
    color: #222222;
    border: 1px solid #eee;
    box-shadow: none;
}

.mv_contactform .form-group textarea.form-control {
    height: 140px;
    resize: none;
    padding: 15px 20px;
}

.mv_contactform .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.mv_contact_btndiv p {
    float: right;
    width: 100%;
    text-align: center;
    margin: -10;
    /*padding-top: 5px;*/
    color: #da0134;
}

.contact_bg {
    background-color: #f5f7f8;
    margin-bottom: 50px;
}

.real_map iframe {
    width: 100%;
}

/*---------contact section end----------*/
/*---------footer start--------*/
.mv_footer_wrapper {
    float: left;
    width: 100%;
    background: url(../images/pattern.png), linear-gradient(45deg, #021922, #332f28 90%);
    position: relative;
}

.mv_delivery_man_footer {
    position: absolute;
    top: 60px;
    right: 20px;
    transform: rotateY(180deg);
}

.mv_delivery_man_footer img {
    width: 70%;
}

.mv_footer_logo {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.mv_footer_social_link {
    float: left;
    width: 100%;
}

.mv_footer_social_link ul {
    display: flex;
    position: absolute;
    padding: 0;
    margin: 20px -10px 0px;
}

.mv_footer_social_link ul li {
    list-style: none;
}

.mv_footer_social_link ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #da0134;
    text-align: center;
    margin: 0 5px;
    display: block;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mv_footer_social_link ul li a .icon {
    position: relative;
    color: #ffffff;
    z-index: 3;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mv_footer_social_link ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.mv_footer_social_link ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mv_footer_social_link ul li a:hover:before {
    top: 0;
}

.mv_footer_social_link ul li:nth-child(1) a:before {
    background: #3b5999;
}

.mv_footer_social_link ul li:nth-child(2) a:before {
    background: #55acee;
}

.mv_footer_social_link ul li:nth-child(3) a:before {
    background: #0077b5;
}

.mv_footer_social_link ul li:nth-child(4) a:before {
    background: #dd4b39;
}

.mv_footerdiv,
.mv_footerdiv1 {
    float: left;
    width: 100%;
    padding: 80px 0 40px;
}

.mv_footerdiv h3 {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
}

.mv_footerdiv h3:after {
    background: #da0134;
    position: absolute;
    content: "";
    left: 0px;
    bottom: 3px;
    width: 70px;
    height: 1px;
    background-color: #da0134;
}

.mv_footerdiv h3:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 1px;
    background-color: #da0134;
}

.mv_footerdiv p,
.mv_footerdiv1 p {
    float: left;
    width: 100%;
    color: #fefefe;
    margin: 0;
}

.mv_footerdiv ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mv_footerdiv ul li {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 10px;
}

.mv_footerdiv ul li a {
    float: left;
    width: 100%;
    color: #fefefe;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mv_footerdiv ul li:hover a {
    color: white;
    font-size: 19px;
    font-weight: 600;
}

.mv_footerdiv p i,
.mv_footerdiv ul li a i {
    margin-right: 10px;
}

.mv_copyright {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid rgba(254, 254, 254, 0.1);
    text-align: center;
}

.mv_copyright p {
    float: left;
    width: 100%;
    margin: 0;
    color: #fefefe;
}

.mv_copyright p a {
    color: #ffffff;
    text-decoration: none;
}

/*---------footer end--------*/
/*-------responsive css start-----*/
@media (max-width: 1775px) {

    .mv_freecall_wrapper {
        z-index: 2;
        position: relative;
    }

    .mv_call_wrapper {
        position: relative;
    }

    .mv_delivery_man,
    .mv_delivery_box {
        display: none;
    }
}

@media (max-width: 1600px) {
    .owl-controls {
        display: none;
    }

    .mv_mainslider {
        padding: 32px 0px 0px;
    }

    /*.mv_banner_wrapper {
		margin-top: 80px;
	}*/
    .mv_delivery_man_footer {
        display: none;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .mv_sliderdata .banner_sec2 {
        padding-top: 35px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .mv_menu .navbar-nav li {
        margin-left: 5px;
    }

    .mv_menu .navbar-nav a {
        font-size: 16px;
    }

    .mv_sliderdata .banner_sec_head {
        padding: 10px;
    }

    .mv_sliderdata .banner_sec .banner_sec1 img {
        width: 50px;
    }

    .mv_sliderdata .banner_sec_head {
        padding: 10px;
    }

    .mv_sliderdata .banner_sec2 {
        padding-top: 30px;
    }

    .mv_sliderdata {
        top: 50%;
    }
}

@media (max-width: 1199px) {
    .mv_search_wrapper.open_form .mv_search_form {
        width: 95%;
    }

    .mv_call_wrapper:after {
        width: 100%;
        height: 95%;
    }

    .mv_sliderdata_inner h2 {
        font-size: 36px;
    }

    .mv_sliderdata .banner_sec .banner_sec1 img {
        width: 50px;
    }

    .mv_sliderdata .banner_sec_head {
        padding: 10px;
    }

    .mv_sliderdata .banner_sec2 {
        padding: 40px 0px 50px;
    }

    .mv_sliderdata {
        top: 60%;
    }

    .mv_sliderdata_inner p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .wrapper_sec1 {
        padding: 15px;
    }

    .wrapper_sec1 h2 {
        font-size: 14px;
    }

    .test_bottom1 {
        flex: 100%;
    }

    .mv_white_progress ul li {
        width: 32%;
    }

    .mv_transparent_wrapper .col-md-6:nth-child(2n + 1) {
        clear: both;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .mv_process_innerdiv .mn_no1 img,
    .mv_process_innerdiv .mn_no2 img {
        display: none;
    }

    .mv_menu .navbar-nav li:first-child {
        margin-left: 0;
    }

    .mv_menu .navbar-nav li {
        margin-left: 5px;
    }

    .mv_menu .navbar-nav a {
        font-size: 13px;
        padding: 10px 8px;
    }

    .mv_search_wrapper {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .mv_search_form .mv_search {
        height: 35px;
    }

    .mv_aboutus h2 {
        font-size: 19px;
    }

    .mv_services_div h3 {
        font-size: 18px;
    }

    .mv_process_innerdiv span {
        width: 30px;
        height: 100px;
        line-height: 135px;
    }

    .mv_process_innerdiv h3 {
        font-size: 18px;
    }


    .mv_best_service_content h3 {
        font-size: 17px;
    }

    .mv_best_service_content p {
        font-size: 14px;
        line-height: 22px;
    }

    .mv_member_data h3 {
        font-size: 18px;
    }

    .mv_blogdata h3 {
        font-size: 17px;
    }

    .mv_blogdata p {
        font-size: 16px;
    }

}

@media (max-width: 991px) {
    .mv_sliderdata .container {
        background: rgb(0 0 0 / 50%);
        padding: 80px 0 60px;
        text-align: center;
    }

    .mv_sliderdata_inner h2 {
        width: 100%;
    }

    .mv_teamdiv {
        margin-bottom: 30px;
    }

    .wrapper_sec1::after,
    .wrapper_sec1::before,
    .mv_aboutus2:after {
        display: none;
    }

    .mv_lightgray_wrapper .mv_page_heading p.m_b_5 {
        margin-bottom: 0px;
    }

    .mv_call_wrapper:after {
        height: 100%;
    }

    .mv_contact_form_div {
        padding: 30px;
    }

    .mv_contact_form_div {
        margin-top: 30px;
    }

    .mv_process_innerdiv .mn_no2 img {
        display: none;
    }

    .mv_aboutus2 {
        margin-top: 60px;
    }

    .mv_sliderdata {
        top: 90%;
    }

    .mv_footer_wrapper {
        padding-top: 40px;
    }

    .mv_banner_wrapper .wrapper_sec2 {
        border-right: 0px solid;
    }

    .wrapper_sec1 {
        margin-bottom: 30px;
    }

    .mv_footerdiv,
    .mv_footerdiv1 {
        padding: 0px 0 40px;
    }

    .mv_product_checkout {
        padding-bottom: 24px;
    }

    .mv_white_progress ul li {
        width: 32%;
    }

    .mv_transparent_wrapper.our_reasons {
        padding: 30px 0 15px;
    }

    .mv_best_service .mv_bestservice_icon {
        top: -35px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .mv_best_service_content h3 {
        padding-top: 15px;
    }

    .test_bottom1 {
        flex: 50%;
    }

    .mv_testimonial_content {
        padding: 30px 35px 30px;
    }

    .mv_testimonial_content .test_bottom p {
        margin: 5px 0 0;
    }

    .radiogroup {
        margin-top: 30px;
    }

    .mv_sliderdata_inner {
        text-align: center;
    }

    .mv_sliderdata_inner h2:after {
        display: none;
    }

    .mv_freecall_wrapper .mv_contactdiv {
        text-align: center;
    }

    .mv_sliderdata_inner h2 {
        margin-bottom: 0;
    }

    .mv_mainslider {
        padding: 20px 15px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mv_best_service_content h3 {
        font-size: 21px;
    }

    .mv_menu:after,
    .mv_footer_social_link:after {
        display: none;
    }

    .mv_menu .navbar-nav li {
        margin-left: 0;
    }

    .mv_logo {
        padding: 17px 30px;
    }

    .mv_menu {
        padding: 16px 0 15px;
    }

    .mv_menu .navbar-nav a {
        font-size: 12px;
        font-weight: 500;
        padding: 6px;
    }

    .mv_search_wrapper {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .mv_search_form .mv_search {
        height: 35px;
    }

    .mv_sliderdata_inner h2 {
        font-size: 36px;
    }

    .mv_service_img img,
    .mv_member_img img,
    .mv_blogimg img {
        width: 100%;
    }

    .mv_process:nth-child(even):after {
        display: none;
    }

    .mv_process:after {
        width: 90%;
    }

    .mv_process_innerdiv span {
        width: 30px;
        height: 100px;
        line-height: 135px;
    }

    .mv_footer_social_link ul li a {
        font-size: 14px;
        padding: 0 7px;
    }

    .mv_lightgray_wrapper,
    .mv_transparent_wrapper {
        padding: 25px 0;
    }

    .mv_page_heading {
        padding: 25px 0 40px;
    }

    .mv_testimonial_wrapper {
        padding: 25px 0 50px;
    }

    .mv_freecall_wrapper {
        padding: 50px 0;
    }

    .mv_sliderdata_inner {
        padding: 30px;
    }

    .mv_freecall_wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    #real_map {
        height: 200px;
    }

    .mv_member_data {
        float: none;
        width: 50%;
        clear: both;
        margin: auto;
    }

    .mv_member_data h3,
    .mv_member_data p {
        font-size: 18px;
        float: none;
    }

    .mv_member_data h3 {
        font-size: 18px;
    }

    .mv_aboutus2 {
        margin-bottom: 20px;
    }

    .mv_menu .navbar-nav li {
        border-bottom: 1px solid rgba(245, 245, 245, 0.16);
        margin-left: 0;
    }

    .mv_sliderdata_inner h2:after {
        height: 2px;
    }

    .mv_process_innerdiv {
        margin-bottom: 20px;
        text-align: center;
        margin: auto;
    }

    .mv_topheader {
        background-color: #ffffff;
    }

    .mv_sliderdata_inner h2 {
        padding-left: 0px;
    }

    .mv_contactform .form-group textarea.form-control {
        height: 100px;
    }

    .mv_process_innerdiv .mv_sec_bg {
        padding: 0px 0 30px;
        max-width: 500px;
        margin: auto;
        text-align: center;
    }

    .mv_aboutus1 h2 {
        font-size: 30px;
    }

    .mv_aboutus2 img {
        width: 78%;
    }

    .mv_banner_wrapper img {
        margin-top: 15px;
    }

    .mv_freecall_wrapper {
        display: inherit;
    }

    .mv_freecall_wrapper {
        margin-top: 0px;
    }

    .contact_bg {
        margin-bottom: 20px;
    }

    .mv_process_innerdiv img {
        display: none;
    }

    .mv_numberdiv.mn_no2 {
        margin-top: 0px;
    }

    .mv_numberdiv {
        margin-bottom: 0;
    }

    .mv_banner_wrapper .wrapper_sec1,
    .mv_banner_wrapper .wrapper_sec2,
    .mv_banner_wrapper .wrapper_sec3 {
        border-right: 0px solid;
    }

    .mv_banner_wrapper {
        margin-top: 0px;
    }

    .banner_sec_head {
        margin-bottom: 15px;
    }

    .mv_footerdiv,
    .mv_footerdiv1 {
        padding: 0px;
    }

    .mv_logo {
        padding: 10px 0;
        /* background: #ffffff; */
    }

    .mv_menu:after,
    .mv_footer_social_link:after {
        display: none;
    }

    .navbar-toggle {
        background-color: #da0134;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .mv_menu {
        padding: 0px 15px 0px 0;
        text-align: left;
        background: #ffffff;
    }

    .mv_menu .navbar-nav {
        float: left;
        width: 100%;
    }

    .mv_search_wrapper {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .mv_search_wrapper.open_form .mv_search_icon {
        z-index: -1;
    }

    .mv_search_icon {
        text-align: left;
        padding-left: 20px;
    }

    .mv_search_wrapper.open_form .mv_search_form {
        width: calc(100% - 50px);
        z-index: 1;
        margin-left: 50px;
    }

    .mv_search_form {
        right: auto;
        left: 0;
    }

    .mv_search_wrapper.open_form .mv_search {
        padding-left: 20px;
        position: absolute;
        bottom: 10px;
    }

    .mv_mainslider {
        padding: 50px 15px 0px;
    }

    .mv_sliderdata_inner {
        padding: 10px;
    }

    .mv_sliderdata_inner h4 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .mv_form_wrapper {
        margin-top: 0;
    }

    .mv_sliderdata_inner h2 {
        font-size: 22px;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .mv_page_heading {
        padding: 25px 0 40px;
    }

    .mv_lightgray_wrapper,
    .mv_transparent_wrapper {
        padding: 25px 0;
    }

    .mv_aboutus {
        margin-bottom: 25px;
        text-align: center;
    }

    .mv_aboutus span {
        float: none;
        display: inline-block;
    }

    .mv_services_div {
        text-align: center;
        margin-bottom: 25px;
        padding: 20px 10px;
    }

    .mv_service_img {
        float: none;
        display: inline-block;
        width: auto;
    }

    .mv_process:after {
        display: none;
    }

    .mv_testimonial_content {
        padding: 30px;
    }

    .mv_testimonial_wrapper {
        padding: 25px 0px 50px;
    }

    .mv_freecall_wrapper {
        padding: 20px 0;
    }

    .mv_member_img {
        text-align: center;
    }

    .mv_member_img img {
        display: inline-block;
        width: 50%;
    }

    .mv_blogdiv {
        text-align: center;
        margin-bottom: 25px;
    }

    .mv_blogimg {
        float: none;
        width: auto;
        display: inline-block;
    }

    .mv_date {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .mv_teamdiv {
        margin-bottom: 25px;
    }

    .mv_footer_logo img {
        display: inline-block;
    }

    .mv_footer_social_link {
        margin-bottom: 80px;
    }

    .mv_footerdiv {
        padding: 0;
        margin-bottom: 30px;
    }

    .mv_member_img:after {
        width: 50%;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .mp_model i.fa.fa-phone {
        color: #ffffff;
        position: absolute;
        top: 30px;
        left: 5px;
        background: #da0134;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100px;
        font-size: 14px;
    }

    .mv_freecall_wrapper .mv_transparent_btn {
        border: 1px solid #da0134;
        padding: 11px;
        color: #fff;
        display: inline-block;
        width: 294px;
        height: 50px;
        text-align: center;
        font-size: 13px;
        border-radius: 36px;
    }
}












@media (max-width: 575px) {

    /*=======================================*/
    .mp_model i.fa.fa-phone {
        color: #ffffff;
        position: absolute;
        top: 3px;
        left: 149px;
        background: #da0134;
        width: 27px;
        height: 27px;
        line-height: 30px;
        border-radius: 100px;
        font-size: 22px;
    }

    /*=======================================*/
    .mv_testimonial_content .test_bottom img {
        width: 70px;
        margin: 0 auto 20px;
    }

    .mv_testimonial_content .test_bottom {
        display: block;
        text-align: center;
    }

    .mv_testimonial_content .test_bottom p {
        margin: 5px 0 0;
    }

    .mv_testimonial_content p.test_para:after {
        display: none;
    }

    .mv_checkout_box {
        padding: 82px 15px 40px;
    }

    .mv_white_progress ul li span {
        bottom: -45px;
    }

    .mv_white_progress ul li:nth-child(odd) span {
        top: -50px;
    }

    .mv_white_progress ul li span.pro_confirm {
        right: -10px;
        top: 30px;
    }

    .fd_review_wrapper {
        margin-top: 80px;
    }

    .mv_freecall_wrapper h3,
    .mv_contact_form_div h3 {
        font-size: 26px;
    }

    .radiogroup ul li {
        margin-right: 5px;
        font-size: 14px;
    }

    .mv_freecall_wrapper span.mv_transparent_btn {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .mv_member_img:after {
        width: 100%;
    }

    .mv_member_data,
    .mv_member_img img {
        width: 100%;
    }

    .mv_sliderdata_inner p {
        font-size: 14px;
    }

    .mv_sliderdata_inner h4 {
        margin-bottom: 0;
        font-size: 14px;
        padding-bottom: 5px;
    }

    .mv_sliderdata_inner h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .mv_formdiv {
        padding: 0px 10px;
    }

    .mv_formdiv .mv_form .form-group .form-control {
        height: 50px;
    }

    .mv_page_heading h3 {
        font-size: 25px;
    }

    .mv_page_heading p {
        padding: 0px;
        font-size: 16px;
        line-height: 22px;
    }

    .mv_testimonial_content:before,
    .mv_testimonial_content:after {
        display: none;
    }

    .mv_testimonial_content {
        padding: 15px;
    }

    .mv_testimonial_content p {
        line-height: 22px;
        font-size: 16px;
    }

    .mv_contactdiv,
    .mv_best_service_content {
        width: 100%;
    }

    .mv_best_service {
        text-align: center;
        padding: 20px 0;
    }

    .mv_contact_form_div {
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .baaan {
        padding-top: 100px;
    }

}

@media (max-width: 375px) {
    .baaan {
        padding-top: 20px !important;
    }

    .baaan h2 {
        font-size: 10px;
        padding-top: 10px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    #myBbbtm {
        position: fixed;
        right: 12px;
        margin-top: 269px;
        z-index: 11;
        cursor: pointer;
        margin-right: -12px;
        animation: top_btm 2s infinite alternate;
    }
}

@media (max-width: 320px) {
    .baaan {
        padding-top: 10px !important;
    }

    .baaan h2 {
        font-size: 10px;
        padding-top: 0px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: -13px;
        margin-bottom: 10px;
    }
}

/*-------responsive css end-----*/