/*
 * Reset Code
 */

body {
    padding: 0;
    margin: 0;
   font-family: 'Noto Sans SC', sans-serif;
}

body button, .btn, body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover, body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html, body {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #51585f;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.tt-u {
    text-transform: uppercase !important;
}

.section {
    padding: 60px 0;
}

.white * {
    color: #FFF !important;
}

img {
    max-width: 100%;
}

/* 
 * Start
 */

/* 
 * Header
 */

.header {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.brand a img {
    height:100px;
}

nav .menu li {
    list-style: none;
    display: inline-block;
}

nav .menu li a {
    color: #333;
    display: inline-block;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}

nav .menu li a:hover {
    color: #fff;
    background: #07488a;
}

#has-child {
    position: relative;
}

nav .menu li:hover>.dp-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

nav .menu .dp-menu {
    visibility: hidden;
    opacity: 0;
    width: 230px;
    background: #fff;
    box-shadow: 0px 1px 10px #e9e9e9;
    z-index: 234;
    position: absolute;
    transform: translateY(20%);
    transition: all 0.3s ease 0s;
}

nav .menu .dp-menu::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid#07488a;
    position: absolute;
    top: -10px;
    left: 30px;
}

nav .menu .dp-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}

nav .menu .dp-menu li:last-child {
    border-bottom: 0;
}

nav .menu .dp-menu li a {
    width: 100%;
    display: block;
    padding: 4px 12px;
}

nav .menu .dp-menu li a:hover {
    background:#07488a;
    color: #fff;
}

/* 
 * Banner Slider
 */

.home-banner, .home-fixed-banner {
    position: relative;
}

.home-fixed-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background: transparent url('../img/fixed-banner/banner-shape.png') center center no-repeat;*/
}

/*.home-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 360px;
    z-index: 10;
    background-image: url('../img/fixed-banner/banner-white-shape.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.home-banner-content {
    position: absolute;
    top: calc(50% - 150px);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 123;
}

.home-banner-content h1 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.home-banner-content h3 {
    background:#07488a;
    display: inline-block;
    font-size: 16px;
    padding: 6px 15px 4px;
    border-radius: 50px;
    margin-bottom: 30px;
    color: #fff;
}

a.hbn-btn {
    display: inline-block;
    border-bottom: 2px solid#07488a;
    padding: 6px 30px;
    color:#07488a;
    font-size: 16px;
    background: #fff;
}

a.hbn-btn:hover {
    background:#07488a;
    color: #fff;
}

a.hbn-btn i {
    transition: all 0.5s ease;
}

a.hbn-btn:hover i {
    margin-left: 10px;
}
/*Appointment Form*/
.appointment-here-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 50px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 4px;
}
.appointment-here-form .form-group .form-control {
    padding: 10px 20px;
    background-color: #ffffff;
}
.appointment-here-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    padding-left: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ced4da;
}
.appointment-here-form .appointment-btn {
    width: 100%;
    margin-bottom: 20px;
}
.appointment-btn {
    background-color: #07488a!important;
    padding: 10px 0px;
}
/*About Us */

.about-area{
background-image:linear-gradient(315deg, #07a212 0%, #e6b009 74%);

}

.about-area .about-content span {
    color:#07488a!important;
    position: relative;
    z-index: 1;
    padding-bottom:10px;
}

.about-area .about-content span {
    font-size: 20px;
    font-weight: 700;
    color: #31abfc;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.contact-btn {
    margin-top: 20px;
    background-color: #07488a!important;
    padding: 10px 0px;
    width: 40%;
}
.about-area .about-content span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 2px;
    background-color:#07488a;
}
.about-area .about-content span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: #d9d9d9;
    z-index: -1;
}
.about-area .excellence-item {
    margin-bottom:40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.about-area .excellence-item i {
    font-size: 35px;
    line-height: 1;
    background-color:#07488a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.excellence-item h3{
    color: #07660e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.excellence-item{
    font-size: 14px;
    font-weight: 600;
}
.about-area .excellence-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.about-area .about-content .about-list {
    margin-top: 30px;
}
.about-area .about-content .about-list ul {
    display: inline-block;
}
.about-area .about-content .about-list ul li {
    color: #262566;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.about-area .about-content .about-list ul li i {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 5px;
}
.our-vision-area .vision-content span {
    font-size: 14px;
    font-weight: 700;
    color:#07488a;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.our-vision-area .vision-content .vision-list {
    margin-top: 30px;
}
.our-vision-area .vision-content .vision-list ul {
    display: inline-block;
}
.our-vision-area .vision-content .vision-list ul li {
    color:#07488a;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: none;
}
.our-vision-area .vision-content .vision-list ul li i {
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 10px;
}
.our-mission-area .mission-content span {
    font-size: 14px;
    font-weight: 700;
    color:#07488a;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.our-mission-area .mission-content .mission-list {
    margin-top: 30px;
}
.our-mission-area .mission-content .mission-list ul {
    display: inline-block;
}
.our-mission-area .mission-content .mission-list ul li {
    color:#07488a;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: none;
}
.our-mission-area .mission-content .mission-list ul li i {
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 10px;
}
.our-mission-area{
    background-color: #f9fbfe;
}
/* 
 * Service
 */

.single-box {
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.single-box .content {
    border-radius: 38% 38% 0 0;
    padding: 110px 30px 35px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    margin-top: -125px;
}

.single-box .content h3 {
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 900;
}

.single-box .content h3 a {
    color:#07488a;
}

.single-box .content p {
    font-size: 16px;
}

.single-box .content .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
}

.single-box .content .icon img {
    height: 50px;
    display: inline-block;
    width: inherit;
}

.single-box .content .shape {
    position: absolute;
    left: 0;
    top: -55px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

/* 
 * Service 2
 */

.single-services-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box .icon {
    font-size: 65px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-top: -15px;
    margin-bottom: 12px;
}

.single-services-box .icon img {
    height: 50px;
}

.single-services-box h3 {
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.single-services-box h3 a {
    color:#07488a;
}

.single-services-box h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e1dfe1;
    height: 1px;
    width: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color:#07488a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.single-services-box .box-shape img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block !important;
}

.single-services-box .box-shape img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.single-services-box:hover {
    background-color:#07488a;
}

.single-services-box:hover h3, .single-services-box:hover h3 a, .single-services-box:hover p {
    color: #ffffff;
}

.single-services-box:hover .read-more-btn {
    color: #35BF19;
}

.single-services-box:hover .box-shape img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.single-services-box:hover .box-shape img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
}

button:focus {
    outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background:#07488a;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid#07488a;
}

/* 
 * Home About Us
 */

.about-content span {
    font-size: 18px;
    font-weight: 700;
    color:#07488a;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.about-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.about-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.about-content .about-list {
    margin-top: 30px;
}

.about-content .about-list ul {
    display: inline-block;
}

.about-content .about-list ul li {
    color: #262566;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: none;
}

.about-content .about-list ul li i {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 2px;
}

/* 
 * Section Devidar
 */

.sec-devidar {
    position: relative;
    width: 100%;
}

.sec-devidar.left::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 50%;
    border-bottom: 1px dashed #b4b4b4;
}

