body {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 25px;
}
* {
    font-family: 'Muli', sans-serif;
}
p {
    color: #707070;
}
a:hover {
    text-decoration: none;
}
#mv_preloader_wrapper {
    background-color: #fff;
    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: #00bcd4;
    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: .2s;
    animation-delay: .2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .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);
     }
 }.mv_topheader {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 99;
      backface-visibility: hidden;
  }
.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: #fff;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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: #00bcd4;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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: 25px;
}
.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: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .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: #00bcd4;
    border-radius: 50px 0 0 50px;
}
.mv_search_form input::-webkit-input-placeholder {
    color: #fff!important;
}
.mv_search_form input:-moz-placeholder {
    color: #fff!important;
}
.mv_search_form input::-moz-placeholder {
    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: #00bcd4;
    border-radius: 0 50px 50px 0;
}
.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: #313131;
    transition: .5s;
}
.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;
}
.modal.left.fade .modal-dialog {
    top: 22%;
    left: -320px;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out;
}
.modal.left.fade.in .modal-dialog {
    top: 22%;
    left: 0;
}
.modal.right.fade .modal-dialog {
    top: 29%;
    right: -320px;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    top: 29%;
    right: 0;
}
.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 #00bcd4;
    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: #fff;
    position: absolute;
    top: 30px;
    left: 180px;
    background: #00bcd4;
    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: #00bcd4;
}
.mp_login .form-control:focus {
    box-shadow: none;
}
.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: #00bcd4;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 0 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: #fff;
 }
.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: #222;
    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;
}
.mv_bindsection {
    float: left;
    width: 100%}
.mv_mainslider {
    float: left;
    width: 100%;
    background-image: url(../images/b1.jpg);
    padding: 170px 15px;
}
.mv_sliderdata_inner h2:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #fff;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
}
.mv_sliderdata_inner h2 {
    float: left;
    width: 100%;
    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: #00bcd4;
}
.mv_sliderdata_inner p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 25px;
}
.mv_sliderdata_inner h4 {
    font-size: 25px;
    color: #fff;
}
.mv_sliderdata_inner {
    text-align: left;
}
.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 .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_sliderdata .banner_sec_head:hover {
    border: 1px solid #00bcd4;
}
.mv_sliderdata .banner_sec2 {
    clear: both;
    padding-top: 100px;
    padding-bottom: 50px;
}
.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: 0 20px;
    text-decoration: none;
    color: #fff;
    background: #00bcd4;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: .9px;
    border: none;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: none;
    text-align: center;
}
.mv_btn:hover {
    background: #313131;
    color: #fff;
}
.mv_banner_section {
    background-color: #f5f5f5;
}
.mv_banner_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -120px;
    position: relative;
}
.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 .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wrapper_sec1 h2:before {
    content: '';
    background: #00bcd4;
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
}
.wrapper_sec1 {
    border-right: 1px solid #bdbdbd6e;
    background-color: #fff;
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wrapper_sec1:hover {
    transform: translateY(-10px);
}
.wrapper_sec1:hover h2 {
    color: #00bcd4;
}
.wrapper_sec1 p {
    font-size: 14px;
    color: #707070;
    margin-bottom: 0;
}
.wrapper_sec1 img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.wrapper_sec1:hover img {
    transform: rotateY(180deg);
}
.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: 700;
     padding-bottom: 15px;
     color: #313131;
     position: relative;
     margin-top: 20px;
     text-transform: capitalize;
 }
.mv_page_heading h3:after {
    position: absolute;
    content: "";
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background: #313131;
}
.mv_page_heading p {
    float: left;
    width: 100%;
    padding: 0 30px;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}
