@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Niconne&display=swap');
body,
html {
    height: 100%
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
    line-height: normal;
    background-color: #fff;
    color: #777777;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.underline-text {
    text-decoration: underline;
}

p {
    margin-bottom: 20px;
    line-height: 26px;
}

h1 {
    font-weight: 900;
    font-size: 30px;
    color: #000864;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 26px;
    color: #000864;
}
h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0px;
    color: #000864;
}
h4 {
    color: #000864;
    font-size: 18px;
    font-weight: 500;

}

.text-center{
    text-align: center;
}
.bg-grey {
    background: #f9f9f9
}

.bluebanner_text{
    margin: -12px 0px -25px 0px;
    font-size: 18px;
}
.btn-style {
    /*background: #f3b148;*/
    background:#f67339;
    border-radius: 0;
    padding: 12px 40px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.nbtn-style {
    border: 2px solid #7adaff;
    padding: 8px 40px;
    border-radius: 100px;
    color: #7adaff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.read-morebtn {
    border: 2px solid #30AAF9;
    padding: 8px 12px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background: #30AAF9;
}
.moreless-button{
cursor: pointer; 
}
.nobtn-style {
    border: 2px solid #000864;
    background: #000864;
    padding: 8px 12px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-right: 10px!important;
}
.schedule-btn{
    border: 2px solid #f3b148;
    background: #f67339;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 7px 5px ;
    cursor: pointer;

}
.schedule-btn:hover {
   background: #f3b148;
   /*background: #f67339;*/
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    }

.btn-article {
    background: #005aee;
    padding: 5px 23px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.btn-skip {
    background: gray;
    padding: 12px 40px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.simp-link {
    font-size: 16px;
    color: #f26b35;
}

.link-style {
    font-size: 16px;
    font-weight: 600;
    color: #f26b35;
    display: block;
    padding: 20px 0
}

.link-style:hover {
    font-weight: 600
}

.w-cont {
    width: 94%;
    margin: 0 auto;
}

.input-group {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.input-group select,
.input-group textarea,
.input-group input {
    width: 100%;
    border-bottom: 1px solid #000;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 16px!important;
    font-weight: 400;
    color: #000;
    background: #fff;
}

.col-container {
    display: flex;
    align-items: center;
}

.fix-col-container {
    display: flex;
    align-items: center;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: #101010;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    text-transform: none;
    font-size: 13px;
}

.tooltip .tooltiptext ol {
    margin: 0 0 0 22px;
    padding: 0
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    right: 70%;
    margin-top: 50px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.com-cont {
    width: 100%;
    padding: 60px 0
}

.com-cont.mitra-com-cont {
    padding-top: 0
}

.com-bluebann {
    background: #4574a9;
    padding: 90px 10px 10px 0px;
    width: 100%;
    position: relative;
     z-index: 3;
}

.ui-widget-overlay .custom-overlay {
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 999!important;
    position: fixed;
    padding: 0!important;
}

.popup-cont {
    margin: 0 auto;
    max-width: 550px;
    min-width: 250px;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0!important;
    z-index: 9999!important;
    border-radius: 0!important;
}

.popup-cont img {
    width: 100%;
    display: block;
}

.popup-cont .ui-dialog .ui-dialog-content {
    padding: 0!important;
}

.popup-cont .ui-dialog-buttonset .ui-button {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 0;
    border: 1px solid #fff;
    padding: 9px 10px;
    border-radius: 20px;
    background: none;
}

.popup-cont .ui-dialog-buttonset .ui-button:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #fff;
}

.popup-cont.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0;
    padding: 0;
    border: none;
}

.popup-cont.ui-widget.ui-widget-content {
    border: none;
}

.form-input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.form-input textarea,
.form-input input,
.form-input select {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #868e97;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #929292;
    background: none;
}

.form-input textarea::-webkit-input-placeholder,
.form-input input::-webkit-input-placeholder {
    color: #929292;
}

.form-input textarea::-moz-placeholder,
.form-input input::-moz-placeholder {
    color: #929292;
}

.form-input textarea:-ms-input-placeholder,
.form-input input:-ms-input-placeholder {
    color: #929292;
}

.form-input textarea:-moz-placeholder,
.form-input input:-moz-placeholder {
    color: #929292;
}

.text-error {
    color: #dc3545;
    /*padding-right: 300px;*/
}

body.fixed-body {
    height: 100%;
    overflow: hidden;
}

header {
    width: 100%;
    height: auto;
    position: relative;
}

header .logo {
    width: 120px;
    float: left;
    padding: 15px 0
}

header .logo img {
    width: 100%;
    display: block;
}

header .mlink-nav {
    float: right;
    list-style: none;
    padding: 20px 0;
}

header .mlink-nav li {
    float: left;
}

header .mlink-nav li+li:before {
    content: '';
    margin: 0 0 0 40px;
}

header .mlink-nav li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999
}

header .mlink-nav li a img {
    vertical-align: top;
    width: 19px;
}

header .mlink-nav li:nth-child(1) a i {
    font-size: 16px;
}

header .mlink-nav li a i {
    color: #f26b35;
}

header .mlink-nav li a:hover {
    color: #005aee
}

header .bottom-header {
    padding: 0;
    /*background: #f7fafe*/
}
header .bottom-header-products {
    padding: 0;
    /*background: #f3b148;*/
    background: #f5f5f5;
    border-bottom: 1px solid #d2caca;
}

header .top-header,
header .resolve-top-header {
    padding: 10px 0;
    /*background: #fff;*/
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

header .resolve-top-header {
    padding: 15px 0
}

header .resolve-top-header .logo {
    padding: 0
}


/*modified by nitin moon on 19-03-2020*/

header .top-header .navt-up {
    top: -64px;
    /* top: -39px;*/
}

.front-end-active-li{
        color: #005aee !important;
        font-weight: 800 !important;
 }
header .top-header .visit-link {
    font-weight: 500;
    font-size: 12px;
    color: #46496b;
}

header .top-header .top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

header .top-header .top-contact li {
    float: left;
    font-size: 12px;
    font-weight: 500;
    color: #46496b;
}

header .top-header .top-contact li a {
    color: #fff;
}

header .top-header .top-contact li a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    right: 4px;
}

header .top-header .top-contact li+li:before {
    content: '';
    margin: 0 10px;
}

header .top-header .top-contact li img {
    vertical-align: middle;
}

header .top-header.top-shadow-div {
    background: #00a3da;
    background: -moz-linear-gradient(45deg, #00a3da 0%, #4c5080 97%);
    background: -webkit-linear-gradient(45deg, #00a3da 0%, #4c5080 97%);
    background: linear-gradient(45deg, #00a3da 0%, #4c5080 97%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a3da', endColorstr='#4c5080', GradientType=1);
}

header .bottom-header {
    position: fixed;
    /*top: 37px;*/
    z-index: 99;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header .bottom-header.nt-header {
    top: 0;
}

header .bottom-header.navb-up {
    top: 0;
    /*    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);*/
}

header .bottom-header.shadow-div,
header .resolve-top-header.shadow-div {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
    background: #fff;
}

header .resolve-top-header .resolve-nav-menu {
    position: relative;
}

header .bottom-header .nav-menu,
header .top-header .resolve-nav-menu {
    position: relative;
}

header .bottom-header .resolve-now {
    float: right;
    margin: 20px 0;
}

header .resolve-top-header .resolve-nav-menu .nav-button {
    padding: 15px 0;
}

header .mlink-nav li a.resolve-login {
    color: #005aee;
}

.nav>ul>li.mobile-loginb a {
    color: #005aee!important;
    text-transform: uppercase;
}

.resolve-body {
    /*background: #f7fafe;*/
    background: #fff;
}

.support-section {
    padding-top: 89px;
}

.support-section.mitra-support-section {
    padding-top: 0
}

.support-section .support-section-text {
    /*height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    display: flex;*/
}

.support-section .one-section {
    padding: 20px 0;
    text-align: center;
}

.support-section .one-section p {
    font-size: 20px;
    font-weight: 500;
    color: #323648;
    margin-bottom: 0
}

.support-section .one-section .it-icons {
    list-style: none;
    padding: 20px 0 0
}

.support-section .one-section .it-icons li {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
    width: 8%;
    vertical-align: top;
}

.support-section .one-section .it-icons li img {
    width: 35px;
    margin: 0 auto;
    display: block;
}

.support-section .one-section .it-icons li span {
    display: block;
    padding: 10px 0 0;
    font-size: 12px;
}

.support-section .resolve-text {
    text-align: center;
    background: #323648;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%
}

.support-section .sec-section {
    padding: 40px 0
}

.support-section .sec-section .form-resolve,
.homeview-banner .form-resolve {
    background: #fff;
    padding: 20px 40px;
    width: 80%;
    margin: 0 auto;
}

.support-section.mitra-support-section .sec-section .form-resolve {
    padding: 40px;
}

.support-section .sec-section .form-resolve h2,
.homeview-banner .form-resolve h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #323648;
    padding-bottom: 20px;
}

.support-section .sec-section .form-resolve select,
.support-section .sec-section .form-resolve textarea,
.support-section .sec-section .form-resolve input {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #868e97;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #929292;
    background: #fff;
}

.support-section .sec-section .form-resolve textarea::-webkit-input-placeholder,
.support-section .sec-section .form-resolve input::-webkit-input-placeholder {
    color: #929292;
}

.support-section .sec-section .form-resolve textarea::-moz-placeholder,
.support-section .sec-section .form-resolve input::-moz-placeholder {
    color: #929292;
}

.support-section .sec-section .form-resolve textarea:-ms-input-placeholder,
.support-section .sec-section .form-resolve input:-ms-input-placeholder {
    color: #929292;
}

.support-section .sec-section .form-resolve textarea:-moz-placeholder,
.support-section .sec-section .form-resolve input:-moz-placeholder {
    color: #929292;
}

.support-section .sec-section .form-resolve .thank-mess {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
}

.support-section .sec-section .form-resolve .thank-mess img {
    width: 60px;
    margin: 0 auto 20px;
    display: block;
}

.support-section .sec-section .form-resolve .thank-mess p {
    font-size: 14px;
    line-height: 24px;
}

.support-section .sec-section .form-resolve .thank-mess .ticket-no {
    display: inline-block;
    border: 1px solid #f26b35;
    padding: 10px 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}


/* new added */

.form-resolve .thank-mess {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
}

.form-resolve .thank-mess img {
    width: 60px;
    margin: 0 auto 20px;
    display: block;
}

.form-resolve .thank-mess p {
    font-size: 14px;
    line-height: 24px;
}

.form-resolve .thank-mess .ticket-no {
    display: inline-block;
    border: 1px solid #f26b35;
    padding: 10px 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}


/* end */

.contact-opt {
    margin: 28px 0
}

.contact-opt .opt-img {
    width: 110px;
    float: left;
    text-align: center;
    padding: 0;
}

.contact-opt .opt-img img {
    width: 35px
}

.contact-opt .opt-text {
    float: left;
    border-left: 4px solid #f26b35;
    padding: 5px 0 5px 20px;
}

.contact-opt .opt-text p {
    font-weight: 400;
    font-size: 16px;
    color: #929292;
    margin-bottom: 0
}

.contact-opt .opt-text h3 {
    font-weight: 500;
    font-size: 20px;
    color: #323648
}

.contact-opt .opt-text span {
    font-weight: 400;
    font-size: 12px;
    color: rgba(40, 39, 39, 0.5);
}

.contact-opt .opt-text h3 a {
    color: #323648
}

.fixed-header {
    margin-top: 138px;
}

.fixed-header1 {
    margin-top: 89px;
}

.busin-featur {
    /*padding: 20px 0;*/
    width: 100%;
}

.busin-featur .featur-image {
    width: 50%;
    margin: 40px auto;
    display: block;
}

.busin-featur h1 {
    font-weight: 900;
    font-size: 38px;
    color: #323648;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.busin-featur .sub-text {
    border-left: 10px solid #f26b35;
    padding: 10px 0 10px 20px
}
.sub-text p {
   color: #000;
}

.busin-featur .sub-text h2 {
    font-weight: 600;
    font-size: 24px;
    color: #153451;
    margin-bottom: 20px;
}

.busin-featur .sub-text a {
    text-transform: uppercase;
    font-size: 16px;
    color: #f26b35;
    font-weight: 600;
}

.busin-featur h3 {
    font-weight: 500;
    font-size: 20px;
    color: #323648;
    text-decoration: underline;
    padding: 20px 0 0
}

.support-cont {
    padding: 90px 0;
    background: #48a5f1
}

.support-cont .icon-list {
    list-style: none
}

.support-cont .icon-list li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.support-cont .icon-list li img {
    vertical-align: middle;
    margin: 0 10px 0 0
}

.itsupp-cont {
    padding: 20px 0
}

.itsupp-cont .itcont-box {
    padding: 30px 0px;
    text-align: center;
}

.itsupp-cont .itcont-box h2 {
    font-weight: 700;
    font-size: 24px;
    color: #323648;
    margin-bottom: 40px;
}

.itsupp-cont .or-box {
    width: 100%;
    height: 350px;
    position: relative;
}

.itsupp-cont .or-box:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #c7c7c7
}

.itsupp-cont .or-box p {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #323648;
    font-weight: 500;
    margin-bottom: 0
}

.value-cont {
    padding: 150px 0;
    background-image: url(../images/value-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.value-cont h3 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.faq-sec {
    padding: 60px 0;
}

.accordion {
    width: 100%;
    margin-top: 10px;
}

.accordion .accordion-head {
    border-top: 1px solid #f07429;
    /*background-image: linear-gradient(to right, #ee5e27, #f8a731, #f4af32, #f07429);*/
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 0;
}

.accordion .accordion-head.open h4 {
    color: #ef721e
}

.accordion .accordion-head * {
    cursor: pointer;
}

.accordion .accordion-head h4 {
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #323648;
    width: 95%
}

.accordion .accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.accordion .accordion-body {
    border-bottom: 1px solid #fff;
    padding: 20px;
    height: auto;
    display: none;
}

.arrow {
    float: right;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-top-color: #7a7a7a;
    margin-top: 11px;
}

.accordion-head.open .arrow {
    margin-top: 3px;
    border-bottom-color: #ef721e;
    border-top-color: transparent;
}

.testi-sect {
    padding: 60px 0
}

.testi-sect .text-box {
    width: 100%;
    padding: 20px;
    background: #fcfcfc;
    margin: 20px 0;
    text-align: center;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
}

.testi-sect .text-box .rating-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.testi-sect .text-box .rating-list li {
    display: inline-block;
    margin: 0 5px
}

.testi-sect .text-box h2 {
    font-weight: 600;
    font-size: 24px;
    color: #323648;
    margin: 20px 0 40px;
}

.testi-sect .text-box .author-name {
    font-size: 20px;
    color: #bdbdbd
}

.testi-sect .item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(.8);
}

.testi-sect .active .item {
    opacity: 1;
    transform: scale(1);
}

.testi-sect .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.testi-sect .owl-nav span {
    font-size: 40px;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    background: #fff;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
}

.testi-sect .owl-nav .owl-prev {
    margin-left: 20px;
}

.testi-sect .owl-nav .owl-next {
    float: right;
    margin-right: 20px;
}

footer {
    background: #fff;
    padding: 20px 0;
    color: #323648;
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 95%; 
    height: 3px;
    /*background: #b3b3b3;*/
    background-image: linear-gradient(to right, #ee5e27, #f8a731, #f4af32, #f07429); 
}

footer .footer-cont {
    margin: 20px 0
}

footer .logo-footer {
    width: 140px;
}

footer .copy-text {
    font-size: 12px;
    margin-top: 20px;
    color: #000864;
    line-height: 20px;
    font-weight: 600;
}

footer h3 {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    /*margin-bottom: 20px;*/
    color: #000864;
}

footer .flink-list {
    list-style: none
}

footer .flink-list li {
    margin-bottom: 5px;
}

footer .flink-list li a {
    color: #000864;
    font-weight: 600;
    font-size: 12px;
}

footer .fsocial-list {
    list-style: none
}

footer .fsocial-list li {
    float: left;
}

footer .fsocial-list li a {
    font-size: 26px;
    color: #323648;
    margin-right: 20px;
}

.footer_text a {
        font-size: 12px;
        color: #000864;
        font-weight: 600;
    }
    .footer_text span{
        font-size: 12px;
        color: #000864;
        font-weight: 600;
    }
    .footer_text_call a{
        font-size: 16px;
        color: #000864;
        font-weight: 700;
    }
    .footer_text_call span{
        font-size: 16px;
        color: #000864;
        font-weight: 700;
    }
    .text_in_right{
        text-align: right;
    }
    @media screen and (min-width: 0px) and (max-width: 700px) {
        .footer_text_call a{
            font-size: 12px;
            color: #000864;
            font-weight: 700;
        }
        .footer_text_call span{
            font-size: 12px;
            color: #000864;
            font-weight: 700;
        }
        .footer_text a{
            font-size: 10px;
            color: #000864;
            font-weight: 600;
        }
        .footer_text span{
            font-size: 10px;
            color: #000864;
            font-weight: 600;
        }
        #text_in_center{
            text-align: center;
        }
    }

.resolu-list {
    list-style: none;
    position: relative;
}

.resolu-list:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 85%;
    border: 1px dashed #f26b35;
    top: 20px;
    left: 50px;
}

.resolu-list li {
    font-weight: 500;
    font-size: 15px;
    color: #323648;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.resolu-list li img {
    width: 100px;
    float: left;
    z-index: 2;
}

.resolu-list li span {
    display: block;
    float: left;
}

.benefit-banner {
    /*background: #4574a9;*/
    background: #c3821b;
    padding: 60px 0
}

.benefit-banner h1,
.benefit-banner p {
    color: #fff
}

.benefit-banner .benefit-banimg {
    width: 80%;
    display: block;
    margin: 40px auto
}

.feature-text {
    padding: 80px 40px;
    color: darkgrey;
}

.feature-text ul {
    list-style: none
}

.feature-text ul li {
    font-weight: 600;
    font-size: 16px;
    color: #323648;
    padding: 30px 0;
    border-bottom: 1px solid #005aee;
    position: relative;
}

.feature-text ul li:before {
    content: '';
    position: absolute;
    width: 41px;
    height: 41px;
    background-image: url(../images/list-icon1.png);
    background-repeat: no-repeat;
    background-position: left center;
    left: -60px;
}

.feature-bg {
    color: #ffbdbd;
    will-change: min-height;
}

.feature-bg .sidebar-inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    background: #48a5f1;
    height: 100vh;
}

.feature-bg .sidebar-inner img {
    width: 80%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.manser-box {
    background: #fff;
    padding: 15px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 20px 0;
    border-radius: 10px;
}

.manser-box .manser-inbox {
    position: relative;
    cursor: pointer;
     border-radius: 10px;
}

.manser-box .manser-inbox:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    /*top: 9px;*/
    font-size: 20px;
    font-weight: bold;
    color: #323648;
     border-radius: 10px;
}

.manser-box span {
    font-weight: 600;
    font-size: 17px;
    color: #323648;
}

.manser-box img {
    vertical-align: middle;
    margin-right: 10px;
}

.manser-box .manser-text {
    padding: 20px 0 0 56px;
    /*display: none*/
}

.manser-box .manser-text p {
    margin: 0
}

.benf-contact {
    background: #fff;
    padding: 30px 20px;
    position: relative;
}

.benf-contact:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.benf-contact .input-b,
.benf-contact select {
    border: 1px solid;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    width: 100%
}

.benf-contact .input-b::-webkit-input-placeholder {
    color: #777;
}

.benf-contact .input-b::-moz-placeholder {
    color: #777;
}

.benf-contact .input-b:-ms-input-placeholder {
    color: #777;
}

.benf-contact .input-b:-moz-placeholder {
    color: #777;
}

.main-hstep {
    position: relative;
}

.main-hstep:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    border-left: 2px dashed #c3821b;
    top: 50%;
    left: 41.66666666666%;
    transform: translate(-50%, -50%);
    margin-left: 35px;
}

.main-hstep.partner-steps:before {
    height: 75%;
    transform: translate(-50%, -54%);
}

.hstep-box {
    margin: 60px 0;
}

.hstep-box .hstep-img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.hstep-box .hstep-text {
    display: flex;
    align-items: center;
}

.hstep-box .hstep-text .num-box {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 2px dashed #c3821b;
    text-align: center;
    font-weight: 800;
    color: #f26b35;
    font-size: 30px;
    padding: 14px 0;
    float: left;
    background: #fff
}

.hstep-box .hstep-text .box-text {
    float: left;
    width: calc(100% - 80px);
    padding-left: 30px;
}

.manser-box.pre-box {
    margin: 20px 0;
    border: 1px solid #d99d2b;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    cursor: pointer;
}

.manser-box.pre-box.benf-partnerb {
    border: 1px solid #f26b35
}

.manser-box.pre-box img {
    width: 41px;
    float: left;
}

.manser-box.pre-box span {
    font-size: 16px;
    width: 80%;
    display: block;
    float: left;
}

.manser-box.pre-box .manser-inbox:before {
    font-weight: normal;
    right: 0px;
}

.manser-box.pre-box .manser-text p {
    font-size: 14px;
}

.benefit-contact-form-error {
    color: red;
    font-size: 12px;
}

.login-btn {
    float: right;
    display: inline-block;
    padding: 35px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #005aee;
}

.price-text {
    font-weight: 700;
    font-size: 20px;
    color: #005aee
}

.price-text span {
    color: #323648;
    font-weight: 400;
    font-size: 16px;
}

.benf-contact .input-b.cus-timeinput {
    padding: 12px 10px;
}

.id-link {
    position: relative;
}

.id-link span {
    position: absolute;
    top: -89px;
}

.bradcrumb-cont {
    width: 100%;
    background: #294361;
    padding: 10px 0
}

.bradcrumb-cont ul {
    list-style: none
}

.bradcrumb-cont ul li {
    float: left;
    font-size: 12px;
    color: #fff
}

.bradcrumb-cont ul li a {
    color: #f26e3a
}

.bradcrumb-cont ul li+li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 12px;
    margin: 0 10px;
}

select#device-list,
.benf-contact select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url("../images/br_down.png") white no-repeat 98.5% !important;
    /* !important used for overriding all other customisations */
    background: url("../images/br_down.png") white no-repeat calc(100% - 10px) !important;
    /* Better placement regardless of input width */
}

