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

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

p {
    color: #707070;
}

a:hover {
    text-decoration: none;
}

.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;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #0b9fe0;
        -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: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    backface-visibility: hidden;
    border-bottom: solid 1px rgb(255 255 255 / 13%);
}

.mv_logo {
    width: 100%;
    /* padding: 22px 0 0; */
}

    .mv_logo a {
        display: inline-block;
        color: white;
        vertical-align: middle;
    }

        .mv_logo a:hover {
            color: #0b9fe0;
        }

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

    .mv_menu .navbar-nav {
        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: #fff;
            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: #0b9fe0;
            -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;
    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: #0b9fe0;
    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: #0b9fe0;
    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: #000000;
    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: 16px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    transform: rotate(-90deg);
    text-decoration: none;
}

    .mv_model_btn.mv_model_quote a.call_back:after {
        position: fixed;
        content: "";
        width: 20px;
        border-top: solid 10px #0b9fe0;
        border-right: solid 10px rgba(0, 0, 255, 0);
        border-left: solid 10px rgba(0, 0, 255, 0);
        border-bottom: solid 10px rgba(0, 0, 255, 0);
        top: 48px;
        left: 60px;
    }

.mp_model i.fa.fa-phone {
    color: #ffffff;
    position: absolute;
    top: 30px;
    left: 180px;
    background: #0b9fe0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-size: 14px;
    text-align: center;
    direction: ltr;
}

.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: #0b9fe0;
}

.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: #fff;
    font-size: 26px;
    background: #0b9fe0;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.02);
    animation: top_btm 2s infinite alternate;
}

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

    100% {
        top: 450px;
    }
}


.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;
}

.mp_login {
    padding: 30px 50px 15px;
}

    .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 {
    width: 100%;
}