.mv_aboutus2 img {
    box-shadow: 30px -30px 0 0 #00bcd4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_aboutus2 img:hover {
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.19);
}
.mv_aboutus2 {
    z-index: 5;
    position: relative;
    margin-bottom: 50px;
}
.mv_aboutus1 h2 {
    font-size: 45px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.mv_aboutus1 h2 span, .mv_aboutus1 h4 span {
    color: #00bcd4;
}
.mv_aboutus1 h4 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
.mv_lightgray_wrapper .mv_page_heading p.m_b_5 {
    margin-bottom: 36px;
}
.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: #f5f5f5;
    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: -30px;
    width: 65px;
    height: 65px;
    background: #00bcd4;
    text-align: center;
    border-radius: 50px;
    border: dashed #fff 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.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: #f5f5f5;
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_best_service_content h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
    color: #313131;
}
.mv_best_service_content p {
    margin: 0;
}
.mv_best_service:hover .mv_bestservice_icon {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.mv_best_service_content:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 188, 212, 0.12);
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 188, 212, 0.12);
    -moz-box-shadow: 0 20px 30px 0 rgba(0, 188, 212, 0.12);
    -ms-box-shadow: 0 20px 30px 0 rgba(0, 188, 212, 0.12);
    -o-box-shadow: 0 20px 30px 0 rgba(0, 188, 212, 0.12);
}
.mv_teamdiv {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mv_teamdiv:hover .mv_member_img:after {
    opacity: 1;
    visibility: visible;
}
.mv_member_data {
    float: left;
    width: 100%;
    padding: 20px;
    background: #00bcd4;
    border-bottom: solid #313131;
    position: relative;
}
.mv_member_data:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    z-index: 1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #00bcd4;
    margin: 0 0 0 -14px;
}
.mv_member_data h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_member_data p {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
}
.moverspackers-team-social {
    margin: 0;
    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: bounceInUp .2s;
    animation: bounceInUp .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: bounceInUp .6s;
    animation: bounceInUp .6s;
}
.mv_teamdiv:hover .moverspackers-team-social li:nth-child(4) {
    -webkit-animation: bounceInUp .8s;
    animation: bounceInUp .8s;
}
.moverspackers-team-social li {
    margin: 0 4px 0 0;
    list-style: none;
    display: inline-block;
}
.moverspackers-team-social li a {
    font-size: 24px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.moverspackers-team-social li a:hover {
    color: #00bcd4;
}
.mv_services_div {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mb_3 {
    margin-bottom: 30px;
}
.mv_services_div:hover {
    box-shadow: 0 12px 29px 2px rgba(0, 0, 0, 0.09);
}
.mv_service_img img {

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_services_div:hover .mv_service_img img {
    transform: scale(1.3);
}
.mv_service_content h3 {
    font-size: 24px;
    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: #00bcd4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_services_div:hover .mv_service_content a {
    color: #00bcd4;
}
.mv_checkout_box {
    border: solid 1px #f5f5f5;
    padding: 46px 50px 40px;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 0 30px 0 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: #00bcd4;
}
.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: #00bcd4;
    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: #fff;
    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: #222;
    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: 0 15px;
    border: 1px solid #ebebeb;
    outline: none;
    margin-bottom: 30px;
    border-radius: 3px;
}
.radiogroup p {
    margin: 0 0 10px;
    border-bottom: solid 2px #00bcd4;
    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: #00bcd4;
}
.mv_process_innerdiv {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.mv_numberdiv {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border: 2px solid #00bcd4;
    color: #00bcd4;
    border-radius: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_process_innerdiv:hover .mv_numberdiv {
    background: #00bcd4;
    color: #fff;
}
.mv_process_innerdiv span {
    display: inline-block;
    height: 90px;
    line-height: 130px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_process_innerdiv span svg {
    fill: #00bcd4;
}
.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: 0 20px;
    text-align: left;
}
.mv_testimonial_wrapper {
    float: left;
    width: 100%;
    padding: 30px 0 80px;
    background-color: #fff;
}
.mv_testimonial_slider {
    float: left;
    width: 100%}
.mv_testimonial_content {
    float: left;
    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: #00bcd4;
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-weight: 700;
    font-size: 70px;
    font-family: georgia;
}
.mv_testimonial_content .test_bottom p {
    margin: 0;
    font-size: 18px;
}
.mv_testimonial_content .test_bottom {
    float: left;
    width: 100%;
    display: flex;
}
.mv_testimonial_content h4 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}
.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: 70px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.02);
}
.mv_call_wrapper {
    background-color: #f5f7f8;
    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 {
    margin-top: 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: 300px;
    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 .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mv_freecall_wrapper .mv_contactdiv a:hover {
    color: #00bcd4;
}
.int_counter_procces {
    text-align: center;
}
.int_count2_box {
    margin-bottom: 30px;
}
.int_count2_box h1 {
    margin: 0 0 10px;
    font-weight: 600;
    color: #00bcd4;
    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;
}
.mv_blogdiv {
    float: left;
    width: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.mv_blogimg {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mv_blogimg img {
    border-radius: 5px 5px 0 0;
}
.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: #00bcd4;
    text-transform: capitalize;
    color: #fff;
    z-index: 1;
}
.mv_date:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
    border-bottom-color: #fff;
}
.mv_blogdata {
    float: left;
    width: 100%;
    padding: 20px;
    border-top: none;
    background: #f5f7f8;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 0 0 5px 5px;
}
.mv_blogdata h3 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #444;
    margin: 0;
    line-height: 28px;
    padding-bottom: 10px;
}
.mv_blogdata span {
    background: #00bcd4;
    padding: 6px 15px;
    color: #fff;
    display: inline-block;
    border-bottom: solid #313131;
    position: relative;
    margin-bottom: 10px;
}
.mv_blogdata span:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    border-top: 40px solid;
    border-right: 10px solid transparent;
    border-top-color: #00bcd4;
}
.mv_blogdata p {
    float: left;
    width: 100%;
    margin: 0;
    color: #999;
    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 .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .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 .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .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: #fff;
    -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 .3s;
    -moz-transition: -moz-transform 0.3s, opacity .3s;
    -o-transition: -o-transform 0.3s, opacity .3s;
    transition: transform 0.3s, opacity .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: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.mv_blogdiv:hover .mv_blogdata {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.mv_lightgray_contact {
    background-color: #fff;
}
#real_map {
    display: block;
    width: 100%;
    height: 565px;
    border-radius: 5px 0 0 5px;
}
.mv_contact_form_div {
    float: left;
    width: 100%;
    padding: 40px 30px 30px 0;
    border-radius: 0 5px 5px 0;
}
.mv_contact_form_div h3 {
    float: left;
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 30px;
}
.mv_contactform {
    float: left;
    width: 100%}
.mv_contactform .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.mv_contactform .form-group .form-control {
    height: 50px;
    margin: auto;
    border-radius: 3px;
    padding: 0 20px;
    color: #222;
    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: 0;
    padding-top: 5px;
    color: #00bcd4;
}
.contact_bg {
    background-color: #f5f7f8;
    margin-bottom: 50px;
}
.mv_footer_wrapper {
    float: left;
    width: 100%;
    background-color: #313131;
}
.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 0;
}
.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: #00bcd4;
    text-align: center;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mv_footer_social_link ul li a .icon {
    position: relative;
    color: #fff;
    z-index: 3;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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: red;
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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 95px;
}
.mv_footerdiv h3 {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.mv_footerdiv h3:after {
    background: #00bcd4;
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    width: 20px;
    height: 1px;
    background-color: #00bcd4;
}
.mv_footerdiv h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #00bcd4;
}
.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: 5px;
}
.mv_footerdiv ul li a {
    float: left;
    width: 100%;
    color: #fefefe;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.mv_footerdiv ul li:hover a {
    color: #00bcd4;
}
.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: #00bcd4;
    text-decoration: none;
}
@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: 80px 15px 50px;
    }
    .mv_banner_wrapper {
        margin-top: 80px;
    }
}@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 0 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;
    }
    .mv_sliderdata_inner {
        margin-top: 70px;
    }
}@media (min-width: 992px) and (max-width: 1199px) {
    .mv_process_innerdiv .mn_no1 img {
        top: 26px;
        right: -40px;
        width: 190px;
        transform: rotate(13deg);
    }
    .mv_process_innerdiv .mn_no2 img {
        right: -40px;
        width: 190px;
        transform: rotate(-13deg);
    }
    .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_teamdiv {
        margin-bottom: 30px;
    }
    .mv_lightgray_wrapper .mv_page_heading p.m_b_5 {
        margin-bottom: 0;
    }
    .mv_call_wrapper:after {
        height: 100%}
    .mv_contact_form_div {
        padding: 30px;
        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: 0 solid;
    }
    .wrapper_sec1 {
        margin-bottom: 30px;
    }
    .mv_footerdiv, .mv_footerdiv1 {
        padding: 0 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;
    }
    .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;
    }
}@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;
    }
    .mv_topheader {
        background-color: #00bcd4;
    }
    .mv_sliderdata_inner h2 {
        padding-left: 0;
    }
    .mv_contactform .form-group textarea.form-control {
        height: 100px;
    }
    .mv_process_innerdiv .mv_sec_bg {
        padding: 0;
    }
    .mv_aboutus1 h2 {
        font-size: 30px;
    }
    .mv_aboutus2 img {
        width: 78%}
    .mv_banner_wrapper img {
        margin-top: 15px;
    }
    .mv_freecall_wrapper {
        display: inherit;
        margin-top: 0;
    }
    .contact_bg {
        margin-bottom: 20px;
    }
    .mv_process_innerdiv img {
        display: none;
    }
    .mv_numberdiv.mn_no2 {
        margin-top: 0;
    }
    .mv_numberdiv {
        margin-bottom: 0;
    }
    .mv_banner_wrapper .wrapper_sec1, .mv_banner_wrapper .wrapper_sec2, .mv_banner_wrapper .wrapper_sec3 {
        border-right: 0 solid;
    }
    .mv_banner_wrapper {
        margin-top: 50px;
    }
    .banner_sec_head {
        margin-bottom: 15px;
    }
    .mv_footerdiv, .mv_footerdiv1 {
        padding: 0;
    }
    .mv_logo {
        padding: 15px 0;
        background: #00bcd4;
    }
    .mv_menu:after, .mv_footer_social_link:after {
        display: none;
    }
    .navbar-toggle {
        background-color: #00bcd4;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .mv_menu {
        padding: 0 15px 0 0;
        text-align: left;
        background: #00bcd4;
    }
    .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 0;
    }
    .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 0 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: 575px) {
    .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_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: 0 10px;
    }
    .mv_formdiv .mv_form .form-group .form-control {
        height: 50px;
    }
    .mv_page_heading h3 {
        font-size: 25px;
    }
    .mv_page_heading p {
        padding: 0;
        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;
    }
}