.simre-img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.teamv-list {
    list-style: none;
    padding: 20px 0
}

.teamv-list li {
    float: left;
    width: 12.5%;
    text-align: center;
    margin: 5px 0;
}

.teamv-list li a {
    display: block;
    border: 1px solid #c7c7c7;
    padding: 20px 0;
    margin: 0 5px;
    font-size: 12px;
    color: #005aee
}

.teamv-list li a:hover {
    color: #f26b35;
    border-color: #f26b35;
}

.teamv-list li a span {
    display: block;
    padding: 10px 0 0 0;
    font-weight: 600;
}

.module-title {
    float: left;
    padding: 35px 10px;
    font-size: 14px;
    color: #ff9600;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.module-title:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #c7c7c7;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hiw-sect {
    text-align: center;
    margin: 30px 0 0
}

.hiw-sect h3 {
    font-size: 16px;
    color: #333
}

.hiw-sect img {
    width: 150px;
    display: block;
    margin: 0 auto 20px
}

.new-bene {
    padding: 40px 0
}

.new-bene img {
    width: 80px;
    display: block;
    margin-bottom: 20px;
}

.new-bene h4 {
    font-size: 16px;
    font-weight: 600;
    color: #323648;
}

.site-user {
    list-style: none;
}

.site-user li {
    float: left;
    display: inline-block;
    position: relative;
}

