@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

.no-margin {
    margin: 0;
    padding: 0;
}

.center {
    margin: 0 auto;
    display: table;
    float: none;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.center-col {
    margin: 0 auto;
    display: table;
    float: none;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

.carousel-caption {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
    -webkit-animation: zoom 20s;
    -moz-animation: zoom 20s;
    animation: zoom 20s;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators li {
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #d8d4cf;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #62000f;
    width: 12px;
    height: 12px;
}

.top_bar {
    background: #0168b0;
    padding: 7px 0;
}

.phone_area {
    float: left;
    padding-left: 40px;
}

.phone_text a,
.email_text a {
    color: #1f223e;
    font-size: 16px;
    line-height: 21px;
}

.phone_text p,
.email_text p {
    font-size: 12px;
    line-height: 17px;
    color: #606060;
}

.email_area {
    float: left;
}

.phone_area a,
.email_area a {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    padding: 10px 10px 10px 0px;
    display: inline-block;
}

.email_area a i {
    color: #0060b4;
}

.main_logo a {
    padding: 0;
    display: inline-block;
}

.menuSec {
    text-align: right;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    padding: 30px 21px;
    color: #0a0a0a;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300;
    border-bottom: 1px solid #fff;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    color: #0a0a0a;
    border-bottom: 1px solid #0168b0;
}

.menuSec ul li a:hover:before,
.menuSec ul li a.active:before {
    opacity: 1;
}

.menuSec li:hover>ul,
.menuSec li:hover>ul>li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    left: 0px;
    width: auto;
    text-align: left;
    top: 87px;
}

.menuSec li:hover>ul>li:hover>ul {
    left: 230px;
    top: 0;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 10px 20px;
    color: #0a0a0a;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li:hover li a:hover {
    background-color: #0168b0;
    color: #fff;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: relative;
    width: 100%;
}

.menuSec ul li:hover ul li a:hover {
    background: transparent;
    color: #ff425c;
}

.main_header {
    background: transparent;
    width: 100%;
    padding: 0% 0;
}

.main_header.affix {
    position: fixed;
    background: #061c0f;
    top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    animation: slide-down 0.7s;
    z-index: 999;
}

.main_header .container {
    position: relative;
    z-index: 1;
}

.main_header:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    height: 100%;
}

.menuSec ul li:last-child a {
    padding-right: 0;
}

.menuSec ul li:first-child a {
    padding-left: 0;
}

.menuSec ul li ul li a {
    padding: 10px!important;
    border-bottom: 1px solid #0168b0;
}

.slider_text h4 {
    color: #fff;
}

.slider_text {
    text-shadow: none;
}

.slider_text h1 {
    line-height: 45px;
    color: #0a0a0a;
    font-weight: 700;
    padding: 0px 0 20px;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.slider_text h1 span {
    color: #0a0a0a;
    display: block;
    font-size: 51px;
    line-height: 56px;
    text-transform: uppercase;
    color: #ff425c;
    font-weight: 800;
    letter-spacing: 0;
}

.btn.white {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: ease-in-out 0.3s;
    text-transform: uppercase;
    border-radius: 40px;
    line-height: 17px;
    padding: 12px 20px;
    margin: 0 0px 0 10px;
}

.btn.white:hover {
    background: #fff;
    border: 1px solid #000000;
    color: #000000;
    transition: ease-in-out 0.3s;
}

.btn.black {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: ease-in-out 0.3s;
    border-radius: 40px;
    line-height: 17px;
    padding: 12px 20px;
    margin: 0;
}

.btn.black:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    transition: ease-in-out 0.3s;
}

.slider_text p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #0a0a0a;
    margin: 0 0 20px;
}


/* Sweep To Top */

.hvr-sweep-to-top {
    display: inline-block !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0a0a;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.slider_text a {
    background: #ff425c;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    display: inline-block;
    padding: 14px 25px;
}

.info_area ul li {
    display: inline-block;
    position: relative;
    border-right: 1px solid rgb(255 255 255 / 25%);
}

.info_area ul li a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    margin: 0 10px 0 10px;
}

.info_area ul li span {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin: 0 10px 0 10px;
}

.info_area ul li span i {
    font-size: 18px;
    line-height: 23px;
    margin: 0 5px 0 0px;
}

.info_area ul li a i {
    font-size: 18px;
    line-height: 23px;
    margin: 0 5px 0 5px;
}

