* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: "Lato", sans-serif;

}

h1,
h2,
h3,
h4 {
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    padding: 0;
    margin: 0;
}

p {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

p strong {
    font-weight: 600;
}

p a {
    display: inline-block;
    position: relative;
    color: #204289;
}

a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    transition: 0.4s;
    background-color: #204289;
}

p a:hover::after {
    width: 100%;
}

ul,
ol,
li {
    list-style: none;
    position: relative;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1024px;
    width: 95%;
    position: relative;
    z-index: 55;
    padding-left: 12px;
    padding-right: 12px;
}

.main_header {
    position: sticky;
    background-color: #fff;
    z-index: 999;
    top: 0;
    transition: 0.4s;
}

.main_header.fixed {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.101);
}

header .logo {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
}

header .logo a {
    display: inline-flex;
    height: 94px;
    align-items: center;
}

header .logo a img {
    width: 100%;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_header .right-div {
    width: 0;
}

.main_header .menuLink {
    width: calc(100% - 180px);
}

.main_header .menuLink .menu {
    min-height: 94px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.menu {
    display: flex;
    align-items: center;
}

.menuLink .menu>li {
    margin-right: 20px;
}

.menuLink .menu>li:last-child {
    margin-right: 0px !important;
}

.menu>li>a:hover {
    color: #2877af;
}

/* .main_header .menuLink>.menu>li>a {
    padding: 20px 0;
} */

.menu li a {
    font-size: 15px;
    color: #3E494B;
    font-weight: 400;
    position: relative;
    /*    text-transform: capitalize;*/
    display: inline-block;
}

.menu li a:hover {
    color: #0071CE;
}

.menuLink .menu>li.current-page-ancestor>a {
    font-weight: 700;
    color: #0071CE;
}

.main_header .menuLink .menu>li>a:hover {
    color: #0071CE;
}

/* .menuLink .menu li.current-page-ancestor a::after {
    width: 100%;
}

.menu li a:hover::after,
.menuLink .menu>li.current_page_item a::after {
    width: 100%;
} */


.cart__wrap .logo {
    display: none;
}

/* .menu li a:hover,
.login_btn a:hover {
    color: #303030 !important;
} */

/* .menu li.current-menu-item>a,
.menu li.current-menu-ancestor>a {
    color: #303030 !important;
} */

.menu li.current-menu-item>a::after {
    width: 100%;
}

.login_btn a span {
    display: inline-block;
    margin-right: 22px;
}

.menuLink .menu>li.menu-item-has-children {
    margin-right: 35px;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;

    /* width: 0; */
    /* height: 0; */
    /* border-style: solid; */
    /* border-width: 4px 3px 0 3px; */
    /* border-color: #0C1DC9 transparent transparent transparent; */

    border-top: 1px solid #898888;
    border-left: 1px solid #898888;
    width: 9px;
    height: 9px;
    transform: rotate(-135deg);
    display: block;
    cursor: pointer;
    right: -20px;
    top: 8px;
    transition-duration: 0.4s;
}

.sub-menu li a {
    text-transform: capitalize !important;
    letter-spacing: 0px;
    font-size: 18px;
}

.menuLink ul li.current-menu-ancestor.menu-item-has-children::after {
    border-top: 2px solid #204289;
    border-left: 2px solid #204289;
}

.sub-menu li a {
    display: inline-block;
    width: 100%;
}

.sub-menu li {
    margin-right: 0;
}

header ul li.current-menu-ancestor a,
.menuLink>.menu>li>a:hover {
    color: #0071CE;
}


.btn-ctn {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    height: 55px;
    padding: 0 10px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 16px;
    text-transform: none;
    background-color: #EB3C3F;
    width: 100%;
    justify-content: center;
}

.btn-ctn:hover {
    background-color: #00313D;
}

.burger {
    display: none;
}


.banner_section {
    background-color: #e5f3ff;
    padding: 30px 0 70px;
    position: relative;
    overflow: hidden;
}

.banner_top_row {
    align-items: center;
    margin-bottom: 52px;
}

.banner_top_row .col-md-7 {
    width: 55%;
    padding-top: 20px;
}

.banner_top_row .col-md-5 {
    width: 45%;
}

.banner_img {
    position: relative;
    left: 80px;
    transition: 0.4s;
}

.banner_img img {
    transition: 0.4s;
}

.banner_img:hover {
    left: 65px;
}

.banner_content h1 {
    color: #00313D;
    font-size: 44px;
    font-weight: 700;
    max-width: 525px;
    line-height: 60px;
    margin-bottom: 20px;
}

.banner_content p {
    max-width: 540px;
}

nav.breadcrumb {
    color: #4A5255;
    font-weight: 700;
    font-size: 16px;
    margin: 16px 0 20px;
}

nav.breadcrumb a {
    display: inline-block;
    color: #83be36;
}

nav.breadcrumb a:hover {
    color: #EB3C3F;
}

nav.breadcrumb span {
    display: inline-block;
    color: #EB3C3F;
    padding: 0px 4px;
}



.banner_box {
    margin: 0px -40px;
}

.banner_box .col-md-6 {
    width: 50%;
    padding: 40px;
}

.submit_box {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.101);
    border-radius: 25px;
    padding: 40px 48px;
    text-align: center;
    height: 100%;
}

.submit_box .submit_btn {
    margin-bottom: 20px;
}

.submit_box p {
    font-size: 16px;
    line-height: 28px;
}




.counter_section {
    padding: 80px 0px;
    position: relative;
}

.counter_section .container {
    max-width: 1060px;
}

.counter_box {
    max-width: 250px;
    height: 198px;
    margin: 0 auto 46px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.counter_box span.count.percent {
    display: inline-block;
    color: #fff;
    position: relative;
    font-weight: 800;
    font-size: 60px;
    padding-right: 35px;
}

.counter_box span.count.percent::after {
    content: "+";
    position: absolute;
    right: 0px;
    top: 0;
}

.counter_section .row .col-md-4 {
    width: 33.3333%;
    margin-bottom: 10px;
}

.counter_section .row .col-md-4:nth-child(1) .counter_box {
    box-shadow: 0px 40px 120px -40px rgba(0, 113, 206, 1);
    background-color: #0071CE;
}

.counter_section .row .col-md-4:nth-child(2) .counter_box {
    box-shadow: 0px 40px 120px -40px rgba(255, 203, 0, 1);
    background-color: #FFCB00;
}

.counter_section .row .col-md-4:nth-child(3) .counter_box {
    box-shadow: 0px 40px 120px -40px rgba(140, 198, 63, 1);
    background-color: #8CC63F;
}


.counter_title {
    text-align: center;
}

.counter_title h2 {
    font-size: 24px;
    font-weight: 800;
    color: #4A5255;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    max-width: 265px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
}



.service-model {
    padding: 60px 0px 30px 0px;
    position: relative;
    background-color: #e4f3ff;
}

.service-model .container {
    max-width: 1000px;
}

.service-model::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    width: 100%;
    height: 100px;
    background-image: url("../images/two_service_modal_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 55;
}

.service-model .row .col-md-6 {
    width: 50%;
}

.service-model .row .col-md-6:nth-child(1) {
    width: 49%;
}

.service-model .row .col-md-6:nth-child(1) .service_para p {
    max-width: 310px;
}

.service-model h3 {
    font-weight: 800;
    font-size: 30px;
    color: #00313D;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: "Lato", sans-serif;
}
.boldheading {
    font-weight: 800;
    color: #00313D;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: "Lato", sans-serif;
}

.service_content {
    display: flex;
    margin: 0 auto;
}

.service_icon {
    width: 85px;
}

.service_para {
    width: calc(100% - 85px);
}

.service_para p {
    font-size: 16px;
    text-transform: uppercase;
    max-width: 370px;
    color: #4A5255;
/*    line-height: 19px;*/
}

.service_para p strong {
    display: inline-block; 
    font-size: 20px;
    font-weight: 800;
}

.service_points_wrap {
    padding: 200px 0px 200px;
    position: relative;
    overflow: hidden;
    background-color: #F9FBFF;
}

.service_points_wrap .container {
    box-shadow: 20px 30px 140px 0px rgba(0, 29, 67, 0.1);
    border-radius: 35px;
    background-color: #fff;
    padding: 45px 20px 45px 20px;
    max-width: 1000px;
}

.service_points_wrap .row .col-md-6 {
    width: 50%;
    position: relative;
}

.service_points_wrap .row .col-md-6:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: 10px;
    bottom: 10px;
    background-color: #BBC9D5;
}

.service__content {
    max-width: 320px;
    margin: 0 auto;
}

.service__content h4 {
    font-size: 26px;
    font-weight: 800;
    color: #00313D;
    text-align: center;
    font-family: "Lato", sans-serif;
    max-width: 250px;
    margin: 0 auto 30px;
}

.service__content>ul>li {
    font-weight: 700;
    color: #4A5255;
    font-size: 16px;
    margin-bottom: 2px;
    position: relative;
    padding-left: 13px;
}

.service__content>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #006EFF;
}

