.content-section {
    min-height: 30vh
}

a,
input:focus {
    outline: -webkit-focus-ring-color auto 0
}

.d-display {
    display: block
}

.m-display {
    display: none
}

.zoomimg {
    position: relative;
    overflow: hidden
}

.zoomimg img {
    max-width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.zoomimg:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

p,
ul li,
label,
    {
    font-size: 14px
}

.heading {
    font-size: 28px;
    margin-bottom: 10px;
    color: #114683;
    font-weight: 600
}

.heading span {
    display: inline-block;
    text-transform: capitalize;
    background-position: center
}

.heading .border-b {
    background-image: url(../images/border-b.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 40px
}

.border-btn {
    width: 50%;
    height: 2px;
    background-color: #ccc;
    transition: 1s
}

section:hover .border-btn {
    width: 100%;
    height: 2px;
    background-color: #02418a
}

.clear {
    clear: both
}

.bg-white {
    background-color: #fff
}

.scroll::-webkit-scrollbar {
    width: 2px;
    background-color: #50c77c
}

.btn-hover {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn-hover:hover {
    color: #fff;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn-hover.view-profile {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed)
}

.btn-hover.get-qt {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19)
}

.btn-hover.read-more {
    background-image: linear-gradient(to right, #2c63a7, #2d5b96, #315c93, #4e4d46)
}

.btn-hover.view-all {
    background: linear-gradient(#d26547, #f09341)
}

.btn-hover.view-all:hover {
    box-shadow: 1px 3px 4px #000
}

.btn-hover.buy-ld {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed)
}

.get-qt i,
.view-profile i {
    font-size: 16px;
    float: left;
    margin-right: 5px
}

.slider {
    position: relative;
    width: 100%;
    display: table
}

.slider .carousel-inner .carousel-item img {
    width: 100%;
    height: 375px
}

.slider-img {
    width: 100%
}

.slider-captions {
    position: absolute;
    bottom: 140px
}

.slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 10px
}

.slider .owl-next {
    position: absolute;
    top: 45%;
    right: 10px
}

.slider .owl-prev,
.slider .owl-next {
    background-color: #f12a02;
    padding: 10px 16px;
    border-radius: 2px;
    font-size: 18px
}

.slider .owl-prev:hover,
.slider .owl-next:hover {
    background-color: #8e517d;
    color: #fff
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 34px;
    height: 3px;
    margin: 2px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0
}

.slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    bottom: 50px;
    position: relative
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #f12a02
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
    display: none
}

.form-section {
    padding: 18px 0 0;
    position: relative;
    background-image: url(../images/banner.jpg);
    border-top: 0 solid #ccc;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 354px;
    z-index: 0
}

.banner-form {
    position: absolute;
    height: auto;
    width: auto;
    left: 0%;
    right: 0%;
    top: 70px;
    text-align: center
}

.banner-form h4 {
    padding: 0;
    font-size: 34px;
    font-family: Cambria;
    color: #fff;
    font-style: italic;
    font-weight: 600
}

.banner-form h2 {
    padding: 0;
    font-size: 22px;
    font-family: Cambria;
    color: #fff;
    font-style: italic
}

.banner-form form {
    padding: 15px;
    background-color: rgba(33, 37, 41, .5215686274509804);
    box-shadow: 0 0 1px #fff;
    -webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    -o-box-shadow: 0 0 1px #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

.banner-form .row {
    padding: 5px 15px
}

.banner-form label {
    color: #fff;
    justify-content: left;
    font-size: 14px
}

.banner-form .btn {
    margin-top: 5px;
    width: 100%;
    border-radius: 0
}

.padding-lr {
    padding-right: 2px;
    padding-left: 2px
}

.padding-r {
    padding-right: 0
}

.padding-l {
    padding-left: 0
}

.textstyl {
    height: 40px;
    width: 100%;
    padding: 7px 14px;
    border: 1px solid #ababab;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border-radius: 24px
}

.textarea1 {
    min-height: 45px;
    max-height: 100px;
    width: 100%;
    padding: 7px 14px;
    font-size: 13px;
    background-color: #fff;
    color: #000;
    border-radius: 24px
}

.textstyl:focus,
.select1:focus {
    outline: -webkit-focus-ring-color auto 0;
    border-color: #124584
}

.city1 {
    position: relative
}

.city1:before {
    content: '\f3c5';
    position: absolute;
    z-index: 999;
    color: #7d7d7d;
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 20px;
    left: 4%;
    top: 16%;
    clear: both
}

.country {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.country .select {
    width: 100%;
    padding: 7px 14px 7px 40px;
    border: 1px solid #ababab;
    font-size: 14px;
    color: #000;
    border-radius: 24px;
    position: relative;
    height: 40px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer
}

.country .select:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 8px;
    height: 5px;
    background: url(https://zinee91.dothome.co.kr/codepen/ico_updown3.png) no-repeat
}

.country .select.open:after {
    background-position: 0 -5px
}

.country .dropdown {
    display: none;
    position: absolute;
    top: 39px;
    left: 5%;
    width: 90%;
    height: 125px;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #a6a6a6;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    overflow-y: scroll;
    z-index: 99
}

.country .dropdown::-webkit-scrollbar {
    width: 2px;
    background-color: #1bb650
}

.country .dropdown ul {
    list-style: none;
    padding: 0
}

.country .dropdown li {
    padding: 0 20px;
    line-height: 34px;
    font-size: 13px;
    font-weight: 400;
    color: #828282;
    cursor: pointer
}

.country .dropdown li:first-child {
    margin-top: 12px
}

.country .dropdown li:last-child {
    margin-bottom: 12px
}

.country .dropdown li:hover {
    background: #dedede;
    color: #454545
}

.country .dropdown li.open {
    display: block
}

.form-position {
    position: relative;
    padding: 0 15px;
    left: 0%;
    right: 0%;
    top: 0;
    z-index: 9
}

.i-b-form {
    background-color: #fff;
    padding: 10px 10px 5px;
    box-shadow: 0 0 20px #000;
    position: absolute;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    width: 100%;
    transition: .5s;
    top: 200px;
    display: inline-block
}

.i-b-form .text-grp {
    width: 100%;
    float: left
}

.i-b-form h5 {
    font-weight: 700;
    font-size: 16px;
    color: #012b72;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0
}

.msform p {
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 14px;
    color: red;
    font-style: italic
}

.i-b-form label {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding-top: 3px
}

.i-b-form .form-group {
    margin-bottom: 5px
}

.rdo-div {
    padding: 5px 5px 5px 15px
}

.captcha-box {
    float: left;
    width: 60%
}

.captcha-code {
    float: left;
    width: 40%;
    height: 42px;
    text-align: right
}

.captcha-code img {
    width: 99%;
    height: 42px;
    margin-left: 1%;
    margin-top: -1px
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #2f5a91c9;
    width: 25px;
    height: 25px;
    border: 5px solid #ddd;
    border-radius: 50%;
    margin: -5px
}

.submit {
    background: linear-gradient(#00295d, #124584) !important;
    margin-top: 0;
    border: 1px solid #fff;
    border-radius: 23px;
    padding: 10px 30px;
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 100px;
    transition: .5s;
    float: right
}

.submit i {
    float: right;
    margin: 5px 0 0 10px
}

.submit:hover {
    background: linear-gradient(#124584, #00295d) !important;
    color: #f1f1f1
}

.service-grp-icon {
    border-bottom: 0 solid #ccc
}

.service-grp-icon .nav-tabs {
    border-bottom: 0 solid #ccc
}

.service-heading {
    font-size: 23px !important;
    margin-bottom: 5px
}

.service-icon a {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 80px;
    margin: 5px;
    text-align: center;
    display: block;
    border: 5px solid #eeeff3;
    transition: .5s;
    border-radius: 25px;
}

.service-icon .active {
    /*background-color: #bec9cd*/
    border-color: #abf383;
}

.service-icon a:hover {
    margin-top: -8px;
    position: relative;/*
    background-color: #bec9cd*/
        border-color: #446e8c;
}

.service-icon a img {
    height: 60px !important;
    width: auto;
    max-width: 100%;
    margin: 0;
    display: inline-block
}

.service-icon p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600
}

.service-grp-icon .slick-prev,
.service-grp-icon .slick-next {
    top: 32%;
    z-index: 9;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 0%
}

.runing-time-service {
    padding: 20px 0 40px;
    margin-top: 0
}

.runing-time-service h3 {
    font-size: 20px;
    padding-bottom: 10px
}

.runing-time {
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    margin-bottom: 15px
}

.runing-time .runing-text {
    float: left;
    width: 65%;
    padding: 45px 0
}

.runing-time .runing-text h4 {
    padding-left: 10%;
    color: #2d2b2b;
    font-size: 16px
}

.runing-time .runing-text p {
    padding-left: 10%;
    color: #000;
    font-size: 12px
}

.runing-time .runing-img {
    width: 35%;
    float: left;
    padding-left: 10px
}

.runing-time .runing-img img {
    width: 100%;
    height: 100%;
    clip-path: ellipse(99% 140px at 100% 50%)
}

.bg-color1 {
    background-color: #caceef
}

.bg-color2 {
    background-color: #ffe7fa
}

.bg-color3 {
    background-color: #bfe2ef
}

.bg-color4 {
    background-color: #f3c6c6
}

.bg-color5 {
    background-color: #d0bca3
}

.bg-color6 {
    background-color: #c4d9f1
}
.bg-color9 {
    background-color: #b5fbbcf7
}
.about-company {
    padding: 60px 0 0;
    overflow: visible
}

.about-company-img {
    width: 100%;
    position: relative
}

.about-company-img img {
    width: 100%
}

.about-company-box {
    max-width: 100%;
    font-size: 14px
}

.about-company-box h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000
}

.about-company-box h3 {
    font-weight: 700;
    font-size: 36px;
    color: #339447;
}

.about-company-box ul {
    padding-left: 20px;
    list-style: none
}

.about-company-box ul li {
    font-size: 16px;
    font-weight: 600;
    padding: 3px 10px;
    position: relative
}

.about-company-box p {
    font-size: 14px
}

.about-company-box ul li:before {
    font-family: "font awesome 5 free";
    font-weight: 600;
    content: "\f101";
    left: -23px;
    top: 0%;
    font-size: 24px;
    position: absolute;
    color: #389c44;
}

.why-my-company {
    background: linear-gradient(60deg, #fff, #fff);
    background-size: 100%;
    padding: 10px 0
}

.why-my-company h4 {
    margin-bottom: 80px;
    text-align: center
}

.why-my-company h4 span {
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #51c779
}

.why-my-company h4 span:after {
    content: '';
    position: absolute;
    left: 42%;
    top: 95%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    clear: both
}

.why-my-company h4 span:before {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #51c779;
    clear: both
}

.why-my-company .why-choose-box {
    background-color: #fff;
    padding: 15px;
    border: 0 solid #ccc
}

.why-my-company .why-choose-box figure {}

.why-my-company .why-choose-box figure img {
    width: 70px
}

.why-my-company .why-choose-box figure img.average {
    width: 156px
}

.why-my-company h3 {
    color: #0c5ca1;
    font-size: 35px
}

.why-my-company h5 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.why-my-company p {
    color: #000;
    text-align: center;
    font-size: 16px
}

.testimonial-section {
    padding: 20px 0;
    background-color: #fff
}

.testimonial {
    padding: 20px 10px
}

.testimonial-section .slide-box {
    position: relative;
    text-align: center;
    min-height: 388px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #f1f1f1;
    padding: 20px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 0 #c5d0de;
    transition: .5s
}

.testimonial-section .slide-box:first-child {
    margin-left: 10px
}

.testimonial-section .slide-box:last-child {
    margin-right: 10px
}

.testimonial-section .slide-box:hover {
    box-shadow: 0 0 7px 2px #ccc;
    z-index: 999
}

.testimonial-section .slide-box .fdb-icon {
    width: 100%;
    float: left;
    text-align: center
}

.testimonial-section .slide-box .fdb-icon i {
    font-size: 40px
}

.testimonial-section .slide-box .fdb-cont {
    width: 100%;
    margin-left: 0
}

.testimonial-section .slide-box .fdb-cont h4 {
    margin: 0;
    padding-top: 7px
}

.testimonial-section .slide-box .fdb-cont h4 a {
    color: #02418a;
    font-weight: 500;
    font-size: 18px
}

.testimonial-section .slide-box .fdb-cont h5 {
    margin: 0
}

.testimonial-section .slide-box .fdb-cont h5 a {
    color: #f26522;
    font-size: 14px
}

.testimonial-section .slide-box .fdb-cont p {
    padding: 10px 0;
    font-size: 14px;
    text-align: justify
}

.testimonial-section .slide-box .fdb-cont .border-b1 {
    border-bottom: 1px solid #ccc
}

.testimonial-section .slide-box .fdb-cont .tf {}

.testimonial-section .slide-box .fdb-cont .tf span {
    float: left;
    color: #333;
    font-size: 14px
}

.testimonial-section .slide-box .fdb-cont .tf .star {
    float: right
}

.testimonial-section .slide-box .fdb-cont .tf .star i {
    color: #41579c
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
    display: block !important
}

.faq-section {
    padding: 30px 0 40px;
    overflow: hidden;
    background: linear-gradient(30deg, #ffffff, #d3d6d4)
}

.faq-section h4 {}

.faq-section .card-header {
    position: relative;
    padding: 0
}

.faq-section .card-header a {
    text-decoration: none;
    color: #fff;
    background-color: #6f7370;
    padding: .75rem 1.25rem;
    display: block
}

.faq-section .card-header a span {
    float: left;
    background-color: #515452;
    color: #fff;
    position: absolute;
    padding: 8px 20px;
    left: 0;
    top: 0
}

.faq-section .card-header a span:before {
    z-index: 0;
    position: absolute;
    top: 0%;
    right: -35px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 35px;
    border-color: transparent transparent transparent #515452
}

.faq-section .card-header .collapsed {
    color: #000;
    background-color: #f1f1f1
}

.faq-section .card a h5 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 90px
}

.faq-section .card .card-body {
    padding: 1rem;
    background-color: #fbf7f7
}

.content {
    background-color: #fff;
    padding: 40px 0 0 25px
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 500
}

.content p {
    font-size: 14px;
    text-align: justify
}

.content p a,
.contant strong a,
.content div a {
    color: #104eb5;
    text-decoration: none;
    font-weight: 600
}

.app {
    padding: 50px 0;
    background-color: #f1f1f1
}

.app .img-app {
    width: 40%;
    text-align: center
}

.app p.h1 {
    color: #367ac2;
    font-size: 30px
}

.app p.h6 {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-left: 5px;
    padding-top: 10px
}

.app form.form-inline {
    position: relative;
    padding-left: 5px
}

.app .form-group {
    width: 50%
}

.App_link img {
    width: 150px
}

.app .input-group {
    width: 100%;
    display: contents
}

.app .form-inline span.MobilePlus {
    position: absolute;
    z-index: 4;
    left: 20px;
    color: #0c0c0c;
    top: 10px;
    font-size: 1rem
}

.app .form-inline input#mobile2 {
    padding: 0 20px 0 55px;
    height: 46px
}

.app button#submit_link {
    padding: 0 20px;
    border-radius: 0;
    height: 46px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #3272b8 !important;
    letter-spacing: 1px;
    margin-left: -2px
}

.app button#submit_link:hover {
    background-color: #2d66ab !important
}

#Reloadpage {
    cursor: pointer
}

