*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
/*============tags=============*/
img{
    vertical-align: middle;
}
a, a:hover{
	text-decoration: none !important;
}
li{
	list-style: none;
}
.bg-lightsky {
    background-color: #f8f9fa;
}
.default-padding{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt-40{
	padding-top: 40px;
}
.page-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.page-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
    color: #000;
}
.page-heading p {
    font-size: 17px;
    font-weight: 400;
    color: #6c757d;
    line-height: normal;
    margin-bottom: 5px;
}
.border-top{
	border-top: 1px solid #ddd;
}
/*==================button=================*/

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.btn.btn-orange {
    font-size: 17px;
    background-color: #ff5900;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 17px;
    border-radius: 20px;
    border: 1px solid #ff5900;
}
.btn.btn-orange:hover{
	background-color: transparent;
	color: #ff5900;
}
.btn.btn-search {
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-left: 0px !important;
    border: 1px solid #ced4da;
}
.btn.btn-search i {
    font-size: 35px;
    font-weight: 700;
    color: #ff5900;
}
.btn.btn-white {
    background-color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
button {
    outline: none !important;
}
.btn.temp-btn {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ff5900;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    border: 2px solid #ff5900;
    transition: .3s all;
    text-align: center;
}
.btn.temp-btn:hover {
    background-color: transparent;
    color: #ff5900;
    box-shadow: 0px 6px 8px -2px rgb(148 52 0 / 47%);
}
.btn.previ-btn {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ced4da;
    color: #000000;
    padding: 7px 20px;
    border-radius: 20px;
    border: 2px solid #ced4da;
    transition: .3s all;
    text-align: center;
}
.btn.previ-btn:hover {
    background-color: transparent;
    color: #000;
    box-shadow: 0px 6px 8px -2px rgb(148 52 0 / 47%);
}

/*=====================topbar===============*/

.topbar-menu {
    position: relative;
    background: #000;
    display: block;
    width: 100%;
    height: auto;
}
.topmenu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0px;
}
.contact-block {
    margin-bottom: 0px;
    display: flex;
    position: relative;
}
.contact-block li {
    margin: 0px 7px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.contact-block li a {
    color: #fff;
}
.contact-block li a:hover {
    color: #ff5900;
}
.contact-icon i {
    font-size: 20px;
}
.contact-icon .fas.fa-phone {
    color: #ff5900;
}
.contact-icon .fab.fa-whatsapp {
    color: #00fd3a;
}
/*===================midheader=====================*/
.logo img {
    max-width: 100%;
    width: 200px;
}
.midheader {
    position: sticky;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
    background-color: #f8f9fa;
    padding: 5px 0px;
    box-shadow: 0px 1px 4px #ddd;
}
.midheader .nav-link {
    display: block;
    padding: 10px 15px !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.midheader .nav-item:last-child a {
    padding-right: 0px !important;
}
/*=========================================mainheader=======================*/

.mainheader {
    position: relative;
    width: 100%;
    background-color: #004602;
    height: auto;
}
.mainheader .nav-link {
	background-color: transparent;
    display: block;
  	padding: 13px 13px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px dashed #002f0b;
}
.mainheader .nav-item:last-child .nav-link{
	border: 0px;
}
.mainheader .nav-link:hover{
	background-color: #002f0b;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff5900 !important;
}
.dropdown-menu {
    min-width: 200px !important;
    padding: 0px !important;
    margin: 3px 0 0;
    font-size: 15px;
    font-weight: 500 !important;
}

.dropdown-item {
    padding: 7px 15px !important;
    border-bottom: 1px solid #ddd !important;
    clear: both;
    font-weight: 500 !important;
}
/*====================form===================*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.input-group{
	flex-wrap: nowrap !important;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ff9f6b !important;
    border-color: #ff9f6b !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff5900 !important;
    background-color: #ff5900 !important;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ff5900 !important;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(255 89 0 / 0%) !important;
}
/*===================home-banner-section=======================*/
.home_banner-img img {
    max-width: 100%;
}
.home_banner-img {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.document-con {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.fist-title {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
}
.scnd-title {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    color: #3a3b3c;
}
.doc-search {
    position: relative;
    margin: 25px 0px;
}
.doc-search .form-control {
    display: block;
    width: 100%;
    height: calc(40px + 15px + 4px);
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	border-right: 0px;
    border-radius: 30px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.doc-services {
    position: relative;
    display: flex;
    margin: 20px 0px;
    width: 85%;
    margin: 20px auto;
}
.doc-ser-block {
    position: relative;
    background-color: #ff5900;
    text-align: center;
    padding: 20px 20px;
    margin: 0px 10px 10px 0px;
    border-radius: 4px;
	width: 33.33%;
}
.doc-img img {
    max-width: 100%;
}
.doc-img {
    margin-bottom: 15px;
}
.doc-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin-bottom: 7px;
}
.doc-content p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.autocomplete-items {
    position: absolute;
    border: 0px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 110%;
    left: 0;
    right: 0;
    height: auto;
    background: #ffffff;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: transparent; 
  border-bottom: 0px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/*==============================help-section======================*/
.help-doc-block {
    position: relative;
}
.help-block1 {
    position: relative;
    padding: 20px;
    text-align: center;
    background-color: #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
	height: 165px;
}
.help-block1 h3 {
    font-size: 35px;
    font-weight: 600;
    color: #ff5900;
    line-height: normal;
    margin-bottom: 10px;
}
.help-block1 p {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #3b3b3b;
}
/*===========================download-section===========================*/
.dot {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 6px;
}
.dot i {
    color: #ff5900;
}
.download-ele-title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    color: #181b1f;
}
.doc-download-ele {
    position: relative;
    margin-bottom: 20px;
}
.download-doc-item {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.download-doc-item li a {
    font-size: 15px;
    font-weight: 500;
    color: #343a40;
}
.download-doc-item li a:hover{
	color: #ff5900;
}
.download-doc-item li {
    padding-bottom: 7px;
}

/*================continue-section==============*/

section.continue-caption.bg-color-red {
    position: relative;
    background-color: #9c0000;
    padding: 20px 0px;
}
.caption-box {
    border-top: 3px dashed #fff;
    border-bottom: 3px dashed #fff;
    padding: 20px;
}
.cap-subtitle {
    color: #fcca34;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.cap-text {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
	margin-bottom: 0px;
}
/*============================breadcrumbs===================*/
.breadcrumbs-block{
    position: relative;
    margin-bottom: 0px;
    padding: 8px 0px;
}
.breadcrumbs-links li span {
    padding: 0px 5px;
    font-size: 15px;
}
.breadcrumbs-links li a {
    font-size: 15px;
    font-weight: 500;
    color: #6c757d;
}
.breadcrumbs-links li a:hover{
	text-decoration: underline !important;
}
.breadcrumbs-links li {
    display: inline-block;
}
.breadcrumbs-links {
    display: block;
	margin-bottom: 0px;
}
/*===========================document-information-sec===============*/
.doc-info-form {
    position: relative;
    width: 100%;
	background-color: #fff;
    box-shadow: 0px 0px 30px #ddd;
    transition: 1s all;
    border-radius: 2px;
}
.docinfo-hoverlay {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    text-align: center;
}
.docinfo-hoverlay h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.docinfo-img img {
    max-width: 100%;
}
.doc-info-form:hover {
    background-color: rgba(0,0,0,.6);
}
.docinfo-img {
    position: relative;
}
.doc-info-title {
    font-size: 30px;
    font-weight: 600;
    color: #ff5900;
    line-height: normal;
}
.doc-info-heading {
    position: relative;
    margin-bottom: 30px;
}
.info-doc-item {
    position: relative;
    display: flex;
    margin: 0px 10px 10px 0px;
	width: 25%;
}
.doc-item-img img {
    max-width: 100%;
	height: 41px;
}
.doc-item-img {
    width: 20%;
    margin-right: 10px;
}
.doc-item-discrip {
    width: 80%;
}
.doc-item-discrip p {
    font-size: 14px;
    font-weight: 400;
    color: #4b4b4b;
    margin-bottom: 5px;
}
.doc-item-discrip h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
.info-doc-blockitems {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-bottom: 50px;
}
.rating-star i {
    color: #f8ba00;
}
.rating-star {
    font-size: 13px;
    margin-right: 5px;
}
.info-doc-agreement-content {
    position: relative;
    background-color: #fff;
    padding: 20px 30px;
    width: 100%;
    border-radius: 4px;
	margin-bottom: 20px;
	max-height: Calc(100% - 40px);
    overflow-y: scroll;
}
.page-subtitle {
    font-size: 25px;
    font-weight: 500;
    color: #1c2832;
    line-height: normal;
}
.page-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 10px;
}
.about-doc-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}
.about-doc-disc p {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #3d3d3d;
}
.about-doc-disc h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f1f20;
    margin-bottom: 5px;
    line-height: normal;
}
.about-doc-disc {
    margin-left: 15px;
    width: 80%;
}
.discription .doc-info-list li {
    background: transparent url(../img/boat.png) no-repeat scroll 0 12px;
    list-style: outside none none;
    padding-left: 15px;
    padding-top: 4px;
    position: relative;
    background-size: 10px;
	font-size: 15px;
}
.text-underline {
    text-decoration: underline;
    text-decoration-color: #6d6d6d;
    text-decoration-thickness: from-font;
}
.discription ul {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}
.ques-circle {
    position: absolute;
    /* float: right; */
    font-size: 20px;
    top: -10px;
    right: -5px;
}
.ques-circle i {
    color: #8d8d8d;
}
.rent-greement-form label {
    font-size: 15px;
    font-weight: 500;
    /* line-height: 22px; */
    margin-bottom: 12px;
}
.space-text {
    background-color: #ffe600;
}
.gree-form-text {
    font-size: 15px;
    font-weight: 500;
    color: #6b6d6e;
    margin-bottom: 15px;
    line-height: 25px;
	text-align: justify;
}
.gree-form-text b , .gree-form-text strong{
	color: #000;
}
.gree-form-text li{
    margin-bottom: 5px;
    line-height: 25px;
}
.agreement-doc-scroll {
    height: 803px;
    overflow-y: scroll;
}
.form-link {
    display: block;
    font-size: 13px;
    line-height: normal;
}
.form-link a {
    color: #000;
    text-decoration: underline !important;
}
.employ-doc-photos {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.image {
    border: 1px solid #ddd;
    width: 130px;
    text-align: center;
    height: 140px;
    line-height: 140px;
    padding: 20px;
}
.small-text {
    font-size: 13px;
    line-height: 15px;
}
.table thead th {
    vertical-align: top !important;
    border-bottom: 2px solid #dee2e6;
}
  
/*==============footer==================*/

.footer-bg {
    position: relative;
    
    background-color: #000;
    /* padding: 30px 0px 10px; */
    color: #fff;
    overflow: hidden;
}
.top-footer {
    position: relative;
    padding: 30px 0px;
    border-bottom: 2px solid #f46d03;
}
.middle-footer {
    position: relative;
    padding: 20px 0px;
}
.footer-title {
    font-size: 30px;
    font-weight: 600;
    color: #f46d03;
    margin-bottom: 20px;
}
ul.footer-link li a {
    color: #7befb4;
    font-size: 18px;
}
ul.footer-link li {
    padding-bottom: 7px;
}
ul.footer-link {
    padding: 0;
}
.payment-img img {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.makein-India-img img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px 10px 10px 0px;
}
.footer-copyright {
    position: relative;
    padding: 10px 0px;
    background-color: #000;
    border-top: 2px solid #f46d03;
    color: #fff;
    text-align: center;
}
.footer-copyright p{
	margin-bottom: 0px;
}
.payment-img img {
    width: 60px;
    height: 60px;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 10px 10px 0px;
}
.footer-img {
    position: fixed;
    bottom: 109px;
    z-index: 99;
    left: 15px;
}
.footer-logo img {
    max-width: 100%;
}
.mid-fimg img {
    max-width: 100%;
}


.inv-sec{
        background-color: pink;
        border-radius: 5px;
    }       

.inv-sec img{
        height: 100%;
        width: 100%;
        border-radius: 5px 0 0 5px;
    }
.inv-sec h2{
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
}
.inv-sec p{
    font-size: 30px;
    text-align: center;
    padding: 20px
}
            .highlight-block{

                height: 100%;
                border:1px solid #000;
                border-radius: 20px;
                background-color: #fff;
                padding: 10px;
                margin-bottom: 10px;
            }

            .highlight-block:hover{
                background-color: #0f254e;
                color: #fff;
                border-radius: 20px;

            }
            .highlight-block h4{
                padding-left: 40px;
                margin-top: -20px;
                }
            .highlight-block p{
                font-family: sans-serif;
                padding-left: 40px;
                padding: 10px;
            }

.font-icon i{
    color: #f0483e;
    font-size: 30px;
    

}            

.features p{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 30px;
}

.features strong{
    color: blue;
}   

.box2{
    height: auto;
    background-color: pink;

}   
.box2 h1{
    text-align: center;
    font-weight: bolder;
}

.integrations{
    background-color: #ffeee6;
    height: auto;
    padding: 30px;
}

.integrations h1{
    text-align: center;
    margin: 20px;
}

.integrations img{
    height: 100%;
    width: 100%;

}

.integrations img:hover{
    padding: 10px;
    transition-delay: 0.2s;
    transition-duration: 1s;
    transition-timing-function: ease-in;
}
.integrations p:{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.mobile-section{
    background-color: #c61b37;
    padding: 20px;

    
}
.mobile-section h1{
    font-family: sans-serif;
    font-weight: bolder;
    color: #fff;
    margin: 10px;
    padding-top: 50px;

}

.mobile-section p{
    color: #fff;
    font-size: 25px;
    margin: 10px;

}

.mobile-section img{
    width: 100%;
    height:100%;
    margin-top: 20px;

}

.mobile{
    background-color: #ffeee6;
}

.mobile img{
    
    margin-bottom: -95px;
}
.download{
    background-color: #c61b37;

}

.download h1{
    color: #fff;
    padding: 6
    0px;
    margin-top: 80px;
}

.download img{
    /*height: auto;
   position: right;
    width: 15%;
    right: 15%;*/
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 25px;
   width: 20%;
}
.heading h2{
    font-family: sans-serif;
    padding: 20px;
    text-align: center;

}
.heading strong{
    color: #0f254e;
    text-align: center;
}

.packages-wraper{
    background-color: #ffeae0;
}
.packages{
    height: 100%;
    background-color: #fff;
    padding: 50px;
    border:1px solid #000;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 2px grey;
}
.packages span{
    font-size: 28px;
    font-weight: bold;
}

.packages strong{
    font-size: 25px;
    font-weight: bold;
}
.packages p{
font-family: sans-serif;
}

.packages button{
    border:1px solid #ca3e4a;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #fcedee;
    margin-left: 15px;
    color: #ca3e4a;
    letter-spacing:1px;
}
.packages button:hover{
    background-color: #ca3e4a;
    color: #fff;
}

.testimonial-item img{
    border: 1px solid grey;
    border-radius: 50%;
    vertical-align: left;
    width: 20% !important;
    height: 10%;
}


.shipping{  padding: 20px;}

.shipping img{
    width: 100%;
    height: 100%;
    padding: 20px;

}

.shipping img:hover{
    
    padding: 10px;
    transition-delay: 1s;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    

}

.signup{
    background-color: #c61b37;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
}
.signup h1 ,h3{
    color: #fff;
    padding-left: 50px;
}

.signup button{
    background-color:#fdc673;
    text-align: center;
    padding:10px 30px;
    border:none;
    border-radius: 5px;
    margin-left: 50px;
    margin-top: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;


}
.signup button:hover{
    background-color: #fd9902;
    font-size: 18px;
    
}
.made-in-india{
    margin: 30px;

}
.made-in-india h2{
    background-image: url("img/madeinindia-bg.png");
    color: #053b4f;
    padding: 70px;
    text-align: center;
    font-size: 45px;
}

.made-in-india strong{
    color: #c61b37;
    font-size: 45px;
}
.carousel-item{
    
    background-color: #e6f8f3;
    padding: 20px;
    border-radius: 10px;
}

.carousel-item img{
    height: 90px;
    width: 90px;
    padding: 5px;
    border:1px solid #f7f7f7;
    border-radius: 50px;
    margin:10px;

}
.carousel-item strong{  
    font-size: 23px;
}

.carousel-item span{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: -40px;
    color: grey;
    padding-left: 18%;
}
.carousel-item h1, h4{
    padding: 20px;
}

  /*==============footer-links==================*/

.footer-links li:first-child{
    padding: 30px 1px 10px;
    color: #000;
    font-weight: bold;

}

.footer-links li a{
        color: #666;
        padding:   30px 30px 10px;
        font-size: 15px;
        font-weight: 400px;
        line-height: 16px;

}



@media (max-width: 992px){
	.contact-block li {
		margin: 0px 3px;
		font-size: 8px;
	}
	.btn.btn-orange {
		font-size: 8px;
		padding: 5px 10px;
	}
	.contact-icon i {
		font-size: 12px;
	}
	.doc-services {
		position: relative;
		display: block;
		width: 100%;
	}
	.doc-ser-block{
		margin: 0px 0px 10px 0px;
	}
}

@media screen and (max-width: 420px){
    
    .carousel-item strong{
        font-size: 16px;

    }
    .download img{
      display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5%;
   width: 40%;
    }

    .inv-sec p{
        font-size: 20px;
        text-align: left;
        }

.inv-sec h2{
    font-size: 30px;
}
    .highlight-block{
        margin-bottom: 10px;
    }

    .integrations img{
        width: 50%;
        padding: 10px;
    }

    .signup h1,h3{
        font-size: 28px;
    }

    .signup button{
        padding: 10px 20px;
        font-size: 22px;
        margin-left: 25px;
    }
    .highlight-block{
        margin-bottom: 10px !important;
    }

    .made-in-india h2{
        font-size: 23px;
    }

    .highlight-block{
        margin-bottom: 30px;
        height: auto;
    }
.packages{
    height: auto;
    margin-bottom: 30px;
}

}

