.sec_title {
    font-size: 45px;
    font-weight: 600;
}

.sec_padding {
    padding: 80px 0;
}

.package_banner {
    background-image: url(../images/package-mover/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0 14% 0;
}

.package_banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.package_banner p {
    font-size: 18px;
}

.fs_17 {
    font-size: 17px;
}

.text-red {
    color: #F86909 !important;
}

/* counter  */



/*----------------------------------------*/
/*  7.4 Counter Css
/*----------------------------------------*/


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-counter-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

.tp-counter-item {
    position: relative;
    background-color: rgb(252, 252, 252);
    padding: 40px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-counter-item:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 8, 21, 0.1);
}

.tp-counter-item-icon {
    margin-bottom: 15px;
    height: 100px;
    width: 100%;
}

.tp-counter-item-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.tp-counter-item-content p {
    font-size: 18px;
}

.tp-counter-title {
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-counter-item-content p {
        font-size: 15px;
    }
}



/* ===================================

service

====================================== */


.service {
    background-color: #1d1d1f;
}

.px-10 {
    padding: 0 8% !important;
}

.blog-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
    height: 100%;
    background-color: #fff;
}

.blog-img img {
    width: 100%;
}

.blog-item:hover {
    transform: translateY(-5px);
    transition: all .3s ease-in-out;
}

.blog-content {
    padding: 30px 20px;

}

.blog-content p {
    font-size: 16px;
}

.blog-content a {
    color: #F86909;
}





/* ==========================================================================
   Service Section
   ========================================================================== */
.service-section {}

.service-wrap {}

.service-box {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 20px 30px 5px rgba(61, 1, 4, .1);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.service-box span {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.service-box:hover span {
    height: 1000px;
    width: 862.5px;
}

.service-box.item-1 span {
    background: #1d1d1f none repeat scroll 0 0;
}

.service-box.item-2 span {
    /* background: #2CC391 none repeat scroll 0 0; */
    background: #1d1d1f none repeat scroll 0 0;
}

.service-box.item-3 span {
    /* background: #F7A900 none repeat scroll 0 0; */
    background: #1d1d1f none repeat scroll 0 0;
}

.service-box.item-4 span {
    /* background: #9064BF none repeat scroll 0 0; */
    background: #1d1d1f none repeat scroll 0 0;
}

.service-content {
    padding: 40px 14px;
}

.service-content i {
    font-size: 30px;
    color: #FA575D;
}

.service-content.icon-2 i {
    color: #2CC391;
}

.service-content.icon-3 i {
    color: #F7A900;
}

.service-content.icon-4 i {
    color: #9064BF;
}

.service-content h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 12px 0;
}

.service-content p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.service-content .read-more {
    color: #000;
    font-size: 15px;
}

.service-icon {
    position: absolute;
    bottom: 10px;
    right: 22px;
    opacity: .2;
}

.service-icon i {
    font-size: 80px;
    color: #FA575D;
}

.service-icon.icon-2 i {
    color: #2CC391;
}

.service-icon.icon-3 i {
    color: #F7A900;
}

.service-icon.icon-4 i {
    color: #9064BF;
}

.service-box:hover .service-content i,
.service-box:hover .service-content h3,
.service-box:hover .service-content p,
.service-box:hover .service-icon i,
.service-box:hover .read-more {
    color: #fff;
}


.float_form {
    background-color: #1d1d1f;
    height: auto;
    width: 80%;
    margin: -5% auto 0 auto;
    position: relative;
    /* left: 10%;
    position: absolute;
    top: 53%; */
    z-index: 99;
    padding: 50px 30px;
    border-radius: 10px;
    filter: drop-shadow(0 .4rem 1.6rem rgba(0, 0, 0, .08));
    -webkit-filter: drop-shadow(0 .4rem 1.6rem rgba(0, 0, 0, .08));
    z-index: 9;
}

.input-group label {
    display: block;
    font-size: 18px !important;
    font-weight: 400;
    color: #fff;
}

.input-group input {
    height: 40px;
    width: 100% !important;
    border: none;
    border-right: 1px solid #e1e1e1;
    margin-top: 0 !important;
    outline: none;
    font-size: 14px !important;
    padding: 10px 2px;
    color: #fff;
    background-color: transparent;
}
.input-group input::placeholder{
    color: #fff;
}

.input-group input[type="date"]{
    color: #000000;
}

.input-group input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.float_form .input-group input{
    background-color: #fff;
    color: #000;
    padding-left: 10px;
}
.float_form .input-group .select2 {
    background-color: #fff !important;
    color: #000;
    padding-left: 10px;
}
.float_form .input-group input::placeholder{
    color: #000;
}
.input-group select {
    height: 40px;
    width: 100% !important;
    border: none;
    margin-top: 0 !important;
    outline: none;
    font-size: 14px !important;
    border-radius: 5px;
    padding: 0 10px;
}

.book__now {
    background-color: #fff;
    font-size: 14px !important;
    height: 40px !important;
    padding: 10px !important;
    margin-top: 25px !important;
    border-radius: 5px !important;
    border: none;
    outline: none;
    color: #1d1d1f;
    font-weight: 600 !important;
    width: 100% !important;
}

.input-group input::placeholder {
    font-size: 16px;
}

@media only screen and (min-width: 1199px) and (max-width: 1280px) {
    .input-group label {
        display: block;
        font-size: 15px !important;
    }

    .input-group input {
        height: 30px;
        width: 100% !important;
        font-size: 14px;
    }

    .input-group input::placeholder {
        font-size: 15px;
    }

    .input-group select {
        height: 30px;
        width: 100% !important;
        font-size: 9px !important;
    }


}



.snaplife-video-sec-internal img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}


