/*Padding classes use them*/

/* In styles.css */
@font-face {
    font-family: 'Montserrat';
    
}


@font-face {
    font-family: 'Montserrat';
    src: local('Arial'), sans-serif;
    font-weight: normal;
    font-style: normal;
}

.ptb-30 {
    padding: 30px;
}


.ptb-50 {
    padding: 50px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-165 {
    padding-top: 165px;
}

.ptb-165 {
    padding: 100px 0px;
    padding-bottom: 120px;
}
.bg-skyblue
{
    background-color: #e5ecfe;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-227 {
    padding: 227px 0px;
}

.pb-227 {
    padding-bottom: 227px;
}

.pt-339 {
    padding-top: 339px;
}

.pt-509 {
    padding-top: 509px;
}

.mt--165 {
    margin-top: -165px !important;
}

h1,
h2,
h3,
h4,
p, ul , ol , table , tr , td {
    font-family: "Montserrat", Sans-serif !important;
}

td {
    color:#4B4F58 !important;
}

.primary-color {
    color: #263974 !important;
}
.secondary-color
{
    color: #fc5d61;
}
.primary-bg-color
{
    background-color: #263974 !important;
}
.bg-light-blue
{
   background-color: #f4f6fc;
}
.bg-light-gray
{
    background-color: #efefef;
}
.bg-white
{
    color:white;
}
.text-white
{
    color:white;
}
.section-ptb-100
{
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt-20
{
    padding-top: 20px;
}
.mb-20
{
    padding-bottom: 20px;
}
.font-color
{
    color: #4B4F58;
}
.hero-bg-img
{
    background-image: url("../../images/services/hero-bg.png");
    background-size: cover;

}
.mb-70
{
    margin-bottom:75px;
}
    /*////////////////////////////////!*Heading style*!/////////////////////////////////////////////////*/
.align-text-justify{
    text-align: justify;
}
.gap-padding-right{
    padding-right: 60px !important;
    padding-left: 0px !important;
}

@media screen and (max-width: 600px) {
    .gap-padding-right{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .margin-bottom-4 {
        margin-bottom: 20px;
    }

}

.gap-padding-left{
    padding-left: 60px !important;
    padding-right: 0px !important;

}
@media screen and (max-width: 600px) {
    .gap-padding-left{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}



.main-heading
{
    font-size:37px;
    font-weight:700;
}
.section-heading
{
    font-size:33px;
    font-weight:700;
}
.section-heading-2
{
    font-size:30px;
    font-weight:600;
}
.sub-heading
{
    font-size:19px;
    font-weight:600;
}
.sub-heading-1
{
    font-size:22px;
    font-weight:600;
}
.prefix-heading
{
    font-size:24px;
    font-weight:700;
}

/*////////////////////////////////!*Heading style end/////////////////////////////////////////////////*/

.p-hero
{
    font-size: 19px;
}
.general-font
{
    font-size: 17px;
}
.sub-heading-1
{
    font-size: 22px;
    font-weight: 600;
}
/*//////////////////////////////// Tablet view /////////////////////////////////////////////////*/

@media screen and (max-width: 992px)
{
    .main-heading
    {
        font-size:33px;
        font-weight:700;
    }
    .section-heading
    {
        font-size:29px;
        font-weight:700;
    }
    .section-heading-2
    {
        font-size:29px;
        font-weight:600;
    }
}
/*//////////////////////////////// Mobile view /////////////////////////////////////////////////*/

@media screen and (max-width: 600px)
{
    .main-heading
    {
        font-size:27px;
        font-weight:700;
    }
    .section-heading
    {
        font-size:23px;
        font-weight:700;
    }
    .section-heading-1
    {
        font-size:23px;
        font-weight:600 !important;
    }
    .section-heading-2
    {
        font-size:23px;
        font-weight:600 !important;
    }
    .sub-heading
    {
        font-size:18px;
        font-weight:600;
    }
    .prefix-heading
    {
        font-size:19px;
        font-weight:700;
    }

}
/*//////////////////////////////// Mobile view end /////////////////////////////////////////////////*/
.primary-btn
{
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 10px 28px 10px 28px;
    border:none;
    color: white;
    background-color: #263974;
}
.white-btn
{
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 10px 28px 10px 28px;
    border:none;
    color: #263974;
    background-color: white;
}
.primary-btn:hover
{
    background-color: #fc5d61;
}
.secondary-btn
{
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 10px 28px 10px 28px;
    border:none;
    color: white !important;
    background-color: #fc5d61 !important;
}

/*//////////////////////////////// Home page Start /////////////////////////////////////////////////*/
.hero-image
{
    max-width: 84% ;
}
#specialty-select {
    font-family: "Lato", Sans-serif;
    padding-left: 10px;
    margin-top: 0px;
    width: 50%;
    height: 44px;
    font-size: 14px;
}
.padding-right
{
    padding-right: 30px;
}
.p-right
{
    padding-right: 130px !important;
}
/*Media Queries For Padding*/

@media (min-width: 320px) and (max-width: 992px) {


    .ptb-100 {
        padding: 55px 0;
    }

    .ptb-200 {
        padding: 200px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }

    .pb-110 {
        padding-bottom: 110px;
    }

    .pt-165 {
        padding-top: 100px;
    }

    .ptb-165{
        padding: 80px 0;
        padding-bottom: 100px;
    }

    .mt--165 {
        margin-top: 0 !important;
    }
}



/*/////////////////////! Who we serve /////////////////////////*/


.design{
    background-color: white;
    border-radius:8px;
    border-bottom: 3px solid #263974;

}
.btn
{
    color: #263974;
    border: 3px solid #263974;
    border-radius: 25px;
    padding: 5px 25px 5px 25px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn:hover
{
    background-color: #263974;
    color:white;
}
.headings
{
    color:#263974;
    margin-top:15px;
    margin-bottom: 19px;
    font-size:18px;
    font-weight: 500;

}
.mission_icon {
    width: 90px;
    height: 90px !important;
    margin-top: 20px;
}


/*/////////////////////!*Billing Cost calculator section*!/////////////////////////*/

.cost-calculator
{
    background-image: url("../../images/services/bg-image.webp");
}
.cost-calculator .bg-overly
{
    background-color: #273775d1;
}

.process-img
{
    margin-top: -10px;
    max-width: 80% !important;
}

/*///////////////////// Video section /////////////////////////*/

 .video {
    height: 340px !important;
    width: 100% !important;
    margin: 0 !important;
    line-height: 1 !important;
    border: none;
}


/*Styling for Top Provider*/
.top-bg{
    background-image: url("../../assets/img/top-provider/top-provider-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.provider-map{
    max-width: 480px;
    width: 100%;
}
.red-color{
    color:#FC5D61;
}

.landing-page{
    position: relative;
    bottom: 79px;
}

.payer-style{
    float: left;
}

.list-style{
    float: left;
}

.custom{
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 8px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.checkbox-container{
    border-bottom: 2px dashed;
    margin-bottom: 9px;
}

.providers-select{
    text-align: left;
}

.provider-input{
    background-color: #fff !important;
    height: 40px !important;
    border: 1px solid #ced4da !important;
}

.no-border-radius {
    border: 1px solid #ced4da;
}


@media only screen and (max-width: 768px){
    .top-margin
    {
        margin-top: -13px;
    }
    .top-bg{
        background-image: none;
        background-color: #ebf0f9;
    }
    .hipaa img {
        width: 250px;
    }
    .hipaa-img {
        margin-top: 10px;
    }
    .line-blue {
        height: 2px;
        width: 80px;
        background-color: #263974;
        margin: 12px 0px;
    }
    .hero-bg-image{
        background-image: none !important;
      background-color: #ebf0f9 !important;
    }
    .hero-bg-img{
        background-image: none;
        background-color: #ebf0f9 !important;
    }
    .ptb-70 {
        padding: 40px 0;
    }
}

/*/////////////////////!* medical billing services/////////////////////////*/
.tablet
{
    display: none !important;
}
@media screen and (max-width: 990px)
{
    .tablet
    {
        display: block;
    }
    .tablet-v
    {
        display: none;
    }
}

.hero_section  .form
{
    border-radius: 30px;
}
.benefit .image-size img
{
    max-width: 65%;
}
/*/////////////////////!* Scalable Medical Billing Services/////////////////////////*/
.chart-position {
    margin-bottom: -300px;
    padding-top: 160px;
}

@media screen and (max-width: 600px) {
    .chart-position {
        margin-bottom:0px;
        padding-top: 0px;
    }

}
.why-should-mt{
    margin-top: 260px;
}
@media screen and (max-width: 600px) {
    .why-should-mt {
        margin-top: 0px;
    }

}


.image-size img
{
    max-width: 75%;
}


.hero-bg-image{
    background-image: url( ../../images/services/hero_bg.webp);

    background-size: cover;
    background-repeat: no-repeat;
}
.hero-bg-image1
{
      background-image: url( ../../images/services/hero_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.medical-billig-bg{
    background-image: url( ../../images/services/billig-audit-thrd.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 510px; */
}
/* Medical billing audit services section start */
.service-container {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-container .icon {
    margin-top: 5%;
    font-size: 38px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-container .number-icon .icon-2 {
    height: 70px;
    width: 70px;
    line-height: 80px;
    border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
    border-color: #f89d36 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-container .number-icon .icon-2 i {
    font-size: 30px;
  }

  .service-container .number-icon .number {
    position: absolute;
    top: 0;
    right: 70px;
    left: 0;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-container .number-icon .number span {
    line-height: 30px;
  }

  .service-container .content .number {
    font-size: 40px;
    color: #dee2e6;
  }

  .service-container .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-container.hover-bg {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-container.hover-bg .smooth-icon {
    position: absolute;
    bottom: -40px;
    right: -20px;
    font-size: 60px;
    color: #f8f9fa;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .service-container.hover-bg:hover {
    background-color: #f89d36;
  }

  .service-container.hover-bg:hover .content .title {
    color: #ffffff !important;
  }

  .service-container.hover-bg:hover .content .serv-pera {
    color: #fafafb !important;
  }

  .service-container.hover-bg:hover .smooth-icon {
    font-size: 100px;
    opacity: 0.2;
    bottom: -20px;
    right: 10px;
  }

  .service-container:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
            box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  }

  .service-container:hover .icon {
    color: #f89d36;
    -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
  }

  .service-container:hover .number-icon .icon-2 {
    background-color: #f89d36;
    border-radius: 50% !important;
  }

  .service-container:hover .number-icon .icon-2 i {
    color: #ffffff !important;
  }

  .service-container:hover .number-icon .number {
    color: #ffffff;
    background: #f89d36 !important;
    border-color: #ffffff !important;
  }

  .service-container:hover .content .title {
    color: #f89d36;
  }

  .service-container a:hover,
  .service-container a .title:hover {
    color: #f89d36 !important;
  }

  @-webkit-keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }

  @keyframes mover {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }

  .service-wrapper {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-wrapper .icon {
    width: 60px;
    height: 60px;
    line-height: 45px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-wrapper .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 500;
  }

  .service-wrapper .big-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .service-wrapper:hover {
    -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
            box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
    background: #ffffff;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    border-color: transparent !important;
  }

  .service-wrapper:hover .icon {
    background: #0062ff !important;
    color: #ffffff !important;
  }

  .service-wrapper:hover .big-icon {
    z-index: -1;
    opacity: 0.1;
    font-size: 160px;
  }

  .text-custom {
      color: #0062ff !important;
  }

  .uim-svg {
      display: inline-block;
      height: 1em;
      vertical-align: -0.125em;
      font-size: inherit;
      fill: var(--uim-color, currentColor);
  }

/* Medical billing audit services section ends */

.verification-border{
    border-radius: 14px 14px 14px 14px
}
/* medical-insurance-verification Page css */
.image-mw-100{
    max-width: 200px;
}

.hero-image-insurance
{
    max-width: 60% ;
}



/* medical-insurance-verification Page css ends */


/* Reporting and analytics starts */
.practice-bg{
    background-image: url('../../images/services/bg-reporting.jpeg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.report-images{
    max-width: 85%;
}

/* Reporting and analytics Ends */

/* /////////////////////////////////////////Testimonial ////////////////////////////////////////*/
.mobile-testimonial img
{
    display: initial !important;
}
.quote-img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 52px;
    max-width: unset !important;
}
.border
{
    border-radius: 25px;
    /*margin-top: 35px;*/
}
/* /////////////////////////////////////////cta form ////////////////////////////////////////*/
.cta-form
{
    background-image: url("../../images/services/Component-bg.webp");
    background-size: cover;
    background-position: center;
}
.form-style
{
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
/* ///////////////////////////////////////// Services section ////////////////////////////////////////*/
.services-section
{
    background-image: url("../../images/services/services-bg.svg");
    background-size: cover;
    background-position: center;
}
.services-item-two
{
    height: 100% !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
a{
    text-decoration: none !important;
}
/* ///////////////////////////////////////// Counter ////////////////////////////////////////*/
.counter h3
{
    font-size: 45px;
    font-weight: 800;
}
.counter h2
{
    margin-top: 10px;
    font-size: 35px;
    font-weight: 800;

}

.hours
{
    margin-top: 16px;
    font-size:29px !important;
    margin-bottom:19px  !important;
}
@media screen and (max-width: 700px)
{
.padding-right
{
    padding-right: 0px;
}
    .counter h3
    {
        margin-top: 0px;
    }
}

.border-r
{
    border-right: 2px solid white;
    border-radius: 0px;
}
.border-rr
{
    border-right: 2px solid white;
    border-radius: 0px;
}
.counter .container
{
    border-radius: 20px;
}
.counter
{
    margin-top: -70px;
}
@media screen and (max-width: 700px)
{

    .counter h3
    {
        font-size: 30px;
        font-weight: 800;
    }
    .border-rr
    {
        border-right: 0px solid white !important;
        border-radius: 0px;
    }
}
/* ///////////////////////////////////////// Counter end////////////////////////////////////////*/
/* ///////////////////////////////////////// phd page start ///////////////////////////////////////////////////////////////////*/

.helpdesk_sec img
{
    max-width: 55%;
}
.phd-heading
{
    font-size: 55px;
    font-weight: 700;
}
.process-heading
{
    font-size: 40px;
    font-weight: 500;
}

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

    .phd-process .help-desk-process
    {
        display: none;
    }
}
@media screen and (max-width: 600px)
{
    .phd-flow .arrow
    {
        display: none;
    }
    .m-hide img
    {
        display: none;
    }
    .hide
    {
        display: none;
    }
}
/* ///////////////////////////////////////// phd page end ///////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////// Medical Coding service page start ///////////////////////////////////////////////////////////////////*/
.price-table ul li
{
    margin-top: 10px;
    font-weight: 700;
    font-size: 17px;
}
.table-bg
{
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 30px;
    padding-left: 30px;

}
.price-table .head
{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#more {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
.toggle-btn
{
    background-color: #263974;
    border:none;
    color:white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;

}
.gradient{
    background: linear-gradient(90deg, white 0%, white 50%, #e6edff 50%, #e6edff 100%);
}

@media screen and (max-width: 992px)
{
    .gradient .image-size img
    {
        display: none;
    }
    .gradient{
        background: linear-gradient(90deg, white 0%, white 50%, white 50%, white 100%);
    }
}

/* ///////////////////////////////////////// Medical Coding service page end ///////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////// Specialities page start ///////////////////////////////////////////////////////////////////*/
.speciality img:hover
{
    transition: transform 0.3s ease;
    transform: scale(1.2);
}

.sp-icons img
{
    max-width: 84px;
    height: 84px;
}
.sp-icons
{
    box-shadow: 0px 0px 20px 0px rgba(99.99999999999999, 107.00000000000009, 194, 0.2);
    height: 90%;

}
.contact-info
{
    box-shadow: 0px 0px 20px 0px rgba(99.99999999999999, 107.00000000000009, 194, 0.2);
    border-radius: 30px;
}
/* ///////////////////////////////////////// Specialities page end ///////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////// Home health billing services Specialities page start ///////////////////////////////////////////////////////////////////*/
.sp-service ul li::before {
    content: "\2022";
    color: #fc5d61;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    line-height: 1;
    margin-left: -1em;
    font-size: 1.5em;
}
.sp-service ul li{
    list-style: none;
    line-height: 1;
}
.sp-service .margin-top
{
    margin-top: -19px;
}
/* ///////////////////////////////////////// Home health billing services Specialities page end ///////////////////////////////////////////////////////////////////*/

/* AR Managemenr starts */
.section-padding-right{
    padding-right: 60px !important;
}
.bg-01{
    background-image: url(../../images/services/01-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-02{
    background-image: url(../../images/services/02-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-03{
    background-image: url(../../images/services/03-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-04{
    background-image: url(../../images/services/04-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-05{
    background-image: url(../../images/services/05-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-06{
    background-image: url(../../images/services/06-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* AR Managemenr ends */


/* Bullits Point Starts */
div#dots-secondary .li{
    color:#FC5D61;
}
p#dots-secondary .li{
    color:#FC5D61;
}
/* Bullits Point Ends */

.top-provider .form-select
{
    display: block;
}

/* click to save */
.cts img
{
    margin-top: -340px;
    margin-left: -60px;
}
.cts-border{
    border-radius: 30px;
}
.cts button
{
    margin-top: -10px;
}
@media screen and (max-width: 830px)
{
    .cts img
    {
        display: none;
    }

}
/* Durable medical equipment */

/* thead>tr{
    background-color:#e7eeff;
} */
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f0f4ff;
}
.table-striped tbody tr:hover{
    background-color: #e7eeff;
}

#dme-table{
    border: 2px solid #263974;
}
#dme-table>thead>tr{
    border: 2px solid #263974;
}

/* Durable medical equipment end */



.optometry-image img
{
    max-width: 60%;
}

/* Appointment Form */

.picker .gj-datepicker .btn {
    margin: unset;
}

.picker .gj-datepicker .btn .gj-icon{
    position: unset;
}

.border- {
    border: 1px solid;
    border-color: #D3D3D3;
}

.logo{
    max-width: 259px;
    width: 100%;
}
.img-50 img
{
    max-width: 50%;
}
/* Appointment Form end*/
/* cardiology*/
.box-width
{
    max-width: 70%;
    height: 100%;
    border-radius: 15px;
}
.cardio_icons
{
    height: 110px;
}


/*Emergency services*/

.card-wrapper{
    box-shadow: 0 1px 10px 1px rgba(0,0,0,.25);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 30px;
    background-color: #f1f4fc;
}

.card-wrapper:hover{
    transition-duration: .4s;
    transform: scale(1.02);
}

.well-trained{
    height: 94%;
}
/*faq*/
.faq a:hover{
    color: #263973;

}





/* image height 100 px */
.height-img-100{
    height: 100px !important;
}


/* credential and enrollment what will medsit nexus section start*/
.mr-t-142{
    margin-top: 142px;
}
@media screen and (max-width: 600px) {
    .mr-t-142 {
        margin-top: 0px;
    }
}
.mr-t-25{
    margin-top: 25px;
}
@media screen and (max-width: 600px) {
    .mr-t-25 {
        margin-top: 0px;
    }
}
.mr-t-76{
    margin-top: 76px;

}
@media screen and (max-width: 600px) {
    .mr-t-76 {
        margin-top: 0px;
    }
}
.mr-t-77{
    margin-top: 77px;
}
@media screen and (max-width: 600px) {
    .mr-t-77 {
        margin-top: 0px;
    }
}

/* credential and enrollment what will medsit nexus section ends */
.faq a:hover{
    color: #263973;

}

.text-red{
     color: #FE4947;;
}
/* contact us page start */
.contact-icon i
{
    margin-top: 3px;
    transform: rotate(90deg);
}
.contact_bg
{
    background-image: url("../../images/services/contact.jpg");
}
@media only screen and (max-width: 768px) {
    .contact_bg
    {
        background-image: none;
        background-color: #f2f2f2 !important;
    }
    .p-right
    {
        padding-right: 0px !important;
    }
}
/* contact us page end */
/* Medslab start */

.card-height
{
    height: 88%;
}
@media only screen and (max-width: 768px)
{
    .card-height
    {
        height: 100%;
    }
}
.bghalfwhite
{
    border-radius: 11px;
    background-color: #F9FBFF;
    height: 100%;
}
.bghalfpink {
    background-color: #F4F6FC;
}

.line-red {
    height: 2px;
    width: 54px;
    background-color: #FC5D61;
    margin: 12px 0px;
}
.line-blue {
    height: 2px;
    width: 140px;
    background-color: #263974;
    margin: 12px 0px;
}

.auto {
    margin: 0 auto;
}

.hw-88{
    width: 88.69px;
    height: 88.69px;
}

.margintopminus47 {
    margin-top: -47px;
}
.abouticon3{
    font-size: 53px;
    margin-bottom: 20px;
}

/* about us page properties end */
/* blog page start */
.blog-grid {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    height: 100%;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    height: 100%
}

.blog-grid span {
    color: #292dc2
}

.blog-grid img {
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

.blog-list-left-heading:after,
.blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #1d184a
}

.blog-grid-simple-content a:hover:after {
    color: #1d184a
}
.blog-grid-text {
    position: relative
}

.blog-grid-text>span {
    color: #292dc2;
    font-size: 13px;
    padding-right: 5px
}

.blog-grid-text h4 {
    line-height: normal;
    margin-bottom: 15px
}

.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8 !important;
    padding-top: 15px
}

.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}

.blog-grid-text .meta-style2 ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul {
    margin: 0;
    padding: 0
}

.blog-grid-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}

.blog-grid-text ul li:last-child {
    margin-right: 0
}

.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.blog-grid-text p {
    font-weight: 400;
    padding: 0
}

a, a:active, a:focus {
    color: #263974;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    display: inline;
    zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #1d184a;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}

.mt-6, .my-6 {
    margin-top: 3.5rem;
}
.blog input#email_address, .blog button
{
    height: 50px;
}
.blog
{
    background-image: url("../../images/services/medical-billing.jpg");
    background-size: cover;
    background-position: center;
}
.bg-over
{
    background-color: #26397482;
}
/*Blog Page End*/

/*Tab start*/
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
    position: relative;
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #273775;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

/* lined tabs */

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

/*body {*/
/*    background: #304352;*/
/*    background: -webkit-linear-gradient(to right, #304352, #d7d2cc);*/
/*    background: linear-gradient(to right, #304352, #d7d2cc);*/
/*    min-height: 100vh;*/
/*}*/

.nav-pills .nav-link {
    color: #555;
}
.text-uppercase {
    letter-spacing: 0.1em;
}
.rounded ul li a
{
    font-weight: 600;
    font-size: 12px;
    background-color: red;
}
.nav-pills .nav-link.active
{
    background-color: #273775 !important;
}


.get-started-top-bar {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins";
    font-size: 13px;
    padding: 3px 16px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 20px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 20px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.social {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.social a {
    color: transparent;
}
ul.no-list{
    padding-left: 0;
}

ul.no-list li {
    display: inline-block;
    list-style: none;
}
.social i {
    color: #fff;
    font-size: 18px;
}

.social li {
    width: 30px;
    height: 30px;
    margin: 0 5px 0;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: background 0.5s linear;
}

.social .facebook {
    background: #3b5998;
}
.social .linkedin {
    background: #0976b4;
}
.social .twitter {
    background: #00aced;
}
.social .pinterest {
    background: #cb2027;
}
.social .google-plus {
    background: #dd4b39;
}
.social .instagram {
    background: #e4405f;
}
.social .tumblr {
    background: #34465d;
}
.social .youtube {
    background: #cd201f;
}
.social .envelope {
    background: #ff8c00;
}
.social li:hover {
    background: #fff;
}
.social .facebook:hover i {
    color: #3b5998;
}
.social .linkedin:hover i {
    color: #0976b4;
}
.social .twitter:hover i {
    color: #00aced;
}
.social .pinterest:hover i {
    color: #cb2027;
}
.social .google-plus:hover i {
    color: #dd4b39;
}

.social .instagram:hover i {
    color: #e4405f;
}

.social .tumblr:hover i {
    color: #34465d;
}

.social .youtube:hover i {
    color: #cd201f;
}

.social .envelope:hover i {
    color: #ff8c00;
}

/* Footer Top Section */
#subscription-form .input {
    display: flex;
    align-items: center;
}

#subscription-form .button {
    height: 44px;
    border: none;
}

#subscription-form #email {
    width: 75%;
    background: #FDFCFB;
    font-family: inherit;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 5px 0 0 5px;
}

#subscription-form #submit {
    font-size: clamp(12px, 2vw, 20px);
    width: 25%;
    height: 46px;
    background: #fc5d61;
    font-family: 'Poppins', Sans-serif, serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background .3s ease-in-out;
}

#subscription-form #submit:hover {
    background: #d45d7d;
}


input:focus {
    outline: none;
    outline: 2px solid #E86C8D;
    box-shadow: 0 0 2px #E86C8D;
}
/* Footer Shooting Stars */
.night {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotateZ(45deg);
}

.shooting_star {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0.12rem;
    background: linear-gradient(274deg, #494949, rgb(8 8 8 / 10%));
    border-radius: 999px;
    filter: drop-shadow(0 0 2px #cbcbcb);
    -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
    animation: tail 2500ms ease-in-out infinite, shooting 2500ms ease-in-out infinite;
}
.shooting_star::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffffff, rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3000ms ease-in-out infinite;
    animation: shining 3000ms ease-in-out infinite;
}
.shooting_star::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffffff, rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3000ms ease-in-out infinite;
    animation: shining 3000ms ease-in-out infinite;
    transform: translateX(50%) rotateZ(-45deg);
}
.shooting_star:nth-child(1) {
    -webkit-animation-delay: 4504ms;
    animation-delay: 4504ms;
}
.shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
    -webkit-animation-delay: 4504ms;
    animation-delay: 4504ms;
}
.shooting_star:nth-child(2) {
    -webkit-animation-delay: 5439ms;
    animation-delay: 5439ms;
}
.shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
    -webkit-animation-delay: 5439ms;
    animation-delay: 5439ms;
}
.shooting_star:nth-child(3) {
    -webkit-animation-delay: 3278ms;
    animation-delay: 3278ms;
}
.shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
    -webkit-animation-delay: 3278ms;
    animation-delay: 3278ms;
}
.shooting_star:nth-child(4) {
    -webkit-animation-delay: 4997ms;
    animation-delay: 4997ms;
}
.shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
    -webkit-animation-delay: 4997ms;
    animation-delay: 4997ms;
}
.shooting_star:nth-child(5) {
    -webkit-animation-delay: 1027ms;
    animation-delay: 1027ms;
}
.shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
    -webkit-animation-delay: 1027ms;
    animation-delay: 1027ms;
}
.shooting_star:nth-child(6) {
    -webkit-animation-delay: 1660ms;
    animation-delay: 1660ms;
}
.shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
    -webkit-animation-delay: 1660ms;
    animation-delay: 1660ms;
}
.shooting_star:nth-child(7) {
    -webkit-animation-delay: 2226ms;
    animation-delay: 2226ms;
}
.shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
    -webkit-animation-delay: 2226ms;
    animation-delay: 2226ms;
}
.shooting_star:nth-child(8) {
    -webkit-animation-delay: 7962ms;
    animation-delay: 7962ms;
}
.shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
    -webkit-animation-delay: 7962ms;
    animation-delay: 7962ms;
}
.shooting_star:nth-child(9) {
    -webkit-animation-delay: 2304ms;
    animation-delay: 2304ms;
}
.shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
    -webkit-animation-delay: 2304ms;
    animation-delay: 2304ms;
}
.shooting_star:nth-child(10) {
    -webkit-animation-delay: 9632ms;
    animation-delay: 9632ms;
}
.shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
    -webkit-animation-delay: 9632ms;
    animation-delay: 9632ms;
}
.shooting_star:nth-child(11) {
    -webkit-animation-delay: 4450ms;
    animation-delay: 4450ms;
}
.shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
    -webkit-animation-delay: 4450ms;
    animation-delay: 4450ms;
}
.shooting_star:nth-child(12) {
    -webkit-animation-delay: 5244ms;
    animation-delay: 5244ms;
}
.shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
    -webkit-animation-delay: 5244ms;
    animation-delay: 5244ms;
}
.shooting_star:nth-child(13) {
    -webkit-animation-delay: 3379ms;
    animation-delay: 3379ms;
}
.shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
    -webkit-animation-delay: 3379ms;
    animation-delay: 3379ms;
}
.shooting_star:nth-child(14) {
    -webkit-animation-delay: 6314ms;
    animation-delay: 6314ms;
}
.shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
    -webkit-animation-delay: 6314ms;
    animation-delay: 6314ms;
}
.shooting_star:nth-child(15) {
    -webkit-animation-delay: 9102ms;
    animation-delay: 9102ms;
}
.shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
    -webkit-animation-delay: 9102ms;
    animation-delay: 9102ms;
}
.shooting_star:nth-child(16) {
    -webkit-animation-delay: 8369ms;
    animation-delay: 8369ms;
}
.shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
    -webkit-animation-delay: 8369ms;
    animation-delay: 8369ms;
}
.shooting_star:nth-child(17) {
    -webkit-animation-delay: 811ms;
    animation-delay: 811ms;
}
.shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
    -webkit-animation-delay: 811ms;
    animation-delay: 811ms;
}
.shooting_star:nth-child(18) {
    -webkit-animation-delay: 5190ms;
    animation-delay: 5190ms;
}
.shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
    -webkit-animation-delay: 5190ms;
    animation-delay: 5190ms;
}
.shooting_star:nth-child(19) {
    -webkit-animation-delay: 6822ms;
    animation-delay: 6822ms;
}
.shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
    -webkit-animation-delay: 6822ms;
    animation-delay: 6822ms;
}
.shooting_star:nth-child(20) {
    -webkit-animation-delay: 9430ms;
    animation-delay: 9430ms;
}
.shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
    -webkit-animation-delay: 9430ms;
    animation-delay: 9430ms;
}