footer .footerplus {
    display: none
}

footer .container-fluid {
    width: 92%
}

footer {
    position: relative;
    width: 100%;
    letter-spacing: .3px;
    min-height: 100px;
    padding: 30px 0 0;
    background-color: #2d2d2e;
    clear: both;
    color: #ddd
}

footer .footer-contant {
    padding: 10px 5px;
    color: #ddd;
    font-size: 12px
}

footer .footer-contant h3 {
    padding: 0 0 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px
}

footer .footer-contant ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

footer .footer-contant ul li a {
    color: #ddd;
    transition: .2s;
    font-size: 14px;
    text-decoration: none;
    padding: 0 0 2px;
    display: block
}

footer .footer-contant ul li a:hover {
    color: #cca2a2
}

footer .condition {
    margin: 20px 0
}

footer .condition a {
    margin: 0 10px;
    color: #ddd;
    text-decoration: none;
    font-size: 12px
}

footer .condition a img {
    height: 30px;
    width: 30px
}

footer .social {
    margin: 0 0 20px;
    width: auto;
    float: left
}

footer .social h5 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px
}

footer .social a {
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 24px;
    padding-top: 6px;
    display: inline-block;
    margin: 3px;
    text-align: center
}

footer .social a img {
    transition: .5s;
    width: 30px;
    height: 30px
}

