@charset "utf-8";
/* CSS Document */

@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=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900&display=swap');

a img {border: 0;}
img {max-width: 100%;	height: auto;}
@font-face {font-family: 'passwordts';font-style: normal; font-weight: 400; src: url(fonts/password.ttf);}
#ad_secretrf,#password{font-family: 'passwordts'; font-size:12px; }

body{background:#fff; font-family: 'Nunito', sans-serif;  font-size:18px; font-weight:500;}
section{padding: 60px 0px;}
h1, h2, h3, h4, h5, h6 { margin-top: 0px;}


.h1, h1 { font-size: 38px;}
.h2, h2 { font-size: 32px;}
.h3, h3 { font-size: 26px;}
.h4, h4 { font-size: 20px;}
.h5, h5 { font-size: 16px;}
.h6, h6 { font-size: 14px;}

#main{min-height: 81vh;}

/**************button css**************/
.btn{background: #ddd;  color: #777;padding: 12px 20px; font-size: inherit;  outline: none; position: relative; font-weight: 500;  letter-spacing: 1px;text-align: center; border-radius: 0px; box-shadow: none;}

.btn:hover, .btn:focus, .btn-close, .btn-close:focus{outline:none; box-shadow: none;}

.btn-rounded{border-radius: 30px;}
.btn-blue{background: #4497d8; color: #FFF; transition: box-shadow .3s ease,background .3s ease,border-color .3s ease;}
.btn-blue:hover, .btn-blue:focus{background-color: #5badec; color: #fff;}

.btn-blue-border {border: 2px solid #4497d8 !important;background: #fff !important;padding: 8px 20px!important; color: #4497d8!important; transition: box-shadow .3s ease,background .3s ease,border-color .3s ease; border-radius: 30px !important;}
.btn-blue-border:hover, .btn-blue-border:focus{box-shadow: 2px 2px 10px rgb(14 16 188 / 50%);}


.btn-red{background: #c9302c;color: #FFF; }
.btn-red:hover, .btn-red:focus{background: #c9302c; color: #FFF; }

.btn-white{background: #fff; color: #4497d8; }
.btn-white:hover, .btn-white:focus{background: #fff; color: #4497d8; }
.btn-lg{ padding: 10px 25px;font-size: 18px;}

.btn + .btn{margin-left: 10px;}

.heading{ color: #4497d8; line-height: 1; font-weight: 700; margin-bottom: 60px;}
.subheading {margin-top: -55px;  font-weight: 400; margin-bottom: 36px;}

.title{color: #4497d8; }

hr {margin-top: 0;  margin-bottom: 0;  border: 0; border-top: 1px solid #4497d840;}
/**************CHECKBOX STYLE**********/
label.checkbox-style.checkbox-inline {margin: 0 10px 10px 0;}
label.checkbox-style.checkbox-inline + label.checkbox-style.checkbox-inline {margin-left: 0;}
label.checkbox-style {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;margin-bottom: 0;line-height: normal;padding-left: 0;font-weight: 500;}
label.checkbox-style input[type="checkbox"] {display: none;}
label.checkbox-style input[type="checkbox"]:disabled + span {opacity: 0.6 !important;}
label.checkbox-style input[type="checkbox"] + span {padding-left: 24px;display: inline-block;cursor: pointer;position: relative;}
label.checkbox-style input[type="checkbox"] + span:before {position: absolute;left: 0;opacity: 0.9;top: -1px;font-family: "Font Awesome 5 Free";
  content: "\f0c8";font-size: 18px;font-weight: normal;}
label.checkbox-style input[type="checkbox"]:checked + span:before {content: "\f14a";color: #4497d8;}

/**************RADIO STYLE**************/
label.radio-style.radio-inline {margin: 0 10px 10px 0;}
label.radio-style.radio-inline + label.radio-style.radio-inline {margin-left: 0;}
label.radio-style.mb_0 {margin-bottom: 0 !important;}
label.radio-style {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-weight: 500;margin-bottom: 0;line-height: normal;padding-left: 0;}
label.radio-style input[type="radio"] {display: none;}
label.radio-style input[type="radio"]:disabled + span {opacity: 0.6 !important;}
label.radio-style input[type="radio"] + span {padding-left: 20px;display: block;cursor: pointer;position: relative;}
label.radio-style input[type="radio"] + span:before {position: absolute;left: 0;opacity: 0.9;top: 0;content: "\f10c";font-family: "FontAwesome";font-size: 18px;font-weight: normal;}
label.radio-style input[type="radio"]:checked + span:before {content: "\f192";color: #213f9a;}

/********************Form css********************/
form{margin-bottom: 0px;}
.req{color:#4497d8; margin-left: 5px;}
label{display: block; color:#363636; font-size:15px; font-weight:600;}
label.error{color:#f00;}
.form-control{background-color: #fff;  box-shadow: none; border-radius: 10px; border: 1px solid rgba(14, 116, 188, 0.25); color: #333;height: 45px; padding: 3px 10px; box-shadow: none;}
.form-control:focus {border-color: #333;
    box-shadow: none;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color: #eee !important;}
textarea.form-control{max-width: 100%; min-width: 100%;    padding-top: 10px;    padding-bottom: 10px; min-height: 80px}
select.form-control{ -moz-appearance:none; -webkit-appearance:none; appearance:none; background-color:#4497d808;  background-image: url(assetsnew/images/icons/select-arrow.svg);background-size: 12px; background-repeat: no-repeat; background-position-x:calc(100% - 10px); background-position-y: center; padding-right:35px;}
input.checkbox-inline { margin-top: -3px;margin-right: 4px;}

.input-group-icon{position: relative;}
.input-group-icon i{position: absolute; top: 0; left: 0; z-index: 99;height: 100%; width: 40px; text-align: center; line-height: 40px; color: #ccc;}
.input-group-icon i + input{padding-left: 40px;}

.frm-submit{margin-top:20px;}
.frm-submit .description{margin: 10px 0px;}
.form-control.txtbox{ border:0; border-bottom:1px solid #333; border-radius:0; width:auto; display:inline-block; box-shadow:none;}
.req {color:#c30707; font-weight: 900;}
/**************End Form css**************/


/********************Modal css********************/
.modal-dialog{ width:700px; max-width: 100%;}
.modal-dialog.modal-sm{ width:400px;}
.modal-dialog.modal-lg{ width:900px;}
.modal-content{ border: 0px; border-radius: 10px 10px 6px 6px;}
.modal-content strong{ font-weight:600;}
.modal-header{background:#4497d8; padding:15px 30px;    min-height: 50px;    border-radius: 6px 6px 0px 0px;}
.modal-header .close{ margin-top:2px; opacity:0.6; margin-top:3px; background:url(assets/images/icons/close-white.svg) no-repeat; width: 18px; height: 18px; background-size: cover; text-indent:-999999px;}
.modal-title{color: #fff;}
.modal-body{ padding:30px;}
.modal-body .btn{ border-radius: 30px; padding: 12px 30px;}
.modal-dialog.modal-sm .modal-body {padding: 25px;}
.modal-dialog.modal-sm .modal-header { padding: 15px 25px;}
/********************End Modal css********************/
#forget-password p{
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

.main{margin-top: 120px;}
/********************header css********************/
header{padding: 20px 0; position: fixed; left: 0; right: 0; width: 100%; z-index: 99; transition: 0.2s; top: 0;}
header.fixed { background: rgba(255,255,255,1);padding: 15px 0;}
header .top-bar{font-family: 'Montserrat', sans-serif;  padding: 5px 0px; background:#4497d8; color: #fff;}
header .top-bar a{ color:#fff;}
/*header .bottom-bar{padding:10px 0;}*/
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo{ display: table-cell;  vertical-align: middle; }
header .logo img{ max-height:60px;}

header ul{padding-left: 0px; margin-bottom: 0px;}
header ul li{display: inline-block; margin-left:5px; list-style: none; position: relative;}
header ul li a{text-decoration: none; color: #000101;}
header ul li + li{margin-left: 20px;}
header ul li .btn{min-width: 140px; border-radius: 30px; color: #000101; background: #4497d8;
  color: white!important; font-weight: 600;
  FONT-SIZE: 14px; letter-spacing: 0px;}
  header ul li .free-btn:hover{
    background-color: #5badec;
  }
  header ul li .btn .book-btn{
    color:white;
  }

  header ul li .book-btn{
    background-color: white!important;
    color:#4497d8!important ;
  }
  header ul li .book-btn:hover{
    background-color: #f8f8f8!important;
  }


nav{ position:relative; width:100%; background: transparent;}
header #logo img {max-height: 60px;margin-bottom: 40px;}
.logo {display: inline-block;}
header .navbar {
    border-radius: 0;
    margin: 0;
}
#account-tab .form-group {
    margin-bottom: 15px;
}
.navicon {float:right;display:none;font-size:40px; cursor:pointer;position: absolute;top:5%;right:30px;color: #4497d8;}
.close-btn{display:none;text-align: right;}
header ul li:hover ul.submenu {
    display: block;
}
header ul.submenu {
    display: none;
    
    position: absolute;
    left: -120px;
    width: 350px;
    background: #fff;
    box-shadow: 1px 2px 18px 3px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    top: 100%; z-index: 99;
}
header ul.submenu li {
    display: block;
    margin: 0;
}
header ul.submenu li + li {
    margin-top: 0px;
}
header ul.submenu li strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
}
header ul.submenu li span {
    display: block;
    font-size: 13px; color: #575656 !important;
}
header ul.submenu li a {
    color: #575656; padding: 10px 15px; transition: color .1s ease-in-out, background-color .1s ease-in-out; display: flex; align-items: center; min-height: 60px;
    
}
header ul.submenu li a .icons-wraper {width: 25px; margin-right: 15px;}

.icons-wraper .svg-inline--fa {
    height: 1.25em;
    color: #bfbaba;
    width: 1.25em;
}
header ul.submenu li a:hover .icons-wraper .svg-inline--fa {color: #337ab7;}
header ul.submenu li a:hover{background: #e4eff8;}
header ul.submenu li:first-child a{border-radius: 10px 10px 0 0;}
header ul.submenu li:last-child a{border-radius: 0 0 10px 10px;}
/********************End header css********************/
/********************home-banner css********************/
#home-banner{position: relative; /*height: 90vh;*/ min-height: 680px; display: flex; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 150px 0 50px; background-image:url(assets/images/home_bg.jpg);}
#home-banner .overlay{ 
  background-image: linear-gradient(to right, white , rgba(255,255,255,0.3)); position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
#home-banner .overlay-text{position: relative; padding-left: 5rem}
#home-banner .overlay-text h1{font-weight: 700; line-height: 1.3; color: #777;}
#home-banner .overlay-text h1 span{color:#4497d8;}
#home-banner .overlay-text ul {
    margin-top: 15px;
    font-size: 16px;
    padding-left: 25px;
    list-style-type: disc;
}
#home-banner .overlay-text ul li{position: relative; color: #000;}
#home-banner .overlay-text ul li + li{margin-top: 5px;}

#home-banner .overlay-text ul li a{color:#fff;}
.row.d-rows {display: flex;align-items: center;}
/********************End home-banner css********************/
.scrolldown {display: none;position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%); z-index: 999;}
.scrolldown a i { transition: all 0.2s ease-in-out; width: 35px; height: 35px; border: 2px solid #fff; line-height: 30px; border-radius: 50%;-moz-border-radius: 50%; -webkit-border-radius: 50%; -webkit-transition: all 500ms ease-in-out 0s; -moz-transition: all 500ms ease-in-out 0s; -ms-transition: all 500ms ease-in-out 0s; transition: all 500ms ease-in-out 0s; text-align: center;  color: #fff;margin: 0 auto;}
.scrolldown a i:hover{transform: scale(1.2); transition: all 0.2s ease-in-out;}

#banner-bottom{padding: 15px 0px;border-bottom: solid 1px #4497d817;}
#banner-bottom .btn{min-width:140px;}
#account-tab{margin-left: 50px;max-width: 400px;background: #fff; position: relative;  z-index: 0; box-shadow: 1px 3px 30px 3px rgba(0, 0, 0, 0.27);  padding:20px 20px; min-height: 500px; border-radius: 20px;}
#account-tab .nav-tabs li {display: block;float: left; width: 100%;text-align: center; text-transform: uppercase;font-size: 16px;
color: #b3bfd8; border-right: solid 1px #dddddd;}
#account-tab .nav-tabs > li.active > a, #account-tab .nav-tabs > li.active > a:focus, #account-tab .nav-tabs > li.active > a:hover {
  border: none; border-radius: 0px; background: none;}
#account-tab  .nav > li >a:focus, #account-tab .nav > li >a:hover { background-color: transparent !important;}
#account-tab .nav-tabs li.active a {color: #4497d8;background: none;}
#account-tab .nav-tabs li:last-child {border-right: none;}
#account-tab .nav-tabs li a {
    display: inline-block;
    padding: 10px 0;
    color: #000;
    border: 0px solid;
    font-size: 18px;
    text-decoration: none;
}
#account-tab .nav-tabs li i {font-size: 20px;margin-bottom:10px;     display: block;}
#account-tab .nav-tabs li.active{ color:#fff;}
#account-tab label{font-size: 14px; margin-bottom: 5px;}
#account-tab .form-control{background-color: #fff; border-radius: 10px; height: 45px;}
#account-tab  .input-group-icon i{line-height: 45px;}
#login-form form {margin-top: 30px;}

#login-form {margin: auto;max-width: 320px;}

span.forget-pass {  float: right;  font-size: 12px;  font-weight: 500;}
span.forget-pass a{color: #4497d8; text-decoration: none;}
.remember{ font-size:13px;}

#account-tab .tab-content { margin-top: 15px;}
#messagepopup .alert.alert-success {background: transparent;border: none;font-size: 17px;text-align: center;margin: 0;padding: 0;}
#messagepopup .alert-success hr {border-top-color: #c9e2b3;margin: 20px 0;}
#messagepopup .alert.alert-danger {background: transparent;border: none;}
#messagepopup button.btn {background: #4497d8;border-radius: 30px;color: #fff;padding: 5px 20px;}
/***********Features css**********/

.feature-item {margin-bottom: 30px; min-height:95px;}
.feature-item .icon{display: table-cell; vertical-align: top;  width:70px;}
.feature-item .icon i{ font-size: 24px; color: #454545; width: 50px; height: 50px; text-align: center; line-height: 50px; border: 1px solid #454545;  border-radius: 50%; -webkit-transition: all 0.5s;  transition: all 0.5s;}
.feature-item .text{ display: table-cell; vertical-align: top; padding-left: 15px;}

.feature-item:hover .icon i{ background-color: #4497d8; border-color:#4497d8;  color:#fff;}
.feature-item .text h4{  margin-top: 0px;}
.feature-item:hover .text h4{ color:#4497d8;}


.video_blog{    width: 550px;
  max-width: 550px;
  object-fit: contain; display: block;
  margin: auto;
  }
  .blog_img img{   height: 100%;
    object-fit: cover;
    width: 100%;}
    .blog_img {height: 180px;}
    
/*******************achivements css****************/
#achivements {position: relative;background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed;}
#achivements:before{content: '';position: absolute;background: rgba(0,0,0,0.6); height: 100%; width: 100%; left: 0;top: 0px;}
#achivements .item{text-align: center; color: #fff}
#achivements .item i{font-size: 50px;}
#achivements .item h2{ margin-top: 20px;}


/*************testimonial Css*****************/

#testimonial-slider .item {
    text-align: center;
    padding: 20px;
    background: #f6f6f6;
    min-height: 200px;
    border-radius: 12px; position: relative;
}
#testimonial-slider .item .image{ width:150px; height:150px; border-radius:50%; overflow:hidden; display:block; margin:auto; margin-bottom:30px; }
#testimonial-slider .item .image img{width:100%;}
#testimonial-slider .text{font-size: 18px;}
#testimonial-slider .text span{color:#888; margin:0px 5px;}
#testimonial-slider .author {
    text-transform: uppercase;
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
}
#testimonial-slider .author h4 {
    font-size: 16px;
    font-weight: 600;
}
#testimonial-slider .author h5 {
    color: #4497d8;
    font-size: 12px;
    font-weight: 800;
}

#testimonial-slider .owl-controls .owl-nav .owl-prev,
#testimonial-slider .owl-controls .owl-nav .owl-next{height:45px; width:45px; line-height:45px; border-radius:50%; background:transparent; display:block; text-indent:-99999px; position:absolute; top:50%; margin-top:-30px; bottom:auto; z-index:2;}
#testimonial-slider .owl-controls .owl-nav .owl-prev{ left:5%;}
#testimonial-slider .owl-controls .owl-nav .owl-next{ right:5%;}
#testimonial-slider .owl-controls .owl-nav .owl-prev:after,
#testimonial-slider .owl-controls .owl-nav .owl-next:after{font-family:'FontAwesome'; position:absolute; left:0; top:0; text-indent:0; font-size:30px; width:100%; height:100%; text-align:center;  color:#ff5aae; opacity:0.7;}
#testimonial-slider .owl-controls .owl-nav .owl-next:after{content:"\f105"}
#testimonial-slider .owl-controls .owl-nav .owl-prev:after{content:"\f104"}
#testimonial-slider .owl-controls .owl-dots { margin: 0 auto ;  position:relative; width:100%; right:0; text-align:center; bottom:0px; margin-top:10px;}
#testimonial-slider .owl-controls .owl-dot {width: 12px; height: 12px; border-radius:100%; border: 1px solid #4497d8; background: #fff; margin-right: 10px; display: inline-block;}
#testimonial-slider .owl-controls .owl-dot.active {background: #4497d8;}

.dark-bg{background:#4497d8; color: #fff; padding: 30px 0px;}
.dark-bg h3{margin: 10px 0px;}

#services .service-item{margin: 7% 0px;}
#services .service-item .icon{color: #4497d8; font-size: 40px; margin-bottom: 10px; display: inline-block;  width: 50px;}
/*************footer Css*****************/
footer{}
footer .container-fluid {
    background: #152332;
    padding: 40px;
    border-radius: 20px 20px 0 0;
    color: #fff;
    margin: 0 auto;
    max-width: 96%;
}

footer h3{position: relative; margin-bottom: 24px; padding: 0 0 10px; letter-spacing: 1px; color:#fff; font-weight:600;}
footer h3:after {content: "";position: absolute;left: 0;transition: all .5s ease;bottom: 0;
background: #4497d8;width: 60px;height: 2px;display: block; }
footer ul{margin:0; padding:0; list-style:none;}
footer ul li a {color: inherit;font-size: 16px;display: block; font-weight: 600; text-decoration:none;}
footer ul li a:hover{color: #4497d8; text-decoration:none;}
footer ul li + li{margin-top:10px;}

.footer-logo img {
    max-width: 140px;
    margin-bottom: 20px;
}	

footer .copyright{text-align:center; }
footer ul.social-share {padding: 10px 0 0 0;margin: 0px;text-align: left;color: #000;}
footer ul.social-share li{display: inline-block; margin: 0px;}
footer ul.social-share li + li{margin: 0 0 0 10px;}
footer ul.social-share li a {padding: 8px;display: inline-block;font-size: 20px;color: #fff;
transition: all .3s linear 0s;width: 35px;background: transparent;height: 35px;text-align: center;border-radius: 8px;}
footer ul.social-share li a:hover{background:#4497d8; color:#fff;}
.footer-bottom {background: #222;padding: 20px 0;margin-top: 40px; color:#fff;}
/*************end footer Css*****************/


#page-banner { padding: 65px 0; position:relative; background-size: cover; background-position: center; background-repeat: no-repeat;    min-height: 165px;}
#page-banner:before{    background: rgba(0, 0, 0, 0.65); position: absolute;left: 0;top: 0; width: 100%;height: 100%; content:'';}
#page-banner .page-title {  color: #FFF; position:relative;}
.content-box { padding: 25px; background: #f7f7f7 ;   min-height: 250px;}
.section { padding: 70px 0;}
.table-style-one {font-size: 14px; color: #333;}


.reviews .item { display: table; border: 1px solid #f8f8f8; overflow: hidden;padding: 20px; background: #fff;    box-shadow: 2px 2px 5px #ccc;}
.reviews .item + .item{ margin-top: 30px;}
.reviews .item  .image {display: table-cell; width: 56px; vertical-align: middle;}
.reviews .item  .image  .avatar { height: 56px; width: 56px; display: inline-block;border-radius: 100%;}
.reviews .item .content {display: table-cell; vertical-align: middle; padding-left: 15px; }
.reviews .item .content .title h5 {color: #4497d8; font-size: 15px;}
.reviews .item .content .title .sub_title { color: #555; padding-left: 10px;font-size: 13px; font-style: italic;}
.reviews .item .content p{color: #999;text-align: justify;    font-weight: 400; margin-top: 10px; margin-bottom: 0px;}

ul.rating { margin: 0;padding: 0;}
ul.rating li {display: inline-block; margin-right: 18px;}
ul.rating li i { display: inline-block;color: #666;}
ul.rating li.active i{color:#e49500;}

#review-form { background: #fff; overflow: hidden;    padding: 20px;   box-shadow: 2px 2px 5px #ccc;}
#review-form h4 { color: #555; margin-bottom: 31px; font-size: 22px; text-transform: uppercase;}

#review-form .nav-tabs{ margin-bottom: 20px; border: 0px;    display: table;    width: 100%;}
#review-form .nav-tabs li{    float: none;    display: table-cell;}
#review-form .nav-tabs li a{margin-right: 0px; padding: 0px; color: #333; border: 0px;}
#review-form .nav-tabs li a:hover{background: none;}
#review-form .nav-tabs li.active a{border: 0px;}


#nurse-delegators-listing{display: grid; grid-template-columns: 1fr 1fr 1fr;    padding: 0px;}
#nurse-delegators-listing li{padding: 15px;  margin: 15px; list-style: none; background: #4497d814; border-radius: 4px;}
#nurse-delegators-listing li:hover{box-shadow: 0px 0px 10px #ccc;}

#nurse-delegators-listing .item p{margin-bottom: 3px;}
#nurse-delegators-listing .item table td{padding: 3px 5px; font-size: 14px;}
#nurse-delegators-listing .item table td:first-child{padding-left: 0px;}
#nurse-delegators-listing .item table td:last-child{padding-right: 0px;}
#nurse-delegators-listing .item table td i{color: #4497d8;}


#compliance-help-listing{display: grid; grid-template-columns: 1fr 1fr 1fr;    padding: 0px;}
#compliance-help-listing li{padding: 15px;  margin: 15px; list-style: none; background: #4497d814; border-radius: 4px;}
#compliance-help-listing li:hover{box-shadow: 0px 0px 10px #ccc;}
#compliance-help-listing .item p{margin-bottom: 3px;}
#compliance-help-listing .item table td{padding: 3px 5px; font-size: 14px;}
#compliance-help-listing .item table td:first-child{padding-left: 0px;}
#compliance-help-listing .item table td:last-child{padding-right: 0px;}
#compliance-help-listing .item table td i{color: #4497d8;}


.login_content p{ text-align:justify;}

#messagepopup h4.text-success {color: #fff;margin: 0;text-transform: capitalize;}
#messagepopup h4.text-danger {color: #fff;margin: 0;text-transform: capitalize;}

ul.home-navbar {text-align: right;margin-top: 10px;padding-right: 15px;}
.text-right.btn-compliance {padding-right: 15px;}

ul.quicklinks {margin: 0;padding: 0;list-style: none;}
ul.quicklinks li {display: inline-block;}
ul.quicklinks li + li {margin-left: 10px;}

ul.quicklinks li a {font-size: 14px;}
footer hr{margin: 10px 0;}

/*==========bg-overlay Css Start Here======*/
.bg-overlay{position: relative;color: white;padding: 40px 20px;opacity: 1;}
h2.page-title.text-center {color: white;}
#page-title .page-title {margin: 0;float: left;color: #FFF;}
#page-title .register-link {background: rgba(0, 0, 255, 0.24) none repeat scroll 0 0;color: #fff;float: right;margin-top: 0;padding: 10px;font-size: 14px;}
.register-link p{  margin: 0 0 5px 0;text-align:center; color:#fff;}

/*==========Register Pag
/*==========End bg-overlay Page Css Start Here======*/

/*==========Register Page Css Start Here======*/
#register-area{margin-bottom: 40px;}
.radio-inline{font-size:20px;}
a#rgister {color:#fff;}
a#contact\ us{color:#fff;}
.content-box {min-height: unset; background: #f7f7f7; color: #000;padding: 40px; text-align: left;box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;border: 1px solid #f7f7f7;border-radius: 25px;}
#register-area .form-control.radiooption.radiooption-error-wrap { height: 60px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#register-area .btn-style{margin:20px 0;background: #4497d8;padding: 8px 15px;color: #fff; border:1px solid #4497d8;}
#register-area .btn{padding: 8px 20px;font-size: inherit; outline: none;position: relative;font-weight: 500;letter-spacing: 1px;text-align: center;}
#register-area .form-control:focus {border-color: #66afe9;box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);outline: 0;}
#register-area .cancel-btn{margin: 20px 0 20px 10px; background: #ddd;border-radius:8px;padding: 8px 15px;color: #000;border: 1px solid #ddd;}
#register-area .form_group {margin-bottom: 15px;}
#register-area .field-group{ margin-bottom: 15px;}

/*==========End Register Page Css Here======*/
/*==================About Us Page Css Start Here===========*/

.section3{padding:50px 0 50px 0;}
a#PrivacyPolicy{color:#fff;}
.bg-overlay2{position: relative;color: white;padding: 40px 20px;opacity: 1;background: rgb(0 0 0 / 80%);}
.PrivacyPolicy-wrap{background:#f7f7f7;color:#000;padding:40px;text-align:left;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border:1px solid #f7f7f7; border-radius:25px;}
.benefits-item { text-align: center; padding: 0 20px;}
.benefits-item i { font-size: 40px;color:#4497d8; width: 80px; line-height: 70px;height: 80px;border-radius: 100%;}
.benefits-item h3{font-size:30px;text-align:center;}
.quotestyle { padding: 20px 30px; margin: 0 0 20px;color: #4497d8; font-style: italic; line-height: 34px; font-size: 22px;border-left: 5px solid #4497d8;}
.wrap li {list-style: auto;list-style-position: inside;}
.wrap ul{margin:0; padding:0;}
ul .aboutlist{margin:0; padding:0;}

/*==================About Us Page Css End===========*/

/*=================Privacy policy Page Css Start Here============*/

a#PrivacyPolicy{color:#fff;}
.PrivacyPolicy-wrap{background:#f7f7f7;color:#000;padding:40px;text-align:left;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border:1px solid #f7f7f7; border-radius:25px;}

/*=================Privacy policy Page Css End============*/
/*=============FAQ Page Css Start Here=======*/
.faq-wrap { background: #f7f7f7; color: #000; padding: 40px; text-align: left;box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;border: 1px solid #f7f7f7;border-radius: 25px;}
.white_box {background: #fff;padding: 25px;margin: 0 0 25px;box-shadow: 2px 2px 1px rgb(0 0 0 / 10%);-webkit-box-shadow: 2px 2px 1px rgb(0 0 0 / 10%); border-radius: 20px;}
.bg-light {background-color: #f6f6f6!important;}
#accordion {background: #fff;padding: 20px; border-radius: 25px;max-width: 100%; margin: 0 auto;}
#accordion .panel-group .panel{border-radius: 0px; border: none; margin-bottom: 10px; }
#accordion .panel{box-shadow: none; border: none;}
#accordion .panel-body {padding: 15px;background: #4497d808;border: none;color: #333;}
#accordion .panel-heading{font-size: 1.2rem; background: #fff; font-weight: 700; color:rgb(64, 119, 187); padding-left: 0px; padding-right: 0px; position: relative; border-bottom: 1px solid rgba(0,0,0,.125);}
#accordion .panel-heading a{display: block; text-decoration: none;padding-right: 30px;font-size: 18px;}
#accordion .panel-heading a:hover{text-decoration: none;}
#accordion .panel-heading a:before,
#accordion .panel-heading a.collapsed:before{content: "\e114"; font-family: 'icomoon' !important; width: 25px; height: 25px; line-height: 28px; font-size: 15px; font-weight: 900; color: #4497d8; text-align: center; position: absolute; top: 8px; right: 0px; transform: rotate(135deg); transition: all 0.3s ease 0s;}
#accordion .panel-heading a.collapsed:before{color: rgb(64, 119, 187); transform: rotate(0);}

#accordion .panel-title{font-size: 20px;}
#accordion .panel-body p{font-size: 16px;}
/*=============FAQ Page Css End=======*/
/*===========Contact Page Css Start Here==========*/

.contact-page{}


a#contact\ us{color:#fff;}
.contact-page .form-wrap{background:#f6f6f6;color:#000;padding:50px;text-align:left;  border-radius:8px; }
.form-group {
    margin-bottom: 15px;
}
.contact-page .form-control{ border: 1px solid rgba(14, 116, 188, 0.25);border-radius: 10px; height: 45px; box-shadow: none; background: #fff;}
.contact-page .form-control:focus {border-color: #333;box-shadow: none;}
.contact .form-control.radiooption.radiooption-error-wrap { height: 60px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.contact .btn-style{border-radius: 7px;background: #4497d8;color: #FFF;border-radius:30px;padding: 8px 20px;color: #fff; min-width: 140px;}
.btn{padding: 12px 20px;font-size: inherit;outline: none;position: relative;font-weight: 500;letter-spacing: 1px;text-align: center;}

.contact span.req-msg {display: none;}
.contact .captcha-holder { margin: 8px 0;}
.radiooption.radiooption-error-wrap {
    font-size: 14px;
    padding-top: 10px;
}
.prev_heading .subheading{margin-top: 0;}
/*===========Contact Page Css End==========*/
/*===================Nurse Delegators Page Css Start Here  ======*/
a#rgister {color:#fff;}
a#contact\ us{color:#fff;}

.login_content-h2{
  text-align: center;
  color: #777;
  font-weight: bold;
}
.login_content p{

}
.imgpsh_fullsize img{
  height: 384px;

  margin: auto;
  display: block;
  margin-top: 35px;
}
.imgpsh_fullsize_h-t{
padding-top: 20px;
padding-bottom: 30px;
text-align: inherit;
}
.imgpsh_fullsize_h-b{
  padding-top: 30px;
}
.login_content-p{
  text-align: center!important;
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: white;
  height: 100%;
  border-radius: 10px;
}

.featured-services .service-item .icon {
  margin-bottom: 10px; text-align: center;
}

.featured-services .service-item .icon img {
    width: 70px;
}

.featured-services .service-item h4 {
  font-weight: 600;
  margin-bottom: 32px;
  font-size: 24px; text-align: center;
  margin-top: 32px;
    color: #4497d8;
    font-weight: 700;
}

.featured-services .service-item h4 a {
  color: var(--color-secondary);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 300;
    color: #445056;
}

.featured-services-col{
  padding-bottom: 60px;
}

.plan_section-con_row{
  justify-content: center;
}
.plan_section-con img{
  display: block;
  margin: auto;
  width: 350px;
  margin-bottom: 20px;
}
.plan_section-con p{
  text-align: center;
  font-weight: 300;
  line-height: 1.7;
  color: #445056;
  font-size: 20px;
}
.plan_section-con{
  text-align: center;
}
.plan_section-con a {
    text-decoration: none;
    display: inline-block;
    margin: auto;
    border-radius: 30px;
    border: 2px solid #4497d8;
    padding: 12px 20px;
    transition: 0.5s all;
    color: #4497d8;
    font-size: 15px;
    font-weight: 600; min-width: 140px;
}
.plan_section-con a:hover{
  background-color: #4497d8;
  color: white;
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
  padding: 60px 0;
  
}

.cta .container {
  padding: 80px;
  background: #f6f6f6;
  border-radius: 15px;
}

@media (max-width: 992px) {
  .cta .container {
    padding: 60px;
  }
}

.cta .content h3 {
  color: #567fb1;
  font-size: 48px;
  font-weight: 700;
}

.cta .content h3 em {
  font-style: normal;
  position: relative;
}

.cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.cta .content p {
  
  font-weight: 600;
  font-size: 18px;
}

.cta .content .cta-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  background: #4497d8;
  color: white; 
  text-decoration: none;
}

.cta .content .cta-btn:hover {
  background: #5badec;
}

.cta .img {
  position: relative;
}

.cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #eceeef;
  border-radius: 15px;
  transform: rotate(12deg);
}

.cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}

.cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}
.login_content-h2.login_content-h2-c{
  text-align: inherit!important;
}

/* 
///////////////faq///// */

#faq_section .accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}
#faq_section .accordion-item {
  margin: 1rem 0;
  border: none;
  background-color: #f6f6f6;
  border-radius: 1.5rem;
}
#faq_section .accordion-item-header {
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 2rem;
  background-color: #f6f6f6;
  border-radius: 1.5rem;
}
#faq_section .accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 2rem;
}
#faq_section .accordion-item-header.active::after {
  content: "\2212";
}
#faq_section .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq_section .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border: none;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
.faq-content h2{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 25px;
  color: #777;
}
.modal-backdrop.show{
  z-index: 1;
}
.free_tail-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#exampleModal_freetrail {
    background-color: rgba(0,0,0,0.3);
	
}
.modal-backdrop{
   backdrop-filter: blur(5px);
   background-color: #01223770;
}
.modal-backdrop.show{
   opacity: 1 !important;
}
.nav-link.nav-link-free.active{
  border: none;
  border-bottom:5px solid #0E74BC;
  color:  #0E74BC;
  z-index: 1;
  position: relative;
}
.nav-tabs-free{
  border: none;
}
.nav-link.nav-link-free{
  color: black; border: none;
}
.nav-link-free:hover{
  border: none;
}
.nav-tabs-free::after{
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #E9ECEF;
  position: relative;
  top: -3px;
}
.modal-company-logo {
    text-align: center;
}
.modal-company-logo img {
    height: 30px;
}
#exampleModal_freetrail .modal-body {
    padding: 0 30px 30px 30px;
}
.modal-company h2{
  text-align: center;
  margin-bottom: 0px;
  margin-top: 10px;
  color: black; font-size: 24px;
}
.modal-company a img{
  width: 200px;
  display: block;
  margin: auto;
}
.modal-company p{
  text-align: center;
  color: black;
}
.modal-content-free{
  padding-top: 30px;
  padding-bottom: 30px;
}
.signup-fre{
  min-width: 140px;
  border-radius: 30px!important;
  color: #000101;
  background: #5badec;
  color: white!important;
  font-weight: 600;
  FONT-SIZE: 14px;
  letter-spacing: 0px;
  margin: auto;
  display: block;
  border: none!important;
}
.signup-fre:hover{
  background-color: #4497d8!important;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus , .form-control.is-valid:focus, .was-validated .form-control:valid:focus{ 
  box-shadow: none!important;
}

.modal-company h2
.form-check a{text-decoration: none;}
input#validationCustom03::-webkit-outer-spin-button,
input#validationCustom03::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-check-ch label{
  color: black!important;
}
label.error{
  display: none!important;
}
#validationCustomUsername{
  border-radius: 10px;
  width: 100%;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked{
  background-color: #0d6efd!important;
  border-color: #0d6efd!important;
}

.pricing-section {
    padding:60px 0px;
    background: rgba(69, 179, 255, .12);
    margin-top:0px;
  }

  .pricing-box {
    border: 1px solid #e4e8ed;
    border-radius: 4px;
    flex: 1;
    padding: 40px;
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease, -webkit-box-shadow 200ms ease, -webkit-transform 200ms ease;
    background-color: white;
 
    border-radius:25px;
    width: 95%;
  }
.basic-detail{
  text-align: initial;
}
  /* .pricing-box_free {
    border-top: 10px solid #FB275D !important;
  }

  .pricing-box_starter {
    border-top: 10px solid #2ab573 !important;
  }

  .pricing-box_pro {
    border-top: 10px solid #6b6fff !important;
  } */
    .pricing_no_main h2 {
        text-align:center;
       
        font-size: 30px;
        font-weight: 500;
        margin-top: 7px;
    }
    .pricing-box_starter  .pricing_no_main{
       
    }
  .pricing_no_main {
    display: flex;
    justify-content: space-between;
  }

  .pricing-no-1 {
    font-size: 34px;
    margin-right: 8px;
    font-weight: 500;
  }

  /* .pricing-box_free .pricing-no-1 {
    color: #FB275D;
  }

  .pricing-box_starter .pricing-no-1 {
    color: #2ab573;
  }

  .pricing-box_pro .pricing-no-1 {
    color: #6b6fff;
  } */

  .plus {
    font-size: 50px;
  }

  .pricing-no {
    display: flex;

    align-items: center;

  }

  .pricing-no-2 {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 16px;
  }

  .total-price {
    font-weight: bold;
    font-size: 18px;
  }

  .try_now_btn {
    color: #4497d8;
    background-color: transparent;
    border: 1px solid #4497d8;
    padding: 7px 38px;
    margin-top: 20px;
    display: block;
    font-size: 19px;
    border-radius: 40px;
    transition: 0.5s all;
    margin:auto;
    width:60%;
    margin-top:20px;
    text-align:center;
    margin-bottom:20px; text-decoration: none;
  }

  .try_now_btn:hover {
    background-color: #4497d8;
    color: white;
  }
  .plan-of img{
    position: relative;
    top: -12px;
  }

  .price-p {
    font-size: 16px;
    margin-top: 10px;
  }

  .w-full {
    font-size: 16px;
  }
  .basic-detail p span img{
    color:black;
    margin-right:7px;
    width:19px;
  }
  .basic-detail p > i {
    color: #8a8a8a;
  
  }

  .basic-detail p {
    font-size: 16px;
    display: flex;
    justify-content: space-between;

  }

  .pricing-box:hover {
    border-color: transparent;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .price-card-name button {
    font-size: 14px;
    background-color: #000000;
    color: white;
    padding: 5px 10px;
    margin-left: 1rem;
    border-radius: 4px;
    position: relative;
    top: -5px;
}
.top-filter_plan{
    display:flex;
    align-items:center;
}
.filter_plan{
    display:flex;
}
.top-filter_plan p{
    margin-bottom:0px;
    font-size:15px;
}
.filter_plan .form-select:focus{
    box-shadow:none;
}
.filter_plan select{
    margin-left:15px;
}
.top-filter_plan-row{
    margin-bottom:20px;
}
.pricing-section .container{
  max-width:1350px;
}
.top-filter_plan{
  background-color: white;
    padding: 20px;
    border-radius: 25px;
}
/* .pricing-box_starter{
  position: relative;
    background: aliceblue;
} */
/* .pricing-box_starter > h2{
  background: #2ab573;
    position: absolute;
    color: white;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 25px 25px 0px 0px;
    padding: 16px 0px;
}
.pricing-box_free{
  position: relative;
    background: antiquewhite;
}
.pricing-box_free > h2{
  background: #FB275D;
    position: absolute;
    color: white;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 25px 25px 0px 0px;
    padding: 16px 0px;
}
.pricing-box_pro{
  position: relative;
    background: ghostwhite;
}
.pricing-box_pro > h2{
  background: #6b6fff;
    position: absolute;
    color: white;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 25px 25px 0px 0px;
    padding: 16px 0px;
}
.pricing_no_main{
  margin-top:60px;
} */
.choose-plan h1{
 
  text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 38px;
    color: #777;
    padding-left: 100px;
    padding-right: 100px;
}
.basic-detail h2{
  font-size: 20px;
  margin-bottom: 20px;
}
.price-p img{
  width:22px
}
.price-p span{
  color: orange;
    font-weight: bold;
}
.choose-plan h1 span{
  color:#4497d8;
}
.plan-of{
  position: absolute;
    top: -16px;
    right: 57px;
    display: flex;
    align-items: center;
}
.top-filter_plan{
  position: relative;
}
.plan-of p{
  font-family: cursive;
}
.filter_plan-ses{
  display:flex;
}
.filter_plan-se p{
  margin-left: 14px;
    position: relative;
    top: 5px;
    font-family: cursive;

}

.filter_plan-se p span.afh{
  font-size: 21px;
    color: red;
    position: relative;
    top: 4px;
  
}
.filter_plan-se p span.afh1{
  color:#4497d8;
  font-weight:bold;
}

#faq_section .accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
  margin-top:0px;
}
#faq_section .accordion-item {
  margin: 1rem 0;
  border: none;
  background-color: rgba(86, 117, 226, 0.12);
  border-radius: 1.5rem;
}
#faq_section .accordion-item-header {
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 2rem;
 font-size:17px;
  border-radius: 1.5rem;
}
#faq_section .accordion-item.active {
    background: #152332;
    color: #fff;
}
#faq_section .accordion-item.active .accordion-item-header.active {
    background: #152332;
    color: #fff;
}
#faq_section .accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 2rem;
}
#faq_section .accordion-item-header.active::after {
  content: "\2212";
}
#faq_section .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq_section .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border: none;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-top:0px;
}
.faq-content h2{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 25px;
  color: #777;
}
.pricicng_faq_section-col a{
  height: 3.5rem;
    width: 10rem;
    color: #152332;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #152332;
    border-radius: 5rem;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    font-weight: 600;
    display: flex;
    transition: all .35s cubic-bezier(.55, .085, .68, .53); text-decoration: none;
}

.pricicng_faq_section {
  background-color:white;
  padding:60px 0px;
}
.pricicng_faq_section .container{
  max-width:1350px;
}
.pricing-custom{
  padding:60px 0px 120px;
  background-color:white;
}
.pricing-custom .container{
  max-width:1350px;
}
.pricing-custom-row{
  justify-content: space-between;
}
.p-numbers {
    font-size: 22px;
    color: #4497d8;
    text-decoration: none;
}	
.prcing-custom-btn {
    background: #4497d8;
    color: white;
    border: none;
    border-radius: 30px;
    min-width: 140px;
}
.prcing-custom-btn:hover{
  background:#5badec;
}
/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.blog .posts-list .title a{text-decoration: none; color: #4497d8;}



/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.silde_blog a{text-decoration: none;}
.silde_box_b{display: flex;}
.silde_b_img img{width: 100%;
  border-radius: 10px;
  height: 46px;
  object-fit: cover;}
.silde_b_img1{width: 77%;}
.silde_b_img1 h6{font-size: 15px; font-weight: bold;     padding-left: 10px; color: black;}
.silde_blog {    padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);}
.silde_blog h1{    font-size: 20px;
  font-weight: 700;    color: #141414;}

.silde_b_img{width: 23%;}
.silde_blog a{margin-top: 15px;display: block;}
.silde_blog a:hover .silde_b_img1 h6{color: #4497d8; transition: 0.3s all;}
.silde_blog a:hover .silde_b_img img{transform: scale(1.1);}

.blog .blog-details {
  margin: 0 auto;
 }
 .blog .blog-details.blog-details_edit{
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
 }
.blog .blog-details .post-img {
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog .blog-details img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.blog .blog-details .title {
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  margin: 0 0 20px;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.btn.cancel-btns {
    background: #fff;
    border: #fff;
    color: #888;
    border-radius: 20px;
}
.btn.cancel-btns:hover {
    background: #f2f0f0;
}


@media screen and (max-width: 1200px) {
  .pricing-no-1{
    font-size: 31px;
  }
  .pricing_no_main h2{
    font-size: 31px;
  }
  .pricing-no-2{
    font-size: 13px;
    line-height: 16px;
  }
  .basic-detail h2{
    font-size:22px;
  }
}
@media screen and (max-width: 992px) {
  .pricing-main-row{
    justify-content: center;
  }
  .pricing-box{
    margin-top: 25px;
  }
  .pricing-no-1 {
    font-size: 50px;
}
.pricing_no_main h2 {
    font-size: 50px;
}
}
/*===================Nurse Delegators Page Css End ======*/
@media (max-width:1199px){
  header{right:0;}
 .navbar{display:none;}
 .navbar li a {text-align: left;color:#fff;}
 .navbar li + li {margin-left:0px!important;}
 .navbar {position: fixed;z-index:999;color: #fff;top: 0;right: -400px;width: 180px;background: #4497d8; content: '';text-align: left;max-height:100%; min-height:100%;transition: all .3s ease-in-out;overflow: hidden;clear:both;margin: 0;padding:20px;display:block; font-weight:none;}
 .navicon {display: block !important;}
 .close-btn{ color:white;display: block !important;font-size:25px;cursor:pointer;}
 .navbar.open {transition: all .5s ease-in-out;right: 0;overflow-y: auto;}
 .navbar li {float: none!important;display: block;}
}

@media only screen and (max-width: 991px) {

	#services .service-item {font-size: 14px;}
  #nurse-delegators-listing{grid-template-columns: 1fr 1fr; }
  #compliance-help-listing{grid-template-columns: 1fr 1fr; }
  .gap p{margin:10px 0;}
	}


@media only screen and (max-width: 767px) {
 
  #nurse-delegators-listing{grid-template-columns:unset;display:block; }
  #compliance-help-listing{grid-template-columns: 1fr; }

header .container {display: block;}
header .top-bar a {font-size: 13px;}
.visible-xs {display: inline-block!important;}
footer { padding: 18px 0px 15px;}
footer ul.social-share { text-align: center;}
#home-banner .overlay-text h2{font-size: 26px;}
#home-banner .overlay-text ul {margin-top: 30px;}
.btn { font-size: 13px;    padding: 4px 6px;    min-width: 76px; border-radius:24px; letter-spacing:0;}
a.btn.btn-blue.login{border-radius: 50%;height: 30px; background: no-repeat; color: #4497d8; border: 1px solid;    min-width: 30px;margin-right: 3px;}
a.btn.btn-blue.login i{font-size: 20px;line-height: 21px;}
header .logo { display: inline-block;}
header nav ul li { display: inline-block; margin-left: 0;}
header nav { float: right;    margin: 3px 0;}
h2.title {    font-size: 24px;}
section {padding: 30px 0px;}
.mail-right{ text-align:right !important;}
#account-tab .nav-tabs li a {    padding: 15px 13px;    font-size: 16px;}
.heading {    font-size: 20px;}
.subheading {    font-size: 16px;    margin-bottom: 23px;}
.feature-item .text { padding-left: 0;    font-size: 14px;}
.feature-item { margin-bottom: 12px;}
.dark-bg h3 {  margin: 0px 0px;    font-size: 18px;}
.btn-lg { padding: 6px 8px; font-size: 14px;min-width: 110px;}
.text-right { text-align: left;}
.contact-btn{ text-align:right;    margin-top: 15px;}
#testimonial-slider .text {font-size: 15px;}
.h4, h4 { font-size: 18px;}
#services .service-item .icon {width: 45px;}
#Register label.radio-inline{    padding-left: 16px; font-size: 13px;}
.btn-compliance{ padding-left:4px;}
#page-title .register-link{float:none;}
#page-title .page-title{float:none !important;}

header .bottom-bar {padding: 10px 0; margin-bottom: 20px;}
#header #logo img {max-height:50px;}
 a#rgister {color: #fff;}
#account-tab{margin-left:0; margin: 20px 0;}
.row.d-rows {display: block;}
}

.misiion-section p {
     font-weight: 300;
    line-height: 1.7;
    color: #445056;
    font-size: 20px;
}
.logo-icon img {
    max-width: 100px;
}
  @media only screen and (max-width:500px){
  #header #logo img{ max-height:50px;}
  .navicon{font-size: 30px;}
  header .bottom-bar{margin-bottom:0px;}
  .btn-blue-border{padding:6px 12px!important;font-size:14px;}
  #register-area .btn {padding:6px 12px!important;font-size:14px;}
  .navbar li a {padding: 6px 18px;font-size: 14px;}
  .navbar{width: 200px;}
  }

  @media only screen and (max-width: 416px) {
    #header #logo img{ max-height:45px;}
    .navicon {font-size: 22px;  top: 14%;}
  
  }
  
@media (max-width:360px){
.navicon{right:25px; font-size:25px;}
}