:root{
    --white_clr: #fff;
    --black_clr: #000;
    --text_clr: #050708;
    --primary_clr: #22525a;
    --secondary_clr: #2b646d;
    --hover_clr: #3bb9cd;
    --primary_font_family: "Oxygen", sans-serif;
}
/*Hero Banner*/
.hero-banner{
    overflow: hidden; position: relative;
}
.hero-banner .bg-img{
    width: 60%;
}
.logo_icons {
    position: absolute; left: -80px; top: 20px; opacity: 0.05;
}
.hero-text-slider {
    max-width: 480px;
}
.hero-text-slider > .sub-items{
    display: none;
}
.hero-text-slider > .sub-items:nth-child(1){
    display: block;
}
.hero-caption-imgbox{
    background: var(--black_clr); max-height: 600px;
    overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.3);margin-top: 40px;
}
.hero-caption-imgbox img{
    display: block; width: 100%; height: 100%; object-fit: cover;
}
.hero-text-right{
    padding-left: 40px; flex-direction: column;
}
.line_only{
    display: block; width: 80px; height: 4px; background: var(--primary_clr); margin-bottom: 20px;
}
.hero-text-slider .h1{
    font-size: 48px; line-height: 1.2;
    color: var(--primary_clr);
}
.white-btn span + .box_arrow {
    background: var(--hover_clr);color: var(--white_clr);
}
.btn-high{
    padding: 12px 66px 12px 20px;
}
.btn.btn-high:hover,
.btn.btn-high:focus{
    background: var(--hover_clr); border-color: var(--hover_clr);
}
.btn.btn-high:hover .box_arrow,
.btn.btn-high:focus .box_arrow{
    color: var(--hover_clr);
}
.box_arrow{
    display: flex; align-items: center; justify-content: center; margin: 0 !important;
    position: absolute; right: 0; top: 0; color: var(--primary_clr);
    min-width: 46px; height: 100%; background: var(--white_clr);
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
    -webkit-transform:translate(0%,0);
    -moz-transform:translate(0%,0);
    transform:translate(0%,0);
}
.arrow2{
    left: 0; right: auto;
    -webkit-transform:translate(-100%,0);
    -moz-transform:translate(-100%,0);
    transform:translate(-100%,0);
}
.btn-high:hover{
    padding: 12px 20px 12px 66px;
}
.btn-high:hover .box_arrow{
    -webkit-transform:translate(100%,0);
    -moz-transform:translate(100%,0);
    transform:translate(100%,0);
}
.btn-high:hover .arrow2{
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    transform:translate(0,0);
}
.hero-bottom {
    min-height: 323px;
}
.content_box_caption p{
    color: var(--primary_clr);
}
.hero-text-cap .btnbox{
    gap: 10px 20px;
}
/*mouse_scroll*/
.scroll_btnbox{
    width: 40px; height: 40px; color: var(--primary_clr); margin-top: 20px; position: relative;
}
.scroll_btnbox .text {
    position: absolute; top: 6px; left: 110%; font-size: 16px; opacity: 0.7;
    line-height: normal; color: var(--primary_clr); white-space: nowrap; letter-spacing: 0.05em;
}
.scroll_btnbox a{
    color: var(--primary_clr);
}
.mouse_scroll {
    display: block; margin: 0 auto; width: 24px; height: 40px;
}
.m_scroll_arrows{
    display: block; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); border-right: 1px solid var(--primary_clr); border-bottom: 1px solid var(--primary_clr); margin: 0 auto 4px; width: 10px; height: 10px;
}
.unu{
    margin-top: 1px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite; -moz-animation: mouse-scroll 1s infinite; animation: mouse-scroll 1s infinite;
}
.unu{
  -webkit-animation-delay: .1s; -moz-animation-delay: .1s; -webkit-animation-direction: alternate; animation-direction: alternate; animation-delay: alternate;
}
.doi{
    -webkit-animation-delay: .2s; -moz-animation-delay: .2s; -webkit-animation-direction: alternate; animation-delay: .2s; animation-direction: alternate; margin-top: -6px;
}
.trei{
    -webkit-animation-delay: .3s; -moz-animation-delay: .3s; -webkit-animation-direction: alternate; animation-delay: .3s; animation-direction: alternate; margin-top: -6px;
}
.mouse {
  height: 42px; width: 24px; border-radius: 14px; transform: none; border: 2px solid var(--primary_clr);
}
.wheel {
  height: 5px; width: 2px; display: block; margin: 5px auto; background: var(--primary_clr); position: relative; height: 4px; width: 4px; border: 2px solid var(--primary_clr); -webkit-border-radius: 8px; border-radius: 8px;
}
.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite; -moz-animation: mouse-wheel 0.6s linear infinite; animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