@-webkit-keyframes tail {
    0% {
        width: 0;
    }
    30% {
        width: 100px;
    }
    100% {
        width: 0;
    }
}

@keyframes tail {
    0% {
        width: 0;
    }
    30% {
        width: 100px;
    }
    100% {
        width: 0;
    }
}
@-webkit-keyframes shining {
    0% {
        width: 0;
    }
    50% {
        width: 30px;
    }
    100% {
        width: 0;
    }
}
@keyframes shining {
    0% {
        width: 0;
    }
    50% {
        width: 30px;
    }
    100% {
        width: 0;
    }
}
@-webkit-keyframes shooting {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(300px);
    }
}
@keyframes shooting {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(300px);
    }
}
@-webkit-keyframes sky {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}
@keyframes sky {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

/* Footer Shooting Stars end*/
/* specialty model start*/

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    color: white !important;
    pointer-events: auto;
    background-color: #263974 !important;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.model_gap
{
    line-height: 2;
}
.btn-close
{
    color: white;
    background-color: white !important;
}

.modal-dialog-scrollable .modal-content
{
    max-height: 110% !important;
}
/* specialty model end*/
/* calculator start*/
.commitments-content
{
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
}


    /* surgery coding start*/

.img-key img
{
    max-width: 7%;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .img-key img {
        max-width: 11%;
        padding-top: 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .img-key img {
        max-width: 8%;
        padding-top: 7px;
    }
}
/* surgery coding end*/

/* urgent care start*/
.key-features{
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    border-radius: 40px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.key-features .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 90px;
    background-color: #e1e7fb;
    border: 1px solid #207ef7;
    border-radius: 90px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
}
.key-features h3 {
    font-size: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
}

.key-features p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0;
}
.key-features
{
    height: 100% !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
/* urgent care end*/

/* slide heading start*/
.slide-heading {
    height: 70px;
    overflow: hidden;
}

.slide-text {
    margin: 0;
    padding: 0;
    color: #fc5d61;
    transition: transform 0.3s ease;
}
.slide-up {
    transform: translateY(-100%);
}

.slide-down {
    transform: translateY(0);
}
/* slide heading end*/
.news-form
{
    width: 60%;
    border-radius: 3px;
    padding-top:10px;
     padding-bottom:10px;
}
.news-form1
{
     width:60%;
    border-radius: 3px;
    padding-top:10px;
     padding-bottom:10px;
}
.box-style-second{
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.52);
}
.mobile-view
{
    display: none;
}
@media screen and (max-width: 780px)
{
    .mobile-view
    {
        display: block;
    }
    .desktop
    {
    display: none !important;
    }
}
.mobile-btn
{
    color: white !important;
    width: 40% !important;
}
.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4 {
    font-weight: 700;
    
}
.blog-details>p{
    color: #4B4F58 !important;
}
.blog-form .form-control
 {
    box-shadow: 2px 2px 4px 0 #00000054;
}

.who-we-serve
{
    margin-top: -59px;
}

.home-counter
{
    position: relative;
    z-index: 2;
}

/*contact us bottom section*/
.follow-prop{
    margin-top: 20px;
    margin-left: 3px;
}

.box-contact-last{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.19);
}
.line-red-contact{
    background-color: #FE4947;
    height: 3px;
    width: 100px;
    margin-bottom: 20px;
}
.line-red-con{
    background-color: #FE4947;
    height: 2px;
    width: 60px;
    margin-bottom: 20px;
}