.sec-devidar.right::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    width: 50%;
    border-bottom: 1px dashed #b4b4b4;
}

.sec-devidar::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -25px;
    left: 50%;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 50px;
    background-image: -webkit-linear-gradient(45deg, #2052ae 15%,#07488a 65%);
    background-image: linear-gradient(45deg, #2052ae 15%,#07488a 65%);
}

/*
 * Services
 */

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    color:#07488a!important;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
}

.section-title p {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-services-box {
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #cccccc;
}

.single-services-box .icon {
    font-size: 65px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-top: -15px;
    margin-bottom: 12px;
}

.single-services-box .icon img {
    height: 50px;
    width: auto;
    margin: 0 auto;
}

.single-services-box h3 {
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.single-services-box h3 a {
    color:#07488a;
}

.single-services-box h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e1dfe1;
    height: 1px;
    width: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color:#07488a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.single-services-box .box-shape img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block !important;
}

.single-services-box .box-shape img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.single-services-box:hover {
    background-color:#07488a;
}

.single-services-box:hover h3, .single-services-box:hover h3 a, .single-services-box:hover p {
    color: #ffffff;
}

.single-services-box:hover .read-more-btn {
    color: #35BF19;
}

.single-services-box:hover .box-shape img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.single-services-box:hover .box-shape img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

/* 
 * Why Choose Us 
 */

.why-choose-us-content {
    background-color:#07488a;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-choose-us-content .services-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.why-choose-us-content .content {
    max-width: 705px;
    overflow: hidden;
    padding-left: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 12;
}

.why-choose-us-content .content .title {
    margin-bottom: 10px;
}

.why-choose-us-content .content .title .sub-title {
    color: #3aade1;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.why-choose-us-content .content .title h2 {
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}

.why-choose-us-content .content .title p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.why-choose-us-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    margin-top: 0;
}

.why-choose-us-content .content .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #e5e5e5;
    position: relative;
    padding-left: 82px;
    padding-right: 15px;
    padding-top: 30px;
}

.why-choose-us-content .content .features-list li .icon {
    position: absolute;
    left: 15px;
    top: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    color: #ffffff;
    background-color: #3aade1;
    text-align: center;
    font-size: 28px;
}

.why-choose-us-content .content .features-list li span {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}

/* 
 * Testimonials
 */

