@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.greybg {
    background: #defad6;
}

.comnpadding {
    padding: 120px 0;
}

.comntitle {
    font-size: 36px;
    line-height: 38px;
    color: #2a4a91;
    font-weight: 900;
    text-transform: capitalize;
}

.tag_title {
    font-size: 18px;
    color: #6A829B;
    display: block;
    margin-bottom: 15px;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.top_row {
    background: #6ca883;
    text-align: right;
    padding: 10px 0 0px 0;
}



.top_row .aaaaa {
    color: #fff;
    font-size: 22px;
    padding-right: 20px;
}


.top_row a {
    font-size: 22px;
    color: #fff;
    /*margin-left: 20px;*/
    text-transform: capitalize;
    padding-bottom: 10px;
}

.top_row a i {
    color: #0F3052;
    font-size: 22px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.top_row a:hover {
    color: #2a4a91;
}

.top_row a img {
    margin-right: 10px;
    vertical-align: middle;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    align-items: center;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-brand {
    padding: 0px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #b1d6f8;
}

.bg-light {
    background-color: #7288b9 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 16px;
    text-transform: capitalize;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 40px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

li.nav-item.dropdown {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    /* position: fixed;
    left: 0;
    margin: auto;
    right: 0;
    width: 1300px;
    top: 155px;*/
    background: #e8efff;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

li.nav-item.dropdown:hover .dropdown-menu {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.dropdown-menu li>a {
    font-size: 16px;
    color: #fff;
    padding: 8px 10px;
    background: #2a4a91;
    font-weight: 500;
}

.dropdown-menu a:hover {
    color: #444;
    background: #b1d6f8;
}

.dropdown-menu li {
    padding: 0px;
}

.submenu span {
    font-size: 15px;
    color: #2a4a91;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgb(64 210 106 / 50%);
}

.submenu a {
    font-size: 15px;
    color: #2a4a91;
    display: table;
    margin: 8px 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.submenu a:hover {
    color: #40C184;
    background: none;
}

.banner {
    position: relative;
    padding: 50px 0;
}

.banner_caption h1 {
    font-size: 50px;
    color: #2a4a91;
    font-weight: 900;
    margin-bottom: 30px;
}

.banner_caption aside span {
    font-size: 16px;
    color: #2a4a91;
    font-weight: 500;
}

.banner_caption aside img {
    margin-left: 15px;
    width: 36px;
}

.banner_caption p {
    font-size: 16px;
    line-height: 26px;
    color: #2a4a91;
    width: 60%;
    margin: 30px 0;
}

.bannerbtn {
    margin: 30px 0;
    display: inline-block;
}

.bannerbtn a {
    font-size: 18px;
    background: #fff;
    color: #2a4a91;
    font-weight: 500;
    padding: 10px 20px;
    margin-right: 15px;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.bannerbtn a small {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}

.bannerbtn a span {
    line-height: 20px;
    font-size: 16px;
}

.bannerbtn a:nth-child(1) {
    background: #b1d6f8;
    color: #2a4a91;
}

.bannerbtn a:nth-child(1) i {
    background: #0F3052;
    color: #fff;
    width: 36px;
    text-align: center;
    border-radius: 50%;
    height: 36px;
    line-height: 36px;
}

.bannerbtn a:nth-child(2) {
    background: #2a4a91;
    color: #fff;
}

.bannerbtn a:nth-child(2) i {
    background: #40C184;
    color: #fff;
    width: 36px;
    text-align: center;
    border-radius: 50%;
    height: 36px;
    line-height: 36px;
}

.banner_caption a i {
    font-weight: bold;
    vertical-align: super;
    margin-right: 15px;
    font-size: 20px;
}

.banner_caption a:hover,
.we_focus_text a:hover {
    background: #defad6;
    color: #2a4a91;
    box-shadow: 0 0 5px #0F3052;
}

.calldiv {
    position: relative;
}

.calldiv aside {
    background: #D4E8FB;
    border: 5px solid #fff;
    border-radius: 60px;
    padding: 20px 35px;
    width: 70%;
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.calldiv strong {
    font-size: 18px;
    color: #2a4a91;
}

.calldiv p {
    margin: 0;
}

.we_focus_text .comntitle {
    font-size: 28px;
    line-height: 38px;
    color: #2a4a91;
    font-weight: 700;
    margin: 0;
}

.we_focus_text p {
    font-size: 16px;
    color: #597691;
    line-height: 28px;
    margin: 30px 0;
}

.we_focus_text a {
    font-size: 16px;
    color: #fff;
    background: #0067b8;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.we_focus_text a i {
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 24px;
}


.intro-list {
    padding-left: 0px;
}

.intro-list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 0.32px;
    color: #5C6E81;
    display: flex;
    align-items: baseline;
}

.intro-list li img {
    margin-right: 10px;
    width: 20px;
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.service_list li {
    position: relative;
    width: 31%;
    padding: 25px;
    margin-top: 50px;
    background: rgb(40 172 97 / 42%);
    border-radius: 65px 25px 25px 25px;
    -webkit-border-radius: 65px 25px 25px 25px;
    -moz-border-radius: 65px 25px 25px 25px;
    -ms-border-radius: 65px 25px 25px 25px;
    -o-border-radius: 65px 25px 25px 25px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.icondiv {
    margin: -25px 0 25px -25px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}

.icondiv .back {
    position: absolute;
    opacity: 0;
}

.service_list li:hover .icondiv .back {
    opacity: 1;
}

.service_list li aside {
    font-size: 18px;
    color: #2a4a91;
    font-weight: 600;
    margin-bottom: 13px;
}

.service_list li p {
    font-size: 14px;
    color: #2a4a91;
}

.service_list li a {
    font-size: 15px;
    color: #2a4a91;
    text-transform: capitalize;
}

.service_list li a i {
    font-size: 20px;
    color: #2a4a91;
    margin-left: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.service_list li:hover {
    background: #0e358bc7;
}

.service_list li:hover aside {
    color: #b1d6f8;
}

.service_list li:hover p,
.service_list li:hover a,
.service_list li:hover a i {
    color: #fff;
}

.service_list li.greenli {
    background: url("../images/green-bg.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.service_list li.greenli aside {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.service_list li.greenli p,
.service_list li.greenli a i {
    color: #fff;
}

.service_list li.greenli a {
    color: #fff;
    border: 2px solid;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: 50px;
}

.service_list li.greenli a:hover,
.service_list li.greenli a:focus,
.service_list li.greenli a:hover i {
    background: #fff;
    color: #40C184;
}

.howit_work {
    background: url("../images/bg-1.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 80px 0;
}

.howit_work .comntitle {
    color: #fff;
}

.work_process {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.work_process li {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-top: 50px;
}

.work_process li span {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 30px;
}

.work_process li p {
    font-size: 16px;
    margin: 0;
    width: 50%;
    letter-spacing: 0.32px;
    font-weight: 300;
}

.workbox {
    margin-top: 50px;
}

.workbox aside {
    font-size: 36px;
    color: ;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.workbox p {
    font-size: 16px;
    line-height: 26px;
    padding-right: 50px;
}

.workbox small {
    font-size: 24px;
    letter-spacing: 0px;
    color: #b1d6f8;
    font-weight: 600;
    border-bottom: 1px dotted;
}

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

.contactbtn {
    background: #61D384;
}

.CTA_btn {
    /*display: flex;
    justify-content: center;*/
}

a.contactbtn {
    display: inline-flex;
    align-items: center;
}

a.contactbtn img {
    margin-right: 15px;
    vertical-align: sub;
}

a.contactbtn:hover {
    background: #cbe3f8;
    color: #0F3052;
}

.contactbtn small {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.contactbtn span {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
}

.CTA_btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.CTA_btn a.tollbtn {
    background: #0F3052;
}

.CTA_btn a.tollbtn:hover {
    background: #cbe3f8;
    color: #0F3052;
}

.tollbtn i {
    background: #61D384;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.Testimonial {
    background: #e1eafc;
    /*background: url("../images/Wave-line.png") no-repeat rgb(210, 224, 255, 0.5);*/
    background-position: center center;
}

.extraimg {
    margin-top: 10px;
}

footer {
    background: #2a4a91;
    padding: 70px 0;
}

footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

footer li {
    padding: 0 15px;
}

.ftsocial {
    margin-top: 20px;
    text-align: center;
}

.ftsocial a {
    background: #fff;
    color: #0F3052;
    font-size: 18px;
    width: 28px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    font-weight: bold;
    margin: 0 7px;
}

footer h6 {
    font-size: 20px;
    color: #b1d6f8;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer address {
    font-size: 14px;
    color: #F6EDED;
    white-space: pre-line;
    width: 170px;
}

.ftpagelink a {
    font-size: 14px;
    color: #F6EDED;
    display: table;
    margin-bottom: 8px;
}

.js .cSlider--single>div:nth-child(1n+2) {
    display: none;
}

.js .cSlider--single.slick-initialized>div:nth-child(1n+2) {
    display: block;
}

.cSlider--single h2 {
    line-height: 10rem;
}

.cSlider--nav h2::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.cSlider--nav .slick-slide {
    cursor: pointer;
}

.cSlider--nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tio-head {
    text-align: center;
    margin-top: 70px;
}

.tio-head h4 {
    letter-spacing: 0.72px;
    color: #40C184;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tio-top .tio-inner {
    max-width: 660px;
    margin: auto;
    margin-bottom: 20px;
    display: block !important;
    text-align: center;
}

.tio-top .tio-inner p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.72px;
    color: #444444;
    position: relative;
    font-weight: 500;
}

.tio-top .tio-inner p::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -60px;
    background-image: url(../images/block-quote-line.html);
    background-size: cover;
    width: 47px;
    height: 36px;
}

.tio-bottom,
.tio-caption {
    max-width: 250px;
    margin: auto;
}

.tio-bottom .tio-img {
    display: flex !important;
    justify-content: center;
}

.tio-bottom .tio-img img {
    margin: 0px;
    transform: scale(.9);
    border-radius: 50%;
    padding: 5px;
    width: 70px;
    height: 70px;
}

.tio-bottom .slick-slide {
    margin: 0px;
}

.tio-bottom .slick-current img {
    transform: scale(1);
    border: 1px solid #3190E4;
    transition: all 500ms ease-in-out;
}

.tio-bottom .slick-prev:before {
    content: "\ea4b";
    font-family: 'LineIcons';
    font-weight: 800;
    color: #000000;
}

.tio-bottom .slick-next:before {
    content: "\ea4c";
    font-family: 'LineIcons';
    font-weight: 800;
    color: #000000;
}

.tio-caption .img-name {
    text-align: center;
    margin-top: 15px;
}

.tio-caption .img-name h5 {
    margin-bottom: 0px;
    color: #0F3052;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.72px;
    font-weight: 600;
}

.tio-caption .img-name p {
    color: #9BACBB;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.64px;
}

.slick-initialized .slick-slide {
    display: block;
}

@media (max-width: 991px) {
    .tio-top .tio-inner p::before {
        display: none;
    }
}

.dial_us h4 span {
    color: #b1d6f8;
    font-weight: 700;
    border-bottom: 4px dashed;
}

.ssimg img {
    margin-right: 15px;
    max-width: 170px;
}

.ssimg img.smallimg {
    max-width: 110px;
}


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

        Inner page css start here  

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

.banner2 {
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
}

.banner2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #00000099;
}

.ssimg {
    margin-top: 20px;
}

.banner2 .banner2-left {
    padding-left: 50px;
    position: relative;
}

.banner2 .banner2-left h1 {
    font-size: 50px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 30px;
    /* padding-left: 16px; */
    /* border-left: 10px solid #b1d6f8; */
}

.banner2 .banner2-left p {
    font-size: 20px;
    line-height: 35px;
    color: #FFFFFF;
    max-width: 800px;
    margin-bottom: 30px;
}

.banner2 .banner2-left p a {
    color: #b1d6f8;
    font-weight: 600;
}

.banner2 .banner2-left .btn-banner2 {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #b1d6f8;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid transparent;
}

.banner2 .banner2-left .btn-banner2:hover {
    background-color: transparent;
    border-color: #b1d6f8;
}

.banner2 .banner2-left .btn-banner2 i {
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 24px;
    color: #FFFFFF;
}

.banner2-inner {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 550px;
    background: #b1d6f8;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner2-inner aside {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.banner2-inner .icon-box {
    display: flex;
    margin-bottom: 20px;
}

.banner2-inner .icon-box i {
    font-size: 50px;
    margin-right: 20px;
}

.banner2-inner .icon-box span {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 5px;
    display: block;
}

.banner2-inner .icon-box p {
    font-size: 16px;
    opacity: .8;
}

.other-banner .bann-img {
    position: relative;
    background: #eff4fe;
}

.other-banner .bgwhi {
    background-color: #FFFFFF;
}


/* .other-banner .bann-img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #00000080;
    z-index: 0;
} */

.other-banner .bann-img img {
    height: 100%;
    width: 100%;
}

.other-banner .bann-img .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #FFFFFF;
    font-size: 50px;
    line-height: 70px;
    font-weight: 900;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
}

.faq {
    padding: 80px 0px;
}

.faq .faq-p {
    max-width: 900px;
    text-align: center;
    font-size: 18px;
    color: #6A829B;
    margin: auto;
    margin-bottom: 40px;
}

.faq .faq-inner h3 {
    color: #033B4C;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq .faq-inner .accordion .accordion-item {
    border: 0px;
    margin-bottom: 20px;
}

.faq .faq-inner .accordion .accordion-item .accordion-header {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}

.faq .faq-inner .accordion .accordion-item .accordion-header button {
    position: relative;
    color: #091d3e;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #e7ebef;
    background-color: #fff;
    border-radius: 3px;
    padding: 22px 30px;
    margin-bottom: 27px;
    transition: none;
}

.faq .faq-inner .accordion .accordion-item .accordion-header button:hover {
    text-decoration: none;
    color: #b1d6f8;
}

.faq .faq-inner .accordion .accordion-item .accordion-header button[aria-expanded="false"]::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    top: 55%;
    transform: translate(-50%, -50%);
    color: #091d3e;
    font-size: 15px;
    font-weight: 100;
    transition: none;
}

.faq .faq-inner .accordion .accordion-item .accordion-header button:hover[aria-expanded="false"]::after {
    color: #b1d6f8;
}

.faq .faq-inner .accordion .accordion-item .accordion-header button[aria-expanded="true"]::after {
    content: "\f146";
    font-family: 'FontAwesome';
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #b1d6f8;
    font-size: 20px;
    border-radius: 0px;
}

.faq .faq-inner .accordion .accordion-item .accordion-header button[aria-expanded="true"] {
    color: #b1d6f8;
    text-decoration: none;
    border-color: #b1d6f8;
    border-bottom: 0px;
    margin-bottom: 0px;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    border-radius: 0px;
    transition: all 300ms ease-in-out;
}

.faq .faq-inner .accordion .accordion-item .accordion-body {
    border: 2px solid #b1d6f8;
    border-top: 0px;
    color: #848e9f;
    font-size: 15px;
    padding: 0px 30px 22px;
}

.faq .faq-inner .accordion .accordion-item .accordion-header .accordion-button::after,
.faq .faq-inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.faq .faq-inner .accordion .accordion-item .accordion-header .accordion-button:focus {
    z-index: 1;
    box-shadow: none;
}

img.Guaranteelogo {
    max-width: 150px;
    position: absolute;
    right: 100px;
    bottom: 50px;
}

.cta2 {
    padding: 80px 0px;
    background-color: #defad6;
    position: relative;
}


.cta2 .cta2-head {
    text-align: center;
    margin-bottom: 40px;
}

.cta2 .cta2-head h2 {
    font-size: 50px;
    line-height: 50px;
    color: #2a4a91;
    margin-bottom: 0px;
    font-weight: bold;
}

.cta2 .cta2-head p {
    font-size: 34px;
    line-height: 50px;
    color: #b1d6f8;
}

.cta2 .cta2-head p span {
    color: #2a4a91;
}

.cta2 .cta2-box {
    background-image: url(../images/cta2-bg.png);
    background-size: cover;
    padding: 90px 35px 35px;
    border-radius: 20px;
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.cta2 .cta2-box .box-img {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 190px;
}

.cta2 .cta2-box h4 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.cta2 .cta2-box h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.cta2 .cta2-box .form-control {
    transition: all 300ms ease-in-out;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cta2 .cta2-box .form-control:focus {
    border-color: #000000;
    box-shadow: 0px 0px 10px #ffffff !important;
}

.cta2 .cta2-box .box-btn {
    display: inline-block;
    width: 100%;
    border-radius: 40px;
    font-size: 16px;
    line-height: 22px;
    border: 2px solid transparent;
    padding: 12px;
    background-color: #37D678;
    color: #FFFFFF;
}

.cta2 .cta2-box .box-btn:hover {
    background-color: transparent;
    border-color: #37D678;
}

.cta2 .cta2-box .box-btn:disabled {
    background: #37D678;
    opacity: .7;
}

.cta2 .cta2-box .box-btn:disabled:hover {
    border-color: transparent;
}

.cta2 .cta2-box .box-btn i {
    margin-right: 10px;
}

.cta2 .cta2-right {
    padding: 15px;
}

.cta2 .cta2-right p {
    font-size: 20px;
    line-height: 40px;
    color: #2a4a91;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

.cta2 .cta2-right p span {
    background-color: #37d6784d;
    padding: 5px 10px;
    border-radius: 40px;
}

.cta2 .cta2-right .cta2-list {
    padding-left: 0px;
}

.cta2 .cta2-right .cta2-list li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 0.32px;
    color: #5C6E81;
    display: flex;
    align-items: baseline;
}

.cta2 .cta2-right .cta2-list li img {
    margin-right: 10px;
    width: 20px;
}

.pricing-table {
    padding: 80px 0px;
    background-color: #defad6;
}

.pricing-table-head {
    text-align: center;
    font-size: 26px;
    color: #000;
    margin-bottom: 30px;
}

.pricing-table-head::after {
    content: "";
    width: 100px;
    height: 4px;
    display: block;
    margin: 10px auto;

}

.pricing-table-pare {
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

.pricing-table .tlist {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out;
}

.pricing-table .tlist:hover {
    background-color: #b1d6f8;
}

.pricing-table .tlist .tlist-top {
    padding: 20px;
    text-align: center;
}

.pricing-table .tlist .tlist-top h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricing-table .tlist:hover .tlist-top h4 {
    color: #FFFFFF;
}

.pricing-table .tlist .tlist-top h3 {
    font-size: 28px;
    color: #b1d6f8;
    transition: all 300ms ease-in-out;
}

.pricing-table .tlist:hover .tlist-top h3 {
    color: #0F3052;
}

.pricing-table .tlist .tlist-top h6 {
    font-size: 16px;
    text-decoration: line-through;
    opacity: .5;
}

.pricing-table .tlist:hover .tlist-top h6 {
    opacity: .9;
    color: #FFFFFF;
}

.pricing-table .tlist .tlist-top .dash {
    width: 70%;
    margin: 5px auto;
    background-color: transparent;
    border-bottom: 2px dashed #585858;
    opacity: 1;
    display: inline-block;
}

.pricing-table .tlist:hover .tlist-top .dash {
    border-color: #FFFFFF;
}

.pricing-table .tlist .tlist-top small {
    display: block;
    color: #909294;
}

.pricing-table .tlist .tlist-top p {
    color: #909294;
}

.pricing-table .tlist:hover .tlist-top small,
.pricing-table .tlist:hover .tlist-top p {
    color: #ffffff;
}

.pricing-table .tlist .tlist-top .tlist-btn {
    font-size: 15px;
    color: #2a4a91;
    background: #b1d6f8;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.pricing-table .tlist:hover .tlist-top .tlist-btn {
    background: #defad6;
    color: #2a4a91;
    box-shadow: 0 0 5px #0f3052;
}

.pricing-table .tlist .tlist-bottom ul {
    list-style-type: none;
    padding-left: 0px;
    background-color: #0F3052;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0px;
}

.pricing-table .tlist .tlist-bottom ul li a {
    padding: 12px;
    display: block;
    color: #ffffff;
    font-size: 14px;
    border-top: 1px solid #b1d6f8;
}

.pricing-table .tlist .tlist-bottom ul li a:hover {
    color: #b1d6f8;
}

.pricing-table .active {
    position: relative;
    background-color: #b1d6f8;
    overflow: hidden;
}

.pricing-table .active .label {
    position: absolute;
    top: 18px;
    left: -27px;
    transform: rotate(315deg);
}

.pricing-table .active .label p {
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 5px 25px;
    background-color: #0f3052;
}

.pricing-table .active .tlist-top h4 {
    color: #FFFFFF;
}

.pricing-table .active .tlist-top h3 {
    color: #0F3052;
}

.pricing-table .active .tlist-top h6 {
    color: #FFFFFF;
    opacity: .9;
}

.pricing-table .active .tlist-top .dash {
    border-color: #FFFFFF;
}

.pricing-table .active .tlist-top small,
.pricing-table .active .tlist-top p {
    color: #ffffff;
}

.pricing-table .active .tlist-top .tlist-btn {
    background: #defad6;
    color: #2a4a91;
    box-shadow: 0 0 5px #0f3052;
}

.pricing-table .ptable-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}

.pricing-table .ptable-right .right-img {
    width: 70px;
    margin: 5px;
}

.pricing-table .ptable-right .right-inner {
    text-align: center;
}

.pricing-table .ptable-right .right-inner p {
    margin-bottom: 0px;
    font-size: 14px;
}

.pricing-table .ptable-right .right-inner h4 {
    font-size: 19px;
    font-weight: 700;
    padding: 10px 5px;
    margin-bottom: 0px;
}

.pricing-table .ptabler-bottom {
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    background-color: #FFFFFF;
}

.bottom-head {
    padding: 30px 60px;
    background-color: #b1d6f8;
    display: flex;
    align-items: center;
}

.bottom-head .bhead-left,
.bottom-head .bhead-right {
    width: 50%;
}

.bottom-head .bhead-left {
    text-align: left;
    border-right: 1px solid #fff;
    padding: 10px;
}

.bottom-head .bhead-left h3 {
    font-size: 24px;
    color: #003e80;
    margin-bottom: 5px;
    font-weight: 600;
}

.bottom-head .bhead-left p {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0px;
}

.bottom-head .bhead-right {
    text-align: right;
    padding: 0px 15px;
}

.bottom-head .bhead-right h2 {
    font-size: 30px;
    color: #003e80;
    margin-bottom: 0px;
    font-weight: bold;
}

.bottom-head .bhead-right small {
    color: #FFFFFF;
    font-size: 16px;
}

.bottom-head .bhead-right p {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 0px;
}

.bottom-head .bhead-right p strong {
    display: block;
}

.pricing-table .ptabler-form {
    padding: 15px 30px;
}

.pricing-table .ptabler-form .form-head {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-table .ptabler-form .form-group .form-label {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
}

.pricing-table .ptabler-form .form-group .form-control {
    padding: 2px 10px;
    margin-bottom: 10px;
    border: 2px solid #defad6;
    background-color: #defad6;
    transition: all 300ms ease-in-out;
    height: 50px;
    border: 1px solid #b1d6f8;
}

.pricing-table .ptabler-form .form-group .form-control:focus {
    border-color: #b1d6f8;
    box-shadow: none;
}

.pricing-table hr {
    padding: 0 30px;
    margin: 30px auto 10px;
}

.pricing-table .pay-head h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.ptabler-payment {
    text-align: center;
}

.ptabler-payment a {
    display: block;
    display: block;
    max-width: 130px;
    margin: 10px auto 0;
}

.ptabler-payment .pay-btn {
    font-size: 24px;
    color: #2a4a91;
    background: #ffa916;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 50px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 0;
    border: 2px solid #b1d6f8;
    box-shadow: 0px 8px 5px #c6c5c5;
}

.ptabler-payment .pay-btn:hover {
    background: transparent;
    border-color: #b1d6f8;
}

.pricing-table .ptabler-payment a .pay-img {
    width: 100%;
}

.pricing-plan {
    padding: 80px 0px;
}

.pricing-plan .plan .item {
    margin: 0px;
}

.pricing-plan .plan .item .plan-box {
    border-radius: 5px;
    padding: 15px 5px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: center;
    background-color: #defad6;
}

.pricing-plan .plan .item .plan-box .label p {
    color: #000;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
}

.pricing-plan .plan .item .plan-box .box-img {
    padding: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    display: flex;
}

.pricing-plan .plan .item .plan-box .box-img img {
    margin: auto;
    width: 60px;
}

.pricing-plan .plan .item .plan-box .box-title {
    font-size: 18px;
    color: #2a4a91;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pricing-plan .plan .item .plan-btn {
    text-align: center;
    margin-bottom: 10px;
}

.pricing-plan .plan .item .plan-btn a {
    font-size: 16px;
    color: #ffffff;
    background: #2a4a91;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
}

.pricing-plan .plan .item .plan-btn a:hover {
    background: #b1d6f8;
    color: #ffffff;
}

.pricing-plan .plan .owl-nav .owl-prev,
.pricing-plan .plan .owl-nav .owl-next {
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
}

.pricing-plan .plan .owl-nav .owl-prev i,
.pricing-plan .plan .owl-nav .owl-next i {
    font-size: 50px;
}

.pricing-plan .plan .owl-nav .owl-prev {
    left: -20px;
}

.pricing-plan .plan .owl-nav .owl-next {
    right: -40px;
}

.addon {
    padding: 80px 0px;
}

.add-head {
    text-align: center;
    font-size: 32px;
    color: #b1d6f8;
    margin-bottom: 30px;
}

.add-pare {
    font-size: 22px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 10px;
}

.add-small {
    text-align: center;
    display: block;
    color: red;
    font-size: 15px;
    margin-bottom: 40px;
}

.addbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background: #defad6;
    border: 1px solid #b1d6f8;
    border-radius: 5px;
}

.addbox strong {
    color: #b1d6f8;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 10px;
}

.addbox a {
    font-size: 16px;
    color: #ffffff;
    background: #2a4a91;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
}

.addbox a:hover {
    background: #b1d6f8;
    color: #ffffff;
}

.contact {
    padding: 80px 0px;
    background-color: #defad6;
}

.contact .contact-box {
    background-color: #FFFFFF;
    padding: 50px;
    box-shadow: 0px 0px 20px #0000001a;
    border-radius: 10px;
}

.contact .contact-box .box-left {
    padding: 40px 30px 10px;
    background-color: #0F3052;
    border-radius: 5px;
}

.contact .contact-box .box-left .left-inner {
    margin-bottom: 30px;
}

.contact .contact-box .box-left .left-inner h4 {
    color: #FFFFFF;
}

.contact .contact-box .box-left .left-inner p {
    margin-bottom: 5px;
    font-size: 15px;
    color: #cbcbcb;
}

.contact .contact-box .box-left .left-inner p a {
    color: #FFFFFF;
}

.contact .contact-box .box-left .left-inner p a:hover {
    color: #b1d6f8;
}

.contact .contact-box .box-left .left-inner .inner-btn {
    display: inline-block;
    color: #b1d6f8;
    font-size: 25px;
    transition: all 300ms ease-in-out;
}

.contact .contact-box .box-left .left-inner .inner-btn:hover {
    color: #FFFFFF;
}

.contact .contact-box .box-right {
    padding: 40px 30px 10px;
}

.contact .contact-box .box-right .right-head h5 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.contact .contact-box .box-right .right-head p {
    font-size: 16px;
    margin-bottom: 30px;
}

.contact .contact-box .box-right .form-group .form-control {
    padding: 15px 10px;
    margin-bottom: 30px;
    border: 2px solid #defad6;
    background-color: #defad6;
    transition: all 300ms ease-in-out;
}

.contact .contact-box .box-right .form-group .form-control:focus {
    border-color: #b1d6f8;
    box-shadow: none;
    background-color: #32d15c40;
}

.contact .contact-box .box-right .form-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
    background: #0067b8;
    border: 0px;
}

.contact .contact-box .box-right .form-btn:hover {
    background: #0f3052;
    color: #ffffff;
}

.purchase {
    padding: 80px 0;
}

.purchase .bgcol {
    background-color: #defad6;
}

.purchase .purchase-head {
    padding: 30px 20px;
}

.purchase .purchase-head h3 {
    font-size: 24px;
    color: #2a4a91;
    border-bottom: 1px solid #2a4a91;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.purchase .purchase-head p {
    font-size: 16px;
    color: #565656;
    margin-bottom: 0px;
}

.purchase .purchase-head p b {
    color: #2a4a91;
    font-weight: 600;
}

.purchase .head-last {
    background-color: #b1d6f8;
}

.purchase .head-last .purchase-head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.purchase .head-last .purchase-head small {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
}

.purchase .head-last .purchase-head h4 {
    margin-bottom: 0;
    font-size: 40px;
    color: #FFFFFF;
}

.purchase .head-bottom {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 30px;
}

.purchase .head-bottom p {
    font-size: 18px;
    margin-bottom: 5px;
    color: #646464;
}

.purchase .head-bottom h5 a {
    color: #000000;
    font-size: 26px;
}

.purchase .head-bottom h5 a:hover {
    color: #b1d6f8;
}

.purchase .form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
}

.purchase .form-head h3 {
    margin-bottom: 0;
    color: #2a4a91;
    font-size: 28px;
}

.purchase .form-head p {
    margin-bottom: 0;
    background-color: #b1d6f8;
    color: #000000;
    font-size: 16px;
    padding: 2px 10px;
}

.purchase .form-head p span {
    color: red;
}

.purchase form .form-group {
    margin-bottom: 25px;
}

.purchase form .form-group .form-label {
    font-size: 16px;
    font-weight: 500;
}

.purchase form .form-group .form-label span {
    color: red;
}

.purchase form .form-group .form-control,
.purchase form .form-group .form-select {
    border-radius: 0px;
    border: 2px solid #b1d6f8;
    transition: all 300ms ease-in-out;
}

.purchase form .form-group .form-control:focus,
.purchase form .form-group .form-select:focus {
    box-shadow: none;
    background-color: #b1d6f826;
}

.purchase form .form-group .captcha {
    display: flex;
    align-items: center;
}

.purchase form .form-group .captcha img {
    padding-left: 20px;
}

.purchase form .card-detail {
    display: flex;
}

.purchase form .card-detail .moyecv {
    margin: 0px 10px;
}

.purchase form .form-check {
    margin-bottom: 40px;
}

.purchase form .form-check .form-check-input[type=checkbox] {
    width: 1em;
    height: 1em;
}

.purchase form .form-check .form-check-input[type="checkbox"]:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .25);
}

.purchase form .form-check .form-check-label {
    font-size: 16px;
}

.purchase form .form-check .form-check-label span {
    color: #37D678;
    text-decoration: underline;
}

.purchase form .form-btn {
    text-align: center;
    margin-bottom: 30px;
}

.purchase form .form-btn .sub-btn {
    border: 2px solid #37D678;
    background-color: #37D678;
    color: #ffffff;
    padding: 20px 40px;
    display: inline-block;
    font-size: 25px;
    border-radius: 5px;
    width: auto;
}

.purchase form .form-btn .sub-btn:hover {
    background-color: transparent;
    color: #000000;
}

.purchase .form-ssimg {
    text-align: center;
    margin-bottom: 40px;
}

.purchase .form-bottom p {
    font-size: 22px;
    color: #646464;
}

.purchase .form-bottom p span {
    padding: 8px 20px;
    background-color: #37D678;
    color: #FFFFFF;
    border-radius: 50%;
    font-weight: bolder;
}

.thankyou {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thankyou .thank-logo {
    padding: 25px 50px;
    background-color: rgb(14, 35, 57);
    text-align: center;
    border-radius: 15px;
    display: table;
    margin: 0 auto 50px;
}

.thankyou h1 {
    font-size: 60px;
    margin-bottom: 50px;
}

.thankyou p {
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: capitalize;
    text-align: center;
}

.thankyou .thank-btn {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    border: 2px solid #37D678;
    background-color: #37D678;
    color: #FFFFFF;
}

.thankyou .thank-btn:hover {
    background-color: transparent;
    color: #000;
}

.help-block {
    position: relative;
    bottom: 30px;
    color: red;
}

#payment .help-block {
    position: relative;
    bottom: 0px;
    color: red;
}

/* for ajax loader */
#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}


.benilink {
    padding: 30px;
}

.pricing-table .ptable-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.pricing-table .ptable-list li {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    display: inline-block;
    width: 33%;
    margin-bottom: 5px;

}

.pricing-table .ptable-list li::before {
    content: "\f178";
    color: #b1d6f8;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
}

.pricing-table .ptable-list li a {
    color: #2a4a91;
    font-size: 14px;
    line-height: 26px;
    display: block;
    border-bottom: 1px solid #b1d6f8;
    padding: 5px 0;
}

.pricing-table .ptable-list li a:hover {
    color: #b1d6f8;
}

.benilink aside {
    text-align: center;
    margin-bottom: 20px;
    color: #706c6c;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
}

.stripe-button-el {
    width: 40% !important;
    border: 2px solid #37D678 !important;
    background-color: #37D678 !important;
    background-image: unset !important;
    padding: 20px 40px !important;
    background-image: unset !important;
    box-shadow: unset !important;
}

.stripe-button-el span {
    display: block;
    position: relative;
    line-height: unset !important;
    background: unset !important;
    background-image: unset !important;
    font-size: 25px !important;
    color: white !important;
    font-weight: unset !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    height: unset !important;
    padding: unset !important;
}

#allTables_wrapper {
    padding: 5px;

}

.addon {
    padding: 80px 0px;
}

.add-head {
    text-align: center;
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
}

.add-pare {
    font-size: 22px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 10px;
}

.add-small {
    text-align: center;
    display: block;
    color: red;
    font-size: 15px;
    margin-bottom: 40px;
}

.addbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background: #defad6;
    border: 1px solid #b1d6f8;
    border-radius: 5px;
}

.addbox strong {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 10px;
}

.addbox a {
    font-size: 16px;
    color: #ffffff;
    background: #2a4a91;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 30px;
}

.addbox a:hover {
    background: #b1d6f8;
    color: #ffffff;
}





/*
Add-csss*/


h3.greybg-text {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}

.CTA_btn a {
    background: #0067b8;
}


ul.da-thumbs.one {
    margin-top: -45px;
}


.img-name i {
    color: #ea8f18;
}

.clients-slot {
    text-align: center;
}

.comnpadding.dial_us .it-bg {}

.comnpadding.dial_us .it-bg img {
    margin-left: -250px;
    padding-top: 70px;
}

.calldiv {
    padding-top: 30px;
}


.calldiv.one {
    padding-top: 60px;
}


@media (max-width: 991px) {
    .CTA_btn {
        text-align: center;
    }
}




/*add-new-css*/


.inner-banner-area {
    background: url(../images/email-banner.jpg) center center no-repeat;
    height: 500px;
}


.banner-text-area1 {
    padding-top: 100px;
}

.inner-b-hed {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
}

.inner-b-sub-hed {
    color: #fff;
}

.ibber-banner-btn {
    padding-top: 30px;
}

.ibber-banner-btn p a {
    background: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 20px;
    border-radius: 30px;
    color: #000;
}

.ibber-banner-btn p a:hover {
    background: #97f99c;
    color: #000;
    transition: all 0.5s;
}


.inner-banner-bg {
    background: #b1d6f8;
    height: 500px;
    width: 660px;
    opacity: 0.8;
    width: 100%;
}

.banner-text-area2 {
    padding: 100px 70px 0px 40px;
}

.inner-b-hed2 {
    font-size: 30px;
    font-weight: bold;
}

.banner-text-area2 ul {
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

.banner-text-area2 ul li {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 500;
}



.comnpadding-icon {
    padding: 80px 0;
}

.iconul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    ;
}

.iconul li i {
    float: left;
}




.choose-us-area {
    padding-top: 50px;
}

.choose-us-slot {
    text-align: center;
    padding-bottom: 80px;
}

.choose-us-hed {
    font-weight: bold;
    font-size: 30px;
    position: relative;
}

.choose-us-hed:before {
    position: absolute;
    border-bottom: 4px solid#d9a121;
    width: 100px;
    bottom: -15px;
    left: 44%;
    content: "";
}





.choose-us-area {
    background: #f0efef;
}


.choose-box {
    background: #fff;
    padding: 15px 20px;
    border-left: 3px solid;
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 20px;
}

.choose-box-hed {
    font-size: 20px;
    font-weight: bold;
}

.choose-box:hover {
    box-shadow: 0px 0px 10px #00000040;
}



.our-avail-area {
    padding-top: 50px;
}

.avail-slot {
    padding-bottom: 70px;
}

.avail-hed {
    font-size: 30px;
    font-weight: bold;
}


.our-avail-box {}

.our-avail-box ul {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.our-avail-box ul li {
    padding: 10px;
    margin: 0px 0px 20px 0px;
    background: #eae5e5;
    border-radius: 5px;
}


.ibber-banner-btn.one a {
    padding: 15px 25px;
    background: #0b3567;
    color: #fff;
}


.our-avail-area .avail-bg img {
    margin: -100px 0px 0px 80px
}



.testimonial-area {
    padding-top: 50px;
}

.choose-us-slot.one {
    padding-bottom: 50px;
}

.choose-us-hed.one:before {
    left: 46%;
}


.texti-box {}

.texti-box .name-text {
    font-size: 18px;
    font-weight: bold;
}

.texti-box i {
    color: #edb433;
}


.howit_work.one {
    background: none;
}

.comntitle.one {
    color: #000;
}

.howit_work.one span {
    color: #000;
}

.workbox.one p {
    color: #000;
}


.workbox.one aside {
    color: #0165b9
}

.workbox.one small {
    color: #0165b9
}




@media (max-width: 1199px) {

    .inner-banner-bg {}



    .inner-b-hed {
        font-size: 25px;

    }

    .inner-b-hed2 {
        font-size: 24px;
    }

    .inner-b-sub-hed {
        font-size: 18px;
    }





}



@media (max-width: 991px) {
    .our-avail-area .avail-bg img {
        margin: 0px 0px 0px 0px;
    }


    .choose-us-img {
        text-align: center;
    }

    .choose-us-img img {
        padding-bottom: 40px;
    }

    .avail-bg {
        text-align: center;
    }






}




@media (max-width: 767px) {

    .inner-banner-bg {
        display: none;
    }

    .banner-text-area1 {
        padding-top: 170px;
    }



}


@media (max-width: 575px) {

    .banner-text-area1 {
        padding-top: 80px;
    }

}






/*--------printer-servic-page-css-----------*/


.print-services-area {
    padding-top: 60px;
}


.p-ser-hed-tex {
    font-weight: bold;
    font-size: 40px;
    color: #0067b8;
}


.print-services-area ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
}

.print-services-area ul li {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}


.print-services-area p {
    margin-top: 30px;
}

.print-services-area p a {
    background: #0067b8;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}

.print-services-area p a:hover {
    color: #000;

}


.innr-mian-bg {
    margin-left: 50px;
}

/*.innr-mian-bg img {
    width: 100%;
}*/

.norton-mian-bg {
    margin-left: 200px;
}


.inner-serv-area {
    padding-top: 30px;
}


.inner-slot {
    text-align: center;
}

.inner-serv-hed {
    font-weight: bold;
    font-size: 30px;
}

.inner-serv-desc {
    padding-bottom: 30px;
}



.model-area {
    padding-top: 60px;
}

.model-hed-text {
    font-weight: bold;
    font-size: 25px;
    padding-top: 80px;
}


.btn-buy-now {
    padding-top: 20px
}

.btn-buy-now a {
    background: #0067b8;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 10px;
}

.servic-inner-box.one {
    padding-top: 90px;
}

.model-bg {
    margin-left: 60px;
}

/*.model-bg img {
    width: 100%;
}*/
.norton-bg-one {
    margin-left: 200px;
}

.new-product {
    padding-top: 80px;
}


.peoduct-slot {
    text-align: center;
    padding-bottom: 60px;
}

.hed-products {
    font-weight: bold;
    font-size: 30px;
}

.new-product-box {
    border: 1px solid #0067b8;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
}



.prod-hed {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}


.product-btn {}

.product-btn a {
    background: #0067b8;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}


.servic-box {
    text-align: center;
    padding: 30px 0px;
    box-shadow: 0px 0px 7px 0px rgb(206 199 199 / 75%);
    border-radius: 10px;
    margin-bottom: 20px;
    /*height: 380px;*/
}

.serv-data {
    margin: 0px 30px;
}

.servic-box .serv-text-one {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

.serv-text-parag {
    font-size: 15px;
}


@media (max-width: 991px) {
    .p-ser-hed-tex {
        font-size: 30px
    }

    .inner-serv-hed {
        font-size: 25px;
        padding-top: 0px;
    }

    .model-hed-text {
        font-size: 18px;

    }

    p.model-sub-text {
        font-size: 14px;
    }


}


@media (max-width: 768px) {

    .servic-box.new {
        height: auto;
    }

    .norton-mian-bg img {
        width: 100%;
    }

    .norton-mian-bg {
        margin-left: 0px;
    }

    .norton-bg-one {
        margin-left: 0px;
    }

    .norton-bg-one img {
        width: 100%;
    }

}

.footer-dsc {
    color: #fff;
    width: 300px;
}

/* Start Router Services CSS */

.winso-form {
    background-color: black;
    padding: 80px;
    text-align: center;
}

.winso-form input {
    padding: 15px 0 10px 15px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid white;
}

.winso-form form{
    margin-top: 45px;
}

.winso-form .call {
    margin-top: 40px;
    text-align: center;
}

.winso-form a{
    padding: 15px 20px 15px 20px;
    background: white;
    border-radius: 10px;
}

.winso-router {
    background-color: #efefef;
    padding: 80px;
    position: relative;
    right: 23px;
}

.winso-form h1, .winso-form h2, .winso-form p, .winso-form label {
    color: white;
}

.winso-form h1{
    font-size: 25px;
}

.winso-form h2{
    font-size: 20px;
    margin-top: 20px;
}

.winso-router h2{
    font-size: 20px;
}

.winso-router img{
    height: 170px;
}

.winso-router .model{
    margin-top: 20px;
}

.winso-form p{
    margin-top: 15px;
}

.call-2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.call-2 a{
    padding: 15px 20px 15px 20px;
    background: black;
    border-radius: 10px;
    color: white;
}

.product-model{
    text-align: center;
}

.product-model h3{
    font-size: 18px;
}

.winso-boxes h4{
    font-size: 20px;
    margin-top: 10px;
}

.winso-boxes{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px;
}

.winso-orbi{
    background-color: black;
    padding: 20px;
    text-align: center;
}

.winso-orbi h2{
    color: white;
}

.card{
    width: 25rem;
    padding: 20px;
    margin: 0 auto;
}

.model-shadow{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 20px;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .card {
        width: 20rem;
    }

    .winso-servicess{
        margin-top: 20px;
    }

    .winso-router{
        position: relative;
        left: 0;
    }

    .last-img{
        margin-top: 20px;
    }

    .card-body{
        text-align: center;
    }
  }


/* End Router Services CSS */