.block-title h2{
    color: var(--primary_clr);
}
.block-title p{
    color: var(--secondary_clr);
}
/*front-service-section*/
.slider-arrow-top .items{
    padding-top: 20px; padding-bottom: 20px;s
}
.card-front-style{
    position: relative; overflow: hidden;
    flex-direction: column; height: 100%;
}
.card-front-style .imgbox{
    position: relative; overflow: hidden;
    border-radius: 7px; margin-bottom: 24px; aspect-ratio: 4 / 4;
}
.card-front-style .imgbox img{
    display: block; width: 100%; height: 100%; object-fit: cover;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-front-style h3,
.card-front-style h4,
.card-front-style p{
    color: var(--primary_clr);
}
.card-front-style p{
    font-size: 16px; line-height: 1.4;
}
.card-front-style:hover .read-more-btn i{
    background: var(--hover_clr); color: var(--white_clr);
}
.card-front-style:hover .read-more-btn{
    color: var(--hover_clr);
}
.card-front-style:hover .imgbox img{
    transform: scale(1.05);
}
.front-serv-slider > .items{
    display: none;
}
.front-serv-slider > .items:nth-child(1),
.front-serv-slider > .items:nth-child(2),
.front-serv-slider > .items:nth-child(3),
.front-serv-slider > .items:nth-child(4){
    display: block;
}
.slider-arrow-top .slick-arrow{
    margin: 0; left: auto; bottom: auto; right: 15px; top: -60px;
}
.slider-arrow-top .slick-arrow.slick-prev{
    right: 70px;
}
.date-box{
    font-size: 18px; color: var(--primary_clr);
}
.card-front-style .date-box{
    color: var(--hover_clr);
}
.tag_name {
    display: inline-block;
    background: var(--hover_clr); color: var(--white_clr);
    font-size: 16px; line-height: 18px; padding: 6px 12px;
    border-radius: 30px; position: absolute; top: 40px; left: 20px;
}
.bg1 .slick-arrow{
    border-color: var(--white_clr); color: var(--white_clr);
}
.bg1 .slick-arrow:hover{
    background: var(--white_clr);
    border-color: var(--white_clr);
    color: var(--primary_clr);
}
.bg1 .slick-dots li button{
    border-color: var(--white_clr);
}
.bg1 .slick-dots li button:before{
    background: var(--white_clr);
}
.card-insight.card-front-style{
    padding: 0 0 10px; border-radius: 7px;
    border: 1px solid var(--hover_clr);
    overflow: hidden;
    background: var(--white_clr);
}
.card-insight.card-front-style .imgbox {
    border-radius: 0;
    margin-bottom: 30px;
    aspect-ratio: 6 / 3;
}
.card-insight .textbox {
    padding: 0 30px 10px;
}
.card-insight .btnbox {
    padding: 20px 30px;
}
.card-insight:hover{

}
.card-insight:hover .btn-high{
    background: var(--hover_clr); border-color: var(--hover_clr);
}
.card-insight:hover .btn-high .box_arrow{
    color: var(--hover_clr);
}
.card-insight:hover .btn-high{
    padding: 12px 20px 12px 66px;
}
.card-insight:hover .btn-high .box_arrow{
    -webkit-transform:translate(100%,0);
    -moz-transform:translate(100%,0);
    transform:translate(100%,0);
}
.card-insight:hover .btn-high .arrow2{
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    transform:translate(0,0);
}

.card-help{
    padding: 0 20px 25px; background: var(--white_clr);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.card-help .imgbox{
    margin: 0 -20px 24px; border-radius: 0;
}
.overlay-front-box{
    position: absolute; left: 0; right: 0; top: 0; height: 100%; flex-direction: column; overflow: auto;
    padding: 30px 20px; background: var(--secondary_clr);
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
    -webkit-transform:translate(0,99%);-moz-transform:translate(0,99%);transform:translate(0,99%);
}
.card-help:hover .overlay-front-box{
    -webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);
    -moz-transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;transition:all 0.6s ease 0s;
}
.overlay-front-box h4,
.overlay-front-box p{
    color: var(--white_clr);
}
.card-help.card-front-style:hover .imgbox img{
    transform: scale(1);
}

.cta-toggle-block{
    padding: 40px; background: var(--primary_clr);
}
.cta-toggle-btnbox{
    padding-left: 40px;
}
.form-toggle i{
    font-size: 32px;
}
.form-toggle{
    padding: 20px 40px; min-width: 320px; font-size: 24px;
    white-space: nowrap;
}
.form-toggle.active{
    background: var(--white_clr);
    border-color: var(--white_clr);
    color: var(--primary_clr);
}
.form-toggle.active .la-arrow-circle-down:before{
    content: "\f0aa";
}


.contact-inner {
    padding: 0 100px;
}
.form-style .label {
    font-size: 18px; font-weight: 400; line-height: 24px;
    display: block; color: var(--text_clr); margin: 0 0 7px;
}
.form-style .form-inner{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; margin: 0 -15px;
}
.form-style .input-field{
    padding: 0 15px; margin: 0 0 30px; -ms-flex-preferred-size:50%; flex-basis:50%;min-width:50%;max-width:50%; position: relative;
}
.form-style .input-field.full-width{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;min-width:100%;max-width:100%;
}
.form-style .input-field input,
.form-style .input-field textarea,
.form-style .input-field select,
.form-style .input-field .selectbox{
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.form-style .input-field input:focus,
.form-style .input-field textarea:focus,
.form-style .input-field select:focus{
    border-color: var(--primary_clr);
}
.form-style .input-field textarea {
    padding: 15px 20px;
    min-height: 140px;
    resize: none;
}
.form-style .input-field input::-webkit-input-placeholder,
.form-style .input-field textarea::-webkit-input-placeholder{
    color: #B0B0B0; opacity: 1;
}
.form-style .input-field input::-moz-placeholder,
.form-style .input-field textarea::-moz-placeholder{
    color: #B0B0B0; opacity: 1;
}
.form-style .input-field input:-ms-input-placeholder,
.form-style .input-field textarea:-ms-input-placeholder{
    color: #B0B0B0; opacity: 1;
}
.form-style .input-field input::-ms-input-placeholder,
.form-style .input-field textarea::-ms-input-placeholder{
    color: #B0B0B0; opacity: 1;
}
.form-style .input-field input::placeholder,
.form-style .input-field textarea::placeholder{
    color: #B0B0B0; opacity: 1;
}
.form-style .input-field.formbtn {
    -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
.form-style .input-field.formbtn label {
    display: inline; font-size: 18px; line-height: 24px; margin-right: 20px;
}
.form-style .input-field.formbtn label a {
    text-decoration: underline;
}
.form-style .input-field.formbtn label a:hover {
    text-decoration: none;
}
.wpcf7-spinner {
    position: absolute; top: 30%; left: 200px;
}

/*Footer New*/
.footer-new{
    background: #f9f3e7;
}
.f-logo{
    max-width: 220px;
}
.social-media-icons {
    gap: 10px 30px;
}
.social-media-icons .s-icon{
    display: flex; align-items: center; justify-content: center; min-width: 44px; height: 44px;
    font-size: 28px; line-height: 28px; color: var(--primary_clr);
    -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.social-media-icons .s-icon:hover{
    background: var(--hover_clr); color: var(--white_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.social-media-icons .s-icon .fa-twitter:before{
    font-size: 0;
}
.social-media-icons .s-icon .fa-twitter{
    width: 22px; height: 22px;
    background: url('../images/twitter.png') no-repeat center;
    background-size: 100% auto !important;
}
.social-media-icons .s-icon:hover .fa-twitter{
    background: url('../images/twitter_h.png') no-repeat center;
}
.footer-bottom-inner{
    border-top: 1px dashed var(--secondary_clr);
}
.footer-bottom-inner p{
    font-size: 16px; color: var(--primary_clr);
}
.footer-bottom-inner p a:hover{
    text-decoration: underline;
}


.whychooseus-card .iconbox {
    min-width: 90px; max-width: 90px; height: 90px; padding: 20px; background: var(--white_clr); border-radius: 50%; margin: 0 auto 25px;
}
.whychooseus-card h3 {
    font-size: 30px;color: var(--white_clr);
}
.whychooseus-card p {
    font-size: 16px;color: var(--white_clr);
}

.two-coll-section .textbox .imgbox {
    min-width: 40%; max-width: 20%; display: block; margin: 0 50px 40px 0 !important;max-height: 520px;object-fit: cover;
}
.two-coll-section .entry-content ol, .two-coll-section .entry-content ul {
    display: flow-root;
}
.blog-page .front-insight-list .items {
    padding: 15px;
}
.map-section .mapbox {
    height: 420px;
}
.form-section {
    overflow: hidden;
}
.form-section .form-style .form-inner {
    margin: 0 -10px;
}
.form-section .form-style .input-field {
    margin: 0 0 20px;padding: 0 10px;
}
.form-section .form-style .label {
    font-size: 16px;
}
.form-section .form-style .input-field textarea {
    min-height: 110px;
}
.form-section .block-title p {
    display: none;
}
.form-section .form-style {
    padding: 50px 0 50px 50px; background: var(--white_clr); box-shadow: -10px 10px 10px rgb(0 0 0 / 4%); margin: 40px 0;
}
.form-section .textbox {
    flex-direction: column; height: 100%;
}
.form-section .textbox:before {
    content: ""; position: absolute; top: 0; bottom: 0; right: -250px; width: 70vw; height: 100%; background: #f7f7f7; z-index: -1;
}
.form-section .textbox h2 {
    font-size: 40px;
}
.form-section .form-style .input-field input::-webkit-input-placeholder,
.form-section .form-style .input-field textarea::-webkit-input-placeholder{
    color: #8d8d8d;
}
.form-section .form-style .input-field input::-moz-placeholder,
.form-section .form-style .input-field textarea::-moz-placeholder{
    color: #8d8d8d;
}
.form-section .form-style .input-field input:-ms-input-placeholder,
.form-section .form-style .input-field textarea:-ms-input-placeholder{
    color: #8d8d8d;
}
.form-section .form-style .input-field input::-ms-input-placeholder,
.form-section .form-style .input-field textarea::-ms-input-placeholder{
    color: #8d8d8d;
}
.form-section .form-style .input-field input::placeholder,
.form-section .form-style .input-field textarea::placeholder{
    color: #8d8d8d;
}
.animated-circle {
    min-width: 530px; max-width: 530px; height: 530px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; border: 1px dotted rgb(34 82 90 / 50%); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
    -webkit-animation: 20s linear infinite animated-circle; animation: 20s linear infinite animated-circle;
}
.animated-circle .sm-circle {
    min-width: 10px; max-width: 10px; height: 10px; position: absolute; top: -5px; left: 260px; background: var(--primary_clr); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.animated-circle .sm-circle.c_two {
    top: auto; bottom: 155px; left: 15px;
}
.animated-circle .sm-circle.c_three {
    top: auto; bottom: 155px; left: auto; right: 15px;
}
@keyframes animated-circle {
0% { transform: rotate(0deg); }
25% { transform: rotate(90deg); }
50% { transform: rotate(180deg); }
75% { transform: rotate(270deg); }
100% { transform: rotate(360deg); }
}

.feel-good-flex .left-block {
    padding-right: 50px;
}
.feel-good-flex .right-block {
    padding-left: 50px;
}
.feel-good-flex .point-items + .point-items {
    margin-top: 20px;
}
.point-card {
    padding: 20px 25px 20px 0; background: linear-gradient(270deg, rgb(34 82 90 / 20%), transparent); border-radius: 20px; border-right: 1px dashed var(--secondary_clr); text-align: right;
}
.point-card .p_number {
    position: absolute; top: 0; bottom: 0; right: -30px; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--white_clr); color: var(--secondary_clr); margin: auto 0; font-size: 20px; font-weight: 700; outline: 1px dashed var(--secondary_clr); z-index: 1;
}
.point-card h5 {
    margin-bottom: 10px;
}
.point-card p {
    font-size: 15px;
}
.feel-good-flex .imgbox {
    width: 100%; overflow: hidden; border-radius: 20px; position: relative;
}
.feel-good-flex .imgbox img {
    width: 100%; height: 100%;object-fit: cover; object-position: center;display: block;
}
.feel-good-flex .right-block .point-card {
    padding: 20px 0 20px 25px; background: linear-gradient(90deg, rgb(34 82 90 / 20%), transparent); border-left: 1px dashed var(--secondary_clr); text-align: left; border-right: 0;
}
.feel-good-flex .right-block .point-card .p_number {
    right: auto; left: -30px;
}
.last-point {
    padding-top: 50px;
}
.last-point .point-card {
    border-right: 0; border-top: 1px dashed var(--secondary_clr);padding: 25px 20px 20px 20px; background: linear-gradient(180deg, rgb(34 82 90 / 20%), transparent);text-align: center;
}
.last-point .point-card .p_number {
    right: 0; top: -30px; left: 0; margin: 0 auto;
}

/*.aboutblock .textbox img, 
.two-coll-section .imgbox img {
    -webkit-mask-image: url('../images/about-shape.svg');
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../images/about-shape.svg');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;margin: 0 10px 20px 0 !important;
}*/

.two-coll-section.bg2 .textbox * {
    color: var(--white_clr);
}
.two-coll-section .imgbox img {
    margin: 0 !important;
}
.logo-shape.white-shape {
    background-image: url(../images/logo-shape-white.png); left: auto; right: 40px; top: 40px; bottom: auto;
}

.vm_card {
    height: 100%;
}
.vm_card_inn {
    background: var(--white_clr); padding: 40px 30px; box-shadow: 0 5px 10px rgb(0 0 0 / 10%); height: calc(100% - 50px);
}
.vm_card_inn .imgbox {
    min-width: 100px; max-width: 100px; height: 100px; margin-right: 30px;
}
.vm_card_inn .imgbox img {
    object-fit: contain;display: block;
}
.vm_title {
    text-align: center; padding: 10px; display: block; max-width: 60%; margin: 0 auto; background: var(--secondary_clr); border-radius: 10px 10px 0 0; color: var(--white_clr);position: relative;
}
.vm_title:after {
    content: ""; position: absolute; bottom: -8px; left: 0; right: 0; width: 16px; height: 16px; margin: 0 auto; background: var(--secondary_clr); transform: rotate(45deg);
}
.vm_card_inn .textbox {
    padding-left: 30px; border-left: 1px solid #ddd;
}

/*Team Section*/
.team-section .container {
    max-width: 1040px;
}
.team-list {
    margin: 0 -20px;
}
.team-list .items {
    padding: 15px 20px;
}
.card-team{
    position: relative; overflow: hidden;
}
.card-team .imgbox {
    width: 100%; overflow: hidden; padding-bottom: 100%; position: relative;background: #fff;
}
.card-team .imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; position: absolute;
}
.card-team:hover .imgbox img{
    transform: scale(1.05);
}
.team-content{
    padding-top: 18px;
}
.team-content h4 {
    font-size: 20px; line-height: 20px; margin: 0 0 10px; letter-spacing: 0.5px;
}
.team-content p{
    font-size: 14px; line-height: 22px; margin: 0;
}
.email-text{
    margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--secondary_clr);
}
.email-text a{
    font-size: 16px; line-height: 1.2; color: var(--secondary_clr); font-weight: 700;
}
.email-text i{
    font-size: 22px; margin-right: 10px;
}
.card-team:hover .email-text a{
    color: var(--primary_clr);
}



/* Media Css */
/* iPad 1024px View */
@media screen and (max-width:1199px){
.hero-text-slider {
    max-width: 440px;
}
.acc_title{
    font-size: 22px;
}
.form-toggle {
    padding: 15px 20px; min-width: 300px; font-size: 20px;
}
.social-media-icons {
    gap: 10px 20px;
}
.hero-text-right{
    padding-left: 20px;
}
.hero-text-slider .h1 {
    font-size: 40px;
    line-height: 1.3;
}
.whychooseus-card h3 {
    font-size: 24px;
}
.front-insight-slider {
    padding-top: 0;
}
.two-coll-section .textbox .imgbox {
    margin: 0 30px 20px 0;
}
.form-section .form-style {
    padding-right: 20px;
}
.form-section .textbox {
    padding-left: 0;
}
.form-section .form-style .label {
    font-size: 15px;
}
.form-style .input-field input, .form-style .input-field textarea, .form-style .input-field select, .form-style .input-field .selectbox {
    font-size: 15px;
}
.form-section .textbox h2 {
    font-size: 32px;
}
.content-section .imgbox {
    max-width: 380px; height: 380px;
}
.animated-circle {
    min-width: 430px; max-width: 430px; height: 430px;
}
.animated-circle .sm-circle {
    top: 0;
}
.animated-circle .sm-circle.c_two {
    left: 1px;
}
.animated-circle .sm-circle.c_three {
    right: 50px;bottom: 65px;
}
.feel-good-flex .left-block {
    padding-right: 30px;
}
.feel-good-flex .right-block {
    padding-left: 30px;
}
.last-point {
    padding-top: 35px;
}


}
/* iPad 768px view*/
@media screen and (max-width:991px){
.hero-caption-imgbox{
    position: relative; min-height: inherit;margin-top: 0;
}
.hero-banner .bg-img {
    width: 100%;
}
.cta-toggle-block {
    flex-direction: column; gap: 20px; text-align: center;
}
.cta-toggle-btnbox{
    padding: 0; min-width: 100%;
}
.contact-inner {
    padding: 0 40px;
}
.still-content-block {
    padding: 0;
}
.contact-block .address-block-inner {
    padding-top: 40px; display: flex;margin: 0 -10px;
}
.contact-block .cont-items {
    min-width: calc(100% / 3 - 20px); max-width: calc(100% / 3 - 20px); margin: 0 10px;padding: 30px 15px;
}
.map-section .mapbox {
    height: 360px;
}
.form-section .form-style {
    padding: 40px 10px; box-shadow: none; margin: 0;
}
.form-section .textbox:before {
    width: 110vw; left: -20px; right: 0;
}
.content-section .imgbox {
    max-width: 320px; height: 320px;
}
.animated-circle {
    min-width: 350px; max-width: 350px; height: 350px;
}
.animated-circle .sm-circle {
    left: 213px;
}
.animated-circle .sm-circle.c_two {
    bottom: 122px;
}
.animated-circle .sm-circle.c_three {
    bottom: 45px;right: 45px;
}
.feel-good-flex .point-items + .point-items {
    margin-top: 10px;
}
.point-card {
    padding: 15px 25px 15px 0;
}
.point-card h5 {
    margin-bottom: 5px; font-size: 15px;
}
.point-card p {
    font-size: 13px;
}
.vm_card_inn {
    display: block !important;
}
.vm_card_inn .imgbox {
    min-width: 100px; max-width: 100px; height: 100px;margin: 0 auto 20px;
}
.vm_card_inn .textbox {
    padding-left: 0; border-left: 0; text-align: center;
}


}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
.hero-banner {
    padding: 0;
}
.hero-text-right {
    padding-left: 0;
}
.hero-banner .container,
.hero-banner .max-container{
    padding: 0;
}
.hero-block-inn {
    padding: 20px 20px;
}
.hero-text-slider {
    max-width: 280px; padding: 0 0 10px;
}
.content_box_caption {
    padding: 0 20px 20px;
}
.hero-text-cap .btnbox{
    flex-wrap: wrap;
}
.hero-text-cap .btnbox .btn {
    min-width: 200px;
}
.hero-text-slider .h1 {
    font-size: 32px;
    line-height: 1.3;
}
.slider-arrow-top{
    padding-bottom: 20px !important;
}
.front-insight-section .block-title{
    padding: 0;
}
.leading-list-content h2 br{
    display: none;
}
.cta-toggle-block{
    display: none !important;
}
.contact-inner {
    padding: 0;
}
.form-style .label{
    font-size: 16px;
}
.form-style .input-field {
    margin: 0 0 20px; -ms-flex-preferred-size: 100%; flex-basis: 100%; min-width: 100%; max-width: 100%;
}
.footer-new .footer-inner {
    margin: 0;
}
.footer-new .footer-inner .items + .items{
    border-top: 1px dashed var(--secondary_clr);
}
.footer-new .f-logo.mb-4 {
    margin: 0 !important;
}
.f-contact-box {
    min-width: 100%;
    text-align: center;
}
.social-media-icons {
    justify-content: center;
    gap: 10px;
}
.whychooseus .block-title {
    padding-bottom: 0;
}
.whychooseus-list .items {
    padding: 15px;
}
.whychooseus-card .iconbox {
    min-width: 80px; max-width: 80px; height: 80px; padding: 18px; margin: 0 auto 20px;
}
.two-coll-section .textbox .imgbox {
    margin: 0 0 20px 0; min-width: inherit; max-width: 100%; width: 100%;
}
.leading-list-content {
    padding-right: 0;
}
.contact-block .address-block-inner {
    flex-wrap: wrap;
}
.contact-block .cont-items {
    min-width: calc(100% / 1 - 20px); max-width: calc(100% / 1 - 20px);
}
.contact-block .cont-items + .cont-items {
    margin-top: 20px;
}
.map-section .mapbox {
    height: 320px;
}
.content-section .imgbox {
    max-width: 300px; height: 300px; margin-bottom: 30px;
}
.animated-circle {
    min-width: 335px; max-width: 335px; height: 335px;
}
.animated-circle .sm-circle {
    left: 205px;
}
.animated-circle .sm-circle.c_two {
    bottom: 118px;
}
.animated-circle .sm-circle.c_three {
    right: 41px;
}
.feel-good-section .block-title {
    padding-bottom: 0;
}
.feel-good-flex {
    flex-direction: column;
}
.feel-good-flex .left-block {
    padding-right: 0; padding-left: 45px;order: 1;
}
.feel-good-flex .right-block {
    padding-left: 45px;order: 2;padding-top: 15px;
}
.feel-good-flex .last-point {
    padding-top: 15px; padding-left: 45px;order: 3;
}
.feel-good-flex .middle-block {
    order: 4;margin-top: 20px;
}
.feel-good-flex .point-items + .point-items {
    margin-top: 15px;
}
.feel-good-flex .left-block .point-card, .feel-good-flex .last-point .point-card {
    background: linear-gradient(90deg, rgb(34 82 90 / 20%), transparent);
    border-left: 1px dashed var(--secondary_clr); text-align: left !important;
    border-right: 0;border-top: 0;
}
.feel-good-flex .left-block .point-card .p_number,
.feel-good-flex .last-point .point-card .p_number{
    right: auto; left: -30px; top: 0; margin: auto 0;
}
.feel-good-flex .point-card {
    padding: 15px 20px 15px 25px !important;
}
.faq-section .block-title {
    padding-bottom: 0;
}
.vision-mission-flex .items + .items {
    margin-top: 30px;
}
.aboutblock .textbox img {
    margin: 0 0 30px 0 !important;
}
.two-coll-flex .imgbox {
    margin-bottom: 30px;
}
.vision-mission .block-title {
    padding-bottom: 10px;
}
.vm_card_inn {
    padding: 35px 20px 30px;
}
.two-coll-flex .middle-block{
    padding: 10px 20px !important;
}

}