.service__content>ul>li>ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    position: relative;
}

.service__content>ul>li>ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
}


ul.list_inner_dots {
    padding-left: 23px;
    margin-left: 0px !important;
}

ul.list_inner_dots::before {
    content: "";
    position: absolute;
    left: 7px;
    border-left: 1px solid black;
    width: 1px;
    top: 10px;
    bottom: 9px;
}

ul.list_inner_dots li::after {
    content: url('../images/gray.png');
    position: absolute;
    left: -26px;
    top: 4px;
}


.list_inner_icon li {
    padding-left: 15px;
    line-height: 26px;
}

.list_inner_icon li::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 7px;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    width: 5px;
    height: 8px;
}


.dark_model_wrap {
    background-color: #1D384E;
    padding: 50px 0px 100px 0px;
    position: relative;
}

.dark_model_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -98px;
    width: 100%;
    height: 100px;
    background-image: url("../images/blue_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dark_model_wrap .service__content h4 {
    color: #fff;
}

.dark_model_wrap .service__content>ul>li {
    margin-bottom: 5px;
}

.dark_model_wrap .service__content ul li {
    color: #D7E7ED;
}

.dark_model_wrap .service__content>ul>li::after {
    background-color: #FFCB00;
}

.dark_model_wrap .row .col-md-6 {
    width: 50%;
    position: relative;
    padding-top: 20px;
}

.dark_model_wrap .row .col-md-6:nth-child(1)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
}

.dark_model_wrap .service__content ul li .list_inner_icon li {
    margin-bottom: 0px;
    color: #D7E7ED;
}






.how_support_wrap {
    background-color: #E4F3FF;
    padding: 70px 0px 80px;
    position: relative;
}

.how_support_wrap .container_inner {
    max-width: 1030px;
    width: 98%;
    padding: 0px 15px;
    margin: 0 auto;
}

.sec_log {
    text-align: center;
    margin-bottom: 15px;
}

.sec_log a {
    display: block;
    width: 240px;
    margin: 0 auto;
}

.sec_log a img {
    width: 100%;
}

.sec_title {
    margin-bottom: 15px;
    text-align: center;
}

.sec_title h5 {
    color: #00313D;
    font-size: 30px;
    font-weight: 800;
    max-width: 464px;
    margin: 0 auto;
    font-family: "Lato", sans-serif;
}

.sec_description {
    text-align: center;
    margin-bottom: 35px;
}

.sec_description p {
    color: #4A5255;
    font-size: 16px;
    font-weight: 400;
    max-width: 718px;
    margin: 0 auto;
    line-height: 28px;
}