.site-user li+li:before {
    content: '';
    margin: 0 5px;
}

.site-user li a.active {
    font-weight: bold;
    color: #005aee
}

.coupon-head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    padding: 10px 0;
    background: #fff700;
    display: none
}

.coupon-head p {
    margin-bottom: 0;
    font-weight: 800;
    color: #333;
    font-size: 16px;
}

.coupon-head .close-couphead {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.coupon-head .close-couphead:before,
.coupon-head .close-couphead:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.coupon-head .close-couphead:before {
    transform: rotate(45deg);
}

.coupon-head .close-couphead:after {
    transform: rotate(-45deg);
}

.topcouponopen header .resolve-top-header,
.topcouponopen header .top-header,
.topcouponopen header .bottom-header.nt-header {
    top: 62px;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.topcouponopen header .bottom-header {
    top: 101px;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.topcouponopen .support-section {
    padding-top: 151px;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.topcouponopen .fixed-header {
    margin-top: 200px;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.topcouponopen .fixed-header1 {
    margin-top: 151px;
    -webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.coupon-side {
    width: 400px;
    background: #2e368b;
    position: fixed;
    left: calc(0% - 400px);
    bottom: 40px;
    z-index: 999;
    padding: 20px;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}

.coupon-side img {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.coupon-side h2 {
    color: #fff;
    font-size: 18px;
}

.coupon-side p {
    color: #fff;
    font-size: 14px;
}

.coupon-side .close-coupside {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    z-index: 9;
}

.coupon-side .close-coupside:before,
.coupon-side .close-coupside:after {
    position: absolute;
    left: 6px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
}

.coupon-side .close-coupside:before {
    transform: rotate(45deg);
}

.coupon-side .close-coupside:after {
    transform: rotate(-45deg);
}

.coupon-popup {
    margin: 0 auto;
    width: 500px !important;
    height: 500px !important;
    left: 0 !important;
    right: 0 !important;
    padding: 73px 40px!important;
    z-index: 9999!important;
    border-radius: 500px !important;
    text-align: center;
    background: #fff!important;
}

.coupon-popup .coupon-img {
    display: block;
    width: 90px;
    margin: 0 auto 20px;
}

.coupon-popup h2 {
    margin-bottom: 40px;
}

.coupon-popup .btn-style {
    color: #fff
}

.coupon-popup #dialog_close_link {
    position: relative;
    color: #005aee;
    cursor: pointer;
}

#couponmodal {
    display: none
}

.intro-cont {
    width: 100%;
    height: 100%;
    position: relative;
}

.intro-cont:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/intro1.png) no-repeat top;
    background-size: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.intro-cont:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/intro2.png) no-repeat bottom;
    background-size: 100%;
    bottom: 0;
    left: 0;
    z-index: 1
}

.intro-cont.intro-select:before,
.intro-cont.intro-select:after {
    display: none
}

.intro-cont .intro-inner {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2
}

.intro-cont .intro-inner .intro-logo {
    width: 140px;
    display: block;
    margin: 0 auto
}

.intro-cont .intro-inner h1,
.type-cont h1 {
    font-size: 32px;
    font-weight: 700;
    color: #323648;
    padding: 40px 0 20px
}

.intro-cont .btn-style {
    margin-top: 40px;
}

.intro-cont .type-select {
    list-style: none;
}

.intro-cont .type-select li {
    display: inline-block;
}

.intro-cont .type-select li a.select-type {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px;
    margin: 0 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.intro-cont .type-select li a.select-type:before,
.device-box:before,
.business-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #c5f1ff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.intro-cont .type-select li img {
    width: 100px;
    display: block;
    margin-bottom: 20px
}

.intro-cont .type-select li span {
    font-weight: 700;
    font-size: 18px;
    color: #323648;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.intro-cont .type-select li a.select-type.active span {
    color: #0070f0
}

.intro-cont .type-select li a.select-type.active:before,
.device-box.active:before,
.business-box.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.type-cont {
    padding: 40px;
    text-align: center;
}

.type-cont .home-ticon {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 0 auto;
    width: 140px;
}

.type-cont .home-ticon img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.type-cont .home-ticon span {
    font-weight: 700;
    font-size: 16px;
    color: #323648
}

.device-box {
    text-align: center;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    cursor: pointer;
}

.device-box span {
    font-size: 18px;
    font-weight: 500;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 33px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -20px;
}

label.css-label {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.device-box img {
    display: block;
    width: 50px;
    margin: 20px auto 10px
}

.device-box .form-input {
    width: 80px;
    margin: 0 auto
}

.device-box .form-input input {
    text-align: center;
}

.family-box {
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    padding: 20px;
    margin: 20px 0
}

.business-box {
    display: block;
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.business-box img {
    display: block;
    width: 50px;
    margin: 0 auto 10px
}

.business-box span {
    font-size: 18px;
    font-weight: 500;
    color: #777777
}

.type-cont .depen-line {
    font-size: 22px;
    margin: 20px 0
}

.type-cont .depen-line select {
    background: none;
    padding: 10px 0;
    border-bottom: 1px solid #868e97;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.device-count {
    background: #fff;
    padding: 20px;
    text-align: left;
    margin: 10px 0
}

.device-count img {
    width: 40px;
    display: inline-block;
    float: left;
}

.device-count .form-input {
    display: inline-block;
    float: left;
    width: calc(100% - 60px);
    margin-bottom: 0;
    margin-left: 20px;
}

.type-cont .home-device,
.type-cont .home-family,
.type-cont .home-devicecount,
.type-cont .office-location,
.type-cont .office-dependancy,
.type-cont .office-employee {
    display: none
}

.login-username {
    float: right;
    padding: 10px 0;
    position: relative;
}

.login-username .user-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    display: inline-block;
}

.login-username .user-name img {
    vertical-align: middle;
}

.login-username .user-dropmenu {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0 20px;
    margin: 10px 0 0;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.login-username .user-dropmenu ul {
    list-style: none
}

.login-username .user-dropmenu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    display: block;
    padding: 10px 0
}


/*.support-section.resolve-suppsection  {
    padding-top: 0
}*/

.custom-presolve.ui-dialog {
    padding: 0;
    border: none;
    margin: 0 auto;
    width: 40% !important;
    left: 0 !important;
    right: 0 !important;
    top: 10%!important;
    z-index: 99999!important;
    background: #fff;
    border-radius: 0;
}

.custom-presolve.ui-dialog .ui-dialog-titlebar {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    background: transparent;
    border-radius: initial;
    height: 30px;
}

.custom-presolve.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    border-radius: initial;
    padding: 0;
}

.custom-presolve.ui-dialog .ui-dialog-titlebar-close:before,
.custom-presolve.ui-dialog .ui-dialog-titlebar-close:after {
    position: absolute;
    left: 9px;
    top: 0;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.custom-presolve.ui-dialog .ui-dialog-titlebar-close:before {
    transform: rotate(45deg);
}

.custom-presolve.ui-dialog .ui-dialog-titlebar-close:after {
    transform: rotate(-45deg);
}

.custom-presolve.ui-dialog .ui-dialog-titlebar-close.ui-button .ui-icon {
    display: none
}

.custom-presolve.ui-dialog .ui-dialog-content {
    padding: 40px!important;
}

.custom-presolve h2 {
    text-align: center;
    padding-bottom: 20px;
}

.custom-presolve .ui-widget-content a {
    color: #fff!important;
}

.custom-presolve.device-popup.ui-dialog {
    width: 90%!important
}

.custom-presolve.device-popup.ui-dialog .ui-dialog-content {
    padding: 10px 40px 40px 40px!important;
}

.custom-presolve.device-popup.ui-dialog .busin-featur {
    padding: 0
}

.custom-presolve.device-popup.ui-dialog .busin-featur .featur-image {
    margin: 0 auto
}

.custom-presolve.device-popup.ui-dialog .busin-featur .sub-text h2 {
    text-align: left;
    margin-bottom: 0
}

.custom-presolve.device-popup.ui-dialog .busin-featur .sub-text ol {
    margin: 0 0 0 22px;
}

.coupon-cont {
    width: 100%;
    padding: 60px 0;
}

.coupon-cont .coupon-box {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 20px 0
}

.coupon-cont .coupon-box .coupon-header .coupon-category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0
}

.coupon-cont .coupon-box .coupon-header h3 {
    font-weight: 800;
    font-size: 18px;
}

.coupon-cont .coupon-box .coupon-header .highli-coupon {
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.coupon-cont .coupon-box .coupon-header .highli-coupon span {
    font-weight: 800;
    font-size: 26px;
}

.coupon-cont .coupon-box .coupon-header hr {
    width: 100%;
    background: #fff;
    height: 1px;
    margin: 10px 0;
    display: block;
}

.coupon-cont .coupon-box .coupon-brief p.offer-end {
    font-size: 12px;
    margin: 0
}

.coupon-cont .coupon-box.coupon-blue {
    border: 1px solid #48a5f2;
}

.coupon-cont .coupon-box.coupon-blue .coupon-header .highli-coupon {
    background: #48a5f2;
}

.coupon-cont .coupon-box.coupon-blue .btn-style {
    background: #48a5f2;
}

.coupon-cont .coupon-box.coupon-blue .coupon-header h3 {
    color: #48a5f2
}

.coupon-cont .coupon-box.coupon-orange {
    border: 1px solid #f26b35;
}

.coupon-cont .coupon-box.coupon-orange .coupon-header .highli-coupon {
    background: #f26b35;
}

.coupon-cont .coupon-box.coupon-orange .btn-style {
    background: #f26b35;
}

.coupon-cont .coupon-box.coupon-orange .coupon-header h3 {
    color: #f26b35
}

.coupon-cont .coupon-box.coupon-green {
    border: 1px solid #2BA828;
}

.coupon-cont .coupon-box.coupon-green .coupon-header .highli-coupon {
    background: #2BA828;
}

.coupon-cont .coupon-box.coupon-green .btn-style {
    background: #2BA828;
}

.coupon-cont .coupon-box.coupon-green .coupon-header h3 {
    color: #2BA828
}

.select-category {
    width: 100%;
}

.select-category .category-inbox {
    padding: 40px;
}

.category-imgbox {
    background: #c3821b;
    padding: 80px 40px;
}

.category-imgbox img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

.homeview-banner {
    width: 100%;
    background-image: url(../images/in-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0
}

.homeview-banner .col-container {
    height: 100%
}

.homeview-banner ul.banner-list {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    width: 74%;
}

.homeview-banner ul.banner-list li {
    border-left: 10px solid #f26b35;
    margin: 20px 0;
    font-weight: 500;
    font-size: 18px;
    padding-left: 20px;
    color: #323648
}

.homeview-banner .form-resolve {
    padding: 20px 40px;
    width: 90%
}

.homeview-banner .form-resolve .contact-opt {
    list-style: none
}

.homeview-banner .form-resolve .contact-opt li {
    text-align: center;
    width: 33.33%;
    float: left;
    display: inline-block;
}

.homeview-banner .form-resolve .contact-opt li img {
    width: 30px;
}

.homeview-banner .form-resolve .contact-opt li p {
    font-weight: 400;
    font-size: 12px;
    color: #929292;
    margin-bottom: 0;
}

.homeview-banner .form-resolve .contact-opt li a {
    color: #323648;
    font-weight: 500;
    font-size: 11px;
}

.picon-list ul {
    list-style: none;
    padding: 20px 0 0;
}

.picon-list ul li {
    float: left;
    display: inline-block;
    width: 25%;
}

.picon-list ul li a {
    display: block;
    padding: 20px;
}

.picon-list ul li a:hover {
    background: #d2e2fb
}

.picon-list ul li img {
    width: 70px;
    float: left;
    margin-right: 20px;
}

.picon-list ul li h3 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 700;
    color: #323648;
}

.custom-presolve.device-popup.ui-dialog .busin-featur.custom-dbg {
    background: #48a5f1;
    padding: 20px 0;
}

.custom-dbg h1,
.custom-dbg h2,
.custom-dbg h3,
.custom-dbg li {
    color: #fff!important;
}

.bloglist-box {
    margin: 60px 0
}

.bloglist-box:nth-child(1) {
    margin-top: 0px;
}

.bloglist-box:last-child {
    margin-bottom: 0px;
}

.bloglist-box .blogimg-box {
    float: left;
    width: 40%;
    /* height: 175px; */
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}

.bloglist-box .blogimg-box img {
    width: 100%;
    display: block;
    max-height: 200px;
}

.bloglist-box .blogimg-box .blog-post-date {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    background: #f26c37;
    padding: 7px 18px 6px 18px;
    color: #fff;
    line-height: 15px;
    z-index: 1;
    text-align: center;
}

.bloglist-box .blog-info {
    float: left;
    width: 55%;
    margin-left: 25px;
}

.bloglist-box .blog-info h5 {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.bloglist-box .blog-info a h3 {
    font-size: 16px;
    font-weight: 600;
    color: #323648;
    padding-bottom: 20px;
}

.bloglist-box .blog-info p {
    font-size: 14px;
    text-align: justify;
}

.bloglist-box .blog-info .blog-social {
    border-top: 1px solid #e7e7e7;
    padding: 7px 0 7px 0;
    text-transform: uppercase;
}

.bloglist-box .blog-info .blog-date-athor {
    border-top: 1px solid #e7e7e7;
    padding-top: 13px;
    text-transform: uppercase;
}

.bloglist-box .blog-info .blog-date-athor span,
.post-option span {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-right: 14px;
    margin-right: 12px;
    color: #b1b1b1;
}

.bloglist-box .blog-info .blog-date-athor span::before,
.post-option span::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    margin-top: -6.5px;
    background: #b8b8b8;
}

.bloglist-box .blog-info .blog-date-athor span:last-child:before,
.post-option span:last-child:before {
    display: none;
}

.bloglist-box .blog-info .blog-date-athor span a {
    color: #323648;
}

.bloglist-box .blog-info .blog-date-athor span.social-icon a,
.post-option span.social-icon a {
    padding: 0 5px;
    display: inline-block;
    color: #323648;
}

.bloglist-box .blog-info .blog-date-athor span.read-more a {
    color: #f26b35!important
}

.blogside-box {
    padding: 20px 40px;
}

.blogside-box h3 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.categories-type {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-left: 20px;
}

.categories-type li {
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 10px;
    letter-spacing: 0.5px;
    color: #e1e1e1;
    list-style: square;
}

.categories-type li a {
    color: rgb(141, 141, 141);
    font-size: 14px;
}

.recent-post-box {
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.recent-title {
    text-align: left;
}

.recent-title>a {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

.recent-title>p {
    font-size: 12px;
    color: #8B8B8B;
    margin-top: -8px;
}

.blog-detail .main-bimg {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    max-height: 400px;
}

.blog-detail .entry-meta {
    color: #B9B9B9;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
}

.blog-detail .entry-meta span {
    margin-left: 0px;
    color: #B9B9B9;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-right: 22px;
}

.blog-detail .entry-meta a {
    color: #5C5C5C;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 12px;
}

.blog-detail h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0
}

.post-option {
    position: relative;
    padding: 15px 0px;
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.list-comments {
    padding-top: 45px;
}

.comments-section-title h4 {
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0px;
    color: #333;
}

.comments {
    padding: 0px;
    margin: 0px;
}

.comments li {
    list-style: outside none none;
}

.comments li .comment {
    padding: 30px 30px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    background: #f9f7f7;
}

.comments li .comment img.comment-avatar {
    border: 2px solid #FF941A;
    margin-bottom: 20px;
    max-width: 100%;
}

.comments li .comment strong.commenter-title {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #8B8B8B;
}

.comments li .comment strong.commenter-title a {
    color: #000;
}

.comments li .comment span.comment-date {
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
    color: #8B8B8B;
    margin-top: 5px;
    text-transform: uppercase;
}

.comments li .comment p {
    margin-top: 7px;
    font-size: 14px;
}

.comments li>ul {
    padding: 0 0 0 40px;
}

.serach-box {
    position: relative;
    padding: 0 20px
}

.serach-box .input-group input {
    background: none;
    position: relative;
}

.serach-box .input-group .search-button {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
}

.quote-sec {
    padding: 0 40px;
    position: relative;
}

.quote-sec .fa-quote-left {
    position: relative;
    top: -10px;
}

.quote-sec .right-quote {
    position: absolute;
    right: 0;
    bottom: 0
}

.review-sec {
    padding: 30px 0
}


/** for article **/

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #e7ecf1;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e7ecf1;
}

.mitra-banner-cont {
    /*background: #fff;*/
    padding: 0
}

.mitra-banner-cont .mitra-sidebar-inner {
    /*    padding-top: 128px*/
}

.mitra-resolve {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 40px 12px 40px
}

.mitra-resolve h2 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #323648;
    margin: 0;
    width: 100%
}

.mitra-resolve h2 span {
    font-weight: 800
}

.mitra-banner-cont .banner-text {
    padding: 80px 0
}

.mitra-banner-cont .banner-text h1 {
    font-weight: 900;
    font-size: 30px;
    color: #323648;
    margin-bottom: 10px;
    text-transform: initial;
}

.mitra-banner-cont .banner-text h1 .sub-line {
    font-weight: 600;
    font-size: 30px;
    color: #323648;
}

.mitra-banner-cont .banner-text .sub-text,
.mitra-busin-banner .sub-text {
    border-left: 10px solid #f26b35;
    padding: 10px 0 10px 20px;
    margin: 40px 0
}

.mitra-banner-cont .banner-stext {
    margin: 0 0 40px 0;
}

.why-mitra {
    padding: 80px 0;
}

.why-mitra h2,
.what-mitra h2,
.value-cont.mitra-value h2,
.mitra-h2 {
    font-weight: 900;
    font-size: 30px;
    /*color: #323648;*/
    color: #000864;
    text-align: left;
    margin: 0;
    width: 100%;
}

.why-mitra .icon-why {
    margin: 60px 0 0;
}

.why-mitra .icon-why img {
    display: block;
    width: 100px;
}

.why-mitra .icon-why h3 {
    padding: 20px;
    padding-left: 0;
    font-weight: 600;
}

.what-mitra {
    padding: 80px 0;
    background: #fff
}

.what-mitra h3 {
    margin: 20px 0
}

.what-mitra .what-icon {
    margin: 40px 0
}

.what-mitra .what-icon h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0 0 0;
    min-height: 44px;
}

.what-mitra .what-icon p {
    font-size: 14px;
    padding-top: 10px;
    min-height: 120px;
}

.itsupp-cont.mitra-price .or-box p {
    background: #f3b148;
}

.itsupp-cont.mitra-price h3 {
    font-weight: 700;
    font-size: 24px;
    color: #323648;
    margin-bottom: 40px;
}

.itsupp-cont.mitra-price h4 {
    margin-bottom: 20px
}

.itsupp-cont.mitra-price h4 span {
    font-weight: 800;
    text-transform: uppercase;
    color: #f26e39;
}

.itsupp-cont.mitra-price .or-box {
    height: 450px;
}

.itsupp-cont.mitra-price p {
    position: relative;
    text-align: left;
    padding-left: 30px;
    width: 90%;
    margin: 0 auto 10px;
    color: #000;
}

.itsupp-cont.mitra-price p:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #13c512
}

.value-cont.mitra-value {
    text-align: center;
}

.value-cont.mitra-value h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.value-cont.mitra-value h3 {
    color: #fff;
    margin-bottom: 20px;
}

.mitra-busin-banner h1 {
    font-weight: 900;
    font-size: 30px;
    color: #323648;
    text-transform: initial;
    margin-bottom: 20px;
}

.mitra-busin-banner h3 {
    font-weight: 500;
    font-size: 20px;
    color: #323648;
    text-decoration: underline;
}

.mitra-busin-banner .sub-text h2 {
    font-weight: 600;
    font-size: 26px;
    color: #323648;
    margin-bottom: 20px;
    margin: 0;
    text-align: left;
}

p.section-title {
    font-weight: 900;
    font-size: 26px;
    color: #000864;
    text-transform: initial;
    margin-bottom: 20px;
}

.blog-sect {
    padding: 60px 0
}

.blog-sect .blog-grid {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    margin: 30px 0
}

.blog-sect .blog-grid h3 {
    font-weight: 800;
    color: #333;
    padding-bottom: 10px;
    min-height: 56px;
}

.blog-sect .blog-grid img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: 200px;
}