.header_social ul li {
    display: inline-block;
}

.header_social ul li a {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin: 0 0px 0 10px;
}

.header_social ul li a:hover {}

.time_area {
    display: inline-block;
}

.header_social {
    display: inline-block;
    margin: 0 0 0 10px;
    border-left: 1px solid rgb(255 255 255 / 25%);
}

.time_area ul li span {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}

.header_social ul li:hover a {
    transition: ease-in-out 0.5s;
}

.time_area ul li span i {
    font-size: 18px;
    line-height: 23px;
    margin: 0 5px 0 0px;
}

.time_main {
    float: right;
}

.info_area ul li:after {
    border: 1px solid #fff;
}

.info_area ul li a:first-child {
    margin-left: 0;
}

.info_area ul li:last-child {
    border: 0;
}

.login_btn a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background: rgb(255 66 92);
    display: inline-block;
    padding: 10px 12px;
}

.login_btn {
    float: right;
}


/*llc_section_css_start*/

.llc_section {
    padding: 6% 0;
}

.llc_text h2 {
    color: #0a0a0a;
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    padding: 0px 0 15px;
    text-transform: capitalize;
    display: block;
}

.llc_text p {
    font-size: 16px;
    line-height: 25px;
    color: #0a0a0a;
    font-weight: 400;
    margin: 0 0 30px;
}

.llc_step_img {
    display: inline-block;
    width: 80px;
}

.llc_step_text {
    display: inline-block;
    width: 80%;
    margin: 0 0 0 20px;
}

.llc_step {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.llc_step_text h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #0a0a0a;
    margin: 0px 0 5px;
}

.llc_step_text p {
    font-size: 13px;
    line-height: 18px;
    color: #0a0a0a;
    margin: 0;
}

.llc_step_img img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.theme_btn {
    background: #ff425c;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 500;
    display: inline-block;
    padding: 14px 25px !important;
    border: 0 !important;
    width: auto !important;
    cursor: pointer;
}


/*llc_section_css_end*/


/*why_choose_css_start*/

.sub-text {
    font-weight: 700;
    margin: 0 0 5px;
    display: inline-block;
    color: #ff425c;
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

.sec-title2 .title span {
    color: #ff425c;
    font-style: oblique;
}

.sec-title2 .title {
    font-size: 36px;
    line-height: 41px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #0a0a0a;
}

.rs-services.home-style2 .services-item .services-text .title a {
    color: #0a0a0a;
}

.rs-services.home-style2 .services-item .services-text .services-txt {
    margin: 0;
    color: #454545;
    font-size: 13px;
    line-height: 20px;
}

.rs-services.home-style2 .services-item .services-icon img {
    height: 60px;
    width: 60px;
    max-width: unset;
}

.rs-services.home-style2 .services-item {
    display: flex;
    margin: 0 0 25px;
}

.rs-services.home-style2 .services-item .services-text .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 0 6px;
}

