.relotech-header {
    background: #fff;
}
/*--------------
page load popup
----------------*/
.offer-zone .modal-content{
    background: #fff;
    border: 0px solid #999;
    border: 0px solid rgba(3, 169, 244, 0.71);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.offer-zone .modal-dialog{
    width: 400px;
    margin: 20px auto;
}
.offer-zone .special-offer {
    background: #ffc926;
    padding: 20px 0;
    border-radius: 6px 6px 0 0;
}
.offer-zone .modal-body{
    padding: 30px;
}
.form-group-material > .control-label.animate {
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
}
.form-group-material > .control-label {
    height: 100%;
    color: #a7a7a7;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
.form-group-material > .control-label {
    position: relative;
    top: 7px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-group-material > .control-label.is-visible {
    text-transform: uppercase;
    top: 4px;
}
.form-group-material > .control-label.is-visible {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* Login & Registration */
.login-page-register{
    background: url('../../assets/images/login-bg.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.register-page{
    height: 100%;
}
.login-register-box{
    width: 50%;
    margin-left: 50%;
    /*border: 6px solid #4562b3;*/
    min-height: 100vh;
    background: #ffffff;
    padding: 30px 7%;
    box-sizing: border-box;
}
.login-box-header img{
    width: 388px;
}
.login-box-header  .btn-group {
    display: flex;
    width: 100%;
}
.login-box-header.common-unit .btn-group {
    display: inherit;
}
.login-box-header .btn-group > a {
    width: 50%;
}
.login-box-header .btn-group  a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-box-header .btn-group .border-slate{
    border:3px solid #dadfe6;
    color:#dadfe6 !important;
    font-weight: 600;
    padding:10px  20px;
    background: transparent;
    font-size:16px;
}
.login-box-header .btn-group .btn + .btn, .login-box-header .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .login-box-header .btn-group .btn-group + .btn-group{
    margin-left: -2px;

}
.login-box-header .btn-group .border-slate.active{
    border:3px solid #2b4aa1;
    color:#2b4aa1 !important;
    font-weight: 600;
    padding:10px  50px;
    background: #ffffff !important;
    box-shadow: none;
}
.login-box-header.common-unit .btn-group .border-slate.active{
    float: inherit;
    width: 80%;
}
.login-box-body .form-group {
    margin-bottom: 20px;
    position: relative;
}
.info-cvv {
    position: absolute;
    bottom: 9px;
    right: 0;
}
.login-box-body .form-control {
    border: none;
    border-bottom: 1px solid #bfcbc5;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: none;
    border-radius: 0;
}
.form-group-material > .control-label.is-visible {
    text-transform: uppercase;
    top: 4px;
}
.card-icon {
    position: absolute;
    bottom: 9px;
    right: 0;
}
.card-icon img {
    width: 44px;
}
.login-box-body .btn {
    font-weight: 600;
    font-size: 15px;
    padding: 9px 35px;
    text-transform: uppercase;
}
.login-box-body .btn.btn-default {
    background: #c7d4dc;
    border-color: #c7d4dc;
    color: #8897a1;
}
.login-box-body .btn-primary{
    padding: 8px 35px;
    background-color: #2b4aa1;
    border-color: #2b4aa1;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.login-box-body .btn-link{
    color:#3f4743;
    padding: 10px 0px 10px;
    font-size: 14px;
}
.login-box-footer .link-btn{
    font-size: 14px;
    color:#3f4743;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.login-box-body .module-list li{
    list-style-type: none;
    padding: 15px 0;
}
.login-box-body .module-list li .module-img-con{
    float: left;
    width: 61px;
    margin-right: 8px;
}
.login-box-body .module-list li .module-info{
    float: left;
} 
.login-box-body select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}
.choose-payment-method .card-payment {
    display: none;
}
.choose-payment-method.pay-using-card .card-payment {
    display: block;
}
.choose-payment-method.pay-using-card .payment-option {
    display: none;
}
/*-------------
     HEADER 
--------------*/
.relotech-header .container {
    position: relative;
}

.relotech-header .navbar-toggle {
    background:  url('../images/icons/dark-blue/menu-three-horizontal-lines-symbol.svg') no-repeat center;
    background-size: 60%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 3px;
    display: none;
    z-index: 9;
    margin: 6px 0 0 0;
}

.relotech-header .logo {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.relotech-header .logo img{
    width: 267px;
}
.common-header-logo {
    display: inline-block;
    padding: 15px 0;
}
.common-header-logo img {
    height: 55px;
}
.relotech-header .navbar {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.relotech-header .navbar > li {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

.relotech-header .navbar > li > a {
    font-weight: 600;
    color: #4e4e4e;
    display: block;
    padding: 29px 18px;
    text-decoration: none;
}

.relotech-header .navbar > li.active > a, 
.relotech-header .navbar > li > a:hover {
    color: #002868;
}
.relotech-header .navbar > li > a.header-login-btn {
    background: #002868;
    color: #fff;
    padding: 8px 24px;
    border-radius: 3px;
    margin-top: 25px;
}

/*---------------
HEADER END 
---------------*/

/*---------
BANNER 
----------*/
.banner{
    background-image: url(../images/home-banner.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 670px;
}
.banner-ovelay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.49);
}
.banner .banner-ovelay .banner-content{
    padding-top: 25%;
}
.banner .banner-ovelay .banner-content h1{
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner .banner-ovelay .banner-content p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.banner .banner-ovelay .banner-content p b{
    letter-spacing: 2px;
}
/*---------------
BANNER END
-----------------*/
/*-----------------
provider-grid-wrap
------------------*/
.provider-grid-wrap {
    position: relative;
    padding-bottom: 30px;
}
.provider-grid-wrap a:hover, .provider-grid-wrap a:focus{
    text-decoration: none;
    outline: none;
}
#provider-grid {
    margin-top: -120px;
}
.provider-grid-container {
    padding: 24px 20px;
    height: 230px;
    box-shadow: 0px 4px 14px 1px rgba(78, 78, 78, 0.24);
    transition-duration: 0.3s;
}
.provider-grid-container:hover, .pricing:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.provider-grid-container h4{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.provider-grid-container p{
    color: #fff;
    font-size: 15px;
}
.provider-grid-container.bg-white h4{
    color: #000;
}
.provider-grid-container.bg-white p{
    color: #000;
}
/*-------------------
background color 
--------------------*/
.bg-red{
    background-color: #bf0a30; 
    color: #fff;
}
.bg-white{
    background-color: #fff !important;  
    color: #000 !important;
}
.bg-dark-blue{
    background-color: #0b3f74;
    color: #fff;
}
.bg-light-blue {
    background: #e6effe;
}
/*---------------------
provider-grid-wrap-end
---------------------*/
/*-------------------
provider-details-wrap
--------------------*/
.provider-details-wrap {
    padding: 60px 0;
}
.provider-details-content .media .media-left i{
    background-color: #e6effe;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-align: center;
    padding: 15px 0;
    display: block;

}
.provider-details-content .media .media-body h5{
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.provider-details-content .media .media-body p{
    color: #333333;
    font-size: 14px;
    line-height: 18px;
}
a.page-btn{
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 15px 24px;
    display: inline-block;
    border-radius: 3px;
    transition: all 1s ease;
}
a.page-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #232323;
}
a.page-btn:focus, .pricing-footer a:focus{
    color: #fff;
}
/*------------------
process list wrap
-------------------*/
.process-list-wrap {
    padding: 80px 0;
}
.process-list-container ul.process-list{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.process-list-container ul.process-list li{   
    text-align: center;
    list-style: none;
    padding: 0 16px;
    position: relative;
}
.process-list-container ul.process-list li:after{
    content: "";
    position: absolute;
    top: 53px;
    background-image: url(../images/dotted-border.png);
    width: 84px;
    height: 15px;
    right: -44px;
}
.process-list-container ul.process-list li:last-child:after{
    background-image: none;
}
.process-list-container ul.process-list li i{
    background-color: #e6effe;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    text-align: center;
    padding: 32px 0;
    display: block;
    margin: auto;
}
.process-list-container ul.process-list li h5 {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 23px;
}
.process-list-container ul.process-list li p {
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
p.process-footer-text{
    color: #002868;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
p.process-footer-text span{
    color: #6cb817;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    vertical-align: middle;
}
/*-------------------
Subscription Plans wrap
--------------------*/
.subscription-wrap{
    background-image: url(../images/us-flag.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 860px;

}
.subscription-overlay{
    background-color: rgba(255, 255, 255, 0.83);
    position: relative;
}
.subscription-overlay:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.91) 47%, rgba(237,237,237,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(32%, rgba(255,255,255,1)), color-stop(42%, rgba(255,255,255,1)), color-stop(47%, rgba(255,255,255,0.91)), color-stop(100%, rgba(237,237,237,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.91) 47%, rgba(237,237,237,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.91) 47%, rgba(237,237,237,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.91) 47%, rgba(237,237,237,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 42%, rgba(255,255,255,0.91) 47%, rgba(237,237,237,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
/* ---------------
pricing background start
------------------*/

.bg-gradient-blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3485f1+0,0b4ca2+100 */
    background: #3485f1; /* Old browsers */
    background: -moz-linear-gradient(left, #3485f1 0%, #0b4ca2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3485f1 0%,#0b4ca2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3485f1 0%,#0b4ca2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3485f1', endColorstr='#0b4ca2',GradientType=1 ); /* IE6-9 */
}
.bg-gradient-green{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73c51b+1,578d0a+100 */
    background: #73c51b; /* Old browsers */
    background: -moz-linear-gradient(left, #73c51b 1%, #578d0a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #73c51b 1%,#578d0a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #73c51b 1%,#578d0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c51b', endColorstr='#578d0a',GradientType=1 ); /* IE6-9 */
}
.bg-gradient-pink{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef496c+2,c20d33+100 */
    background: #ef496c; /* Old browsers */
    background: -moz-linear-gradient(left, #ef496c 2%, #c20d33 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef496c 2%,#c20d33 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef496c 2%,#c20d33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef496c', endColorstr='#c20d33',GradientType=1 ); /* IE6-9 */
}
.bg-gradient-orange{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcbb48+2,e28204+100 */
    background: #fcbb48; /* Old browsers */
    background: -moz-linear-gradient(left, #fcbb48 2%, #e28204 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcbb48 2%,#e28204 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcbb48 2%,#e28204 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbb48', endColorstr='#e28204',GradientType=1 ); /* IE6-9 */
}
.pricing-footer-bg-blue{
    background-color: #3384ef;
}
.pricing-footer-bg-green{
    background-color: #73c51b;
}
.pricing-footer-bg-pink{
    background-color: #f64a6e;
}
.pricing-footer-bg-orange{
    background-color: #eb951b;
}
.text-blue{color: #3384ef;}
.text-green{color: #73c51b;}
.text-pink{color: #f64a6e;}
.text-orange{color: #eb951b;}

/*--------------------
pricing background end
---------------------*/


/*---------
   price
----------*/
.pricing{
    transition-duration: 0.3s;
    box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.pricing-header{
    border-radius: 15px 15px 0 0;
    height: 90px;
    position: relative;
}
.offer {
    position: absolute;
    left: 8px;
    top: 0;
    background-image: url(../images/offer-bg.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 80px;
    text-align: center;
    padding: 6px 0px;
}
.offer span{
    color: #bf0a30;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}
.offer b{
    color: #bf0a30;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.pricing-header p{
    color: #73c51b;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    width: 80px;
    margin: 10px auto;
    display: inline-block;
}
.pricing-header h6.pricing-title{
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    padding: 35px 0;
}
.pricing-header h5.pricing-title{
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
}
.pricing-price{
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.pricing-price span.pricing-currency{
    vertical-align: 25px;
}
.pricing-price span{
    text-transform: uppercase;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
}
.pricing-price p{
    color: #313131;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding-top: 20px;
    margin: 0;
}
.pricing-price i {
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding-bottom: 10px;
}
.pricing-body{
    background-color: #fff;
    padding: 0 15px;
}
.pricing-body ul.pricing-list{
    padding: 0;
    margin-bottom: 0px;
}
.pricing-body ul.pricing-list li{
    list-style: none;
    color: #313131;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 20px 0px;
    border-bottom: 1px solid #d9d9d9;
}
.pricing-footer{
    background: #fff;
    border-radius: 0 0 15px 15px;
}
.pricing-footer a{
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    border-radius: 3px;
}
.pricing-footer a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #232323 !important;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out; 
}

/*-----------------------
       About Us
------------------------*/

/*-----------------------
       Banner
------------------------*/
.common-banner-title{
    font-size: 40px !important;
    line-height: 46px !important;
    padding-bottom: 7px;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.common-banner-title-pera{
    font-size: 17px  !important;
    line-height: 23px  !important;
}
.banner.about-banner{
    background-image: url(../images/about-banner.jpg);
    min-height: 286px;
}
.about-banner .banner-ovelay .banner-content{
    padding-top: 10%;
}
.inner-banner {    
    padding-top: 10%;
    background-size: cover !important;
}

/*-----------------------
       about body
------------------------*/
.page-body-wrap .page-picture img {
    width: 100%;
}
.page-body-wrap .page-content h2{
    color: #232323;
}

.founder-picture{
    text-align: center;
}
.founder-picture figure img{
    border-radius: 50px;
    width: 100px;
    height: 100px;
}
.founder-picture p{
    color: #303030;
    font-size: 16px;
    line-height: 22px;
}
.picture-border {
    border: 5px solid #d1cfcf;
    padding: 1px;
}
.founder-picture span{
    color: #303030;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.founder-content p{
    color: #303030;
    font-size: 16px;
}
ul.listing{
    margin: 0;
    padding: 0;
}
ul.listing li{
    list-style: none;
    position: relative;
    color: #232323;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
    padding-left: 23px;
}
ul.listing li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 13px;
    background-color: #09499e;
    border-radius: 3px;
}
.page-section-3 .btn.page-btn{
    text-transform: capitalize;
    white-space: normal !important;
    word-wrap: break-word;
}

/*----------------------
       Military
----------------------*/
/*----------------------
     Military Banner
----------------------*/
.banner.military-banner{
    background-image: url(../images/military-banner.jpg);
    min-height: 280px;
}
.military-banner .banner-ovelay .banner-content{
    padding-top: 10%;
}

.page-box{
    border: 1px solid #e2e2e2;
    position: relative;
}
.page-box:after{
    content: "";
    position: absolute;
    left: 45px;
    bottom: -22px;
    height: 21px;
    width: 1px;
    background-color: #b4b2e5;
}
.page-box:last-child::after {
    background-color: inherit;
}
span.number{
    position: relative;
    height: 60px;
    width: 50px;
    top: -40px;
    color: #fff;
    font-size: 36px;
    background-color: #605ae8;
    padding: 17px 0;
}
.page-box .media .media-left{
    vertical-align: middle;
}
.banner.page-bottom-banner{
    background-image: url(../images/military-page-banner.jpg);
    min-height: 480px;
    background-attachment: fixed;
}
.banner.page-bottom-banner .banner-ovelay .banner-content {
    padding-top: 15%;
}
.page-content-area{
    background-image: url(../images/us-flag.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
}
.page-content-overlay {
    background-color: rgba(255, 255, 255, 0.83);
    position: relative;
}
.page-content-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
   background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 55%, rgba(237,237,237,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(32%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 55%, rgba(237,237,237,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 55%, rgba(237,237,237,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 55%, rgba(237,237,237,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 55%, rgba(237,237,237,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.page-content-inner{
    z-index: 999;
}
/*--------------------------
       Contact Us Page
----------------------------*/
.contact-banner{
    background: url(../images/contact-banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.contact-banner .banner-content{
    padding: 50px 0;
}
.contact-banner .banner-content h1{
    color: #145da2;
    line-height: 56px;
    font-weight: 700;
    text-transform: capitalize;
}
.contact-form-wrap label{
    color: #151515;
    font-size: 16px;
    font-weight: 600;
}
.contact-form-wrap .form-control {
    border: none;
    border-bottom: 1px solid #bfcbc5;
    box-shadow: none;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.contact-form-wrap textarea.form-control{
    height: 150px;
    resize: none;
}
.contact-form-wrap .btn.focus, .contact-form-wrap .btn:focus, .contact-form-wrap .btn:hover{
    color: #fff;
    outline: none;
}

/*----------------------
  tools Grid
----------------------*/

/* relo tools area /////*/
.relo-box{
    border: 1px solid #e0e3e7;
    height: 145px;
    border-radius: 3px;
    padding: 40px 15px;
    margin-bottom: 20px;
    background: #fff;
}
.relo-box .media .media-body{
    vertical-align: middle;
}
.relo-box .media .media-body h5{
    color: #656f79;
    font-weight: 500;
}
.relo-box .media .media-body{
    padding-left: 0px;
}
.relo-box .media .media-body p{
    color: #aab3bc;
    font-size: 14px;
    line-height: 20px;
}
.relo-box.box-padding {
    padding: 28px 15px;
}
.relo-box-item{
    margin-bottom: 20px;
}
.relo-box-item p{
    font-size: 14px;
    color: #1c1e21;
}
.relo-box-item figure {
    text-align: center;
}
/*----------------------
       footer
----------------------*/
.footer-wrap{
    background-color: #151534;
}
.footer-wrap h6{
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
}
.footer-wrap ul li{
    list-style: none;
    padding: 6px 0;
}
.footer-wrap ul li a{
    color: #838d97;
    font-size: 15px;
    line-height: 19px;
}
.footer-wrap p{
    color: #838d97;
    font-size: 15px;
    line-height: 19px;
}
.footer-logo img{
    width:220px;
 }
 .common-footer-logo img{
     height: 55px;
 }

 #onLoadModal ul{
    font-size: 13px;
    text-align: justify;
    padding-right: 30px;
 }
 #onLoadModal .modal-footer{
     text-align: center;
 }

/*----------RESPONSIVE------------*/

@media only screen and (max-width:1199px){
    /*Home page*/
    .provider-details-picture img {
        width: 100%;
    }
    .provider-details-content.p-t-30{
        padding-top: 0px !important;
    }
    .provider-details-content.p-l-30{
        padding-left: 0px !important;
    }
    .provider-details-content .media .media-body.p-l-30{
        padding-left: 10px !important;
    }
    .provider-details-content .media.p-b-30 {
        padding-bottom: 10px !important;
    }
    .process-list-container ul.process-list li::after{
        background-image: url(../images/dotted-border.png);
        width: 50px;
        right: -25px;
        background-position: right;
    }
    .pricing-header h6.pricing-title, .pricing-header h5.pricing-title{
        font-size: 14px;
    }
    .pricing-header p{
        width: 65px;
        font-size: 10px;
        line-height: 14px;
    }
    .pricing-price{
        font-size: 32px;
        line-height: 36px;
    }
    .pricing-price span{
        font-size: 14px;
    }
}

@media only screen and (max-width:1024px){
     /*Hedaer*/
    .relotech-header .logo {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
.relotech-header .logo img{
    height: 40px;
}
    .relotech-header .navbar {
        left: -100%;
        top: 0;        
        background: rgb(222, 234, 255);
        width: 100%;
        height: 100%;
        z-index: 998;
        padding-top: 100px;
        transition: all 0.3s ease;
        position: fixed;
    }
    .relotech-header .navbar-toggle {
        display: block;
    }
    .show-menu .relotech-header .container {
        position: static;
    }
    body.show-menu {
        overflow: hidden;
    }
    .show-menu .relotech-header .navbar-toggle {
        background-image: url(../images/icons/dark-blue/close.svg);
        background-color: transparent;
        z-index: 999;
    }
    .show-menu .relotech-header .navbar {
        left: 0;
    }
    .relotech-header .navbar > li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .relotech-header .navbar > li > a {
        text-align: center;
        padding: 25px 18px;
        font-size: 18px;
    }
    .relotech-header .navbar > li > a.header-login-btn {
        padding: 12px 40px;
        display: inline-block;
    }
}

@media only screen and (max-width:991px){   

    /*Homepage*/
    .provider-grid-container{
        height: 270px;
    }
    .common-title.f-s-35{
        font-size: 28px !important;
        line-height: 32px;
    }
    .provider-details-content.p-t-30 {
        padding-top: 30px !important;
    }
    .process-list-container ul.process-list{
        display: block;
    }
    .process-list-container ul.process-list li{
        padding: 30px 0;
    }
    .process-list-container ul.process-list li::after {
        background-image: url(../images/dotted-border.png);
        width: 50px;
        right: 0;
        height: 66px;
        left: 0;
        margin: auto;
        top: 85%;
        background-repeat: no-repeat;
        transform: rotate(90deg);
    }
    p.process-footer-text{
        font-size: 16px;
        line-height: 20px;
    }
    p.process-footer-text span{
        font-size: 22px;
        line-height: 26px;
    }
    .pricing {
        margin-bottom: 20px;
        box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
    }
    /*--------------
    About
    --------------*/
    .common-banner-pera{
        font-size: 14px;
    }
    .about-section-1, .founder-section-content p {
        text-align: center;
    }
    .page-picture {
        padding-top: 20px;
    }
    /*--------------
    footer
    --------------*/
    .footer-wrap .footer-logo img {
        width: 100%;
    }
    .footer-wrap ul.app li a img{
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    
    /* login */
    .login-page-register {
        background: url(../../assets/images/login-bg-mobile.jpg) no-repeat;
        background-size: auto;
        background-size: cover;
        padding: 50px 0;
    }
    .login-register-box {
        margin: 0 auto;
        width: 70%;
    }

    /*banner*/
    .banner{
        min-height: 350px;
    }
    .banner .banner-ovelay .banner-content{
        padding-top: 20%;
    }
    .banner .banner-ovelay .banner-content h1{
        font-size: 32px;
        line-height: 36px;
    }
    .provider-grid-wrap{
        bottom: 0;
        padding: 30px 0;
    }
    .provider-grid-container{
        height: auto;
        margin-bottom: 20px;
    }
    .provider-grid-container:hover, .pricing:hover{
        transform: inherit;
    }
    #provider-grid {
        margin-top: 0;
    }

    .provider-details-wrap {
        padding-top: 30px;
    }

    /*footer*/
    .footer-wrap{
        text-align: center;
    }
    .footer-wrap div{
        padding-bottom: 10px;
    }
    .footer-wrap.p-b-20{
        padding-bottom: 0px !important;
    }
    .footer-wrap .footer-logo img, .footer-wrap ul.app li a img{
        width: inherit;
    }

    /*==================
      military page
    ===================*/
    .page-box {
        text-align: center;
    }
    .page-box i {
        float: none !important;
    }
    .page-box:after{
        left: 0;
        right: 0;
        margin: auto;
    }
    .page-box .media .media-left{
        display: block;
    }
}

@media only screen and (max-width:479px){

    /* login and registration*/
    .login-register-box {
        margin: 0 auto;
        width: 90%;
    }
    /*Homepage*/
    .banner {
        min-height: 250px;
    }
    .banner .banner-ovelay .banner-content{
        padding-top: 15%;
    }
    .banner .banner-ovelay .banner-content h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .banner .banner-ovelay .banner-content p {
        font-size: 15px;
        line-height: 19px;
    }
    .provider-details-picture{
        padding-top: 10px;
    }
    /*--------------
    About
    --------------*/
    .about-section-3 .btn {
        padding: 12px 10px;
    }
}