.blog-sect .blog-grid .date {
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-sect .blog-grid p {
    margin-bottom: 0;
    min-height: 52px;
}

.blog-sect .blog-grid a {
    padding: 20px 0 0 0
}

sup {
    font-size: 35px;
}

sup.normal-text {
    font-size: 25px;
}

.what-mitra-inner .what-icon h4 {
    background: #f9f9f9;
    padding: 20px;
    color: #333333;
}

.what-mitra-inner .what-icon p {
    padding: 10px 20px;
    min-height: auto;
}

.resolve-chat {
    position: fixed;
    bottom: -340px;
    left: 30px;
    background: #fff;
    z-index: 99;
}

.resolve-chat.open {
    bottom: 0px;
}

.resolve-chat .btn-text {
    padding: 10px 20px;
    background: #66b535;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.resolve-chat .btn-text i {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.resolve-chat.open .btn-text i {
    display: block;
}

.resolve-chat .content-text {
    background: #fff;
    padding: 10px;
    border: 1px solid #e9e9e9;
}

.resolve-chat .content-text .contact-opt {
    margin: 10px 0 0;
}

.resolve-chat .content-text .contact-opt .opt-img img {
    width: 25px;
}

.resolve-chat .content-text .contact-opt .opt-text p {
    font-size: 12px;
}

.resolve-chat .content-text .contact-opt .opt-text h3 {
    font-size: 14px;
}

.resolve-chat .content-text .contact-opt .opt-img {
    width: 70px;
}

.resolve-chat .content-text .sub-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.team {
    padding: 25px;
}

.imageclass {
    width: 120px;
    /*height: 100%;*/
    height: 140px;
    border-radius: 50%;
    transition: .5s ease;
    backface-visibility: hidden;
    padding: 16px 5px;
}


.need_help {
  /*background: #f67339;*/
  background: #f3b148;
  border-radius: 0;
  color: #fff;
  display:inline-block;
  font-size: 1rem;
  font-weight: 900px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  transform-origin: bottom right;
  width: 180px;
  top: 310px;
  border-radius: 8px 8px 0 0;

}
.icon_need_help{
    color: #fff;

}
.cloud_est {
  /*background: #f3b148;*/
  background: #f67339;  
  border-radius: 0;
  color: #fff;
  display:inline-block;
  font-size: 1rem;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  transform-origin: bottom right;
  width: 180px;
  top: 100px;
  border-radius: 8px 8px 0 0;

  

}

.headline {
    background: #08b;
    background-image: radial-gradient(transparent 30%, rgba(0, 0, 0, 0.2));
    border: 0 solid rgba(0,0,0,0.2);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
    border-radius: 0 0 5px 5px;
    border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    padding: 10px 20px 20px 10px;
}

.right-line{
    border-right: double; 
}

.fb {
  background-color: #3B5998;
  color: white;
}

.google {
  background-color: #dd4b39;
  color: white;
}
.btn_social {
 /* width: 100%;*/
  padding: 7px;
  border: none;
  border-radius: 10px;
  margin: 5px 0;
 /* opacity: 0.85;*/
  display: inline-block;
  /*font-size: 17px;*/
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}

 /* preloader start */
#preloader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
  }