footer .social a img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

footer .social .fb-bg {
    background-color: #3b5998
}

footer .social .tw-bg {
    background-color: #2f93ff
}

footer .social .in-bg {
    background-color: #007bb7
}

footer .social .instra-bg {
    background-image: linear-gradient(to bottom right, #f93a3a, #ce0f6d)
}

footer .all-right {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 50px;
    border-top: 1px solid #b1b1bb;
    text-align: center;
    font-size: 12px
}

footer .all-right p {
    color: #fff;
    font-size: 13px
}

footer .all-right p a {
    color: #74b4f9;
    text-decoration: none
}

.get-qt-side-all {
    position: fixed;
    z-index: 998;
    bottom: 50%;
    width: auto;
    right: 0;
    display: none
}

.scroll-top {
    position: fixed;
    z-index: 998;
    bottom: 5px;
    width: 60px;
    text-align: right;
    right: 10px;
    display: none;
    cursor: pointer
}

.scroll-top img {
    width: 40px
}

section.slider .carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 90px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

section.slider .carousel-caption button.btn.btn-success {
    margin-bottom: 20px
}

section.slider .carousel-caption h4 {
    font-size: 36px;
    text-shadow: 2px 2px 0 #000
}

p.slider-heading {
    font-size: 20px;
    text-shadow: 1px 1px 0 #000
}

section.slider .carousel-caption button.btn.btn-success {
    margin-bottom: -42px;
    border-radius: 0;
    box-shadow: 3px 3px 0 #3d7048
}