.rs-services.home-style2 .services-item .services-text {
    padding: 0px 0px 0px 20px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-20 {
    margin-bottom: 20px;
}

.rs-services {
    padding: 0% 0 6%;
}


/*why_choose_css_end*/


/* ------------------------------------
    10. Video Section CSS
---------------------------------------*/

.rs-videos .animate-border .popup-border {
    background: #bb0b0b;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rs-videos .animate-border .popup-border i {
    font-size: 20px;
    line-height: 80px;
    display: block;
    color: #ffffff;
}

.rs-videos .animate-border .popup-border:before {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.rs-videos .animate-border .popup-border:after {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.rs-videos .animate-border.blue-color-style .popup-border:after,
.rs-videos .animate-border.blue-color-style .popup-border:before {
    border: 2px solid #0082f1;
}

.rs-videos .animate-border.blue-color-style .popup-border {
    background: #0082f1;
}

.rs-videos .animate-border.orange-color-style .popup-border:after,
.rs-videos .animate-border.orange-color-style .popup-border:before {
    border: 2px solid #ffffff;
}

.rs-videos .animate-border.orange-color-style .popup-border i {
    color: #fd4a36;
}

.rs-videos .animate-border.orange-color-style .popup-border {
    background: #ffffff;
}

.rs-videos.choose-video {
    position: relative;
}

.rs-videos.choose-video .animate-border .popup-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rs-videos.choose-video.careers-video {
    position: relative;
}

.rs-videos.choose-video.careers-video .images-video {
    background: url(assets/images/careers/1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 100px 300px;
}

.rs-videos.choose-video.careers-video .animate-border .popup-border {
    left: 45%;
    top: 32%;
    transform: unset;
}

.rs-videos.choose-video.careers-video .animate-border .video-desc {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    left: 40%;
    top: 60%;
    position: absolute;
}

.rs-videos.address-item .address-icon {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #bb0b0b;
}

.rs-videos.address-item .address-icon i {
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}

.rs-videos.address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #bb0b0b;
}

.rs-videos.faq {
    position: relative;
}

.rs-videos.faq .images-video {
    background: url(assets/images/video/faq.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 280px 0px 280px 0px;
}

.rs-videos.faq .animate-border .popup-border {
    background: #4caf50;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rs-videos.faq .animate-border .popup-border:after,
.rs-videos.faq .animate-border .popup-border:before {
    border: 2px solid #4CAF50;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}


/* ------------------------------------
    15. Counter Section CSS
---------------------------------------*/

.rs-counter.style1 .counter-border-top {
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #BB0B0B08;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 50px 0px 0px 0px;
}

.rs-counter.style1 .counter-area .counter-list {
    display: flex;
    align-items: center;
}

.rs-counter.style1 .counter-area .counter-list .counter-icon img {
    width: 80px;
    display: inline-block;
    padding-right: 15px;
}

.rs-counter.style1 .counter-area .counter-list .counter-number .rs-count {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #0a0a0a;
}

.rs-counter.style1 .counter-area .counter-list .counter-number .prefix {
    font-size: 30px;
    font-weight: 500;
    color: #0a0a0a;
}

.rs-counter.style1 .counter-area .content-part .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #363636;
    margin: 0px 54px 0px 0px;
    position: relative;
    padding-bottom: 20px;
}

.rs-counter.style1 .counter-area .content-part .title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: #ff425c;
    z-index: 1;
    margin-left: 0;
    left: 0;
    bottom: 0px;
}

.rs-counter.style1.project-single .counter-area .counter-list .counter-icon img {
    width: 70px;
    padding-right: 16px;
}

.rs-counter.style1.project-single .counter-area .counter-list .counter-number .rs-count {
    font-size: 44px;
    line-height: 54px;
}

.rs-counter.style1.project-single .counter-area .content-part .title {
    margin: 0px 38px 0px 0px;
}

.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .prefix,
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .rs-count {
    color: #ffffff;
}

.rs-counter.style1.counter-home5-style .counter-area .content-part .title {
    color: #ffffff;
    margin: unset;
    position: relative;
    padding: 0px 0px 0px 82px;
}

.rs-counter.style1.counter-home5-style .counter-area .content-part .title:before {
    display: none;
}

.llc_section a.theme_btn {
    margin: 10px 0 0;
}

.sec-title2 p {
    font-size: 14px;
    line-height: 24px;
    color: #0a0a0a;
}

.sec-title2 h2.title {
    margin: 0px 0 10px;
}

.sec-title2 {
    margin: 0 0 40px;
}


/*GetStarted_popup_css_start*/

.getStarted_head h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
}

.getStarted_head {
    margin: 0 0 30px;
}

.getStarted_form input {
    border: 1px solid rgb(1 104 176 / 58%);
    height: 45px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 0;
    padding: 5px 15px 5px 32px;
    outline: none;
}

.getStarted_form select {
    border: 1px solid rgb(1 104 176 / 58%);
    height: 45px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 0;
    padding: 5px 15px 5px 7px;
    outline: none;
}

.popup_Ficon {
    position: relative;
}

.popup_Ficon i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 17px;
    line-height: 23px;
    color: #0168b0;
}

.getStarted_form input#popup_submit {
    width: 40%;
    background: rgb(255 66 92);
    border: 0;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: block;
}

#getStarted .modal-dialog {
    width: 460px;
    margin: 148px auto;
}

#getStarted button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    opacity: 1;
    background: #0168b0;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#getStarted .modal-body {
    position: relative;
    padding: 45px 20px;
}

#getStarted .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

#getStarted .form-control:focus {
    border-color: rgb(255 66 92 / 37%);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 66 92 / 46%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 66 92 / 38%);
}




/*GetStarted_popup_css_end*/


/*step_form_css_start*/

.stepForm {
    padding: 5% 0;
    margin-bottom: 0;
}