/* /////////////////// */
[btn-group] {
    position: relative;
    display: inline-block;

    margin: 13px;
     margin-left:6px;
    width: 100%;
    font-family: Montserrat;
}


[btn-group]:before {
    content: attr(data-grouptype);
    color: #3d3c3c;
    display: block;
    font-size: -0.1875em;
    width: 35px;
    height: 33px;
    font-weight: 900;
    padding: 5px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 49%;
    top: 5px;
    margin-left: -19px;
}


[btn-group] > a + a {
	margin-left:5px;
}

[btn-group] > a {
	display:inline-block;
	padding:6px 14px;
	background:#F2F2F2;
	border-radius:3px;
	font-size:0.8125em;
	color:#B9BCBC;
	transition: background .3s ease, color .3s ease;
	text-decoration:none;
	transition:color .3s ease;
	padding:12px 28px;
	text-transform:uppercase;
}

[btn-group] > a:nth-of-type(1) {
    background: #263974;
    color: #FFF;
    width: 48%;
    font-weight: 600;
}


[btn-group] > a:nth-of-type(1):hover {
	background:#FE4947;
}

[btn-group] > a:nth-of-type(2) {
    background: #263974;
    color: #FFF;
    width: 47%;
    font-weight: 600;
}

[btn-group] > a:nth-of-type(2):hover {
	background:#FE4947;
}
.primary-color1 {
    color: #263974 !important;;
}
.font-color1
{
    color: #4B4F58 !important;
}
.alert-dismissible .btn-close
{
    padding:6px !important;
}
.about-icons
{
    max-width:70px;
}