.snaplife-video-sec {
    padding: 80px 0px;
    background-color: #1d1d1f
}

.snaplife-video-txt-internal {
    /* border-bottom: 1px solid #fff; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.snaplife-video-txt-internal h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.snaplife-video-txt-internal p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.snaplife-video-txt-internal i {
    color: #fff;
    font-size: 50px;
    transform: rotate(320deg);
}






/* ==========================================================================
   Subscribe section
   ========================================================================== */
.subscribe-section {}

.subscribe-wrap {
    background-color: #fff;
    /* margin-bottom: -50px; */
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #ccc;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
    z-index: 10;
    margin: 80px;
}

.subscribe-wrap .child {
    background-image: url(../img/child.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    width: 198px;
    height: 221px;
    right: 0;
    bottom: 0;
}

.subscribe-form .form-input {
    background-color: #20212b;
    color: #fff;
    font-size: 14px;
    border: none;
    width: 100%;
    height: 55px;
    padding: 20px;
    padding-right: 150px;
    border-radius: 2px;
}

.subscribe-form .form-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.subscribe-form .submit-btn {
    background-color: #fa575d;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 45px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0;
    padding: 0 30px;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
}

.subscribe-section .section-heading h2 {
    font-size: 28px;
}

.subscribe-section .section-heading p {
    margin-top: -10px;
}










/* thank you css  */
.thank-you a {
    text-decoration: none;
}

.thank-you svg {
    fill: white;
}

.thank-you h3 {
    color: #000;
    font-size: 34px;
    padding-bottom: 24px;
}


.contact-details {
    color: #1d1d1f;
    font-weight: 600;
}



.thank-you-btn {
    outline: none;
    background: #F86909;
    display: inline-block;
    padding: 12px;
    border-radius: 12px;
}

.thank-you-btn:hover {
    color: white;
    background: #F86909
}

.back-to-home {
    color: white;
}



@media only screen and (max-width:768px) {
    .float_form {
        width: 94%;
        padding: 30px 20px;
    }

    .input-group {
        margin-bottom: 20px;
    }

    .input-group input {
        border-right: none;
        border-bottom: 1px solid #e1e1e1;
    }

    .package_banner h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
    }

    .package_banner p {
        font-size: 16px;
        line-height: 1.4;
    }

    .sec_title {
        font-size: 30px;
        font-weight: 600;
    }

    br {
        display: none;
    }

    .snaplife-video-txt-internal h4 {
        font-size: 28px;
        color: #fff;
        font-weight: 500;
    }

    .snaplife-video-txt-internal p {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    .subscribe-wrap {
        background-color: #fff;
        /* margin-bottom: -50px; */
        padding: 40px 30px;
        margin: 30px 0;
    }

    .snaplife-video-sec-internal img {
        height: auto;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .snaplife-video-sec {
        padding: 40px 0px;
        background-color: #1d1d1f;
    }

    .sec_padding {
        padding: 40px 0;
    }
}


.niceCountryInputSelector {
    width: 100%;
    height: 40px;
    padding-right: 14px;
    padding-top: 7px;
    border-right: 1px solid #e1e1e1;
}

.niceCountryInputMenu {
    border: none !important;
}

.niceCountryInputMenuDropdownContent {
    /* border: 1px solid #a8a8a8; */
    height: 400px !important;
    overflow: auto;
    background: #fff;
}

.select2-container{
    height: 40px;
}
#select2-us-states-results img {
    border-radius: 0.4rem;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-right: 1px solid #e1e1e1 !important;
    height: 40px;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 40px;
    font-weight: 400;
    background: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -14px;
    margin-top: 4px;
}



.key_card {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    transition: .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    border: 1px solid #1d1d1f;

}

.key_card:hover {
   background-color: #1d1d1f;
   transform: rotate(2deg);
   -webkit-transform: rotate(2deg);
   -moz-transform: rotate(2deg);
   -ms-transform: rotate(2deg);
   -o-transform: rotate(2deg);
}

.key_card:hover * {
    color: #fff;
}

.key_icon {
    width: 90px;
    height: 90px;
    padding: 10px;
    border-radius: 8.649px;
    border: 3px solid #1d1d1f;
    background-color: #fff;
}

.key_card h3 {
    font-size: 26px;
    font-weight: 600;
    color: #4a4a4a;
}

.key_card p {
    color: #1b1f22;
}

.key_icon img {
    height: 100%;
    width: 100%;
}
#moveForm input.phone::placeholder {
    color: #413f3f !important;
}