.stepForm input {
    border: 1px solid rgb(1 104 176 / 58%);
    height: 45px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 0;
    padding: 5px 15px 5px 15px;
    outline: none;
}

.stepForm input#popup_submit {
    width: 40%;
    background: rgb(255 66 92);
    border: 0;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.stepForm select {
    border: 1px solid rgb(1 104 176 / 58%);
    height: 45px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 0;
    padding: 5px 15px 5px 7px;
    outline: none;
}

.stepForm_s1 {
    padding: 20px;
    border: 1px solid #ede5e5;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
    margin: 0 0 50px;
}

.stepForm_s1 h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #0168b0;
}

.stepForm_s1>p {
    margin: 0 0 20px;
}

.stepForm_s1 label {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px;
}

.order_summary {
    background: transparent;
    padding: 30px 20px;
    border: 1px solid #ede5e5;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
    position: sticky;
    top: 30px;
}

.order_summary h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.order_summary ul li {
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}

.order_summary ul li span {
    float: right;
}

.order_summary ul {
    border-bottom: 1px solid #ede5e5;
    padding: 10px 0;
    margin: 20px 0;
    border-top: 1px solid #ede5e5;
}

.order_summary h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #000;
}

.order_summary h4 b {
    float: right;
    font-size: 25px;
}

.order_summary h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.step_header {
    border-bottom: 1px solid #ff425c;
}

.stepForm_textBox h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #0168b0;
}

.stepForm_textBox p {
    font-size: 14px;
    margin: 0;
}

.stepForm_textBox {
    padding: 20px;
    margin: 0 0 30px;
    border: 1px solid #ede5e5;
}

.stepForm_s1 label input[type="radio"] {
    height: auto;
    width: auto;
    margin: 0 10px 0 0px;
}

.stepForm_s1 label input[type="checkbox"] {
    height: auto;
    width: auto;
    margin: 0 10px 0 0px;
}

label.first_radio {
    margin: 20px 0 20px;
}

label.sec_radio {
    margin: 0 0 40px;
}

.stepForm_s1 h3 span {
    display: block;
    margin: 0 0 20px;
}

label.third_radio {
    border: 1px solid #d5d3d3;
    padding: 30px;
    margin: 40px 0 30px;
    width: 100%;
    background: #d5d3d3;
    color: #0a0a0a;
}

.Agent_text h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #0a0a0a;
    margin: 0 0 30px;
}

.Agent_text h3 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 5px;
}

.Agent_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #0a0a0a;
    margin: 0 0 20px;
}

.package {
    display: block;
    width: 100%;
}

.package_box {
    text-align: center;
    padding: 30px 20px;
    margin: 0 0 50px;
    border: 1px solid #ede5e5;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
    transition: ease-in-out 0.5s;
}

.package_box a {
    color: #ff425c;
}

.package_box h5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin: 0 0 10px;
}

.package_box h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 20px;
}

.package_box span {
    display: block;
    margin: 0 0 10px;
}

.package_box ul li {
    font-size: 13px;
    line-height: 30px;
    width: 100%;
    padding: 0 0 0px 0px;
    color: #0a0a0a;
}

.package_box ul {
    margin: 10px 0 10px;
    padding: 0px 0;
    height: 160px;
    overflow-x: auto;
    text-align: left;
}

.package>h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #0a0a0a;
    text-align: center;
    margin: 0 0 50px;
}

.package_box ul li i {
    padding: 0 4px 0 0px;
}

.package_box:hover {
    border: 1px solid #ff425c;
    transform: scale(1.1);
}

.package_box a.theme_btn {
    height: 40px;
    padding: 8px 23px;
}


/* width */

.package_box ::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.package_box ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}


/* Handle */

.package_box ::-webkit-scrollbar-thumb {
    background: #74bef185;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.package_ul {
    border-top: 1px solid #ede5e5;
    border-bottom: 1px solid #ede5e5;
    margin: 0 0 30px;
}

button#remove_row {
    position: relative;
    top: -19px;
    background: transparent;
    border: 0;
    font-size: 12px;
    color: #ff435d;
    font-weight: 500;
    cursor: pointer;
}

div#add_memer_append_div span {
    margin: 0 0 8px;
    display: inline-block;
}

a#add_member_form {
    color: #0168b0;
    margin: 0 0 20px;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.Agent_text h2 span.pull-right {
    font-size: 32px;
    font-weight: 600;
}