@media screen and (max-width: 480px)
{
.pagination a {
    float: left;
    padding: 0 5px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}
}


.social ul {
        display: flex;

    }

    .social ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ccc;
        margin-right: 10px;
    }
.icons-list-height img
{
    height: 353px;
}
.copyright-area p a:hover {
    color: white;
}

/* Contact Us */
@media (max-width: 767px) {
    .instructions .line-red .contact-us-heading {
        margin: 0 auto;
    }
}
#newsletter-form-top
{
    margin-left: 30px;
}
.search-blog input:focus
{
    outline: none;
    box-shadow: 2px 2px 4px 0 #00000054;
}

.counter-width
{
    width: 262px !important;
}

#x-insta{
   background-color: black;
}
#x-insta:hover{
    background-color: #454545;
}
.grecaptcha-badge
{
    bottom: 70px !important;
    z-index: 222;
}
.twitter:hover
{
    background-color:#454545 !important;
}


/* blog footer section new */
.blogboxfooter{
    padding-top: 70px!important;
    padding-right: 150px!important;
    padding-bottom: 70px!important;
    padding-left: 50px!important;
    background-image: linear-gradient(120deg,#ffffff 0%,#f2f2f2 100%);
    background-color: #ffffff;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
    box-shadow: 40px 40px 190px 0px rgba(6,10,76,0.19);
    margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    .blogboxfooter {
        padding-top: 42px!important;
        padding-right: 15px!important;
        padding-bottom: 20px!important;
        padding-left: 20px!important;
        background-image: linear-gradient(120deg,#ffffff 0%,#f2f2f2 100%);
        background-color: #ffffff;
        border-radius: 60px 0 60px 0;
        overflow: hidden;
        box-shadow: 40px 40px 190px 0px rgba(6,10,76,0.19);
        margin-bottom: 50px;
    }
  }


.pad-top-footer{
    padding-top: 5px;
    padding-bottom: 5px;
}
.get-free-footer{
    /*color: #0C71C3!important;*/
    font-size: 24px;
}
.for-employment{
    font-weight: 600;
    font-size: 13px;
    color: #E02B20!important;
}
.outsourceing-your{
    font-size: 29px;
    color: #666666;
    line-height: 35px;
}
.to-learn{
    font-size: 18px;
    color: #666;
    line-height: 20px;
}
.call-our{
    color: #E02B20!important;
    font-size: 18px;
    font-weight: 800;
}
@media only screen and (max-width: 600px) {
.pad-top10-mob{
    padding-top: 10px !important;

}
}