.testimonial-item{
    background: #fff;
    text-align: center;
    padding: 15px 15px 15px;
    margin: 0 15px 100px;
    position: relative;
}
.testimonial-item:before,
.testimonial-item:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial-item:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial-item .icon{
    display: inline-block;
    font-size: 80px;
    color:#07488a;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial-item .description{
    font-size: 15px;
    color:#51585f;
    text-align:center;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial-item .testimonial-item-content{
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial-item .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #07488a;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial-item .pic img{
    width: 100%;
    height: auto;
}
.testimonial-item .title{
    font-size: 15px;
    font-weight: bold;
    color:#07488a;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial-item .post{
    display: block;
    font-size: 14px;
    color:#07488a;
}
.testimonials {
    background:#07488a;
}
.testimonials h2{
    color:#fff;
}
/* 
 * Partners
 */

.partners{
    background-image: url('../img/white-bg-line.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
}

.partners-logo {
    width: 100%;
    border: 2px dotted #07488a;
    border-radius: 5px;
}

/* 
 * Counter
 */
.future {
    background: url(../img/inner-banner-bg.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.future-content{
    padding: 70px 0;
    text-align: left;
}
.future-content h1{
opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.future-content h1 {
    font-size:70px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 1;
}
.future-content p {
    color: #fff;
    font-size:15px;
    line-height: 32px;
    padding-right: 100px;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;


}
.future-roundbox {
    margin-top: 50px;
    margin-bottom: 50px;
}
.roundbox {
    position: relative;
    height: 320px;
    width: 320px;
}
.roundbox:before {
    content: "";
    background: url(../img/roundbox-bg.png) no-repeat scroll center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform-origin: center center;
     animation-name: rotate;
    animation-duration:8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.roundbox-block:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -32%);
}
.roundbox-block {
    text-align: center;
    display: inline-block;
    position: absolute;
}
.roundbox-icon {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #163963;
    border-radius: 100px;
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
}
.roundbox-block h5 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
}
.roundbox-block:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translate(-45%, -40%);
}
.roundbox-block:nth-child(3) {
    left: auto;
    right: 0;
    top: 50%;
    transform: translate(55%, -40%);
}
.roundbox-block:nth-child(4) {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
.counter {
    background: url('../img/counter.jpg') fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.achievements-content .title {
    margin-bottom: 60px;
    text-align: center;
}

.achievements-content .title .sub-title {
    color: #3aade1;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.single-funfact img {
    height: 65px;
}
.parcent img{
    position: absolute;
    top: 85px;
    right: 60px;
}

.single-funfact {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 8px 8px#07488a;
}

.single-funfact i {
    color: #3aade1;
    font-size: 50px;
    display: inline-block;
    margin-top: -11px;
    margin-bottom: 0;
}

.single-funfact h2 {
    color:#07488a;
    margin: 10px 0 0;
    font-size: 45px;
    font-weight: 900;
}

.achievements-content .title h2 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}

.achievements-content .title p {
    color: #ffffff;
    font-size: 16px;
    max-width: 655px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.achievements-content .bg-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single-funfact p {
    line-height: initial;
    color: #343434;
    font-size: 17px;
    margin-top: 3px;
    margin-bottom: 0;
}
.counter .counter-img{
    background-color: #fff;
    line-height: 90px;
    height: 90px;
    width: 90px;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.counter img {
    height: 55px;
}
.counter .counter-value{
    color: #fff;
    background: #07488a;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 100px;
    height: 130px;
    margin: 0 auto 20px;
    border: 20px solid #fff;
    display: block;
    position: relative;
}
.counter .counter-value:after{
    content: '';
    background-color: #fff;
    height: 40px;
    width: 3px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}
.counter h3{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin: 0;
}

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
/* 
 * Footer
 */

.footer-area {
    background-color: #07488a;
    padding-top: 70px;
    position: relative;
    /*z-index: 1;*/
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/bg-line.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subscribe-area {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #0c4776;
}

.subscribe-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
}

.subscribe-content p {
    color: #ffffff;
    opacity: 0.9;
    margin-top: 10px;
    margin-bottom: 0;
}

.subscribe-form {
    padding-left: 30px;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form form .input-newsletter {
    display: block;
    width: 100%;
    color: #07488a;
    height: 65px;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

.subscribe-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color:#07488a;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .logo a {
    display: inline-block;
}

.single-footer-widget .logo a img {
    height: 50px;
}

.single-footer-widget .logo p {
    color: #ebe7e7;
    margin-bottom: 0;
    margin-top: 15px;
}

.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}

.single-footer-widget .social li {
    display: inline-block;
    margin-right: 3px;
}

.single-footer-widget .social li a {
    display: inline-block;
    background-color: #3aade1;
    color: #07488a;
    width: 38px;
    font-size: 17px;
    height: 38px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
}

.single-footer-widget h3 {
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #0c4776;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.single-footer-widget h3::before {
    bottom: -1px;
    left: 0;
    width: 55px;
    height: 1px;
    background-color: #3aade1;
    content: '';
    position: absolute;
}

.single-footer-widget .footer-quick-links {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    margin-top: -12px;
}

.single-footer-widget .footer-quick-links li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
}

.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: #ebe7e7;
    text-transform: uppercase;
    font-size: 14px;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li {
    color: #ebe7e7;
    font-size: 15px;
    margin-bottom: 12px;
}

.single-footer-widget .footer-contact-info li span {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}

.copyright-area {
    margin-top: 40px;
    border-top: 1px solid #0c4776;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright-area p {
    color: #ebe7e7;
    font-size: 15px;
}

.copyright-area p a {
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}

.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    /*text-align: right;*/
}

.copyright-area ul li:first-child {
    margin-left: 0;
}

.copyright-area ul li a {
    display: inline-block;
    color: #ebe7e7;
}

.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.copyright-area ul li:first-child {
    margin-left: 0;
}

.copyright-area ul li {
    display: inline-block;
    color: #ebe7e7;
    font-size: 15px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

/*
 * Inner Banner
 */

/*.content p {*/

/*    margin-bottom: 15px;*/

/*}*/

.inner-banner {
    background: url('../img/inner-banner-bg.jpg') no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 150px 0;
}

.inner-banner.ti-inb {
    background: url('../gif/travel-insurance-inner.gif') no-repeat;
    background-position: center center;
}

.inner-banner.ai-inb {
    background: url('../img/ai-inner-banner-bg.jpg') no-repeat;
    background-position: center center;
}

.inner-banner.child-inb {
    background: url('../img/child-banner-bg.jpg') no-repeat;
    background-position: center center;
}

.inner-banner.term-inb{
    background: url('../img/term-inner-banner-bg.jpg') no-repeat;
    background-position: center center;
}
.inner-banner.rp-js-inb{
    background: url('../img/retirement-inner-img01.jpg') no-repeat;
    background-position: center center;
}

.inner-banner.mi-inb {
    background: url('../gif/motor-insurance-inner.gif') no-repeat;
    background-position: center center;
}

/*.inner-banner.mi-inb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #050b2a;
    z-index: -1;
    -webkit-animation: 5s fadeInLeft both;
    animation: 5s fadeInLeft both;
}
.inner-banner.mi-inb::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #050b2a;
    z-index: -1;
    -webkit-animation: 5s fadeInLeft both;
    animation: 5s fadeInLeft both;
}*/
.inner-banner.about-inb {
    background: url('../img/about-bg-img.jpg') no-repeat;
    background-position: center center;
}

.inner-banner.contact-inb {
    background: url('../img/contact-bg-img.jpg') no-repeat;
    background-position: center center;
}

.inner-banner.rp-inb {
    background: url('../img/retirement-inner-img.jpg') no-repeat;
    background-position: center center;
}

.inner-banner.ep-inb {
    background: url('../img/endowment-bg-img.jpg') no-repeat;
    background-position: center center;
}

.inner-banner-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.inner-banner-title h2 {
    color: #fff;
}

.inner-banner-title {
    margin-bottom: 10px;
}

.breadcrumb{
    display: inline-block;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.1);
    border-radius: 0;
}
.breadcrumb li{
    float: left;
    border-bottom: 4px solid rgba(0,0,0,0.3);
    font-size:16px;
    font-weight:600;
    color: #000;
    border-radius: 0;
    position: relative;
    background: #fff;
}
.breadcrumb li:nth-child(even){ background:#e8e8e8; }
.breadcrumb li:last-child{
    padding: 7px 15px;
    color: #fff;
    background:#07488a;
    position: relative;
}
.breadcrumb li:last-child:after{
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 15px solid #07488a;
    position: absolute;
    bottom: -25px;
    right: 10px;
}
.breadcrumb li:before{ display: none; }
.breadcrumb li a{
    display: block;
    padding: 7px 15px;
    font-size: 16px;
    color:#000;
}
@media only screen and (max-width: 479px){
    .breadcrumb li a,
    .breadcrumb li:last-child{
        padding: 8px;
        font-size: 12px;
    }
}

.content h3 {
    margin: 50px 0 20px;
}

.content p {
    font-size:16px;
    text-align: justify;
}

.middle-box {
    position: relative;
    display: table;
    min-height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

/* 

/*Health Insurance Plan*/
.hi-plans{
    background: #ebf3fb;
}
.hi-content-img img {
    height: 400px;
}
.health-insurance-plan{
    color: #999;
    background: linear-gradient(transparent 65%, #fbbd01 65%);
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.health-insurance-plan .service-img {
    color: #fff;
    background-color: #07488a;
    font-size: 50px;
    line-height: 80px;
    height: 110px;
    width: 100%;
    padding: 0px 10px;
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px;
}
.health-insurance-plan .service-content{
    background: #fff;
    padding: 0 20px 30px;
    border-radius: 15px 15px 150px 150px;
    border-top: 15px solid #fbbd01;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.health-insurance-plan .title{
    color: #07488a;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0 7px;
}
.health-insurance-plan .description{
    font-size: 14px;
    margin:30px 0 30px;
}
.health-insurance-plan .read-more{
    color: #07488a;
    font-size:16px;
    transition: all 0.3s ease 0s;
}
.health-insurance-plan .read-more:hover {
    text-shadow: 3px 3px rgb(0 0 0 / 20%);
}

@media only screen and (max-width:990px) {
    .health-insurance-plan{ margin: 0 0 30px; }
    .health-insurance-plan .service-content{ padding: 0 35px 20px; }
}
@media only screen and (max-width:359px) {
    .health-insurance-plan .service-content{ padding: 0 20px 20px; }
}
/*End Health Insurance Plan*/
.sidebar-card {
    background: #e4ebf3;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px #e1e1e1;
    border: 1px solid #d0e1f3;
}

.sidebar-card h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color:#07488a;
}

.sidebar-card ul li {
    list-style: none;
}

.sidebar-card ul li a {
    color: #454545;
}

.sidebar-card ul li a i {
    transition: all 0.5s ease;
}

.sidebar-card ul li a:hover {
    color: #35bf19;
}

.sidebar-card ul li a:hover i {
    margin-right: 8px;
}

.quick-sub-menu {
    margin-left: 20px;
    margin-top: 10px;
}

.btn.btn-primary.form-submit {
    background-color:#07488a;
    border-color:#07488a;
}
.btn.btn-primary.form-submit-home {
   background: linear-gradient(180deg#07488a 0%,#3244b1 100%);
    border-color: #3244b1;
    box-shadow: 0 10px 28px -10px#07488a;
    transition: all 0.4s cubic-bezier(0.25,0.8,0.25,1);
}
.btn.btn-primary.form-submit-home:active{
   background: linear-gradient(180deg#07488a 0%,#3244b1 100%);
    border-color:#07488a;
}
.btn.btn-primary.form-submit-home:hover{
   background: linear-gradient(180deg,#041050 0%,#142db5 100%);
    border-color:#07488a;
    opacity: inherit;
    
}

.sidebar-card-with-img {
    background: url('../img/form-bg.jpg');
    background-size: cover;
    background-position: left top;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px #e1e1e1;
    border: 1px solid #d0e1f3;
}

.sidebar-card-with-img h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.highlight-content p {
    display: flex;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 12px;
    margin-left:30px;
    font-size: 16px;
}

.highlight-content p i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    background-color: #faf5f5;
    color:#07488a;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left:10px;
}
.highlight-content p i:hover{
    background-color:#07488a;
    color: #ffffff;
}
.highlight-content h3{
    margin:20px 0px;
}
.benefit-content-title {
    background:#07488a;
    padding: 10px 10px 5px;
    border-radius: 5px;
}

.benefit-content-title h2 {
    color: #fff;
    font-size: 16px;
}

.benefit-content-title h2 i {
    font-size: 16px;
}

.benefit-content-desc {
    padding: 5px 10px;
    border: 1px solid #96fe81;
    background: #e2f6de;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 15px;
    position: relative;
}

.benefit-content-desc p {
    font-size: 16px;
}

.benefit-content-desc::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #35bf19;
    position: absolute;
    top: -9px;
    left: 15px;
}

.benefit-content-card {
    margin-bottom: 15px;
}

.type-of-motor{
    background: #f1f6fb;
}
/*Travel Insurance Css*/
.ti-content-img img{
    height: 400px;
}
.tr-box {
  background:#07488a; 
  color: #ddd;
  padding: 10px;
  float: right;
  position: relative;
  margin-bottom: 25px;
  min-height:156px;
}
.tr-box:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #f2c21a;
  border-left: 15px solid #07488a;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}
.tr-box.rounded{
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.tr-box.rounded:before{
  border-width: 8px;
  border-color: #323232 #323232 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.tr-box i{
   font-size: 60px;
    background: #f2c21a;
    padding: 20px 25px;
    border-radius: 50px;
    color: #000;
}
.tr-box h3{
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
  color:#f2c21a;
}

.tr-box p{
  font-size: 16px;
  color: #fff;
}
.tr-box:hover i{
  background: #f2c21a;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    color: #fff;
}

.tr-key-box{
    color: #999;
    text-align: center;
    border-bottom: 15px solid #07488a;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}
.tr-key-box .service-icon{
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    padding: 40px 0 26px;
    overflow: hidden;
    position: relative;
}
.tr-key-box .service-icon:before{
    content: '';
    background-color: #07488a;
    height: 300px;
    width: 300px;
    border-radius: 30px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: -1;
}
.tr-key-box .service-content {
    background: #f2c21a;
    padding: 50px 10px 50px;
    margin: 0 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5) inset;
    position: relative;
}
.tr-key-box .service-content:before,
.tr-key-box .service-content:after{
    content: '';
    background-color:#07488a;
    height: 10px;
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    z-index: -1;
}
.tr-key-box .service-content:after{
    border-radius: 8px 8px 0 0;
    top: auto;
    bottom: 0;
}
.tr-key-box .title{
    color:#fff;
    font-size: 17px;
    margin: 0 0 5px;
}
.tr-key-box .description{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.tr-key-box .fa{
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
}
/*Benefit Timeline*/
    .benefit-timeline{
    position: relative;
    z-index: 1;
}
.benefit-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #003f5b;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.benefit-timeline .timeline{
    margin-bottom:10px;
    position: relative;
}
.benefit-timeline .timeline:before,
.benefit-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.benefit-timeline .timeline-content{
    width:51%;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}
.benefit-timeline .timeline-icon{
    width: 16px;
    height: 10px;
    background: #fbbd01;
    margin: 0 auto;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    z-index: 1;
}
.benefit-timeline .timeline-icon:before{
    content: "";
    position: absolute;
    border-bottom: 4px solid #fbbd01;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -4px;
    left: 0;
}
.benefit-timeline .timeline-icon:after{
    content: "";
    border-top: 4px solid #fbbd01;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.benefit-timeline .date{
    display: inline-block;
    padding: 2px 5px;
    background: #fbbd01;
    font-size: 16px;
    color: #fff;
}
.benefit-timeline .timeline-content.left .date{
    margin-right: -4px;
}
.benefit-timeline .timeline-content.right .date{
    margin-left: -4px;
}
.benefit-timeline .title{
    display: inline-block;
    padding: 8px 8px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.benefit-timeline .description{
    padding: 5px 20px;
    background: rgb(254, 254, 254);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #003f5b;
}
.benefit-timeline .timeline-content.left{
    text-align: right;
}
.benefit-timeline .timeline-content.right{
    float: right;
}
.benefit-timeline .timeline-content.left .title{
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.benefit-timeline .timeline-content.right .title{
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15)
}

@media screen and (max-width: 767px){
    .benefit-timeline:before{
        left: 0;
        margin: 0;
    }
    .benefit-timeline .timeline-content{
        width: 90%;
        float: right;
    }
    .benefit-timeline .timeline-icon{
        margin: 0;
        left: -6px;
    }
    .benefit-timeline .timeline-content.left{
        text-align: left;
    }
}
/*End Benefit Timeline*/

.right-sidebar {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 2%;
}

.hc-table-head {
    background: #07488a;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
}

.hc-table-body {
    border: 1px solid#07488a;
}

/* 
 * Top Header
 */

.social-media-top .media-btn {
    display: inline-block;
    width: 31px;
    height: 30px;
    background: #f1f1f1;
    margin: 0px 5px;
    border-radius: 50%;
    /* box-shadow: 0 5px 15px -5px #00000070; */
    color: #07488a;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height:30px;
}

.social-media-top .media-btn i {
    font-size: 15px;
    line-height: 30px;
    transition: 0.2s linear;
}

.social-media-top .media-btn:hover i {
    transform: scale(1.3);
    color: #f1f1f1;
}

.social-media-top .media-btn::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.social-media-top .media-btn-fb::before {
    background: #0084FF;
}

.social-media-top .media-btn-tw::before {
    background: #00ACED;
}

.social-media-top .media-btn-ig::before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-media-top .media-btn-yt::before {
    background: #FF0000;
}

.social-media-top .media-btn:hover::before {
    animation: flash 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes flash {
    0% {
        left: -100%;
        top: 90%;
    }
    50% {
        left: 10%;
        top: -30%;
    }
    100% {
        left: -10%;
        top: -10%;
    }
}

/* 
 * Distinct
 */

.w-choose-box {
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    padding: 30px 20px;
    background-size: 100% 200%;
    background-position: bottom right;
    transition: all .5s ease-out;
}

.w-choose-icon img {
    height: 60px;
    transform: rotateY(360deg);
    transition: all 0.5s ease;
}

@-webkit-keyframes thumb {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.w-choose-box:hover {
    animation-name: thumb;
    animation-duration: 200ms;
    transform-origin: 50% 50%;
    animation-iteration-count: 2;
    animation-timing-function: linear;
    background: #efeeff;
}

.w-choose-box:hover .w-choose-icon img {
    transform: rotateY(0);
}

.w-choose-title {
    color:#07488a;
    font-size: 20px;
}

.w-choose-cont {
    color: #555;
    font-size: 16px;
}

.w-choose-middle-box {
    margin: 30px 0;
    min-height: 225px;
    text-align: center;
}

.w-choose-left, .w-choose-right {
    margin-top: 14%;
}

.fab img {
    width: 180px;
    height: 180px;
    line-height: 180px;
    transition: .5s;
}

.fab {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: #000;
    text-align: center;
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(0, 0);
    transition: .5s;
    box-shadow: -20px 20px 10px rgba(0, 0, 0, .5)
}

.fab:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -30px;
    height: 100%;
    width: 30px;
    background: #000;
    transition: .5s;
    transform: rotate(0deg) skewY(-45deg)
}

.fab:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -15px;
    height: 30px;
    width: 100%;
    background: #151515;
    transition: .5s;
    transform: rotate(0deg) skewX(-45deg)
}

.fab:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(10px, -10px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, .5)
}

/* Service*/

 .service-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
.service-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #e8bc00;
    bottom: -25px;
    margin: auto;
    right: 0;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
   margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-insurance .service-icon i {
   font-size: 40px;
    color:#07660e;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
.service-insurance .service-icon i:hover{
    color: #07488a!important;
}
.service-insurance {
    border: 1px solid #e6e6e6;
    padding: 30px 30px;
      position: relative;
      background:#f5faff;
}

.service-insurance p{
      position: relative;
}

.insurance1:hover {
    background-image: url(../img/service/service-img-01.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
.insurance2:hover {
    background-image: url(../img/service/service-img-02.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
.insurance3:hover {
    background-image: url(../img/service/service-img-03.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
.insurance4:hover {
    background-image: url(../img/service/service-img-04.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-insurance:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-insurance:hover h4,.service-insurance:hover p{
    color: #fff;
}
.service-insurance h4 {
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 15px;
    text-transform: capitalize;
      position: relative;
}
.service-insurance a {
    display: inline-block;
    padding: 6px 30px;
    background: #07488a;
    border-radius: 50px;
    color: #ffff;
    margin-top: 20px;
    position: relative;
}



/*my css start from here*/

.why-choose {
    background-image: url(../img/white-bg-line.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
}

/* 
 * Travle Insurance
 */

.white * {
    color: #fff;
}

.key-features {
    background: #ebf3fb;
}

.kf-box-icon img {
    height: 60px;
}

.key-features-box:hover .kf-box-icon img {
    animation: pulse 400ms ease-in-out;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.kf-box-icon {
    margin-bottom: 30px;
}

.key-features-box {
    background: #d9deff;
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
}

.kf-box-txt h4 {
    font-size: 18px;
}

.benefits-ti p, .exclusions-mi p {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
}

.benefits-ti p i, .mi-plans-content p i, .ai-plans .content p i, .exclusions-mi p i {
    margin-right: 8px;
    margin-top: 3px;
    color: #35BF19;
}

.benefits-ti h3, .exclusions-mi h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

/* Accordion
================================================== */

.acc__card {
    margin-bottom: 1rem;
    position: relative;
}

.acc__title {
    background: #07488a;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: .6em 1em;
    position: relative;
    text-align: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 1rem;
    content: " ";
    top: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    background:rgb(0 123 255 / 8%);
    color: #07488a;
    display: none;
    padding: 1rem;
    font-size: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* 
 * Travel
 */

.ti-plans {
    background: rgb(209, 213, 255);
}

.ti-plans-box{
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    border: 10px solid #ddd;
    border-top-color:#07488a;
    border-bottom-color:#07488a;
    border-radius: 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 30px;
    min-height:365px;
}
.ti-plans-box:before{
    content: '';
    border:3px dashed #fbbd01;
    border-radius: 20px;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.ti-plans-box .service-icon{
    color:#07488a;
    background: linear-gradient(
135deg,#e7e7e7,#fff,#fff);
    font-size: 60px;
    line-height: 90px;
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}
.ti-plans-box .title{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.ti-plans-box .description{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.ti-plans-box.purple .service-icon{ color: #924963; }
@media only screen and (max-width: 990px){
    .ti-plans-box{ margin: 0 0 30px; }
}

/* 
 * Accidental
 */

.ai-plans {
    background: #d1ffd7;
}

.ai-plans .content p {
    display: flex;
}


.incidents-ai p, .mi-plans-content p {
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
}

.incidents-ai p i {
    margin-right: 8px;
    margin-top: 3px;
    color: #ff9900;
}

.incidents-ai h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

@keyframes scrollBad {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -800px
    }
}

.ai-policy{
    background:#07488a;
    text-align: center;
    padding: 15px 10px 30px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
    
}
.ai-policy:before{
    content: "";
    background: #FB9C02;
    width: 25px;
    height: 25px;
    box-shadow: -5px 5px 5px rgb(0 0 0 / 30%);
    transform: translateX(-50%) rotate(
-45deg
);
    position: absolute;
    top: 88px;
    left: 50%;
}
.ai-policy .service-img img{
    height: 80px;
}
.ai-policy:hover {
    background:#07458e;
    box-shadow: 8px 8px 0px #fff;
    animation-name: thumb;
    animation-duration: 200ms;
    transform-origin: 50% 50%;
    animation-iteration-count: 2;
    animation-timing-function: linear;
    transition: all 0.5s ease-in;
}
.ai-policy .service-content{
    background: linear-gradient(#fff 50%, #f5f5f5 50%);
    padding: 5px 15px 5px;
    border-radius: 10px;
    margin-top: 20px;
}
.ai-policy .title{
    color: #FB9C02;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.ai-policy .description{
    color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

@media only screen and (max-width:990px){
    .ai-policy{ margin: 0 0 30px; }
}
.mi-plans {
    background:#f1f6fb;
}

.tomi-insurance{
    color: #606060;
    background-color: #fdfdfd;
    text-align: center;
    padding: 0 15px 45px 15px;
    margin: 60px 0 0;
    border: 1px solid transparent;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    height:475px;
}
.tomi-insurance:hover{ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
.tomi-insurance:after{
    content: "";
    background:#07488a;
    width: 100px;
    height: 20px;
    border-radius: 50px 50px 0 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}
.tomi-insurance .service-count{
    color: #fff;
    background: #07488a;
    font-size: 50px;
    line-height: 100px;
    width: 120px;
    height: 120px;
    margin: -61px auto 0;
    border-radius: 50%;
    text-shadow: 0 0 4px #555;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 80%, 0 50%);
}
.tomi-insurance .title{
    color:#fbbd01;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.tomi-insurance .description{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin:30px 20px;
}
.tomi-insurance .service-icon{
    color:#fbbd01;
    background-color: #fff;
    font-size: 35px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin:30px auto;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2),0 0 1px 12px #dee8e6;
}
.tomi-insurance:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}

@media only screen and (max-width:990px){
    .tomi-insurance{ margin: 60px 0 90px; }
}



.add-on-riders-box {
    background: #07488a;
    padding: 75px 60px;
    border-radius: 10px;
    border: 2px dotted #fbbd01;
    margin-top: 100px;
}

.add-on-riders-box h2 {
    color:#fbbd01;
    font-size: 22px;
    margin-bottom: 15px;
}

.add-on-riders-box p {
    font-size: 16px;
    text-align: justify;
    color: #fff;
}

.table-dark {
    color: #fff;
    background-color:#fbbd01;
}
.table-dark td{
    border-color: #fff;
}

/* 
 * About
 */

.vi-box-content {
    background: #0b102b;
    padding: 30px;
}

.middle-prant {
    position: relative;
    display: table;
    min-height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.vi-box-content h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.vi-box-content p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
    color: #9ca2c1;
}

/* 
 * TimeLine
 */

.ps-timeline-sec {
    position: relative;
    background: #fff;
}

.ps-timeline-sec .container {
    position: relative;
}

.ps-timeline-sec .container ol:before {
    background: #4bc632;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol:after {
    background: #4bc632;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 300px 0;
    padding: 0;
    border-top: 2px solid #4bc632;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 2px solid #35bf19;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #0b102b;
    font-size: 1.5em;
    position: absolute;
    top: -25px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #4bc632;
    width: 2px;
    height: 50px;
    background: #4bc632;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #4bc632;
    width: 8px;
    height: 8px;
    background: #4bc632;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #4bc632;
    width: 2px;
    height: 50px;
    background: #4bc632;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #4bc632;
    width: 8px;
    height: 8px;
    background: #4bc632;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}

/* ||\\  //||*/

/* || \\// ||*/

/* @media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
      background: #4bc632;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      position: absolute;
      top: 130px !important;
      left: 36px !important;
    }
    .ps-timeline-sec .container ol:after {
      background: #4bc632;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      position: absolute;
      top: inherit !important;
      left: 36px;
    }
    .ps-timeline-sec .container ol.ps-timeline {
      margin: 130px 0 !important;
      border-left: 2px solid #4bc632;
      padding-left: 0 !important;
      padding-top: 120px !important;
      border-top: 0 !important;
      margin-left: 25px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
      height: 220px;
      float: none !important;
      width: inherit !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
      width: 70px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
      margin: 0;
      bottom: 0 !important;
      height: 120px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
      bottom: 40px !important;
      width: 40% !important;
      margin-left: 25px !important;
      margin-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
      width: 100%;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
      margin-bottom: 0 !important;
      top: 20px;
      width: 50% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
      left: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
      position: absolute !important;
      bottom: 150px !important;
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
      margin: 0 auto !important;
      width: 80% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
      position: absolute !important;
      bottom: 115px !important;
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
      text-align: left !important;
      width: 100% !important;
      margin: 0 auto !important;
      margin-top: 0px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
      width: 60% !important;
      float: right !important;
      right: 0;
      top: -40px;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
      width: 60% !important;
      float: right !important;
      right: 0;
      top: -40px;
    }
  } */

/* Team */

.our-team{
    border: 2px solid #07488a;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #07488a;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background:#07488a;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #07488a;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: linear-gradient(to bottom,#07488a, darkred);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

/* 
 * Contact Us
 */

.bg-light {
    background: #f8f9fd !important;
}

.contact-wrap {
    background:#07488a;
}
.contact-wrap h3{
    color:#fff;
}
.contactForm .label {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.contactForm .form-control {
    height: 42px;
    background: #fff !important;
    color: #000000 !important;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 7px;
}
.form-control.mess-control {
    height: 100px;
    padding: 10px 10px;
}

textarea.form-control {
    height: inherit !important;
}

.info-wrap {
    color: rgba(255, 255, 255, 0.8);
}

.bg-primary {
    background:#fbbd01 !important;
}

.info-wrap h3 {
    color: #fff;
    margin-bottom: 20px;
}

.info-wrap p {
    color: #fff;
    font-size: 16px;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox {
    background: #07488a;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 10px;
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff;
}

.info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
}

.info-wrap .dbox p a {
    color: #fff;
}

.banner-quiry-form h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.banner-quiry-form {
    background: url('../img/banner-form-img.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 30px;
}

.banner-quiry-form .btn.btn-primary.form-submit{
    border: 2px solid #fff;
}



.ed-plan{
        display:none;
    }


/*insurance box css start*/
.trusted-insurance{
   /* margin-left:25px;*/
}
.trusted-insurance-box{
    background-color: #07660e;
    border-radius: 4px;
    padding: 35px 25px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    margin-bottom: 35px;
}
.trusted-insurance-box > span {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color:#07488a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    flex-shrink: 0;
    transition: all 500ms ease;
}
.trusted-insurance-box:hover > span {
    background-color: #fff;
    color:#07488a;
}
.trusted-insurance-box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-left: 20px;
    max-width: 260px;
    transition: all 500ms ease;
}
.trusted-insurance-box:hover {
    background-color:#07488a;
}
/*insurance box css end*/
 /*Silding form css*/
 .sidebar-contact{
  position:fixed;
  top:50%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 1;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
 .sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
  font-size: 22px;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#07660e;
  top:0;
  left:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f2b7';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
 
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
    left: -50px;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    left:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
  .roundbox {
   position: relative;
    height: 230px;
    width: 172px;
}
.future-roundbox {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
}
.roundbox-block h5 {
    font-size: 14px;
}
.about-content{
    margin-bottom: 20px;
}
.vision-content{
    margin-top: 20px;
}
}
@media (min-width:320px) and (max-width:520px) { 
    .sidebar-contact{
        right:-350px;
    }
}
@media (min-width:375px) and (max-width:520px) { 
    .sidebar-contact{
        right:-350px;
    }
    .future-roundbox {
    margin-left: 75px;
}
}
@media (min-width:425px) and (max-width:520px) { 
    
    .future-roundbox {
    margin-left: 108px;
}
}