.Agent_text h2 span.pull-right sub {
    font-size: 12px;
    font-weight: 500;
}

.progress.form_progress {
    border-radius: 0;
    background-color: rgb(1 104 176 / 22%);
    height: 25px;
    margin-top: 90px;
    float: left;
    width: 100%;
}

.form_progress .progress-bar {
    background-color: #0168b0;
    font-size: 16px;
    line-height: 26px;
}


/*step_form_css_start*/

.llc_text h2 span {
    display: block;
}


/* ------------------------------------
    23. Testimonial Section CSS
---------------------------------------*/

.rs-testimonial.main-home .testi-image img {
    position: relative;
    max-width: 600px;
    right: 10%;
}

.rs-testimonial.main-home .testi-item .item-content .icon-img img {
    width: 75px;
}

.rs-testimonial.main-home .testi-item .item-content .desc {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 40px 0px 30px 0px;
}

.rs-testimonial.main-home .testi-item .testi-content {
    display: flex;
    align-items: center;
}

.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50px 50px 50px 50px;
    margin: 0 auto;
}

.rs-testimonial.main-home .testi-item .testi-content .testi-information {
    padding-left: 25px;
}

.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
}

.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
    color: #878787;
}

.rs-testimonial.main-home .rs-carousel .owl-dots {
    text-align: left;
    margin-top: 45px;
}

.rs-testimonial.style2 .testi-wrap {
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 40px 30px 40px;
    border: 1px solid #ede5e5;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 11%);
}

.rs-testimonial.style2 .testi-wrap .item-content span img {
    width: 48px;
}

.rs-testimonial.style2 .testi-wrap .item-content p {
    color: #0a0a0a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 0 10px;
    height: 210px;
}

.rs-testimonial.style2 .testi-wrap .testi-content {
    display: flex;
    justify-content: flex-start;
}