.mv_mainslider {
    width: 100%;
    background-image: url(../images/b1.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 {
    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: #0b9fe0;
    }

.mv_sliderdata_inner p {
    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 #0b9fe0;
    }

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

.banner_sec2 {
    width: 100%;
    background: #0b9fe0;
    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: #0b9fe0;
    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: #000000;
        color: #ffffff;
    }


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

/*-----------wrapper start-------*/
.mv_banner_section {
    background-color: whitesmoke;
}

.mv_banner_wrapper {
    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: #333;
    -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: #fff;
    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: #0b9fe0 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: #0b9fe0 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: #0b9fe0;
    }

    .wrapper_sec1 p {
        font-size: 14px;
        color: #707070;
        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 {
    width: 100%;
    padding: 55px 0 30px;
    background-color: #f5f5f5;
}

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

    .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 {
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    margin-top: 20px;
    text-transform: capitalize;
}

.mv_page_heading p {
    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: -40px;
        width: 90%;
        border: solid 6px #0b9fe0;
        height: 100%;
        right: -40px;
        z-index: -1;
    }

.mv_aboutus1 {
    direction: rtl;
}

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

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

    .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 {
    width: 100%;
    padding: 55px 0 80px;
    position: relative;
}

    .mv_transparent_wrapper.our_reasons {
        padding: 55px 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: #0b9fe0;
        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: whitesmoke;
    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: #000000;
    }

    .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 {
    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 {
    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;
}

.mv_member_data {
    width: 100%;
    padding: 20px;
    background: #0b9fe0;
    position: relative;
}

    .mv_member_data h3 {
        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 {
        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;
    transition: all 0.5s;
    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: bounceInUp .4s;
        animation: bounceInUp .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: bounceInUp .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: #0b9fe0;
        }
/*---------team section end--------*/
/*--------service section start--------*/
.mv_services_div {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border: solid 3px #0b9fe0;
    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;
    direction: rtl;
}

.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: #0b9fe0;
    -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: #0b9fe0;
}
/*--------service section end--------*/

/*--------live traking section--------*/
.mv_product_checkout {
    padding: 25px 0px 0px;
}

.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: #0b9fe0;
    }

    .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: #0b9fe0;
        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 #0b9fe0;
    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: #0b9fe0;
    }
/*--------live traking section--------*/
/*----------process section start------*/
.mv_process_innerdiv {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.mv_numberdiv {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #0b9fe0;
    color: #0b9fe0;
    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: #0b9fe0;
    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: #0b9fe0;
    }

.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 {
    width: 100%;
    padding: 55px 0px 80px;
    background-color: #fff;
}

.mv_testimonial_slider {
    width: 100%;
}

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

.test_bottom1 {
    flex: 50%;
}

.mv_testimonial_content p.test_para:after {
    content: '\201C';
    color: #0b9fe0;
    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: #000000;
}

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

.mv_testimonial_content h4 {
    padding: 10px 0 5px;
    font-size: 18px;
    color: #0b9fe0;
    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: #f5f7f8;
    width: 100%;
    position: relative;
    padding: 55px 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 #fff;
    padding: 11px;
    color: #fff;
    display: inline-block;
    width: 250px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}

.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;
        color: white;
    }

        .mv_freecall_wrapper .mv_contactdiv a:hover {
            color: #0b9fe0;
        }
/*--------counter ss---------*/
.int_counter_procces {
    text-align: center;
}

.int_count2_box {
    margin-bottom: 90px;
}

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

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

    .int_count2_box h5 {
        margin: 10px 0 0;
        text-transform: capitalize;
    }
/*--------free call section end---------*/
/*--------blog section start--------*/
.mv_blogdiv {
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mv_blogimg {
    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: #0b9fe0;
    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 {
    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 {
        width: 100%;
        font-weight: bold;
        font-size: 20px;
        color: #444444;
        margin: 0;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .mv_blogdata span {
        background: #0b9fe0;
        padding: 6px 15px;
        color: #ffffff;
        display: inline-block;
        border-bottom: solid #000000;
        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: #0b9fe0;
        }

    .mv_blogdata p {
        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 {
    width: 100%;
    padding: 50px;
    border-radius: 0px 5px 5px 0px;
}

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

.mv_contactform {
    width: 100%;
}

    .mv_contactform .form-group {
        width: 100%;
        margin-bottom: 20px;
    }

        .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 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    color: #0b9fe0;
}

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

.real_map iframe {
    width: 100%;
}
/*---------contact section end----------*/
/*---------footer start--------*/
.mv_footer_wrapper {
    width: 100%;
    background-color: #000000;
    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 {
    width: 100%;
    padding-bottom: 30px;
}

.mv_footer_social_link {
    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: #0b9fe0;
                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 {
    width: 100%;
    padding: 80px 0 40px;
}

    .mv_footerdiv h3 {
        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: #0b9fe0;
            position: absolute;
            content: "";
            left: 0px;
            bottom: 3px;
            width: 70px;
            height: 1px;
            background-color: #0b9fe0;
        }

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

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

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

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

            .mv_footerdiv ul li a {
                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: #0b9fe0;
            }

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

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

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

        .mv_copyright p a {
            color: #0b9fe0;
            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: 167px 15px 80px;
    }

    .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: transparent;
        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 {
        width: 50%;
        clear: both;
        margin: auto;
    }

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

        .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;
        padding: 20px 0px;
    }

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

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

    .mv_topheader {
        background-color: #000000;
    }

    .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;
        margin-bottom: 30px;
    }

    .mv_logo {
        padding: 15px 0;
        background: #000000;
    }

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

    .navbar-toggle {
        background-color: #0b9fe0;
    }

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

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

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

    .mv_search_wrapper {
        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 {
            display: inline-block;
        }

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

    .mv_service_img {
        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 {
        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;
    }

    /* Ensure service images appear full width above content on small screens */
    .mv_services_div {
        flex-direction: column;
        align-items: stretch;
    }

    .mv_service_img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

        .mv_service_img img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

    .mv_service_content {
        width: 100%;
        padding: 0 15px 10px;
    }
}
/*-------responsive css end-----*/