.how_support_wrap .row {
    position: relative;
    margin: 0 -16px;
}

.how_support_wrap .row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    width: 90%;
    margin: 0 auto;
    background-color: #1D384E;
}

.how_support_wrap .row .col-md-4 {
    width: 33.3333%;
    position: relative;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
}

.how_support_wrap .row .col-md-4:first-child::before {
    content: "";
    position: absolute;
    left: -1px;
    width: 50%;
    height: 55px;
    background-color: #E4F3FF;
    top: 0px;
    z-index: 55;
}

.how_support_wrap .row .col-md-4:last-child::before {
    content: "";
    position: absolute;
    right: -1px;
    width: 50%;
    height: 55px;
    background-color: #E4F3FF;
    top: 0px;
    z-index: 55;
}

.how_support_wrap .row .col-md-4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    background-color: #1D384E;
    height: 55px;
    margin: 0 auto;
    right: 0;
}

.number_box {
    background-color: #fff;
    padding: 55px 20px 30px 20px;
    position: relative;
    border-radius: 15px;
    height: 100%;
}

.number_box p {
    color: #4A5255;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.number_cricle {
    width: 54px;
    height: 54px;
    background-color: #1D384E;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    z-index: 55;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -27px;
}


.customer_wrap {
    padding: 70px 0px 60px;
    background-color: #F9FBFF;
}

.customer_wrap .container {
    max-width: 1060px;
}

.customer_wrap h6 {
    font-size: 30px;
    font-weight: 800;
    color: #00313D;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Lato", sans-serif !important;
}