.rs-testimonial.style2 .testi-wrap .testi-content .image-wrap img {
    border-radius: 50px 50px 50px 50px;
    width: 80px;
    height: 80px;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information {
    padding: 0 0 0 25px;
    text-align: left;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-name {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #0a0a0a;
    margin: 0 0 10px;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-title {
    font-weight: 600;
    color: #878787;
    padding-bottom: 10px;
    display: block;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .ratting-img img {
    width: 100px;
}

.rs-testimonial.style3 .testi-item {
    background-color: #EBEBEB;
    padding: 40px 20px 40px 20px;
    text-align: center;
}

.rs-testimonial.style3 .testi-item .testi-img img {
    width: 70px;
    height: 70px;
}

.rs-testimonial.style3 .testi-item p {
    color: #0a0a0a;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 19px 5px 20px 19px;
}

.rs-testimonial.style3 .testi-item .testi-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-testimonial.style3 .testi-item .testi-content .testi-img {
    padding-right: 15px;
}

.rs-testimonial.style3 .testi-item .testi-content .testi-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.rs-testimonial.style3 .testi-item .testi-content .author-part {
    text-align: left;
}

.rs-testimonial.style3 .testi-item .testi-content .author-part .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    color: #0a0a0a;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block;
}

.rs-testimonial.style3 .testi-item .testi-content .author-part .designation {
    font-size: 14px;
    line-height: 24px;
    color: #0a0a0a;
    display: block;
}

.rs-testimonial.style4 .testi-item .testi-wrap {
    padding: 40px 40px 40px 40px;
    background-color: #0082F136;
    text-align: center;
    margin: 0 -13px 0 0;
}

.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
}

.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.rs-testimonial.style4 .testi-item .testi-wrap .item-contents p {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    padding: 30px 0px 0px 0px;
    margin-bottom: 20px;
}

.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-name {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-title {
    color: #ffffff;
}

.rs-testimonial.style4 .testimonial-overly-bg {
    background-color: #FFFFFF61;
}

.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap {
    background-color: #FFFFFFB0;
}

.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-title,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-name,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .item-contents p {
    color: #333333;
}

.rs-testimonial.home5-testi-style .testi-box-style {
    background: #ffffff;
    box-shadow: 0 6px 25px #eee;
    padding: 20px 43px 57px 58px;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img {
    top: 36px;
    position: absolute;
    left: 0;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img img {
    width: 75px;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .desc {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    padding: 124px 40px 15px 0;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .image-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50px 50px 50px 50px;
    position: relative;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information {
    padding-left: 25px;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-title {
    color: #878787;
}

.rs-testimonial.home5-testi-style .testi-box-style .rs-carousel .owl-dots {
    margin-top: 40px;
    text-align: left;
}

.rs-testimonial.style1 .left-radius {
    border-radius: 100px 0 0 0;
}

.rs-testimonial.style1 .item .testi-img {
    margin-bottom: 30px;
}

.rs-testimonial.style1 .item .testi-img img {
    max-width: 80px;
    margin: 0 auto;
}

.rs-testimonial.style1 .item .rating {
    margin-bottom: 13px;
}

.rs-testimonial.style1 .item .rating li {
    display: inline;
    margin-right: 5px;
}

.rs-testimonial.style1 .item .rating li i {
    color: #e94d65;
    font-size: 26px;
}

.rs-testimonial.style1 .item .rating li:last-child {
    margin: 0;
}

.rs-testimonial.style1 .item .author-detail .desc {
    color: #f9f9f9;
    max-width: 90%;
    margin: 0 auto 18px;
}

.rs-testimonial.style1 .item .author-detail .name {
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
}

.rs-testimonial.style1 .item .author-detail .designation {
    color: #f9f9f9;
    font-size: 14px;
}

.rs-testimonial.style1 .center .item {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #1d507f;
}

.rs-testimonial.style1 .pattern-img .common {
    position: absolute;
    content: '';
}

.rs-testimonial.style1 .pattern-img .common.img1 {
    top: 93px;
    left: 200px;
    opacity: 0.1;
    max-width: 190px;
    animation: rotate-anim 30s infinite linear;
    -webkit-animation: rotate-anim 30s infinite linear;
    -moz-animation: rotate-anim 30s infinite linear;
}

.rs-testimonial.style1 .pattern-img .common.img2 {
    bottom: 0;
    left: 0;
}

.rs-testimonial.style1 .pattern-img .common.img3 {
    top: 0;
    right: 0;
    max-width: 330px;
    margin: 0 auto 0 0;
}

.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}

.arrow-btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -15%);
}

.arrow-btn a {
    font-weight: 400;
    font-size: 17px;
    border-color: #bb0b0b;
    border-style: solid;
    border-width: 1px;
    margin: 0px;
    border-radius: 23px;
    padding: 12px 15px;
    color: #bb0b0b;
}

.arrow-btn a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: #bb0b0b;
}

.rs-carousel.nav-style1 {
    position: relative;
}

.rs-carousel.nav-style1 .owl-nav {
    display: block;
}

.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #bb0b0b;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
    content: "\f137";
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset;
}

.rs-carousel.nav-style2 {
    position: relative;
}

.rs-carousel.nav-style2 .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
    display: inline-block;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
    transition: all 0.3s ease;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    font-family: Flaticon;
    font-size: 22px;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
    color: #bb0b0b;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
    content: "\f134";
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
    content: "/";
    padding: 0 5px 0 5px;
    position: relative;
    top: -3px;
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    content: "\f133";
}

.rs-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.rs-carousel .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease;
    background: #0168b0;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
    width: 40px;
    background: #ff425c;
    opacity: 1;
}

.rs-testimonial {
    padding: 1% 0 6%;
}


/*footer_css_start*/

.copy_right {
    text-align: center;
    background: #0168b0;
    padding: 10px 0;
}

.copy_right p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

.main_footer {
    padding: 0 0 3%;
}

.main_footer {
    padding: 0 0 3%;
}

.main_footer h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px;
}

a.btn.white.hvr-buzz-out {
    background: #ff425c;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    display: inline-block;
    padding: 14px 25px;
}

.footer_box4 a.theme_btn {
    height: 45px;
    padding: 11px 0;
    width: 100%;
    text-align: center;
    margin: 0px 0 0;
}

.footer_box4 input[type="text"] {
    border: 1px solid rgb(1 104 176 / 58%);
    height: 45px;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 0;
    padding: 5px 15px 5px 15px;
    outline: none;
}

.footer_box2 ul li {
    display: inline-block;
    width: 49%;
}

.footer_box2 ul li a {
    font-size: 13px;
    color: #0a0a0a;
    line-height: 28px;
    font-weight: 500;
}

.footer_box2 ul li a:hover {
    color: #ff425c;
}

.footer_box1 p {
    font-size: 13px;
    line-height: 24px;
    color: #0a0a0a;
    font-weight: 500;
}