@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#preloader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/* preloader end */

/* The Modal (background) */
.modalenq {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 250px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalenq-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 27%;
}

/* The Close Button */
.closeenq {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeenq:hover,
.closeenq:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*Main Page css 19/10/2020 start*/

.circle_div {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.circle_div div {
  display: inline-block;
  margin-right: -4px;
  position: relative;
}
.circle_div div:before {
  display: block;
  position: absolute;
  top: 15%;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.circle_div a {
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 10%;
  box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #fff;
  color: #878787;
  display: block;
  font-size: 32px;
  line-height: 144px;
  text-decoration: none;
  margin: 36px;
  position: relative;
  width: 145px;
  height: 110px;
}
.circle_div a:before {
  /*background: #000864;*/
  /*border-top: 2px solid #ddd;*/
  border-radius: 10%;
  box-shadow: inset 3px 3px 3px 3px #000864;
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  /*z-index: -1;*/
}
.circle_div a:visited {
  color: #a7a7a7;
}
.circle_div a:hover {
  color: hsl(30, 70%, 50%);
  animation: pulse 1s;
  box-shadow: 0 0 0 8em rgba(#ddd,0);
}
.circle_div a:active {
 background: #f5f5f5;
}
.circle_div span {
    color: #000864;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}

.circle_div img{
    width: 120px; 
    height: 120px; 
    padding: 18px;
}

.center_circle {
  list-style: none;
  /*margin: 0;*/
      margin: 0 0px 0 121px;
  padding: 0;
  text-align: center;
  /*background-image: url(../images/flower.png);*/
background-size: 340px 318px;
background-repeat: no-repeat;
  /*background-color: red;*/
 /* -webkit-transform: scaleX(-1);
  transform: scaleX(-1);*/
}
.center_circle_img{
  /*background-image: url(../images/flower.png);*/
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);

}
.center_circle div {
  display: inline-block;
  /*margin-right: -4px;*/

    margin-left: -152px;
  position: relative;
  /*background-color: #f3b148;*/
  /*background-image: linear-gradient(to right, #f4af32,#f8a731, #ee5e27,#f07429 ); */
  /*background-image: linear-gradient(to right, red); */
  /*background-color: #f67339;*/
  border-radius: 90%;
}
.center_circle div:before {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.center_circle a {
  background-color: #fff;
  background-image: linear-gradient(#f7f7f7, #e7e7e7);
  border-radius: 50%;
  box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #fff;
  color: #000864;
  display: block;
  font-size: 56px;
  /*line-height: 90px;*/
  text-decoration: none;
  margin: -331px 158px 45px 161px;

  position: relative;
  width: 280px;
  height: 280px;
  padding: 40px;
}
.center_circle a:before {
  /*background: #fff;*/
  /*border-top: 2px solid #ddd;*/
  border-radius: 50%;
  /*box-shadow: inset 0 8px 48px #ddd;*/
  /*box-shadow: 0 8px 10px #000864;*/
  content: '';
  display: block;
  position: absolute;
  left: -18px;
  right: -18px;
  top: -18px;
  bottom: -18px;
  /*z-index: -1;*/
}
.center_circle a:visited {
  color: #000864;
}
.center_circle a:hover {
  color: hsl(30, 70%, 50%);
  animation: pulse 1s;
  box-shadow: 0 0 0 8em rgba(#fff,0);

}
@keyframes pulse {
  0% { box-shadow: 0 0 3em 0 var(--hover); }
}
.center_circle a:active {
 background: #f5f5f5;
}

.center_circle span {
    color: #000864;
    font-weight: 800;
    /*text-transform: uppercase;*/
    font-size: 50px;
}

/*main Page css End*/



@media screen and (min-width: 700px) and (max-width: 6000px) {
        #show_for_small_screen{display: none;} 
    }

    @media screen and (min-width: 0px) and (max-width: 700px) {
        #hide_for_small_screen{display: none;}

        .circle_div a {
            background-color: #fff;
            background-image: linear-gradient(#fff, #fff);
            /*border-radius: 50%;*/
            box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #fff;
            color: #878787;
            display: block;
            font-size: 32px;
            line-height: 144px;
            text-decoration: none;
            margin: 20px;
            position: relative;
            width: 125px;
            height: 98px;

        }

        .circle_div img {
            width: 91px;
            height: 100px;
            padding: 14px;
        }
        .circle_div span {
            color: #000864;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 12px;
            }

            .center_circle a {
            background-color: #fff;
            background-image: linear-gradient(#f7f7f7, #e7e7e7);
            border-radius: 50%;
            box-shadow: 0 3px 8px #aaa, inset 0 2px 3px #fff;
            color: #000864;
            display: block;
            font-size: 24px;
            line-height: 47px;
            text-decoration: none;
            margin: 20px;
            position: relative;
            width: 210px;
            height: 210px;
            padding: 30px;
            text-align: center;
            top: -269px;
            right: -65px;
        }

        .center_circle span {
            color: #000864;
            font-weight: 800;
            /*text-transform: uppercase;*/
            font-size: 30px;
            text-align: center;
        }
        .box{
            float:none !important;
        }
        .center_circle_img{
            width: 75%;
            }
    }


    /*New Structure of website 30/12/2020 start*/
blockquote q {
  position: relative;
  font-family: inherit;
  font-style: italic;
  font-weight: normal;
  display: block;
  color: #000864;
  font-family: 'Kaushan Script';
  font-weight: 500;
  font-size: 20px;
  margin:10px 0px 0px 0px ; 
}

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 10px 10px 10px 30px;
  min-width: 180px;
  float: left;
  position: relative;
  background-color: #d9e3f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #d9e3f7;  
  /*z-index: 2;*/
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff; 
  z-index: 0;
}

.arrow-steps .step:first-child:before {
  border: none;
}

.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
  position: relative;
}

.arrow-steps .step span:before {
  opacity: 0;
  content: "✔";
  position: absolute;
  top: -2px;
  left: -20px;
}

.arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
  color: #fff;
  background-color: #23468c;
}

.arrow-steps .step.current:after {
  border-left: 17px solid #23468c;  
}


.box {
  transition: box-shadow .3s;
  /*width: 270px;
  height: 120px;*/
  width: 90%;
  height: auto;
  margin: 10px 0px;
  border-radius: 10px;
  border-radius:10px;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  padding: 5px;
}
.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}



.tag {
  background-color: #f67339;
  display: inline-block;
  padding: 5px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  border-radius: 5px;
}

.tag span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.tag span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.tag:hover span {
  padding-right: 15px;
}

.tag:hover span:after {
  opacity: 1;
  right: 0;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f67339;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}   

    /*End Structure*/


    /*Manage Servce style start*/
    @media only screen and (max-width: 600px) {
   .price-component {
      flex: 0 0 100%;
      }
      .bluebanner_text{
    margin: -12px 0px -25px 0px;
    font-size: 12px;
    }
     img.flexcardimgItem {
     height: 150px;
   }
   }
  
   @media only screen and (max-width: 800px) {
      img.flexcardimgItem {
       width: 20%;
       height: 150px;
     }
     .bluebanner_text{
    margin: -12px 0px -25px 0px;
    font-size: 12px;
}
   }
   @media only screen and (max-width: 500px) {
     img.flexcardimgItem {
       width: 60%;
       height: 150px;
     }

     .bluebanner_text{
    margin: -12px 0px -25px 0px;
    font-size: 12px;
}

   }
   .vertical{
    width:1px;
    writing-mode: vertical-lr; 
    transform: rotate(180deg);
    margin-top:80px;
    padding: 15px 25px 15px 10px;
    border-radius: 10px;
    color: #000;
    background: #f3b148;
    font-weight: 600;
    font-size: 20px;
    }
    .price-table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid;
    }
    .price-table tr:not(:last-child) {
        border-bottom: 1px solid;
    }
    .price-table td:not(:last-child) {
        border-bottom: 1px solid;
    }
    .price-table tr td {
        border-left: 1px solid;
        font-size: 16px;
        color: #000;
    }
    .price-table tr td:first-child {
        padding: 0px 0px 0px 10px;
    }
    .price-table tr td:not(:first-child) {
        text-align: center;
    }
    .price-table tr:nth-child(even) {
        background-color: #FFFFFF;
    }
    .price-table tr:hover {
        background-color: #EEEEEE;
    }
    .price-table .fa-check {
        color: #000864;
    }
    .price-table .fa-times {
        color: #D8D6E3;
    }
    .price-table tr td:nth-child(3) {
        padding: 8px 48px;
    }
    .price-table tr td:nth-child(3) .fa-check,
    .price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    }

    .price-table tr.price-table-head td {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }
    .price-table tr.price-table-head {
        background-color: #000864;
        color: #FFFFFF;
    }
    .price-table .price {
        color: #00086;
        font-size: 20px;
        font-weight: 800;
    }
    .price-table td.price a {
        background-color: #f3b148;
        color: #000;
        padding: 10px 10px;
        /*margin-top: 16px;*/
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 64px;
    }
    .price-table td.price-table-popular {
        /*border-top: 3px solid #000864;*/
        color: #000864;
        text-transform: uppercase;
        font-size: 18px;
        padding: 10px 18px;
        font-weight: 700;
        text-align: center;
    }
    .price-table .price-blank {
        border: 0 none;
    }

    .price-table svg {
        width: 90px;
        fill: #000864;
    }
     .coll-list li{
     color: #000;
   font-size: 15px;
   font-weight: 600;
   padding: 10px 10px 0px 10px; 
   margin: 0px 0px 0px 40px;
   }

   @media screen and (max-width: 600px) {
      #title_message {
        display: none;
      }
      #scrollable {
       overflow-x:auto;
      }
   }

   .patner_image{
    /*width: 90px;*/
    height: 60px;
   }


   /*Manged Service End*/


/*Qotes css atrat*/

.moretext {
  display: none;
}
.qoutes{
  font-family: inherit;
  font-style: italic;
  font-weight: normal;
  display: block;
  color: #000864;
  font-family: 'Kaushan Script';
  font-weight: 500;
  font-size: 20px;
}
/*Quote End*/



/*Tabs Css*/
  :root {
  --bgcolor: #fff;
  --border-color: #f67c44;
  --tab-active-bgcolor: #fff;
  --label-active-color:  #000864;
}
.tabs {
  background: var(--bgcolor);
  display: flex;
  flex-flow: row wrap;
}
.tabs > label {
  background: #4574a9;
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  margin: 0 .3em -1px -1px;
  outline: 1px solid transparent; /* MS Edge outline ghost */
  padding: .7em 1em;
  font-weight: 600;
}
.tabs > label:first-of-type {
  margin-left: 0;
}
.tabs > label > i {
  margin-right: .5em;
}
.tabs input[type="radio"]:not(:checked) + label:hover {
  /*color: var(--label-active-color);*/

}
.tabs > div {
/*   margin-top: -1px; */
  order: 1;
  padding: 1em;
  width: 100%;
}
.tabs input[type="radio"],
.tabs > div {
  display: none;
}
.tabs input[type="radio"]:checked + label {
  background: var(--tab-active-bgcolor);
  border-left: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  box-shadow: 0 -5px var(--border-color);
  color: var(--label-active-color);
  font-weight: 600; /* same as FontAwesome */
  z-index: 1;
}
.tabs input[type="radio"]:checked + label + div {
  background: var(--tab-active-bgcolor);
  border: 1px solid var(--border-color);
  /*border-left: 1px solid var(--border-color);*/
  display: block;
  min-height: 156px;
  /*border-radius: 0px 10px 10px 10px;*/
}

@media screen and (max-width: 36em) {
  .tabs > label span {
    /*display: none;*/
    font-size: 10px;
        
  }
  .tabs > label {
    padding: 0em 1em;
  }
  /*.tabs > label > i {
    margin-right: auto;
  }*/
}

/*Tabs Css end*/


/*Tabs Details Page  css Start*/
/* Style the tab */
.tab_details_page{
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
 /* width: 30%;
  height: 300px;*/
}

/* Style the buttons inside the tab */
.tab_details_page button {
  /*display: block;*/
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab_details_page button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab_details_page button.active {
  background-color: #ccc;
}

/*Tabs Deatils pages css end*/


.marquee {
  height: 46px;
  width: 50%;
  /*padding: 10px;*/
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 120%;
  height: 46px;

  position: absolute;
  overflow: hidden;

  animation: marquee 15s linear infinite;
}

.marquee span {
  float: left;
  width: 100%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}



.bounce-in:hover{
  transform: scale(1.1)!important;
}