.brand__logo_img {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand__logo_img img {
    width: auto !important;
}



.featured_wrap {
    background-color: #E4F3FF;
    padding: 40px 0px 50px;
}

.featured_wrap .container {
    max-width: 990px;
}

.featured_wrap h2 {
    font-size: 30px;
    font-weight: 800;
    color: #00313D;
    margin-bottom: 50px;
    text-align: center;
    font-family: "Lato", sans-serif !important;
}

.featured_wrap .row {
    margin: -15px;
}

.featured_wrap .row .col-md-4 {
    padding: 15px;
}

.blog_box {
    background-color: #fff;
    padding: 12px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.blog_img {
    height: 185px;
    position: relative;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.blog_box:hover .blog_img img {
    transform: scale(1.04);
}

.blog_img a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.blog_box_content {
    padding: 12px 0 20px;
}

.blog_box_content p {
    color: #8CC63F;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog_box_content p a {
    color: #8CC63F;
    display: inline-block;
}

.blog_box_content p a:hover::after {
    background-color: #8CC63F;
}

.blog_box_content h4 {
    color: #00313D;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog_box_content h4 a {
    color: #00313D;
    display: inline-block;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_box_content h4 a:hover {
    color: #0071CE;
}

.read_more a {
    position: relative;
    display: inline-block;
    color: #EB3C3F;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 1px solid #EB3C3F;
}

.contact_us_wrap {
    background-color: #fafbff;
    padding: 40px 0px 100px;
    position: relative;
    overflow: hidden;
}

.contact_us_wrap h2 {
    font-size: 30px;
    font-weight: 800;
    color: #3E494B;
    text-align: center;
    margin-bottom: 50px;
}

.contact_form {
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 20px 30px 140px 0px #001D431A;
    padding: 40px 40px 20px 40px;
}

.form_grid {
    display: flex;
    flex-wrap: wrap;
    margin: -11px;
}

.form_grid .form_feilds {
    padding: 0 11px;
    margin-bottom: 35px;
    width: 33.3333%;
}

.form_grid .form_feilds:nth-child(4),
.form_grid .form_feilds:nth-child(5) {
    width: 100%;
}

.form_feilds label {
    color: #4A5255;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 7px;
    display: block;
}
#aisupportcheckbox label {
    color: #4A5255;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 7px;
}
#aisupportcheckbox span {
    color: #4A5255;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 7px;
}
.form_feilds label span {
    font-size: 10px;
    font-weight: 400;
    color: #4A5255;
}

/*#mbottomzero .form_feilds {margin-bottom:17px;}*/

.form_feilds .input-field {
    color: #4A5255;
    background-color: #F5FAFF;
    border-radius: 7px;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #BBD7EF;
    font-size: 15px;
    height: 40px;
    font-weight: 400;
}

.form_feilds .input-field:focus {
    outline: 1px solid #0071CE;
    background-color: #DCEEFE;
}

.form_feilds textarea {
    height: 105px;
    min-height: 105px;
    resize: none;
    font-weight: 300;
}

.form_feilds input::-webkit-input-placeholder,
.form_feilds textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #A8B4B9;
}

.form_feilds input::-moz-placeholder,
.form_feilds textarea::-moz-placeholder {
    opacity: 1;
    color: #A8B4B9;
}

.form_feilds input:-ms-input-placeholder,
.form_feilds textarea:-ms-input-placeholder {
    opacity: 1;
    color: #A8B4B9;
}

.form_feilds input:-moz-placeholder,
.form_feilds textarea:-moz-placeholder {
    opacity: 1;
    color: #A8B4B9;
}

.submit_btn.btn-ctn {
    max-width: 420px;
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    box-shadow: none;
    height: 50px;
}

.submit_btn.btn-ctn:focus {
    box-shadow: none;
    outline: none;
}

.main_footer {
    background-color: #EAF3F9;
    /* padding-top: 50px; */
}

.main_footer .row .col-md-3:nth-child(1) {
    width: 34%;
}

.main_footer .row .col-md-3:nth-child(2) {
    width: 29%;
}

.main_footer .row .col-md-3:nth-child(3) {
    width: 21%;
}

.main_footer .row .col-md-3:nth-child(4) {
    display: flex;
    justify-content: flex-end;
    width: 16%;
    padding-right: 30px;
}

.main_footer .row .col-md-3>div {
    padding: 52px 0 45px;
}

.footer_logo {
    padding-left: 20px !important;
}

.footer_logo a {
    display: inline-block;
    width: 170px;
}

.footer_links .menu {
    display: block;
}

.footer_links .menu li {
    margin-bottom: 12px !important;
}

.footer_links .menu li a {
    font-size: 14px;
    text-transform: none;
    padding: 0px;
    border: none;
}

.footer_links .menu li.current-page-ancestor a {
    font-weight: 700;
    color: #0071CE;
}

.footer_media ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.footer_media ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00264C;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.footer_media ul li a img {
    transition: 0.4s;
}

.footer_media ul a:hover {
    background-color: #00264C;
}

.footer_media ul a:hover img {
    filter: brightness(0) invert(1);
}

.copyright {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #B5C8CC;
}

.copyright p {
    color: #3E494B;
    font-size: 14px;
    font-weight: 400;
    line-height: unset;
}




/********************
    Sub Pages CSS
********************/

.sub_banner {
    background-color: #E4F3FF;
    position: relative;
    padding: 60px 0px;
}

.submit_banner {
    min-height: 465px;
}

.sub_banner h1 {
    font-size: 30px;
    font-weight: 800;
    color: #3E494B;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.form_description {
    padding-bottom: 100px;
}

.form_description .container {
    max-width: 1036px;
    margin-top: -310px;
}

.form_description .row {
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 20px 30px 140px 0px #001D431A;
}

.form_description .contact_form {
    padding: 65px 40px 80px;
    box-shadow: none;
    border-radius: 0;
}

.form_description .contact_form .form_grid {
    display: block;
}

.form_description .contact_form .form_grid .form_feilds {
    width: 100%;
    margin-bottom: 12px;
}

.form_description .row .col-md-6 {
    width: 50%;
}

.form_description .row .col-md-6:nth-child(1) {
    background-color: #1d374e;
    padding: 60px 40px 80px;
}

.form_description .service__content h4 {
    color: #fff;
}

.form_description .service__content {
    max-width: 330px;
}

.form_description .service__content:nth-child(2) {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #EB3C3F;
}

.form_description .service__content>ul>li {
    color: #D7E7ED;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 24px;
}

.form_description .service__content>ul>li::after {
    background-color: #FFCB00;
}

.contact_form .form_feilds .file-upload {
    width: 100%;
    height: 120px;
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    background-color: #F5FAFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #64748b;
    font-size: 16px;
}

.contact_form .form_feilds .file-icon {
    font-size: 14px;
    color: #A8B4B9;
    margin-bottom: 8px;
}

.contact_form .form_feilds.file-upload span {
    font-size: 16px;
    color: #A8B4B9;
    display: inline-block;
    padding: 0px 32px;
}

.contact_form .form_feilds .file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contact_form .form_feilds .payment-mode-wrapper {
    display: flex;
}

.contact_form .form_feilds .payment-mode-wrapper .payment-mode {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.contact_form .form_feilds .payment-mode-wrapper .payment-mode .radio {
    width: unset;
}

.contact_form .form_feilds .payment-mode-wrapper .payment-mode img {
    margin: 0px 15px 0px 13px;
}

.contact_form .form_feilds .payment-mode-wrapper .payment-mode p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
    color: #4A5255;
}

.form_description .contact_form .form_grid .form_feilds:nth-last-child(2) {
    margin-bottom: 32px;
}

.ai_baaner .container h1 {
    max-width: 820px;
    margin: 0 auto;
}



.authoring_cards {
    padding: 70px 0 100px;
    position: relative;
    background-color: #F9FBFF;
}

.authoring_cards .container {
    max-width: 680px;
}

.authoring_cards .row {
    margin: -17px;
}

.authoring_cards .row .col-md-4 {
    padding: 17px;
    width: 50%;
}

.card_wrap {
    height: 100%;
    position: relative;
    padding: 30px 25px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 70px 0px #002F6C0D;
    border-radius: 15px;
    text-align: center;
    min-height: 220px;
    max-width: 310px;
    margin: 0 auto;
}

.card_wrap img {
    margin-bottom: 20px;
    transition: 0.4s;
}

.card_wrap:hover img {
    transform: translateY(8px);
}

.card_wrap p {
    color: #4A5255;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

/* gg start */
.card_wrap button {
    color: #4A5255;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}


button.close {
    padding: 5px 10px;
    color: #fff;
    background: #ff0000;
    border: none;
}

.aisupportggform label {
    color: #4A5255;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 7px;
    display: block;
}

.aisupportggform .form-control, .aisupportggform input {
    color: #4A5255;
    background-color: #F5FAFF;
    border-radius: 7px;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #BBD7EF;
    font-size: 15px;
    height: 40px;
    font-weight: 400;
}

.aisupportggform textarea.wpcf7-form-control.wpcf7-textarea.form-control {
     height: 90px;
}

.aisupportggform input:focus {
    outline: 1px solid #0071CE;
    background-color: #DCEEFE;
    box-shadow:none;
}

.aisupportggform .submit_btn {
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    box-shadow: none;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    height: 55px;
    padding: 0 10px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 16px;
    text-transform: none;
    background-color: #EB3C3F;
    width: 100%;
    margin-top: 40px;
}

.aisupportggform .submit_btn:hover, .thankyoubtn:hover {
        background-color: #00313D;
    }


span.wpcf7-not-valid-tip {
    font-size: 12px;
}
.form_feilds {
    margin-bottom: 35px;
}

input.fileuploadgg {
    display: none;
}
#btnFileUpload span {
    color: #64748b;
    font-size: 16px;
}
span#spnFilePath {
    padding-left: 10px;
    color: #4A5255;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 7px;
    display: block;
}

.current-menu-item.page_item > a{
     font-weight: 700;
    color: #0071CE;
    text-decoration: none;
}

.current-menu-item.page_item > a::after{
    display:none;
}

.card_wrap.aisupportgg
{
    cursor:pointer;
}

/* new css wordprss */
#wpcf7-f33-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn, #wpcf7-f34-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn, #wpcf7-f35-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn {
    max-width: 420px;
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    box-shadow: none;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    /* display: inline-flex; */
    /* align-items: center; */
    height: 55px;
    padding: 0 10px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 16px;
    text-transform: none;
    background-color: #EB3C3F;
    width: 100%;
	margin-top:40px;
}
#wpcf7-f33-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn{
	margin-top:40px;
}
span.wpcf7-list-item.first.last {
    margin-left: 0;
}