/*footer_css_start*/


/*tab_section_page1_start*/

.tab_section_page1 {
    padding: 6% 0;
}

.tabs_area {
    /* background: #e1e1e1; */
    padding: 20px 10px;
    text-align: left;
    box-shadow: 0px 2px 20px 0px #00000038;
}

.tabs_area ul li a {
    width: 100%;
    background: #e8e8e8;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 10px;
    color: #0a0a0a;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 0px 30px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.tabs_area ul li.active a {
    background: transparent;
    color: #0a0a0a;
    border: 2px solid #0168b0;
    border-radius: 0px 30px 30px 0px;
    position: relative;
}

.tabs_area ul li a span {
    margin: 0 0 0 14px;
}

.tabs_area ul li.active a:after {
    content: "\f101";
    position: absolute;
    right: 5px;
    top: 11px;
    font-size: 21px;
    line-height: 30px;
    font-family: 'FontAwesome';
    height: 30px;
    width: 30px;
    color: #fff;
    background: #0168b0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*tab_section_page1_end*/

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
    position: absolute;
    top: 41px;
}

.stepForm label.error {
    color: red;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 70px;
}

.getStarted_form label.error {
    bottom: -27px;
}

input.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

#inner_form label.error{
    font-size: 12px;
}
.a_link {
    color: black;
    text-decoration: underline;
}

#main-form .form-group {
    position: relative;
}

#main-form .form-group label.error {
    position: static;
    font-size: 12px;
}

div#exampleModal .form-control.error {
    border-bottom: 1px solid red !important;
}

#login-form .form-control.error {
    border-bottom: 1px solid red !important;
}

#login-form .form-group {
    position: relative;
}

#login-form .form-group label.error {
    position: static;
    font-size: 12px;
}

.login_error, .form_error {
    text-align: center;
    background-color: red;
    color: #FFFFFF;
    padding: 5px;
    display: none;
}

.payment_error {
    float: left;
    width: 100%;
}

.fa-phone:before {
    content: "\f095";
    /* padding-right: 4px; */
    margin-right: 8px !important;
    /* margin-left: 8px; */
}

.fa-envelope:before{
     margin-right: 8px !important;
}

.form-btn {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background-color: #ff8048;
    padding: 10px 32px 10px 32px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 0px 20px rgb(23 23 23 / 15%);
    background-image: -ms-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: -moz-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: -o-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F434A1), color-stop(100, #ff8442));
    background-image: -webkit-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: linear-gradient(to right, #F434A1 0%, #ff8442 100%);
    margin-left: 10px;
}

.form-btn:hover {
    color: #ffffff;
    background-image: -ms-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: -moz-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: -o-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff8442), color-stop(100, #F434A1));
    background-image: -webkit-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: linear-gradient(to right, #ff8442 0%, #F434A1 100%);
}



.stepForm textarea{
    border: 1px solid rgb(1 104 176 / 58%);
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    border-radius: 0;
    outline: none;
   padding: 5px 15px 5px 15px;
}

.bussiness-alert{
    padding:0 !important;
}

.entityname1displaytxt {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #0168b0;
}

span#bussiness_designator_text {
    color: #0168b0;
    font-weight: bold;
    font-size: 17px;
}

.bussiness-alert{
    display: none;
}

.expedite{
      font-style: italic;
}

.domain-and-email-pricing {
    padding-top: 30px;
    padding-bottom: 90px;
}

.company-boxes {
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    overflow: hidden;
    position: relative;
	transition: all 1s;
}

.company-boxes:hover {
    transform: scale(1.1);
}

.package-head {
    padding-top: 0;
}

.package-head h3 {
    font-weight: 600;
    font-size: 20px;
}

.package-head h2 {
    color: #0168b0;
    /* margin-bottom: 10px; */
    text-align: left;
    font-weight: 500;
    float: left;
    font-size: 39px;
    }



.package-includes {
    border: 1px solid #0168b0;
    border-radius: 10px;
    color: #2a2929;
    letter-spacing: 1px;
    margin: 44px 0 24px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}

.package-includes p {
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.ticklist2.list-scroll {
    height: 289px;
    padding: 10px 0 10px 0;
    /* border-top: 1px solid #eee; */
    margin: 0;
    /* margin-bottom: 20px; */
    clear: both;
}

.package-head ul {
    list-style-type: none;
    padding: 0;
    color: #0168b0;
    font-weight: 400;
}

.pricing-button {
    border: 1px solid #0168b0;
    border-radius: 10px;
    color: #0168b0;
    display: inline-block;
    margin: 15px 0px 0px;
    padding: 10px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    background: white;
    font-weight: 600;
    font-size: 14px;
cursor: pointer;}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    padding: 0 10px;
    direction: ltr;
}

.package-head ul li {
    border-bottom: 1px solid #e1f1ff;
    padding: 10px 0;
    text-align: left;
}

.ticklist2 li {
    font-size: 14px;
    padding: 0 0 0 20px;
    text-align: left;
    position: relative;
    line-height: 24px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}


.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}


.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #33333326;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0px -1px auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    left: 1px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0168b0;
}

.mCSB_inside>.mCSB_container{
    margin-right: 0px !important;
}

.package-head h3{
    content: "";
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
    padding: 7px 10px;
    text-indent: -15px;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 35px;
    width: 180px;
    background-color: #ff435c;
    position: absolute;
    border: 2px solid #ff435c;
    box-shadow: 2px 1px 7px -1px #ff435c;
    right: -62px;
    top: 23px;
    text-align: center;
}

p.one-time-payment {
    text-align: left;
    float: left;
    margin-top: 25px;
    font-size: 13px;
}



.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #ff435c;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background-color: #ff435c !important;
}

.pricing-button:hover{
    background-color: #0168b0;
    color: #FFF;
    text-decoration: none;
}

footer.main-footer.form-footer {
    position: static !important;
    margin-top: 0px;
    padding: 95px 0px 0px;
    background-color: #f4f4f4;
}

.choose-plan h1{
position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.identfication-details {
    display: inline-flex;
   
}




.itin {
    height: 25px !important;
    width: 25px !important;
    margin: 0 10px 0 0px;
    cursor: pointer;
}

.identfication-details label {
    padding-left: 10px;
    padding-top: 2px;
}

.corporate-boxes label {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px;
}

.main-footer .footer-widget h4{
font-size: 18px;
}

.footer-widget.links-widget.footer-break {
   
}


.serives-section{
    padding: 85px 0px 0px;
padding-bottom: 20px;}

.why-bizinc h1{
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.learn-more{
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    background-color: #ff8048;
    text-transform: capitalize;
       padding: 10px 20px 10px 20px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 0px 20px rgb(23 23 23 / 15%);
    background-image: -ms-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: -moz-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: -o-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F434A1), color-stop(100, #ff8442));
    background-image: -webkit-linear-gradient(left, #F434A1 0%, #ff8442 100%);
    background-image: linear-gradient(to right, #F434A1 0%, #ff8442 100%);
}

.learn-more:hover {
    color: #ffffff;
    background-image: -ms-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: -moz-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: -o-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff8442), color-stop(100, #F434A1));
    background-image: -webkit-linear-gradient(left, #ff8442 0%, #F434A1 100%);
    background-image: linear-gradient(to right, #ff8442 0%, #F434A1 100%);
}


.error-icon-text{
    text-align: center;
}

.error-icon-text span {
    font-size: 22px;
    color: black;
    font-weight: 700;
}

.warning-head h2{
    color: black;
    font-size: 20px;
    font-weight: 600;
    
}

.modal-content.lazy-background.visible.error-content {
    width: 80%;
    padding: 20px;
    margin: 0 auto;

}

.warning-head p{
    color: black;
    font-size: 16px;
    margin-top: 15px;
   
    
}

.warning-head {
    text-align: center;
}

#accept_term-error {
	position: absolute;
    top: 22px;
}

/*Policy Start*/


.cancellation-policy-sec{
    position: relative;
    padding-top: 180px;
    padding-bottom: 60px;
}

.cancellation-head h2{
position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
}

.cancellation-head h3{
position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
}

a#add_director_form {
    color: #0168b0;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}




.director-color{
    color: black;
    font-weight: 700;
}

.dollar_sign:before{
    content: '$';
    position: absolute;
    top: 52%;
    transform: translate(15px, -42%);
    font-size: 15px;
    color: #1D1D1D;
}




a#add_shareholder_form{
    color: #0168b0;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}


@media only screen and (max-width: 992px) {
  .cancellation-head h2 {
   font-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .cancellation-head h3 {
   font-size: 31px;
  }
}

/*Policy End*/