#wpcf7-f33-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn:hover, #wpcf7-f34-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn:hover, #wpcf7-f35-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn:hover {
    background-color: #00313D;
}

body .form_feilds.paymentgg label span {
    font-size: 16px;
    font-weight: 800;
}

.menu-headermenu-container {
    width: 100%;
}

/* gg */

.stuff_banner {
    padding: 50px 0px 60px;
}

.sub_banner p {
    color: #4A5255;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

.featured_wrap.stuff_blog {
    background-color: #fff;
    padding: 100px 0;
}

.load_more {
    margin-top: 55px;
    text-align: center;
}

.load_more .btn-ctn {
    max-width: 264px;
    margin: 0 auto;
}

.contact_us_banner {
    padding: 40px 0px 140px !important;
}

.contact_us_sec {
    position: relative;
    padding-bottom: 100px;
}

.contact_us_sec .container {
    margin-top: -102px;
}

/*.contact_us_sec .contact_form {*/
/*    padding: 65px 50px 1px 40px;*/
/*}*/

/**************************/
/*************************/

.dd_none {
    display: none;
}

/********************
   Gravity form
********************/
.gform_validation_errors {
    display: none !important;
}

.gform-loader {
    display: none !important;
}











/* 404 CSS */
.error-info-inner {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.error-info-inner .row {
    align-items: center;
}

.error-page h1 {
    margin-bottom: 25px;
}

.error-page p {
    margin-bottom: 20px;
}

.heading-slider h1 {
    color: #204289;
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 20px;
}

.heading-slider h1 span {
    color: #03939c;
    display: inline-block;
}

.heading-slider .btn-ctn {
    min-width: 190px;
    height: 60px;
    font-size: 22px;
}

.main-content {
    padding: 60px 0;
}

.main-content h2, .main-content h3 {
    font-weight: 800;
    font-size: 30px;
    color: #00313D;
    text-align: center;
    /*text-transform: uppercase;*/
    margin-top: 35px;
    margin-bottom: 15px;
    font-family: "Lato", sans-serif;
}
.main-content p {
    color: #4A5255;
    font-size: 14pt;
    font-weight: 400;
    margin: 0 auto;
    line-height: 28px;
    margin-bottom: 15px;
    text-align:center;
}
.wpcf7-response-output {
    display: none;
}
section.service_points_wrap.about-page {
    padding: 50px 0;
}

@media(max-width: 1730px) {
    .heading-slider h1 {
        font-size: 54px;
    }

    .heading-slider .btn-ctn {
        height: 60px;
        font-size: 18px;
        padding: 6px 10px;
        min-width: 170px;
    }
}

@media(max-width: 1399px) {
    .heading-slider h1 {
        font-size: 44px;
    }

    .error-page h1 {
        margin-bottom: 20px;
    }

    .error-page p {
        margin-bottom: 18px;
    }

    .heading-slider .btn-ctn {
        height: 55px;
        font-size: 16px;
    }
}

@media(max-width: 1280px) {
    .heading-slider h1 {
        font-size: 35px;
    }
}

@media(max-width: 1200px) {
    .heading-slider {
        padding: 20px 0;
    }

    .heading-slider h1 {
        font-size: 30px;
    }

    .error-info-inner {
        min-height: 66vh;
    }
}

@media(max-width: 767px) {

    .heading-slider h1 {
        font-size: 25px;
    }

    .error-page h1,
    .error-page p {
        margin-bottom: 15px;
    }

    .error-info-inner .row .col-md-8 {
        width: 60%;
    }

    .error-info-inner .row .col-md-4 {
        width: 40%;
    }
}

@media(max-width: 600px) {

    .heading-slider .btn-ctn {
        height: 50px;
    }

    .error-info-inner {
        min-height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .error-info-inner .row .col-md-8 {
        width: 100%;
    }

    .error-info-inner .row .col-md-4 {
        width: 100%;
    }

}



/***********************************************************

///////////////// RESPONSIVE CSS START HERE ////////////////

***********************************************************/

@media only screen and (min-width: 992px) {

    .butgurBtn {
        display: none;
    }

    .menuLink ul li>ul.sub-menu {
        color: #fff;
        position: absolute;
        min-width: 220px;
        max-width: 220px;
        display: block !important;
        width: 100%;
        /* left: -30px; */
        top: calc(100% + 5px);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        /* -webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0); */
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform-origin: 0 0 0;
        margin-left: 0;
        -webkit-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        /* border-radius: 10px; */
        /* border: 4px solid #02939C; */
        /* background-color: #fff; */

        /* transform: scale(0.01);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease 0.15s; */
    }

    /* .menuLink .menu>li.menu-item-has-children>a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: 0 auto;
        border-radius: 50%;
        background-color: #40aacf;
        opacity: 0;
        transition: 0.4s;
    } */

    .menuLink .menu>li.menu-item-has-children.active>a::before {
        opacity: 1;
    }

    /* .menuLink ul.menu>li>ul.sub-menu::after {
        content: "";
        position: absolute;
        left: 12px;
        top: -16px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #40aacf;
        border-style: solid;
        border-width: 0 14px 16px 14px;
        border-color: transparent transparent #40aacf transparent;
        transform: rotate(0deg);
        margin: 0 auto;
    } */

    .menuLink ul.menu>li>ul.sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        height: 23px;
    }

    .menuLink ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        left: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform: scale(1);
    }

    .menuLink ul li>ul.sub-menu li a::after {
        display: none;
    }

    /* .menuLink>ul>li>a::after {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background: #f39200;
		transition: width 0.3s;
		bottom: 0;
		position: absolute;
	}

	.menuLink>ul>li>a:hover::after,
	.menuLink>ul>li.active>a::after {
		width: 100%;
	} */

    /* .sub-menu li:first-child a {
        border-radius: 5px 5px 0 0;
    } */

    .sub-menu li:last-child a {
        /* border-radius: 0 0 5px 5px; */
        border-bottom: none;
    }

    .sub-menu li .sub-menu {
        left: 150px !important;
        top: 0 !important;
    }

    .sub-menu li:hover .sub-menu {
        left: 220px !important;
    }

    .sub-menu .menu-item-has-children::after {
        right: 15px !important;
        top: 18px !important;
        border-color: #000 transparent transparent #000 !important;
        transform: rotate(138deg) !important;
    }

    /* .menuLink ul li:hover>.sub-menu li.menu-item-has-children:hover::after {
        border-color: #fff transparent transparent #fff !important;
    } */

    .sub-menu>li {
        /* padding: 12px 25px !important; */
        background-color: #fff;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .sub-menu>li:hover::before {
        width: 100%;
        clip-path: unset !important;
    }



    .sub-menu li a {
        position: relative;
        width: auto;
    }

    ul.menu li .sub-menu li a::after {
        content: "" !important;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 1px;
        transition: 0.4s;
        background-color: #204289;
    }

    .sub-menu li a:hover::after {
        width: 100%;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children {
        padding-right: 10px;
    }

    /* .sub-menu .menu-item-has-children {
        padding: 0px !important;
    } */

    .menuLink .fixed__menu_link>ul>li.current-menu-ancestor::after {
        border-color: #e80303 !important;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children::after {
        right: -9px;
        top: 7px;
        border-color: #fff;
    }

    .sub-menu li a {
        color: #898888 !important;
        padding: 10px 30px;
        display: block;
    }

    /* s
    /* .sub-menu>li.active>a {
        color: #fff !important;
    } */

    .menuLink .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>a {
        background-color: #40aacf;
    }

    .menuLink .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>.sub-menu>li.current_page_item a {
        background-color: #40aacf;
    }

    /* Menu css */

    /* .menu .sub-menu li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .menu>li>.sub-menu li:last-child>a {
        border-bottom: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .menu .sub-menu li:first-child .sub-menu li a {
        border-radius: 0;
    }

    .menu .sub-menu li:first-child .sub-menu li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .menu .sub-menu li:first-child .sub-menu li:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    } */

    /* Menu css end */

}

@media(max-width: 1280px) {
    .banner_content h1 {
        font-size: 35px;
        max-width: 415px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .banner_img {
        left: 20px;
    }

    .banner_img:hover {
        left: 30px;
    }

    .service-model h3,
    .customer_wrap h6,
    .featured_wrap h2,
    .contact_us_wrap h2 {
        font-size: 26px;
    }

    .sec_title h5 {
        font-size: 26px;
        max-width: 375px;
    }

    .blog_box_content h4 {
        font-size: 18px;
    }

    .submit_box {
        padding: 30px 35px;
    }
}

@media(max-width: 991px) {
    .container {
        width: 98%;
    }

    .call_us {
        padding-right: 0px;
    }

    .sticky_header {
        position: static !important;
    }

    .sticky_header.is-sticky {
        position: static !important;
        background-color: #1c1918 !important;
        height: auto !important;
        backdrop-filter: unset !important;
        animation: unset;
    }

    header .menu-link {
        display: none;
    }

    header .menuLink {
        display: none;
    }

    header .right-div .header-btn {
        display: none;
    }

    .main_header .right-div {
        width: auto;
    }

    .burger {
        display: block;
        cursor: pointer;
        width: 30px;
        min-width: 30px;
    }

    .burger span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 8px;
        background: #000;
        margin-bottom: 6px;
        margin-right: 0;
        margin-left: auto;
    }

    /* .burger span:nth-child(2) {
        width: 28px;
    } */

    /* .burger span:last-child {
        margin-bottom: 0;
        width: 20px;
    } */

    .header-wrap {
        padding-right: 0px;
        padding-left: 0px;
        min-height: auto;
    }

    .offcanvas-header .container {
        width: 98%;
    }

    #Right_Funnel {
        width: 100%;
        border: unset;
        z-index: 9999999;
    }

    .offcanvas .header-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .offcanvas .burger span:nth-child(2) {
        opacity: 0;
    }

    .offcanvas .burger span {
        transform: translate(2px, 10px) rotate(-45deg);
        width: 30px;
    }

    .offcanvas .burger span:last-child {
        width: 30px;
        transform: translate(2px, -8px) rotate(45deg);
    }

    .offcanvas-header .logo {
        width: 180px;
        min-width: 180px;
        max-width: 180px;
    }

    .offcanvas-header .logo a {
        display: inline-flex;
        min-height: 94px;
    }

    .main_header .row .col-md-2 {
        width: 160px;
    }

    .main_header .row .col-md-5:nth-child(3) {
        width: calc(100% - 160px);
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main_header .row .col-md-5:nth-child(1) {
        display: none;
    }

    .offcanvas-header {
        padding: 0px;
    }

    .offcanvas-body {
        padding: 0px 0 10px;
    }

    .offcanvas-body .menuLink {
        width: 100%;
        padding: 0px;
    }

    .offcanvas-body nav .menu li a {
        padding: 10px 40px 10px 20px;
        margin: 0;
        color: #58585A;
        border-bottom: 1px solid #58585A;
    }

    .sub-menu>li>a {
        padding: 10px 40px 10px 40px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 10px 40px 10px 70px !important;
    }

    .sub-menu li a {
        font-size: 16px !important;
    }

    .offcanvas-body nav>ul.menu>.current-menu-ancestor>a {
        color: #2AADE3;
    }

    .offcanvas-body nav .menu li a:hover {
        color: #fff;
    }

    .offcanvas-body .header-btn {
        padding: 20px 20px 0px;
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas-body .header-btn .btn-ctn {
        max-width: 290px;
        background-color: #2c2975;
        color: #fff;
    }

    .offcanvas-body .header-btn .btn-ctn img {
        max-width: 28px;
        margin-right: 10px;
        margin-top: -5px;
    }

    .header-btn .btn-ctn.login__btn {
        color: #1998A0;
    }

    .header-btn .btn-ctn.login__btn:hover {
        color: #fff;
    }

    .header-btn .btn-ctn.schedual__btn:hover {
        border-color: #c19873;
        background-color: transparent;
        color: #c19873;
    }

    .menu {
        flex-direction: column;
        justify-content: flex-start;
    }

    .menu li {
        width: 100%;
        margin: 0px !important;
    }

    .menuLink .menu>li {
        margin-right: 0px;
    }

    .menu li a {
        border-bottom: 1px solid #005288;
        display: inline-block;
        width: 100%;
        padding: 12px 50px 12px 25px;
    }

    .menuLink ul li.menu-item-has-children::after {
        right: 20px;
        top: 16px;
        border-top: 1px solid #898888;
        border-left: 1px solid #898888;
        width: 12px;
        height: 12px;
    }

    .sub-menu li::after {
        top: 18px !important;
    }

    .menuLink ul li span {
        position: absolute;
        width: 50px;
        height: 55px;
        right: 0;
        top: -1px;
        z-index: 999;
        cursor: pointer;
    }

    .offcanvas-body .menuLink ul.menu li a {
        font-size: 16px;
    }

    .sub-menu>li>a {
        padding: 10px 40px 10px 40px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 10px 40px 10px 55px !important;
    }

    .sub-menu {
        display: none;
    }

    .menuLink .menu>li.menu-item-has-children {
        margin-right: 0px;
    }

    .offcanvas-body .menuLink ul li a::after {
        display: none;
    }

    .how_support_wrap {
        padding: 60px 0px;
    }

    .banner_img {
        left: 0px;
    }

    .banner_img:hover {
        left: 0px;
    }

    .banner_content h1 {
        font-size: 30px;
        max-width: 360px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .banner_box {
        margin: 0px -25px;
    }

    .banner_box .col-md-6 {
        padding: 25px;
    }

    .btn-ctn {
        font-size: 15px;
        height: 50px;
    }

    .main_footer .row .col-md-3 {
        width: 50%;
    }

    .contact_form {
        padding: 40px 30px 20px;
    }

    .service_points_wrap {
        padding: 150px 0px;
    }

    .service-model::after {
        bottom: -69px;
        height: 70px;
    }

    .dark_model_wrap::before {
        top: -69px;
        height: 70px;
    }

    .featured_wrap.stuff_blog {
        padding: 70px 0;
    }

    .contact_us_sec {
        padding-bottom: 80px;
    }

    .contact_us_sec .contact_form {
        padding: 55px 40px;
    }

    /* 991 ends here */

}

@media(max-width: 1024px) {

    /* 1024 ends here */

}

@media(max-width: 991px) {

    /* 991 ends here */
}

@media(max-width: 767px) {
    .how_support_wrap .row {
        margin: 0 -8px;
    }

    .how_support_wrap .row .col-md-4 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .sec_title h5 {
        font-size: 26px;
        max-width: 430px;
    }

    .sec_description p {
        font-size: 14px;
        max-width: 710px;
        line-height: 25px;
    }

    .number_box {
        padding: 41px 15px 25px 15px;
        border-radius: 15px;
        height: 100%;
    }

    .sec_log {
        margin-bottom: 10px;
    }

    .featured_wrap h2 {
        margin-bottom: 30px;
    }

    .featured_wrap .row {
        margin: -5px;
    }

    .featured_wrap .row .col-md-4 {
        padding: 5px;
        width: 33.3333%;
    }

    .main_footer {
        padding-top: 30px;
    }

    .main_footer .row {
        position: relative;
        padding-bottom: 100px;
    }

    .main_footer .row .col-md-3:nth-child(2) {
        width: 50%;
    }

    .main_footer .row .col-md-3:nth-child(3) {
        width: 50%;
    }

    .main_footer .row .col-md-3>div {
        padding: 15px 0 25px;
    }

    .main_footer .row .col-md-3:nth-child(4) {
        padding-right: 12px;
        width: 100%;
        justify-content: center;
    }

    .main_footer .row .col-md-3:nth-child(1) {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .footer_logo {
        padding-left: 0px !important;
        text-align: center;
    }

    .footer_links {
        max-width: 180px;
        margin: 0 auto;
    }

    .form_grid .form_feilds {
        padding: 0 11px;
        margin-bottom: 25px;
        width: 100%;
    }

    .service_para p {
        font-size: 14px;
        line-height: 20px;
    }

/*    .service-model .row .col-md-6:nth-child(1) .service_para p {
        max-width: 175px;
    }*/

/*    .service_para p {
        max-width: 205px;
    }*/

    .service_para p strong {
        font-size: 18px;
    }

    .form_description .row .col-md-6 {
        width: 100%;
    }

    .form_description .row .col-md-6:nth-child(1) {
        padding: 40px 30px 40px;
    }

    .form_description .contact_form {
        padding: 50px 30px 40px;
    }

    .sub_banner {
        padding: 40px 0px;
    }

    .submit_banner {
        min-height: 425px;
    }

    .sub_banner h1 {
        font-size: 26px;
    }

    .authoring_cards {
        padding: 50px 0 60px;
    }

    .authoring_cards .container {
        width: 94%;
    }


    .sub_banner p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    .featured_wrap.stuff_blog {
        padding: 50px 0;
    }

    .load_more {
        margin-top: 40px;
    }

    .contact_us_sec .contact_form {
        padding: 45px 30px;
    }

    /* 767 ends here */

}

@media(max-width: 650px) {
    .banner_section {
        padding: 30px 0 40px;
    }

    .banner_top_row .col-md-7 {
        width: 100%;
        padding-top: 0px;
        text-align: center;
    }

    .banner_content h1 {
        margin: 0 auto 10px;
    }

    nav.breadcrumb {
        justify-content: center;
    }

    .banner_content p {
        max-width: 100%;
    }

    .banner_top_row .col-md-5 {
        width: 100%;
    }

    .banner_img {
        text-align: center;
        margin-top: 50px;
    }

    .banner_box .col-md-6 {
        padding: 12px;
        width: 100%;
    }

    .banner_box {
        margin: 0px -12px;
        padding: 0 20px;
    }

    .counter_section {
        padding: 60px 0px;
    }

    .service-model::after {
        bottom: -49px;
        height: 50px;
    }

    .counter_section .row .col-md-4 {
        width: 100%;
        margin-bottom: 40px;
    }

    .service-model .container {
        padding: 0 30px;
    }

    .service-model .row .col-md-6:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }

    .service-model .row .col-md-6 {
        width: 100%;
    }

    .service_points_wrap .row .col-md-6 {
        width: 100%;
    }

    .service_points_wrap .row .col-md-6:nth-child(1)::after {
        width: 94%;
        top: unset;
        bottom: 0px;
        left: 0;
        height: 1px;
        margin: 0 auto;
    }

    .service_points_wrap {
        padding: 100px 0px;
    }

    .service_points_wrap .row .col-md-6:nth-child(1) {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .service_points_wrap .container {
        padding: 50px 20px;
        width: 92% !important;
    }

    .dark_model_wrap::before {
        top: -44px;
        height: 45px;
    }

    .dark_model_wrap .row .col-md-6 {
        width: 100%;
        padding-top: 0px;
    }

    .dark_model_wrap .row .col-md-6:nth-child(1)::after {
        right: 0px;
        width: 90%;
        top: unset;
        bottom: 0px;
        height: 1px;
        left: 0px;
        margin: 0 auto;
    }

    .dark_model_wrap .row .col-md-6:nth-child(1) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .featured_wrap .row .col-md-4 {
        width: 50%;
    }

    /* 650 ends here */

}

@media(max-width: 650px) {
    .service_para p {
        line-height: unset;
    }

    /* 650 ends here */

}

@media(max-width: 600px) {
    .banner_content h1 {
        font-size: 25px;
        max-width: 300px;
        line-height: 29px;
    }

    p {
        font-size: 14px;
        line-height: unset;
    }

    .submit_box {
        padding: 20px 25px;
    }

    .submit_box .submit_btn {
        margin-bottom: 10px;
    }

    .btn-ctn {
        font-size: 14px;
        height: 40px;
        border-radius: 10px;
    }

    .submit_box p {
        font-size: 14px;
        line-height: 22px;
    }

    .dark_model_wrap::before {
        top: -19px;
        height: 20px;
    }

    .service_points_wrap {
        padding: 80px 0px 90px;
    }

    .service-model {
        margin-bottom: 0px;
    }

    .service-model::after {
        bottom: -19px;
        height: 20px;
        z-index: 55;
    }

    .blog_box {
        padding: 6px;
    }

    .blog_box_content h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .blog_img {
        height: 135px;
    }

    .contact_us_wrap h2 {
        margin-bottom: 30px;
    }

    .main_footer .container {
        padding: 0 30px;
    }

    .contact_us_wrap {
        padding: 40px 0px 60px;
    }

    .customer_wrap h6 {
        margin-bottom: 10px;
    }

    .customer_wrap {
        padding: 30px 0px;
    }

    .brand__logo_img {
        min-height: 110px;
    }

    .authoring_cards .row .col-md-4 {
        width: 100%;
    }

    /* 600 ends here */

}

@media(max-width: 575px) {
    .how_support_wrap .container_inner {
        padding: 0px 30px;
    }

    .how_support_wrap .row::after {
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 2px;
        margin: 0;
    }

    .how_support_wrap .row .col-md-4 {
        padding-left: 60px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .number_box {
        padding: 40px 15px 40px 40px;
    }

    .how_support_wrap .row .col-md-4::after {
        left: 0;
        top: 50%;
        width: 55px;
        height: 2px;
        margin: 0;
        right: unset;
    }

    .number_cricle {
        left: -27px;
        right: 0;
        margin: 0;
        top: 0;
    }

    .how_support_wrap .row .col-md-4:last-child::before {
        right: unset;
        width: 55px;
        height: 50%;
        top: unset;
        bottom: -2px;
        left: 0;
    }

    .how_support_wrap .row .col-md-4:first-child::before {
        left: -1px;
        width: 55px;
        height: 50%;
        top: 0px;
    }

    .number_cricle {
        position: static;
    }

    .outer_cricle {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        left: -27px;
    }

    .banner_box {
        padding: 0 10px;
    }

    /* 575 ends here */

}

@media(max-width: 484px) {

    /* 484 ends here */

}

@media(max-width: 414px) {


    /* 414 ends here */

}

@media(max-width: 375px) {

    /* 375 ends here */

}

@media(max-width: 360px) {

    /* 360 ends here */

}


/***********************************************************

///////////////// RESPONSIVE CSS END HERE ////////////////

***********************************************************/

