 
/* Fonts */
@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('https://krishaniledlenses.com/BebasNeue Bold.woff');
}
.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Amatic SC",  sans-serif;
  --nav-font: "Inter",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212d45; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #212d45; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ce1212; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #7f7f90;  /* The default color of the main navmenu links */
  --nav-hover-color: #ce1212; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #7f7f90; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ce1212; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f2f2f2;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #1f1f24;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #37373f;
  --contrast-color: #ffffff;
}
li {
   font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family:"Poppins", sans-serif !important;
}
.h1, h1 {
    font-size: 28px !important;
    line-height: 44px !important;
    font-weight: 600 !important;
    letter-spacing: 0px;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
span.orange {
    color: #fff;
}


p.clap {
    text-align: left;
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 3px;
    padding-top: 0px;

}
span.ncv {
    font-weight: 400;
}
.allonsd {
    width: 90%;
    margin: auto;
    padding: 6px 0px;
    color: #fff;
}
.wglf .customise-form {
    width: 100%;
}
.deeew.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
    margin-left: 60px;
}
p.whyj {
    color: #fff;
    padding-top: 35px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Comic Sans MS';
    border-bottom: 1px solid;
    text-align: left;
    margin-left: 34px;
    line-height: 32px;
}
hr.qpl {
    width: 90px;
    border-bottom: 4px solid #fff;
    margin: auto;
    opacity: 1;
}
p.welk {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    color: #fff;
    padding-top: 60px;
}
.gigcfc.all-ol {
    padding-top: 26px;
}
.col-md-6.col-sm-12.cn {
    height: 755px;
    background-image: url(https://thebusinessautomation.com/customrubber-bellows/assets/img/custom-bellow/contact-us-image.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, .2);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.qnnjmm.rbbhk.col-lg-2.col-md-6 {
    width: 20%;
    margin-left: -75px;
}
.pllsk.rbbhk.col-lg-3.col-md-6.d-flex {
    margin-left: -20px;
}
p.cont-head {
    font-size: 34px;
    line-height: 32px;
    color:#ffffff;
    font-weight: 600;
    padding-bottom: 8px;
}
p.third-head {
    font-size: 26px;
    color: #3173c1;
    font-weight: 600;
    line-height: 26px;
    padding-top: 34px;
}
p.wsmlv {
    margin-bottom: 0px;
}

p.frmcnt {
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #3173c1;
    font-family: cursive !important;
}

p.frmcnt:before {
    background-color:#ffc804;
    content: "";
    display: none;
    height: 155px;
    left: 811px;
    position: absolute;
    top: 110%;
    -webkit-transform: translateY(-50%);
    -webkit-transition: allease .4s;
    width: 5px;
}
.case-klop {
    font-size: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 1px 2px 5px -1px, rgba(0, 0, 0, 0.3) 1px 4px 8px -1px;
    margin: 20px 20px 60px 20px;
    padding: 30px;
    text-align: center;
    line-height: 28px;
    margin: auto;
    width: 92%;
    margin-bottom: 60px;
}
p.abt-sub {
    color: #fff;
    text-align: left;
    font-size: 21px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 13px;
}
a {
  color: var(--accent-color);
  text-decoration: none !important;
  transition: 0.3s;
}

a:hover {
  color:#3173c1;
  text-decoration: none;
}
.fa-angle-right:before {
    content: "\f105";
    font-size: 20px;
    margin-right: 10px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    
    font-family: "Poppins", sans-serif !important;
    
}

h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}
h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}


p.luio a:hover {
    color:#3173c1;
}
.double li {
    line-height: 0.65;
    float: left;
    display: inline;
    width: 25%;
    padding: 5px;
    text-align: left;
    border: 1px solid #000;
}
.arrow {
  border: solid #70346b;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 11px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.double li a {
    width: 100%;
    font-size: 12px;
    color: #333;
}
.listMobplus {
    display: -webkit-inline-box;
    font-size: small;
    padding-left: 10px;
    color: #e2ded9;
}
.emaujli:hover .newdiv {
    display: block;
    color: #000;
}
.newdiv {
    display: none;
    position: absolute;
    width: 73%;
    background: #fff;
    border-style: ridge;
    left: 145px;
    z-index: 9999;
}
.locaDIV {
    margin-left: 0;
    width: 33%;
}
/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.icnclass.col-md-6 {
    float: left;
}
a.cklv:hover,a.cvvvv:hover {
    color: blue !important;
}
.bothenp {
    padding-bottom: 8px;
}
img.qmsbs.mb-4 {
    width: 100%;
    margin: auto;
    border-radius: 20px;
}
.kdio {
    width: 85%;
    float: left;
    margin-left: 20px;
}
h5.cndsc {
    font-size: 26px;
}
.bg-col {
    background: #eeeeee;
}
.qadsl.mb-4 {
    float: left;
    width: 3%;
    margin-bottom: 2px !important;
    margin-right: 12px;
    margin-top: 4px;
}
.llo {
    clear: both;
    width: 80%;
    margin: auto;
}
.sdcv {
    font-family: fantasy;
    font-size: 28px;
    padding-left: 194px;
    padding-top: 38px;
}
.qmlsu.mb-4 {
    width: 11%;
    float: left;
    margin-left: 99px;
}
.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.for-border .snkborder.Click-here.btntxt {
    margin-top: 0px;
    margin-left: 0px;
}
p.abt-head2 {
    padding-top: 12px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 30px;
    margin-bottom: 17px;
    margin-top: 1px;
    padding-left: 0px;
}
p.abt-head {
   padding: 0px;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 42px;
    margin-bottom: 4px;
    margin-top: 70px;
}
p.abt-sub {
    color: #fff;
    text-align: left;
    font-size: 20px;
}

.customise-form {
    width: 85%;
    margin: auto;
    /*box-shadow: 10px 15px 30px #888;*/
    
}
img.znko {
    width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:10px 20px;

}

.plxcp {
    text-align: left;
    font-family: inherit;
    font-weight: 900;
    font-size: 22px;
    padding-bottom: 10px;
}
.newsec3 {
    background-image: url(https://thebusinessautomation.com/customrubber-bellows/assets/img/custom-bellow/contact-us.webp);
    background-color: #cccccc;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.diko {
    width: 60%;
}
#contact-sec {
    background: #F9F9F9;
    padding: 10px 20px;
}
.qzzlo {
    text-align: left;
    font-family: inherit;
    font-weight: 900;
    font-size: 24px;
    padding-top: 10px;
}
.qfopvb {
    font-weight: 500;
    border-bottom: 4px solid #3173c1;
    width: 190px;
    text-align: left;
    margin-bottom: 2px;
}
.snpfgy {
    font-weight: 500 !important;
    border-bottom: 4px solid #3173c1;
    width: 140px;
    text-align: left;
    margin-bottom: 2px;
}
.opxml {
    text-align: left;
    font-family: inherit;
    font-weight: 900;
    font-size: 24px;
    padding-top: 10px;
}
.frs-sec {
    background: #eee;
    padding: 25px;
   
}
#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #eee;
    margin: 0 0 5px;
    padding: 12px 10px;
    font-size: 16px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #001358;
    color: #FFF;
    margin: 0 0 5px;
    padding: 12px 0px;
    font-size: 14px;
    border-radius: 16px;
}
#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
.wqdvss.col-md-5 {
    margin-top: 50px;
}
p.frm32 {
    font-size: 15px;
    color: #133078;
    text-align: center;
    line-height: 20px;
    
    font-weight: 500;
}
span.liness {
    color: #ffffff;
}
.bordr2:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #052552;
    height: 200px;
    width: 55px;
    transform: translate(187%, -70%);
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    
    font-size: 12px !important;
}
.mauticform-row {
    
    margin-bottom: 14px !important;
}
.mauticform_wrapper {
    max-width: 600px;
    margin: 10px auto;
}
p.frm12 {
   color: #3173c1;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 0px;
    
}
.newsec2 {
    background-image: url(https://www.krishaniledlenses.com/assets/img/slider/service-banner.webp);
    background-color: #cccccc;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
ul.meg-menu {
    width: 500px;
}
.one.col-md-4 {
    width: 33.33%;
    float: left;
    margin-right: 60px;
}
.two.col-md-4 {
    width: 33.33%;
    float: left;
}
.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}
section.newsec {
   background-image: url("https://www.thebusinessautomation.com/customrubber-extrusions/assets/img/custom-extrusions/about_us-1.webp");
    background-color: #cccccc;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}
.amip {
    margin-left: 25px;
}
.spacehead {
    text-align: center;
    color: #3173c1;
    font-size: 22px;
    padding-left: 0;
    width: 72%;
    margin: auto !important;
    font-family: serif;
    line-height: 34px;
}
.plxc {
    text-align: left;
    font-family: inherit;
    font-weight: 600;
}


.qkllp {
    text-align: center;
    font-family: inherit;
    font-weight: 700;
    padding-top: 18px;
    color: #3173c1;
    padding-bottom: 0px;
}
.qslh {
   /* margin-top: 91px;
    margin-left: -132px;*/
    margin-top: 161px !important;
    margin-left: -112px !important;
}
.cl-mb {
    margin-left: -82px;
}
.woplx.mb-4 {
    width: 45%;
    float: left;
    border-radius: 20px;
}
.webnmj {
   font-weight: 500;
    border-bottom: 4px solid #3173c1;
    width: 175px;
    text-align: left;
    margin-bottom: 10px;
}
a.cklv {
    font-size: 18px;
    text-decoration: none;
    color: #001358;
    clear: both;
    width: 100%;
    display: block;
    padding-bottom: 4px;
}
img.cblfj {
    width: 4%;
    margin-left: 9px;
}
p.bro {
    text-align: center;
    padding-top: 10px;
}
section.gallery-block.grid-gallery {
   padding-bottom: 55px;
   padding-top: 18px;
}
a.lksa:hover {
    color: #3173c1;
}
.jumbotron {
	color: #2c3e50;
	background: #ecf0f1;
}
.gallery-block .col-md-6.col-lg-4.item .img-fluid {
    border-radius: 25px;
}
.navbar-inverse {
	background-color: #2c3e50;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}
.gallery-block .col-md-6.col-lg-4.item {
    padding-bottom: 25px;
}
a.lksa {
    color: #083d51;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline !important;
}
span.kloc {
    
    font-weight: 900;
    color: #3173c1;
    font-size: 19px;
}
span.fml {
    background:#3173c1;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px;
    padding: 3px 4px;
    font-size: 20px;
}
@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.lef {
    clear: both;
    float: right;
}

i.bi.bi-telephone-outbound {
    font-size: 30px;
    font-weight: 900;
}
.bi-telephone-outbound::before {
    padding-right: 10px;
    font-weight: 800 !important;
}
a.cvvvv {
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    color: #001358;
    padding-bottom: 4px;
}
i.bi.bi-search {
    width: 8%;
    float: left;
    padding-top: 4px;
}
i.fa.fa-search {
    background: #f6821d;
    border-radius: 45px;
    width: 25px;
    height: 25px;
    color: #fff;
    display: block;
    float: left;
    padding-left: 6px;
    padding-top: 5px;
}
.search-mobile{ 
    border: 1px solid #fff !important;
    width:230px;
}
.search_botton input{ 
    height: 39px;
    width: 526px; /* Adjust the width as needed */
    border-radius: 20px;
    padding: 3px 20px;
    background-color: #fff;
    border: 1px solid #a7a9ac !important;
    outline: none;
    float: left;
   }
 .search-input-container {
    position: relative;
    margin: 0 auto;
    width: 204px;
    height: 28px;
}

   .search-input-container input[type="text"] {
    width: 100%;
    padding: 2px 0px;
    border: none !important;
    border-radius: 0px;
    font-size: 14px;
    outline: none;
    background: #e6e6e6;
    line-height: 24px;
}
p.sndsl {
    font-weight: 500;
    border-bottom: 4px solid #3173c1;
    width: 158px;
    text-align: left;
    margin-bottom: 10px;
}
h2.opl {
    font-size: 26px;
    line-height: 30px;
    padding-top: 10px;
}
.bottom-sec {
    width: 80% !important;
    margin: auto;
}
.row
    .search-input-container input[type="text"]:focus {
        border-color: #007bff; /* Change the border color on focus */
    }

    .search-input-container i.fa-search {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #777;
    }
     #related-search-results {
    margin-top: 2px;
    margin-left: -17px;
    margin-right: 10px;
    padding: 2px 17px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
    border-radius: 0px;
    position: absolute;
    z-index: 11111;
    width: 23%;
}
@media(max-width:1275px){

    .njk:before {
        left: 585px !important;
    
}
.kdio {
    width: 98%;
}
    .qoplcj.plxc.njkqop:before {
        left: 58px !important;
        top: 320%;
    }
.plxc.njghop:before {
        left: 56px !important;
        top: 253% !important;
    }
}
@media(max-width:1245px){
    .cl-mb.col-md-6 {
        margin-left: -53px;
    }
        .plxc.njghop:before {
        left: 47px !important;
        }
            .qoplcj.plxc.njkqop:before {
        left: 47px !important;
            }
        .njk:before {
     
        left: 562px !important;
    }
}
@media (max-width: 1240px) {
    p.frmcnt:before {
        left: 660px !important;
    }
   }
@media (max-width: 1200px){
#related-search-results {
        width: 32%;
    }
}
@media (max-width: 991px){
#related-search-results {
        width: 40% !important;
        margin-left: -13px;
    }
    .alpok.qnckcl.container {
    padding-bottom: 10px !important;
}

}@media (max-width: 960px) {
    p.qjklx.wksd.frmcnt:before {
        left: 189px !important;
    }
    .gigcfc.all-ol {
    margin-left: -94px !important;
}
}
@media (max-width: 940px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 98px !important;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 99px !important;
    }
}
@media (max-width: 920px) {
    p.qjklx.wksd.frmcnt:before {
        left: 175px !important;
    }
}
@media (max-width: 900px) {
    p.qjklx.wksd.frmcnt:before {
        left: 158px !important;
    }
        .gigcfc.all-ol {
        margin-left: -69px !important;
        width: 85%;
    }
}
@media (max-width: 865px) {
    p.qjklx.wksd.frmcnt:before {
        left: 140px !important;
    }
}
@media (max-width: 860px) {
    .gigcfc.all-ol {
        margin-left: -52px !important;
    }
}
@media (max-width: 830px) {
    p.qjklx.wksd.frmcnt:before {
        left: 126px !important;
    }
    .gigcfc.all-ol {
        margin-left: -33px !important;
        width: 75%;
    }
}
@media (max-width: 800px) {
    p.qjklx.wksd.frmcnt:before {
        left: 107px !important;
        top: 232%;
    }
    .gigcfc.all-ol {
    padding-top: 0px;
}
}
@media (max-width: 767px){
#related-search-results {
        width: 52% !important;
        text-align: left !important;
    }
    .assaap.top {
    
    padding-bottom: 0px !important;
}
    .nvdlj .middle-header,.nvdlj .search_botton_mobile {
    display: none;
}

        .gigcfc.all-ol {
        padding-top: 16px;
        margin-left: -90px !important;
        width: 90%;
    }

        p.qjklx.wksd.frmcnt:before {
        left: 121px !important;
        top: 221%;
    }
    p.clapd {
    margin-bottom: 8px !important;
}
       .djuon.col-md-6.col-lg-6.col-sm-12.cvaq.cn {
        height: 580px;
        width: 98% !important;
        }
}
@media (max-width: 760px) {
    .djuon.col-md-6.col-lg-6.col-sm-12.cvaq.cn {
        height: 520px;
    }
        p.wiop.welk {
        
        padding-top: 30px !important;
    }
        p.qjklx.wksd.frmcnt:before {
        
        top: 211%;
    }
}
@media (max-width: 740px){
#related-search-results {
    width: 65%;
}
    p.qjklx.wksd.frmcnt:before {
        left: 111px !important;
        top: 212%;
    }

}
@media (max-width: 720px){
    p.qjklx.wksd.frmcnt:before {
        left: 100px !important;
    }
        .gigcfc.all-ol {
        padding-top: 27px;
        margin-left: -74px !important;
        }
    }
    @media (max-width: 700px) {
    p.qjklx.wksd.frmcnt:before {
        left: 85px !important;
    }
    .for3-border .snkborder.Click-here.btntxt {
    margin-top: 10px !important;
}
section.wklss {
    padding-top: 65px;
}
}

@media (max-width: 665px) {
    p.qjklx.wksd.frmcnt:before {
        left: 72px !important;
    }
}
@media (max-width: 650px) {
    .qllopc.gigcfc.all-ol {
        margin-left: -40px !important;
    }
}
@media (max-width: 670px) {
    .gigcfc.all-ol {
        padding-top: 18px;
    }
    }
@media (max-width: 680px){
#related-search-results {
    width: 71%;
}
.gigcfc.all-ol {
       
        margin-left: -59px !important;
    }
}
@media (max-width: 640px) {
    p.qjklx.wksd.frmcnt:before {
        left: 60px !important;
    }
}
@media (max-width: 620px) {
    .qllopc.gigcfc.all-ol {
        margin-left: -22px !important;
    }
}
@media (max-width: 610px) {
    p.qjklx.wksd.frmcnt:before {
        left: 45px !important;
    }
}
@media (max-width: 630px){
#related-search-results {
    width: 77%;
}
}
@media (max-width: 600px){
#related-search-results {
    width: 50% !important;
    margin-top: 0px;
    margin-left: -14px;
}
   section.jjgreer.wehffv.wowdf.extrem-section {
        padding-top: 35px !important;
    }
    .dcs.col-md-6 img {
        margin-top: 10px !important;
    }
    .okc.col-md-6 h2 {
    padding-top: 25px;
}
    .jlovv.qnhji.snkborder.Click-here.btntxt {
        margin-top: -64px !important;
    }
p.wexmkl.ndhd {
        padding-top: 0px !important;
        margin-left: -1px !important;
    }
.frs-sec {
    
    padding: 20px 2px;
}
p.sxcff.abt-sub {
        
        line-height: 20px !important;
    }
    p.cont-head {
    
        margin-bottom: 3px !important;
    }
    .qllopc.gigcfc.all-ol {
        margin-left: -12px !important;
        width: 80%;
    }
p.qjklx.wksd.frmcnt:before {
                left: 38px !important;
        top: 209%;
    }
button.asmlzs.uqwupffp.mauticform-button {
    font-size: 14px !important;
    margin: auto;
    text-align: center;
    width: 60% !important;
}
}
@media (max-width: 578px) {
        p.qjklx.wksd.frmcnt:before {
        left: 27px !important;
        top: 208%;
    }
}
@media (max-width: 560px) {
    p.qjklx.wksd.frmcnt:before {
        left: 17px !important;
        top: 208%;
    }
}
@media (max-width: 530px) {
    p.qjklx.wksd.frmcnt:before {
        
        top: 204%;
    }
}
@media (max-width: 525px) {
.allbcj.qllopc.gigcfc.all-ol {
        
        margin-top: -10px !important;
}
}
@media (max-width: 535px){

p.hiei {
    font-size: 14px !important;
    margin-bottom: 8px;
    margin-top: -5px;
}
img.woolbhu.woogga{
        margin-left: -5px !important;
    }
    img.etu.aafdfga, img.isjixiao.aawqccfga {
        margin-left: -16px !important;
    }
button.asmlzs.uqwupffp.mauticform-button {
    height: 32px !important;
    font-size: 12px !important;
}
.custom-model-wrap {
    padding: 10px 42px 16px !important;
}
.model-open .custom-model-inner {
        -webkit-transform: translate(0px, 90px) !important;
        -ms-transform: translate(0px, 90px) !important;
        transform: translate(0px, 90px) !important;
    }
   
}
@media (max-width: 530px){
     img.isjixiao.aawqccfga {
        margin-top: -2px;
        margin-left: 3px !important;
    }
        img.etu.aafdfga {
        margin-left: 4px !important;
        margin-top: 12px;
    }

}
@media (max-width: 500px){
    p.qjklx.wksd.frmcnt {
        font-size: 22px !important;
    }
        p.qjklx.wksd.frmcnt:before {
        top: 203%;
    }
        p.frmcnt2.bn {
        padding-bottom: 15px;
        font-size: 15px !important;
        line-height: 21px !important;
    }
}
@media (max-width: 417px) {
    img.etu.aafdfga {
        margin-left: -2px !important;
        margin-top: 10px;
        height: 68px !important;
    }
}
@media (max-width: 470px) {
    #related-search-results {
        width: 61% !important;
    }
}
@media (max-width: 460px) {
    p.qjklx.wksd.frmcnt {
        font-size: 21px !important;
    }
}
@media (max-width: 440px) {
       p.qjklx.wksd.frmcnt:before {
        top: 202% !important;
        height: 146px;
    }
    p.whyj {
   
    margin-left: 18px;
    }
    .allonsd {
        width: 90%;
    }
}

@media (max-width: 435px){
p.hiei {
        font-size: 12px !important;
    }
    p.dlksfjf.qkkl.cont-head {
        font-size: 12px !important;
    }
}
@media (max-width: 414px){
#related-search-results {
    width: 73% !important;
    
}
    p.qjklx.wksd.frmcnt:before {
        top: 204%;
    }
 p.frmcnt2.bn {
      
        font-size: 14px !important;
      
    }   
.stats .stats-item span {
        font-size: 40px;
        line-height: 27px;
}
.stats .stats-item p {
        font-size: 19px !important;
        line-height: 28px !important;
        
        padding-bottom: 10px !important;
    }
    h2.sfs {
        margin-bottom: 14px;
    }
    .paraf {
     
        margin-bottom: 30px;
    }
    .calcl.col-lg-3.col-md-6 {
        width: 75% !important;
    }
}

 .search_botton_mobile {
    
    font-size: 15px;
    margin-top: 6px;
    width: 308px;
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    background-color: #e6e6e6;
    height: 30px;
    margin-bottom: 10px;
    /* border: 2px solid #003172; */
    border-radius: 6px;
    padding: 0px 20px;
}





/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: #fff;
  padding: 10px 0 0;
  transition: all 0.5s;
  z-index: 997;
}
.maindi {
    padding: 0px;
}
.header .logo {
  line-height: 1;
}


.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--default-font);
}

a.bkbbk {
    width: 70%;
    display: block;
    float: left;
    text-align: center;
    font-size: 18px !important;
    text-decoration: none;
    height: 38px;
    vertical-align: middle !important;
    line-height: 21px;
}
.btn-gey {
    padding-left: 70px;
}
.header .logo span {
  color: var(--accent-color);
  font-size: 36px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: black ;
  background-color:#d2e825;
  font-size: 16px;
  padding: 10px 30px;
  margin: 0;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
 color: #fff;
    background: color-mix(in srgb, #3173c1, transparent 15%);
}
@media (max-width: 410px) {
    p.wiop.welk {
        
        padding-left: 0px;
        padding-right: 0px;
        font-size: 26px !important;
    }
    .allonsd {
        width: 92% !important;
    }
}
@media (max-width: 400px) {
button.asmlzs.uqwupffp.mauticform-button {
        
        font-size: 11px !important;
    }
}
@media (max-width: 1199px) {
    .navmenu a, .navmenu a:focus {
        font-size: 13px !important;
    }
    .wehffv.wowdf.extrem-section {
    padding-top: 10px !important;
}
    .inkloxc {
    padding-top: 0px !important;
}
img.pluyuiay.img-fluid.image.scale-on-hover {
   
    margin-right: 20px;
}
img.plaxaa.img-fluid.image.scale-on-hover {
    
    margin-left: 0px;
}
    .snkborder {
        margin-top: -102px !important;
    }
    img.hgoghjf.img-fluid.image.scale-on-hover {
    margin-bottom: 15px !important;
}
.skslp {
    margin-bottom: 300px !important;
    
}
.hkjhkj.row {
    margin-bottom: 30px;
}
    .sljcca.col-md-12 {
    width: 100% !important;
    }
    h4.reso-heading {
    font-size: 26px !important;
    }
    section.wowdf.extrem-section {
  margin-top: 55px !important;
    margin-bottom: 35px !important;
}
    section.dwdw .col-md-7 {
    
    margin-left: 490px;
    }
    h3.dwjd {
    font-size: 36px;
    line-height: 49px;
    }
    section.dwdw .col-md-7 {
    
    margin-left: 485px;
    }
    ul.qmkld.emcdkl.pqewpq.sddwwq {
        margin-top: -62px !important;
    }
        h2.wjmkls.hahl.jalh:before {
        top: 207% !important;
        left: 105px !important;
    }
        ul.pqewpq.sddwwq {
        margin-top: -26px !important;
    }
       h2.ftyuop.jdwww:before {
        top: 320% !important;
        left: 105px !important;
    }
    h4.jhcv {
    font-size: 30px !important;
 padding-top: 0px !important;
    line-height: 39px !important;
    }
    p.elementor-icon-box-description {
    font-size: 17px !important;
    }
       .dthikl.for-3-cols {
    padding: 120px 14px !important;
}
.dthikl.refor-4-cols {
        padding: 120px 14px !important;
    }
    .col-md-6.col-sm-12.cn {
    height: 675px;
    }
    img.checkmkcv {
    
    margin-top: 4px;
}
        p.frmcnt:before {
        left: 640px !important;
    }
        p.welk {
        padding-top: 34px !important;
    }
    h2.sfs {
        padding-bottom: 14px;
}
    .appointment-one {
        padding: 20px 0 !important;
    }
img.akd {
    width: 22% !important;
}
    .paraf {
    text-align: center;
}
    .stats .stats-item p {
        font-size: 20px;
    }
        .stats .stats-item span {
        font-size: 36px;
        padding-top: 6px;
        }
        .why-us .icon-box p {
        font-size: 15px !important;
        line-height: 24px !important;
    }
    .pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        padding-top: 4px;
    }
    .qnnjmm.rbbhk.col-lg-2.col-md-6 {
    width: 26%;
    margin-left: -33px;
}
a.cklv {
    font-size: 16px !important;
}
    p.sdslk {
        font-size: 14px !important;
    }
        p.luio a {
        font-size: 14px !important;
        line-height: 20px;
    }
.footer {
   
    padding-bottom: 16px !important;
}
a.sdslnsc {
    
    font-size: 18px !important;
    line-height: 35px;
}
        .rtbhjj.for-border .snkborder.Click-here.btntxt {
        width: 30% !important;
    }
    .qmlsu.mb-4 {
    
    margin-left: 30px;
}
    .sdcv {
        font-size: 24px;
        padding-left: 159px;
    }
    .llo {
   
    width: 90%;
    text-align: center;
}
.plxc {
    
    margin-bottom: 18px;
}
        .oneyu.plxc.njghop:before {
        left: 110px !important;
        top: 257% !important;
    }
            .wiomhj.qoplcj.plxc.njkqop:before {
        left: 112px !important;
        top: 342% !important;
    }
    .njk:before {
        left: 542px !important;
    }
    .all-ol {
        margin-left: -58px !important;
    }
    section.fosl {
    padding-top: 0px;
}
    .qzzlo {
    font-size: 24px;
    padding-top: 0px;
    line-height: 31px;
    text-align: center;
}
    ul.qmdkp {
    width: 74% !important;
    
}

    p.textl {
    font-size: 16px !important;
        padding: 2px;
    padding-bottom: 4px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.woplx.mb-4 {
    width: 50%;
}
img.qmsbs.mb-4 {
    width: 98%;
}
    .opvf {
        padding-bottom: 0px !important;
    }

   
    p.abt-head2 {
    
    font-size: 20px;
    }
section.newsec {
    
    height: 270px;
}
    h5.cndsc {
        
        line-height: 34px !important;
    }
    section.hahfka {
        height: 450px !important;
    }
.qkcop.item {
        width: 100% !important;
    }
.below-im {
    margin-top: 204px !important;
}
.desc {
    font-size: 16px !important;
    line-height: 20px;
}
.why-us .icon-box {
      
    }
.why-us .icon-box h4 {
        height: 40px !important;
    }
a.lksa {
    
    font-size: 21px;
}
section.gallery-block.grid-gallery {
    padding-bottom: 30px;
    padding-top: 0px;
}
p.img-ttle {
    font-size: 24px;
        margin-bottom: 0px;
    line-height: 31px;
}
    img.qmklx {
    width: 20% !important;
    height: 20% !important;
    padding: 5px !important;
}
.ihsdd.ashdaskds.jsoocj {
        padding-left: 128px !important;
        margin-top: -175px !important;
    }
.pbmit-heading-desc {
    font-size: 16px !important;
    line-height: 21px !important;
}
.btn-gey {
    padding-left: 15px;
} 
.col-md-12.me3 p {
    
    font-size: 17px !important;
    
    line-height: 30px !important;
}
i.fa.fa-chevron-circle-right {
   
    font-size: 20px !important;
    margin-right: 4px !important;
}
p.ndhd {
   padding-top: 13px;
    font-size: 34px !important;
    line-height: 38px !important;
    margin-bottom: 10px !important;
}
.qcvohg.about-section-one {
    margin-top: -70px !important;
    width: 78%;
}
    .spacehead {
        width: 90% !important;
    }
img.cvnk {
    width: 100% !important;
}
  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
 
}
@media (max-width: 1165px) {
    p.frmcnt:before {
        left: 625px !important;
    }
}
@media (max-width: 1185px) {
    .plxc.njk:before {
        left: 541px !important;
    }
}
@media (max-width: 1160px) {
    .plxc.njk:before {
        left: 528px !important;
    }
    .oneyu.plxc.njghop:before {
        left: 84px !important;
    }
    .wiomhj.qoplcj.plxc.njkqop:before {
        left: 84px !important;
    }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    @media (max-width: 1155px) {
    .njk:before {
        left: 526px !important;
    }
   
    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        left: 90px !important;
        top: 256% !important;
    }
    h2.olbhg.plxc.njk:before {
        left: 530px !important;
    }
h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 92px !important;
        top: 339% !important;
    }
        .plxc {
        margin-bottom: 10px;
    }
    .qoplcj.plxc.njkqop:before {
        left: 86px !important;
    }
        .plxc.njghop:before {
        left: 80px !important;
        }
    }
    @media (max-width: 1140px) {
    p.frmcnt:before {
        left: 611px !important;
    }
        ul.qmkld.emcdkl.pqewpq.sddwwq {
        margin-top: -48px !important;
    }
    h2.gigi.ftyuop.jdwww:before {
        top: 317% !important;
        left: 79px !important;
    }
    h2.gygyuc.wjmkls.hahl.jalh:before {
        top: 204% !important;
        left: 79px !important;
    
}
        h2.olbhg.plxc.njk:before {
        left: 526px !important;
    }
    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        left: 85px !important;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 85px !important;
    }
}
    @media (max-width: 1135px) {
    .plxc.njk:before {
        left: 512px !important;
    }
        .oneyu.plxc.njghop:before {
        left: 78px !important;
        top: 265% !important;
    }
    .wiomhj.qoplcj.plxc.njkqop:before {
        left: 76px !important;
        top: 338% !important;
    }
    
}
    @media (max-width: 1120px) {
    .njk:before {
        left: 505px !important;
    }
        h2.olbhg.plxc.njk:before {
        left: 517px !important;
    }
           h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        left: 75px !important;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 75px !important;
    }
        .qoplcj.plxc.njkqop:before {
        left: 60px !important;
        top: 337% !important;
    }
    }
    @media (max-width: 1115px) {
        h2.gygyuc.wjmkls.hahl.jalh:before {
        top: 203% !important;
        left: 66px !important;
    }
    h2.gigi.ftyuop.jdwww:before {
        top: 316% !important;
        left: 66px !important;
    }
    }
    @media (max-width: 1110px) {
    p.frmcnt:before {
        left: 594px !important;
    }
   
    h2.olbhg.plxc.njk:before {
        left: 510px !important;
    
}
h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        left: 70px !important;
    }
       
}
    @media (max-width: 1100px) {
    .plxc.njk:before {
        left: 497px !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 65px !important;
    }
        h2.olbhg.plxc.njk:before {
        left: 502px !important;
    }
        h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        left: 65px !important;
    }
    .qoplcj.plxc.njkqop:before {
        left: 52px !important;
            }
            .oneyu.plxc.njghop:before {
        left: 56px !important;
            }
            .wiomhj.qoplcj.plxc.njkqop:before {
        left: 56px !important;
            }
}
@media (max-width: 1090px) {
    h2.gygyuc.wjmkls.hahl.jalh:before {
        top: 202% !important;
        left: 54px !important;
    }
        h2.gigi.ftyuop.jdwww:before {
        top: 315% !important;
        left: 54px !important;
    }
}
    @media (max-width: 1085px) {
    .njk:before {
        left: 488px !important;
    }
        .plxc.njghop:before,h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 52px !important;
        }
            
            
}
@media (max-width: 1080px) {
    h2.olbhg.plxc.njk:before {
        left: 490px !important;
    }
    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        left: 52px !important;
    }
    
    
}

@media (max-width: 1175px) {
   .plxc.njk:before {
        left: 542px !important;
    }
        .oneyu.plxc.njghop:before {
        left: 100px !important;
    }
        .wiomhj.qoplcj.plxc.njkqop:before {
        left: 100px !important;
    }
}
@media (max-width: 1075px) {
p.frmcnt:before {
        left: 580px !important;
    }
    }
@media (max-width: 1070px) {
    p.cont-head {
        font-size: 24px !important;
        line-height: 16px !important;
    }
        p.abt-sub {
        font-size: 16px;
        line-height: 9px;
    }
        p.third-head {
        font-size: 16px;
        padding-top: 9px;
        margin-bottom: 0px;
    }
        .all-ol {
        margin-left: -17px !important;
    }
}
@media (max-width: 1060px) {
    h2.olbhg.plxc.njk:before {
        left: 486px !important;
    }
    h2.gygyuc.wjmkls.hahl.jalh:before {
        top: 200% !important;
        left: 40px !important;
    }
    h2.gigi.ftyuop.jdwww:before {
        top: 313% !important;
        left: 40px !important;
    }
    section.diwddw {
        padding-top: 15px !important;
    }
    section.ajkjx {
   
    padding-bottom: 90px;
}
    img.woer.mb-4 {
    width: 90% !important;
}
    h2.wujnbh.oneyu.plxc.opvf.njghop:before,h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 45px !important;
    }
}
@media (max-width: 1045px) {
    .plxc.njk:before {
        left: 472px !important;
    }
    
    h2.olbhg.plxc.njk:before {
        left: 476px !important;
    
}
    h2.wujnbh.oneyu.plxc.opvf.njghop:before, h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 32px !important;
    }
    .oneyu.plxc.njghop:before {
        left: 29px !important;
    }
    .wiomhj.qoplcj.plxc.njkqop:before {
        left: 36px !important;
    }
}
@media (max-width: 1035px) {
h2.gygyuc.wjmkls.hahl.jalh:before {
        top: 199% !important;
        left: 27px !important;
    }
    h2.gigi.ftyuop.jdwww:before {
        top: 312% !important;
        left: 27px !important;
    }
}
@media (max-width: 1025px) {
    .fvkk.opvf {
       
        padding-left: 10px;
    }
        h2.wujnbh.oneyu.plxc.opvf.njghop:before, h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 26px !important;
    }
}
@media (max-width: 1020px) {
    .plxc.njk:before {
        left: 459px !important;
    }
    .oneyu.plxc.njghop:before {
        left: 20px !important;
    }
        .wiomhj.qoplcj.plxc.njkqop:before {
        left: 20px !important;
    }
}
@media (max-width: 1010px) {
    h2.gygyuc.wjmkls.hahl.jalh:before {
        top: 198% !important;
        left: 17px !important;
    }
    h2.gigi.ftyuop.jdwww:before {
        top: 311% !important;
        left: 17px !important;
    }
}
@media (max-width: 1005px) {
    h2.olbhg.plxc.njk:before {
        left: 464px !important;
    }
    h2.wujnbh.oneyu.plxc.opvf.njghop:before, h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 20px !important;
    }
}
@media (min-width: 767px) {
  .navmenu {
    padding: 0;
    padding-bottom:2px;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 10px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff;
    font-size: 17px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #3173c1;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
.one,.two {
    float: left;
}
.same2 {
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
    
}
  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #fff;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 16px;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 5px 20px 5px 0px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #3173c1;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
.resources-menu li {
  position: relative;
  list-style: none;    /* Remove default bullets */
  padding-left: 20px;  /* Space for the arrow */
}

.resources-menu li::before {
  content: "<";        /* Arrow symbol */
  position: absolute;
  left: 0;             /* Position to the left of text */
  top: 50%;
  transform: translateY(-50%);
  color: #4f63d9;      /* Arrow color */
  font-weight: bold;
  font-size: 14px;     /* Adjust size if needed */
}

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: 90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 90%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 767px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    
  }
      .dcs.col-md-6 img {
        margin-top: 15px !important;
    }
  p.wkkkdd {
    margin-bottom: 11px !important;
  }
  .okc.col-md-6 h2 {
    padding-top: 30px;
}
      .jlovv.qnhji.snkborder.Click-here.btntxt {
        margin-top: -65px !important;
        margin-left: 62px !important;
    }
    
  
  .modalbg:target .dialog {
    top: 16px !important;
  }
  .sec-nav {
        
        position: absolute;
    }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 0px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #3173c1;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #3173c1;
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #3173c1;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #3173c1;
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

    .for-border .snkborder.Click-here.btntxt {
        margin-top: -6px !important;
       
    }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 65px;
    right: 61px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

@media (max-width: 1199px) {
 /* .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    
  }*/

 /* .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

    .for-border .snkborder.Click-here.btntxt {
        margin-top: -6px !important;
       
    }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }*/
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  --heading-font: var(--default-font);
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  padding: 40px 0;
  position: relative;
  padding-bottom: 50px;
}
.social-links.d-flex {
    float: right;
}
.text-r {
    float: right;
    width: 50%;
    text-align: right;
    display:none;
}
.footer .icon {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}
/*p.jscc {
    width: 50%;
    float: left;
    text-align: left;
}*/
.footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    
}

.footer .address p {
  margin-bottom: 0px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer .copyright {
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid #3173c1;
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #3173c1;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--default-font);
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb,#212d45, transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: #212d45;
  background-color: var(--background-color);
  padding: 30px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 56px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--default-font);
}
.btm-div {
    float: unset;
    margin: auto;
    width: 100%;
    text-align: center;
}
img.wmkopp.mb-4 {
    width: 100%;
}
.section-title p {
  color: #001358;
    margin: 10px 0 0 0;
    font-size: 48px;
    font-weight: 500;
    font-family: arial;
    
}
a.asopwde.more-btn:hover {
    background: #3173c1;
    color: #000;
}
a.asopwde.more-btn {
    background: #3173c1;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
    width: 20%;
    display: block;
    margin: auto;
}
p.sub-ttle {
    
    padding-bottom: 14px;
    text-align: center;
}
.sec-title {
    padding-top: 35px;
}
p.img-ttle {
    font-size: 28px;
    font-weight: 600;
   
    margin-bottom: 1px;
    text-align: center;
    
    padding-bottom: 7px;
}
.section-title p .description-title {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 60vh;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 500;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 1090px) {
    p.cont-head {
        font-size: 28px !important;
        line-height: 18px !important;
    }
        p.abt-sub {
        font-size: 16px;
        line-height: 10px;
    }
        p.third-head {
        font-size: 18px;
        }
}
    
@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .book-a-table {
  text-align: center;
  border: 4px solid color-mix(in srgb, var(--default-color), transparent 30%);
  padding: 22px;
}

.about .book-a-table h3 {
  font-family: var(--default-font);
  margin: 0 0 0 0;
  font-size: 24px;
}

.about .book-a-table p {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 28px;
  margin: 0;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
  color: var(--contrast-color);
  background: var(--accent-color);
  padding: 30px;
}
a.descrlink {
    float: left;
    color: #001358;
}

h2.sfs {
    text-align: center;
    font-family: inherit;
    font-weight: 600;
}
p.sjflsaf {
    font-weight: 500;
    border-bottom: 4px solid #3173c1;
    width: 180px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.why-us .why-box h3 {
  color: var(--contrast-color);
  font-family: var(--default-font);
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: color-mix(in srgb, var(--contrast-color), transparent 85%);
  padding: 8px 40px 10px 40px;
  color: var(--contrast-color);
  transition: all ease-in-out 0.4s;
  border-radius: 50px;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--accent-color);
  background: var(--surface-color);
}
img.icn-cl {
    width: 9%;
    margin-right: 8px;
    display: none;
}
.why-us .icon-box {
  background-color: var(--surface-color);
  text-align: center;
  padding: 0px;
  width: 100%;

 }

.why-us .icon-box i {
  color: var(--accent-color);
  font-size: 32px;
  margin-bottom: 30px;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  transition: 0.3s;
}

.why-us .icon-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-align: left;
}
.for-descr {
    padding: 0px 11px;
}

.why-us .icon-box p {
  
  color: #555455;
  text-align: justify !important;
}

.why-us .icon-box:hover i {
  color: var(--contrast-color);
  background: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
  position: relative;
  padding: 65px 0;
}

.stats img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.opvf {
    padding-bottom: 10px;
}

h2.opopl {
    text-align: left;
    font-family: inherit;
    font-weight: 900;
    font-size: 24px;
    padding-top: 10px;
}
.gallery img {
    border-radius: 20px;
  width: 100%;
  height: auto;
}
section.hahfka {
    background-image: url(https://www.krishaniledlenses.com/assets/img/bg-img.png);
    background-color: #cccccc;
    height: 565px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.desc {
    padding: 4px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
}
h4.sdsn {
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.qkcop.item {
    width: 60%;
    margin: auto;
    text-align: center;
}
img.akd {
    width: 30%;
    margin: auto;
    clear: both;
    text-align: center;
    padding-bottom: 15px;
}
p.ncxx {
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #00a01d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}



.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #00a01d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #00a01d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #00a01d !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}


.yil.sfs {
    color: #fff;
}
.below-im {
    margin-top: 262px;
}
.bg-colo {
    background: #f2f2f2;
}
.opkcgcs {
    font-weight: 500;
    
    border-bottom: 4px solid #3173c1;
    width: 220px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.kslccs {
    font-weight: 500;
    border-bottom: 4px solid #3173c1;
    width: 140px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    color: #fff;
}
section.wlddp {
    padding: 0px;
}
*{
  box-sizing: border-box;
}
.jpowe {
    padding-bottom: 10px;
}
.responsive {
  padding: 0 6px;
  float: left;
  width: 33.33%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
      .all-ol {
       
        margin-top: -9px !important;
    }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.stats:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 40%);
  /*position: absolute;*/
  inset: 0;
  z-index: 2;
}

.stats .container {
  position: relative;
  z-index: 3;
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 48px;
    display: block;
    color: #000;
    font-weight: 700;
    border-bottom: 15px solid #3173c1;
    width: 106px;
    line-height: 35px;
    margin: auto;
}

.stats .stats-item p {
 padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-top: 12px;
    text-align: center;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu .nav-tabs {
  border: 0;
}

.menu .nav-link {
  background-color: var(--background-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 15px;
  padding: 10px 5px;
  transition: 0.3s;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

@media (max-width: 575px) {
  .menu .nav-link {
    margin: 0 10px;
    padding: 10px 0;
  }
 .hhosos.ihsdd.ashdaskds.jsoocj {
        padding-left: 55px !important;
  }
      .jlovv.qnhji.snkborder.Click-here.btntxt {
        
        margin-left: 54px !important;
    }
  .qllopc.gigcfc.all-ol {
        margin-left: 7px !important;
  }
  input.kls.mauticform-input {
    width: 46% !important;
    float: left;
}
      .gigcfc.all-ol {
        margin-left: 13px !important;
        margin-top: 3px !important;
    }
  p.cont-head {
        font-size: 14px !important;
    }
        p.abt-sub {
        font-size: 10px !important;
        line-height: 15px !important;
    }
        p.third-head {
        font-size: 12px !important;

    }
        .for3-border .snkborder.Click-here.btntxt {
        font-size: 11px;
    }
}

.menu .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.menu .nav-link h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  font-family: var(--default-font);
}

@media (max-width: 575px) {
  .menu .nav-link h4 {
    font-size: 16px;
  }
}

.menu .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.menu .nav-link.active {
  background-color: var(--background-color);
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.menu .tab-content .tab-header {
  padding: 30px 0;
}

.menu .tab-content .tab-header p {
  font-size: 14px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0;
}

.menu .tab-content .tab-header h3 {
    font-size: 42px;
    font-weight: 700;
    color: #001358;
    font-family: cursive;
}

.menu .tab-content .menu-item {
  text-align-last: center;
  margin-top: 25px;
}

.menu .tab-content .menu-item .menu-img {
  padding: 0 0px;
  border-radius: 20px;
}

.menu .tab-content .menu-item h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: var(--default-font);
}

.menu .tab-content .menu-item .ingredients {
  font-family: var(--nav-font);
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 5px;
}

.menu .tab-content .menu-item .price {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item .testimonial-content {
  border-left: 3px solid var(--accent-color);
  padding-left: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0 0 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: cente;
  min-height: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}
@media (max-width: 472px) {
    .pbmit-heading-desc {
        font-size: 13px !important;
       
    }
        .stats .stats-item span {
       
        border-bottom: 8px solid #3173c1;
       
    }
        img.akd {
       
        margin-bottom: 54px;
    }
    .stats .stats-item p {
    padding-top: 6px;
    }
        h2.sfs {
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    .why-us .icon-box {
      
    margin-bottom: 28px;
    }
}
.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
}

.events .event-item .price {
  color: #ffffff;
  border-bottom: 2px solid var(--accent-color);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

.events .swiper-wrapper {
  height: auto;
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.chefs .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}

.chefs .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.chefs .team-member .member-img:after {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 100%;
  background-color: var(--surface-color);
  -webkit-mask: url("../img/team-shape.svg") no-repeat center bottom;
  mask: url("../img/team-shape.svg") no-repeat center bottom;
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: 1;
}

.chefs .team-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 60%);
  z-index: 2;
}

.chefs .team-member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.chefs .team-member .social a:hover {
  color: var(--default-color);
}

.chefs .team-member .social i {
  font-size: 18px;
}

.chefs .team-member .member-info {
  padding: 10px 15px 20px 15px;
}

.chefs .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: var(--default-font);
}

.chefs .team-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.chefs .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.chefs .team-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.chefs .team-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Book A Table Section
--------------------------------------------------------------*/
.book-a-table .reservation-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.book-a-table .reservation-form-bg {
  background: color-mix(in srgb, var(--default-color), transparent 97%);
}

.book-a-table .php-email-form {
  padding: 30px;
}

@media (max-width: 575px) {
  .book-a-table .php-email-form {
    padding: 20px;
  }
}
@media (max-width: 570px) {
    .qllopc.gigcfc.all-ol {
        margin-left: 7px !important;
        margin-top: -18px !important;
        width: 73%;
    }
    p.cont-head {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 540px) {
    .newsec3 {
        height: 160px;
    }
    p.qkkl.cont-head {
        font-size: 14px !important;
    }
        p.sxcff.abt-sub {
        line-height: 17px !important;
        font-size: 10px !important;
    }
}
.book-a-table .php-email-form input[type=text],
.book-a-table .php-email-form input[type=email],
.book-a-table .php-email-form input[type=number],
.book-a-table .php-email-form input[type=date],
.book-a-table .php-email-form input[type=time],
.book-a-table .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 20%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.book-a-table .php-email-form input[type=text]:focus,
.book-a-table .php-email-form input[type=email]:focus,
.book-a-table .php-email-form input[type=number]:focus,
.book-a-table .php-email-form input[type=date]:focus,
.book-a-table .php-email-form input[type=time]:focus,
.book-a-table .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.book-a-table .php-email-form input[type=text]::placeholder,
.book-a-table .php-email-form input[type=email]::placeholder,
.book-a-table .php-email-form input[type=number]::placeholder,
.book-a-table .php-email-form input[type=date]::placeholder,
.book-a-table .php-email-form input[type=time]::placeholder,
.book-a-table .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.book-a-table .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 14px 60px;
  transition: 0.4s;
  border-radius: 4px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
  width: 90%;
    margin: auto;
}

.gallery .swiper-wrapper {
  height: auto;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  border: 0;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
  opacity: 1;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    background: var(--background-color);
    border: 6px solid var(--accent-color);
    padding: 4px;
    z-index: 1;
    transform: scale(1.2);
    transition: none;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 55px;
}
a.welogp {
    width: 100%;
    margin-bottom: 18px;
}
a.sdslnsc {
    color: #fff;
    margin-top: 20px;
    clear: both;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 20px;
}
.quick-link{
    display:flex !important;
    flex-direction:column !important;
}
p.luio a {
    width: 100%;
    float: left;
    color: #d0c6c6;
    text-decoration: none;
    padding-bottom: 6px;
}
img.cvnk {
    width: 90%;
    margin: auto;
    height: auto;
}
.btall-p {
    width: 28%;
    float: left;
    margin-top: 43px;
}
a.aopccb.more-btn {
    float: right;
    background: #d4d4d4;
    color: #001358;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}
.nndnv {
    width: 70%;
    float: right;
    padding-top: 61px;
}
.qopl {
    width: 50%;
    float: left;
}
.contact .info-item .icon {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  margin-right: 15px;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  font-family: var(--default-font);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item .social-links a {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  margin: 4px 6px 0 0;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.contact .info-item .social-links a:hover {
  color: var(--accent-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}
.slider {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: #f3f3f3;
}

.slide:nth-of-type(2) {
  background: #f3f3f3;
}

.slide:nth-of-type(3) {
  background: #f3f3f3;
}

.slide:nth-of-type(4) {
  background: #f3f3f3;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}
button {
  margin: 20px;
}
.custom-btn {
    font-size: 18px;
    width: 224px;
    height: auto;
    color: #000;
    border-radius: 5px;
    padding: 10px 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    line-height: 18px;
}
.alpok.qnckcl.container {
    padding-bottom: 54px;
}
p.wwnll {
    margin-bottom: 0px;
    background: #3173c1;
    position: relative;
    padding: 18px 24px;
    border-radius: 10px 10px 0px 0px;
    width: 85%;
}
i.bi.bi-arrow-right {
    float: right;
    font-size: 26px;
    line-height: 26px;
}
button.wwnll {
    font-size: 14px;
    text-align: left;
    /* padding-top: 28px; */
     font-weight: 400; 
    /* height: 90px; */
    background: #000;
    color: #fff;
    box-shadow: none;
}
.fdsfsd {
    margin-top: -160px;
    float: left;
    width: 24%;
    margin-left: 236px;
}
span.bnn-txt {
    font-size: 20px;
    font-weight: 700;
}
.jsoocj {
    position: absolute;
    margin-top: -374px;
    padding-left: 110px;
    text-align: center;
}
p.ndhd {
    color: #000000;
    
    font-size: 46px;
    text-align: left;
    line-height: 47px;
    margin-bottom: 18px;
    
    
}
.snkborder span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #d7731b, #1c3470);
    animation: animate1 2s linear infinite;
}
.snkborder span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #d7731b, #1c3470);
    animation: animate3 2s linear infinite;
}
.snkborder span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #d7731b, #1c3470);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}
.snkborder span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #d7731b, #1c3470);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
.snkborder {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    overflow: hidden;
    padding: 4px 12px;
    background:  #d2e825;
    color: #000;
    border-radius: 4px;
   margin-top: -116px;
    margin-left: 109px;
    font-weight: 500;
}
.snkborder:hover {
    transition: background-image 3s ease-in-out;
    background-image: linear-gradient(#3173c1 100%);
 color: #fff;
    
}
span.yello {
    color: #3173c1;
}

p.aplol {
    
    color: #3173c1;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
/* 1 */
.btn-1 {
 background: #3173c1;
    background: linear-gradient(288deg, #3173c1 63%, #3173c1 38%);
    border: none;
}
.btn-1:hover {
    background: rgb(128 110 47);
    background: linear-gradient(0deg, #3173c1 0%, #846a11 100%);
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}
a.linkcolo {
    color: #fff;
    font-size: 14px !important;
    font-weight: 700;
    justify-content: space-evenly;
}
img.cbdfj {
    width: 11%;
    margin-right: 8px;
    margin-top: -4px;
}
ul.qmdkp {
    width: 70%;
    float: left;
}

@keyframes animate1{
	0%{
		transform: translateX(-100%);
	}

	100%{
		transform: translateX(100%);
	}
}
@keyframes animate2{
	0%{
		transform: translateY(-100%);
	}

	100%{
		transform: translateY(100%);
	}
}
@keyframes animate3{
	0%{
		transform: translateX(100%);
	}

	100%{
		transform: translateX(-100%);
	}
}
@keyframes animate4{
	0%{
		transform: translateY(100%);
	}

	100%{
		transform: translateY(-100%);
	}
}


/* 11 */
.btn-11 {
    border: none;
    background: rgb(0 19 88);
    background: linear-gradient(0deg, rgb(23 51 155) 17%, rgb(0 19 88) 100%);
    color: #fff;
    overflow: hidden;
    margin-top: 4px;
}
.btn-11:hover {
    text-decoration: none;
    
}
a.linkcolo:hover {
    color: #000;
}
a.linkcolo:focus {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  background: rgb(255 199 0);
    background: #3173c1;
    color: #000;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.bi-arrow-right-circle-fill::before {
    background:#000;
}
img.dcvg.mb-4 {
    width: 44%;
    margin: auto;
    text-align: center;
    margin-left: 16px;
    border-radius: 17px;

}
.col-md-12.me3 p {
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 35px;
}
i.fa.fa-chevron-circle-right {
    color: #3173c1;
    font-size: 25px;
    margin-right: 10px;
}
@media only screen and (max-width: 1399px) {
    .spacehead {
    width: 78%;
}
p.elementor-icon-box-description {
    font-size: 16px !important;
}
h2.elementor-icon-box-title span {
    font-size: 36px;
    line-height: 38px;
}
.stats .stats-item p {
    
    font-size: 20px;
    font-weight: 500;
}
.stats .stats-item span {
    font-size: 42px;
    border-bottom: 10px solid #3173c1;
}
.sdkd {
    padding-top: 15px !important;
    
}
h3.dwjd {
    font-size: 42px;
    line-height: 57px;
}
h2.hahl.jalh:before {
    top: 221% !important;
    left: 119px !important;
}
h2.jdwww:before {
    top: 343% !important;
    left: 122px !important;
}
ul.pqewpq.sddwwq {
    margin-top: -78px !important;
}
.kdio {
    width: 98%;
    margin-left: 0px;
}
.we-offer-area .item p {
   
    font-size: 15px;
    font-weight: 400;
}
.we-offer-area.text-center .item {
    
    height: 355px;
}
.we-offer-area .item h4 {
    
    font-size: 20px;
    line-height: 24px;
}
.refor-2-cols, .refor-4-cols,.for-2-cols, .for-3-cols {
    
    padding: 95px 28px !important;
}
h2.elementor-icon-box-title span {
    font-size: 40px !important;
}
p.elementor-icon-box-description {
    font-size: 18px;
}
.bordr2:before {
    
    transform: translate(58%, -57%);
}
p.welk {
    
    padding-top: 65px;
}
section.pdjui {
   
    padding-top: 30px;
}
.model-open .custom-model-inner {
    -webkit-transform: translate(0px, 70px) !important;
    -ms-transform: translate(0px, 70px) !important;
    transform: translate(0px, 70px) !important;
}
h5.cndsc {
    font-size: 23px;
}
.pllsk.rbbhk.col-lg-3.col-md-6.d-flex {
    margin-left: -57px;
}
.qnnjmm.rbbhk.col-lg-2.col-md-6 {
    width: 23%;}
p.frmcnt:before {
    
    left: 743px;
    top: 121%;
}
.njk:before {
    
    left: 650px;
    top: 119%;
}
.fvkk.opvf {
    padding-bottom: 10px;
}
h3.plxc.njkqop:before {
    left: 124px;
    top: 366%;
}
.njghop:before {
    
    left: 127px;
    top: 277%;
}
.for-border .snkborder.Click-here.btntxt {
    width: 26% !important;
}
.cl-mb.col-md-6 {
    margin-left: -40px;
}
section.cont-frm {
    margin-bottom: 0px !important;
}



.sliding_form {
   
    top: 66px !important;
}
.all-ol {
    margin-left: -43px;
}
#related-search-results {
    
    width: 27%;
}
.sticky-top {
    padding-bottom: 0px !important;
}
    .same2 {
        
        font-size: 14px;
        margin-bottom: 4px;
    }
    .navmenu>ul>li {
        padding: 15px 6px;
    }
        .navmenu a, .navmenu a:focus {
        
        font-size: 16px;
}
    .navmenu .dropdown ul a {
        padding: 5px 20px 0px 0px;
        font-size: 14px;
    }
}
@media (max-width: 1313px) {
p.prrhjin:before {
    transform: translate(184%, -70%) !important;
}
}
@media (max-width: 1390px) {

    .njk:before {
        left: 642px;
    }
        .njghop:before {
        left: 112px;
        }
            h3.plxc.njkqop:before {
        left: 112px;
            }
}
@media (max-width: 1385px) {
    h2.hahl.jalh:before {
        top: 220% !important;
        left: 113px !important;
    }
    .qadsl.mb-4 {
    
    margin-top: 5px;
}
section.diwddw {
    padding-top: 20px;
}
h2.jdwww:before {
        top: 336% !important;
        left: 115px !important;
    }
    ul.deiojf,ul.pqewpq.sddwwq {
    
    padding-left: 0px;
}
}
@media (max-width: 1375px) {
p.frmcnt:before {
   
   
    left: 735px;
}
   
}
@media (max-width: 1365px) {
    h2.hahl.jalh:before {
        top: 219% !important;
        left: 101px !important;
    }
        h2.jdwww:before {
        top: 335% !important;
        left: 105px !important;
    }
}
@media (max-width: 1360px) {
    .njk:before {
        left: 628px;
    }
        p.frmcnt:before {
        left: 721px;
    }
    .kdio {
    
    
    margin-left: 0px;
}
    .njghop:before,h3.plxc.njkqop:before {
        left: 98px;
    }
}
@media (max-width: 1345px) {
h2.hahl.jalh:before {
        top: 218% !important;
        left: 91px !important;
    }
        h2.jdwww:before {
        top: 333% !important;
        left: 91px !important;
    }
}
@media (max-width: 1330px) {
    .njk:before {
        left: 606px;
    }
    
    p.frmcnt:before {
        left: 705px;
    
}
        .njghop:before, h3.plxc.njkqop:before {
        left: 82px;
    }
}
@media (max-width: 1320px) {
    h2.hahl.jalh:before {
        top: 217% !important;
        left: 80px !important;
    }
        h2.jdwww:before {
        top: 332% !important;
        left: 80px !important;
    }
    .sdjc {
    padding-top: 20px !important;
    }
}
@media (max-width: 1265px) {
section.dwdw .col-md-7 {
    float: left;
    width: 38%;
    position: absolute;
    margin-left: 562px;
}
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 710px;
  margin: 30px auto;
  max-width: 97%;
  border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #343a40 !important;
   background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 10px 42px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer;
  z-index: 99;

 font-size: 25px;
    color: #fff;
    font-weight: 700;
}
img.kxmm {
    width: 25%;
    float: right;
    margin-right: 31px;
}
.modal-footer {
    display: flex;
background-color:#f5f6f7 !important;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
.texnj {
    height: 35px;
    background-color: #3173c1;
}
.sliding_form {
background: #343a40;
    position: fixed;
    right: 0;
    top: 129px;
    border-radius: 20px 0 0 20px;
    width: 350px;
    z-index: 9999;
	}
	
	span.close-button{
	color: #fff;
    float: right;
    padding-right: 15px;
    padding-top: 3px;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    font-size: 35px;
    font-weight: 900;}
	
	p.frm1{
	color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    padding: 10px;
    padding-bottom: 0px;
	}
	p.frm2{
	font-size: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 23px;
    padding-top: 7px;
}
	.mauticform_wrapper{
	max-width: 600px;
    margin: 10px auto;
	}
	.sliding_form_inner {
    padding: 15px !important;
}
.sliding_form .mauticform-row {
    display: block;
    margin-bottom: 10px !important;
}
.whatsapp-float {
    position: fixed;
    bottom: 160px;
    right: 51px;
    z-index: 100;
    cursor: pointer;
}
.chat {
    position: fixed;
    width: 90px;
    bottom: 85px;
    right: 20px;
    z-index: 88;
    cursor: pointer;
}
p.fontw700 {
        font-weight:700;
        font-size: 50px;
        padding-bottom: 55px;
    }
    
    p.pt--30n, p.pt-k4 {
        font-size: 20px;
    }
    p.pt--30n {
    color: #a10b00;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
p.pt-k4 {
    font-size: 22px;
    font-weight: 600;
}
input.kls.mauticform-input {
    width: 48%;
    float: left;
}
input.dfjh.mauticform-input {
    width: 48%;
    float: left;
    margin-left: 19px;
    margin-bottom: 4px;
}
p.hiei {
    text-align: right;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
button.uqwupffp {
    width: 48% !important;
    float: right;
    font-size: 16px !important;
    padding: 3px 10px !important;
    height: 40px !important;
}
.klopll {
    margin-top: 10px;
}

.wglfg{
    background-color: #fff !important;
    padding: 20px !important;
    border: 1px solid #1c3470;
    box-shadow: 10px 15px 50px #888;
}




.about-section-one {
    z-index: 1;
    position: absolute;
    margin-top: -45px !important;
    border-radius: 2px;
    background-color: #fff;
    border-bottom: 3px solid #3173c1;
    box-shadow: 0 0 40px 0 rgb(183 196 226 / 15%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 30px 40px 20px 50px;
    margin: auto;
    float: unset;
    width: 85%;
}
.pbmit-heading-desc {
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.pbmit-ihbox-style-2 {
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-contents, .pbmit-ihbox-style-2 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon {
    padding-right: 12px;
    padding-top: 5px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    height: 65px;
    width: 65px;
    font-size: 30px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #222;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1200px) {
    .pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        padding-top: 20px;
    }
}
.pbmit-ihbox-style-2 .pbmit-ihbox-contents, .pbmit-ihbox-style-2 * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

img.qmklx {
    width: 24%;
    height: 24%;
    background: #3173c1;
    border-radius: 35px;
    padding: 9px;
    margin-right: 8px;
}
p.textl {
    text-align: center;
    font-size: 20px;
    padding-top: 6px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    background:#3173c1;
    width: 50%;
    margin: auto;
    padding-bottom: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}
p.name-img {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-top: 16px;
}
.sec-po.row {
    padding-top: 20px;
}
.assd {
    padding-top: 100px;
    padding-bottom: 20px;

}
.pbmit-bg-color-global {
    background-color: #fff;
   color:black;
}
.appointment-one {
    padding: 36px 0;
}
.appointment-one .heading-title {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.text-white {
    color: #fff !important;
}
.text-end {
    text-align: right !important;
}
.pbmit-btn-outline-global {
    color: #fff;
    border: 2px solid #fff;
    background-color: #3173c1;
}
.pbmit-btn {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 13px 42px;
    text-transform: uppercase;
    background-color: #3173c1;
    border: 1px solid #3173c1;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    transition: all .25s ease-in-out;
}

a.pbmit-btn.pbmit-btn-outline-global:hover {
    background: #fff;
    color:#3173c1;
      border: 1px solid #000;
}

@media (max-width: 1299px) {
.jsoocj {
    padding-left: 88px;
    margin-top: -330px;
}
.lscn {
   
    margin-left: 14px !important;
}
.dcs.col-md-6 img {
    
    margin-top: 28px !important;
}
ul.emcdkl.pqewpq.sddwwq {
    margin-top: -85px !important;
}
section.country-con {
    margin-top: 25px !important;
}
h2.hahl.jalh:before {
        top: 212% !important;
        left: 67px !important;
    }
        h2.jdwww:before {
        top: 313% !important;
        left: 67px !important;
    }
.we-offer-area.text-center .item {
    
    padding: 5px 12px 15px;
    height: 345px;
}
.ashdaskds.jsoocj {
    margin-top: -200px !important;
}

    h2.elementor-icon-box-title span {
        font-size: 32px !important;
    }
    .refor-2-cols, .refor-4-cols, .for-2-cols, .for-3-cols {
        padding: 96px 28px !important;
    }
section.pdjui {
    padding-bottom: 20px !important;
}
.sec-title {
    padding-top: 63px;
}
      p.frmcnt:before {
        left: 688px;
        top: 122%;
        height: 178px;
    }
    .njk:before {
        
        top: 107%;
    }
        h3.plxc.njkqop:before {
        left: 72px !important;
        top: 338%;
    }
    .njghop:before {
        left: 72px !important;
        top: 252%;
    }
    .qadsl.mb-4 {
    
    margin-top: 5px;
}
img.qmsbs.mb-4 {
    width: 95%;
}
p.abt-head {
   
    font-size: 40px;
    line-height: 28px;
}
.woplx.mb-4 {
    width: 50%;
}
.kdio {
    
    margin-left: 0px;
}
.sdcv {
   
    padding-top: 21px;
}
section.newsec {
    
    height: 300px;
}
p.third-head {
    font-size: 20px;
    padding-top: 16px;
    margin-bottom: 6px;
}
p.cont-head {
    font-size: 32px;
    line-height: 26px;
}
    .all-ol {
        
        margin-top: 40px !important;
    }
p.abt-sub {
    
    font-size: 18px;
    line-height: 13px;
}
p.abt-head {
  
    margin-top: 75px;
}
h4.sdsn {

    font-size: 22px;
}
section.hahfka {
    
    height: 500px;
}
.snkborder {
    margin-top: -78px;
    margin-left: 85px;
}
.stats .stats-item p {
    
    font-size: 21px;
}
.qkcop.item {
    width: 75%;
}
.opvf {
    padding-bottom: 20px;
}
.why-us .icon-box h4 {
    font-size: 18px;
    line-height: 23px;
}
.why-us .icon-box p {
    
    font-size: 16px;
    line-height: 25px;
}
h5.cndsc {
    font-size: 22px;
    line-height: 24px;
}
p.luio a {
   
    font-size: 16px;
    line-height: 23px;
}
.footer h4 {
    margin-bottom: 7px;
}
p.sdslk {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
}
.appointment-one {
    padding: 40px 0;
}
.custom-btn {
    
    width: 250px;
}
span.fml {
  
    font-size: 21px;
}
    .pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        padding-top: 10px;
    }
    p.textl {
   width: 60%;
    font-size: 20px;
    }
    .assd {
    padding-top: 75px;
    }
    section, .section {
    
    padding: 38px 0;
    }
    .bvhg {
    padding-bottom: 0px;
}
img.wmkopp.mb-4 {
    margin-bottom: 10px !important;
}
.why-us .icon-box {
    
   
}
.stats .stats-item span {
    font-size: 40px;
    line-height: 17px;
} 
.stats {
    padding: 38px 0;
}
p.name-img {
    font-size: 19px !important;
   
    padding-top: 7px;
}
}
@media (max-width: 1275px) {
    h2.hahl.jalh:before {
        top: 211% !important;
        left: 55px !important;
    }
    section.diwddw {
        padding-top: 40px;
    }
    h2.jdwww:before {
        top: 315% !important;
        left: 56px !important;
    }
        ul.pqewpq.sddwwq {
        margin-top: -70px !important;
    }
}
@media (max-width: 1265px) {
p.frmcnt {

    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
}
    p.frmcnt:before {
        left: 672px;
    }
}
@media (max-width: 1290px) {
    .njk:before {
        left: 588px;
    }
    
}
@media (max-width: 1250px) {
    .all-ol {
        margin-left: 3px;
    }
       h2.jdwww:before {
        top: 314% !important;
        left: 46px !important;
    }
    h2.hahl.jalh:before {
        top: 210% !important;
        left: 46px !important;
    
}
    p.frmcnt2.bn {
    padding-bottom: 15px;
}
    p.welk {
    font-size: 28px;

    padding-bottom: 0px;
}
    .same2 {
        
        margin-bottom: 0px;
    }
        p.frmcnt:before {
    height: 166px;
        top: 114%;
    }
        .qoplcj.plxc.njkqop:before {
        left: 42px !important;
        }
    .plxc.njghop:before {
        left: 42px !important;
    }
    .njk:before {
        left: 566px !important;
    }
    .newsec3 {
    
    height: 310px;
    }
}
@media (max-width: 1230px) {
    .plxc.njghop:before {
        left: 38px !important;
    }
    .qoplcj.plxc.njkqop:before {
        left: 35px !important;
    }
    
    h2.hahl.jalh:before {
        top: 209% !important;
        left: 32px !important;
    
}
    h2.jdwww:before {
        top: 313% !important;
        left: 32px !important;
    }
}
@media (max-width: 1220px) {
    .njk:before {
        left: 554px !important;
    }
}
@media (max-width: 1170px) {
    .qcvohg.about-section-one {
        padding: 15px 40px 20px 50px;
        width: 82% !important;
    
    }
        ul.qmkld.emcdkl.pqewpq.sddwwq {
        margin-top: -28px !important;
    }
    h2.ftyuop.jdwww:before {
        top: 319% !important;
        left: 91px !important;
    }
    h2.wjmkls.hahl.jalh:before {
        top: 205% !important;
        left: 91px !important;
    
}
    p.textl {
        font-size: 17px !important;
        line-height: 25px;
    }
    .sec-title {
    padding-top: 52px;
}
}
@media (max-width: 1160px) {
    .qcvohg.about-section-one {
       
        width: 88% !important;
    }
}
@media (max-width: 1040px) {
    .custom-btn {
        width: 200px;
    }
    a.linkcolo {
   
    font-size: 12px !important;
    }
}
@media (min-width: 1070px) {
    .navmenu .dropdown ul {
       
        left: -100px;
    }
}
@media (max-width: 1060px) {
    .qcvohg.about-section-one {
        width: 90% !important;
    }
        .pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        padding-top: 6px;
    }
    p.img-ttle {
    font-size: 26px;
    padding-bottom: 6px;
}
.qmkldd.col-sm-2.col-md-3.col-xl-3 {
    margin-top: 0px;
}
    h2.sfs {
        padding-bottom: 16px;
        margin-bottom: 0px;
    }
    .stats .stats-item {
    
    padding-bottom: 0px;
}
}
@media (max-width: 1050px) {
    p.frmcnt:before {
        left: 562px !important;
    }
}
@media (min-width: 1035px) {
    .navmenu .dropdown ul {
       
        left: 0px;
    }
    }
    @media (max-width: 1015px) {
    p.frmcnt:before {
        left: 548px !important;
    }
}
@media (max-width: 991px) {
.search_botton_mobile {
    
    margin-top: 6px;
    width: 300px;
}
.vfjdf.frs-sec {
    padding-bottom: 55px;
}
    .wehffv.wowdf.extrem-section {
        padding-top: 50px !important;
    }
.shkdlo.frs-sec {
    padding-bottom: 60px;
}
.isewjklj.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
    width: 80%;
    margin: auto;
}
.dkfivi.col-md-8 {
    width: 100%;
}
    section.ajkjx {
        padding-bottom: 50px;
    }
img.pqlsji {
    display:block !important;
}
img.aneqqpmn {
    display: none;
}
    section.country-con {
        margin-top: 0px !important;
    }
img.pluyuiay.img-fluid.image.scale-on-hover {
    width: 66% !important;
        float: left !important;
        padding-top: 30px;
}
img.plaxaa.img-fluid.image.scale-on-hover {
    width: 65% !important;
    padding-top: 30px;
    float: unset !important;
    margin: auto !important;
    text-align: center;
}
.inkloxc {
    width: 100%;
    clear: both;
    display: block !important;
}
.anyapp {
    
    display: block !important;
}
.sfnfg.col-md-7 {
    width: 100%;
}
.alam.col-md-8 {
    width: 100%;
    margin: auto;
}
.alaamc.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
    width: 80%;
    margin: auto;
}
.top {
    
    padding-bottom: 288px !important;
}
h4.reso-heading {
        font-size: 20px !important;
        line-height: 27px !important;
    }
    .qllncjc.sdac.col-md-8.col-sm-12 {
    width: 100% !important;
    float: unset !important;
}
.dwklod.cjas.col-md-4.col-sm-12 {
    width: 85% !important;
    margin: auto;
    float: unset !important;
}
.sdlcdsww.ikndj.lscn.col-md-4.col-sm-12 {
    display: none;
}
.opodc.spbn.col-md-8.col-sm-12 {
    width: 100% !important;
    margin: auto;
    float: unset !important;
}
.noneprop.ikndj.lscn.col-md-4.col-sm-12 {
    display: block !important;
}
.noneprop.ikndj.lscn.col-md-4.col-sm-12 {
    display: block !important;
    width: 85% !important;
    margin: auto !important;
    float: unset !important;
}
.iuhui h2 {
    font-size: 24px !important;
    padding-bottom: 5px;
}
ul.deiojf {
    width: 90%;
    
    padding-left: 24px;
}
    .skslp {
        margin-bottom: 28px !important;
    }
.sdkd {
    
    margin-bottom: 65px !important;
}
.sljcca.col-md-12 {
    
    padding: 30px !important;
}
    .saaak {
        height: 80px !important;
        margin-bottom: 68px !important;
        margin-left: -29px !important;
    }
section.frs-sec {
    padding-bottom: 8px;
}
.qnhji.snkborder.Click-here.btntxt {
    margin-top: -95px !important;
    margin-left: 83px;
}
.ihsdd.ashdaskds.jsoocj {
        padding-left: 81px !important;
        margin-top: -194px !important;
    }
p.ndhd {
        padding-top: 48px;
        
        font-size: 32px !important;
    }
.h1, h1 {
    font-size: 26px !important;
    line-height: 40px !important;
}
.wldmm.container {
    display: block;
}
.dcs.col-md-6,.okc.col-md-6 {
    
    width: 100%;
    margin: auto;
}
.okc.col-md-6 img, .dcs.col-md-6 img {
    
    margin-left: 0px !important;
}
    .for-2-cols, .refor-2-cols {
        margin-top: 0px !important;
    }
        .refor-2-cols, .refor-4-cols, .for-2-cols, .for-3-cols {
        padding: 59px 50px !important;
    }
        .dthikl.for-3-cols,.dthikl.refor-4-cols {
        padding: 59px 50px !important;
    }
.qkklk.col-lg-6.col-md-6.col-sm-12 {
    width: 100%;
    margin-bottom: 389px;
}
    .bordr2:before {
        transform: translate(267%, -65%);
    }
    .container.hiuud.d-flex {
    display: block !important;
}
.rhjkk.col-lg-6.col-md-6.col-sm-12 {
    
    width: 100%;
}
p.frm12 {
    
    font-size: 20px !important;
    
    line-height: 30px !important;
}
.clfortab-view.col-md-8 {
    width: 100%;
    padding-bottom: 20px;
}
.cl-for-tab.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
    width: 70%;
    margin: auto;
}
img.woogga {
   
    margin-left: -28px !important;
}
img.aafdfga, img.aawqccfga {
    
    margin-left: -23px !important;
   
}
img.woogga {
    
    height: 67px;
    margin-top: -2px;
}

    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        
        top: 323% !important;
    }
    h2.wujnbh.oneyu.plxc.opvf.njghop:before, h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 123px !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        
        top: 427% !important;
    }
p.wsmlv {
   
    font-size: 14px !important;
}
h2.olbhg.plxc.njk:before {
        left: 130px !important;
        top: 188%;
        height: 65px;
        width: 4px;
    }

    .fvkk.opvf {
        padding-left: 0px;
    }
    p.abt-head {
        margin-top: 60px;
    }
.allonsd {
    width: 85%;
}
    p.wksd.frmcnt:before {
        left: 205px !important;
        top: 240%;
        height: 119px;
    }
      p.frmcnt {
        font-size: 24px !important;
        line-height: 33px !important;
      }
p.whyj {
   
    font-size: 20px !important;
}
    p.welk {
        font-size: 28px !important;
        padding-top: 48px !important;
    }
    .col-md-6.col-sm-12.cn {
        height: 675px;
        width: 80% !important;
        margin: auto;
    }
section.why-us.section.light-background {
    padding-bottom: 0px;
}
    p.name-img {
        padding-top: 12px;
    }
    .why-us .icon-box p,.why-us .icon-box h4 {
       
        text-align: center !important;
    }
    .why-us .icon-box {
     
        margin-bottom: 40px;
    }
    .why-us .icon-box h4 {
        height: 24px !important;
    }
    h2.sfs {
        padding-bottom: 24px;
    }
.pbmit-ihbox-style-2 .pbmit-ihbox-contents {
        padding-top: 5px;
    }
    .pllsk.rbbhk.col-lg-3.col-md-6.d-flex {
        margin-left: 0px;
    }
        .qnnjmm.rbbhk.col-lg-2.col-md-6 {
        width: 100%;
        margin: auto;
        margin-left: 0px;
        text-align: center;
        margin-top: 20px;
    }
.rbbhk.col-lg-3.col-md-6 {
    width: 100%;
    text-align: center;
    margin: auto;
}
.ghyu.qxmm.rbbhk.col-lg-2.col-md-6.d-flex {
    margin-top: 0px;
}
.qxmm.rbbhk.col-lg-2.col-md-6.d-flex {
    width: 51%;
    margin: auto;
    display: block !important;
    flex: unset !important;
    text-align: center;
    margin-top: 20px;
    
}
    p.sdslk {
        text-align: center !important;
        width: 80%;
        margin: auto;
    }
.apejk.col-md-6 {
    width: 90%;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}
.cl-mb.col-md-6 {
    width: 100%;
    margin: auto;
}
section.jslew {
   
    padding-bottom: 20px;
}
.kdio {
       
        padding-top: 10px;
    }
.qadsl.mb-4 {
        width: 3%;
        margin-top: 1px;
    }
    .qgyujj.wqdvss.col-md-5 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    }
    section.ajkjx {
    padding-top: 36px !important;
}
    img.qmsbs.mb-4 {
        width: 75%;
        margin: auto;
    }
.plxc {

    font-size: 22px !important;
}
    .sdcv {
        font-size: 20px !important;
        padding-left: 94px;
    
    }
    .qmlsu.mb-4 {
    margin-bottom: 14px !important;
    margin-left: 15px;
}
    section.newsec {
        height: 260px;
    }
p.abt-head2 {
    padding-top: 4px;
   
    margin-bottom: 11px;
}
    p.abt-head {
        font-size: 30px !important;
        line-height: 28px !important;
    }
.rtbhjj.for-border .snkborder.Click-here.btntxt {
    width: 34% !important;
    
}
.for3-border .snkborder.Click-here.btntxt {
    margin-top: 5px;
    margin-left: 0px;
    width: 25%;
    font-size: 14px;
    text-align: center;
}
           .all-ol {
        margin-top: -4px !important;
        margin-left: -119px !important;
    }
        p.third-head {
        font-size: 18px;
        padding-top: 9px;
        margin-bottom: 0px;
    }
        .newsec3 {
        height: 240px;
    }
           p.cont-head {
        font-size: 22px !important;
        line-height: 16px !important;
        margin-bottom: 8px;
    }
    p.abt-sub {
        margin-bottom: 0px;
        width: 80%;
    }
.navmenu>ul>li {
        padding: 8px 6px;
    }
    .deeew.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
        width: 75%;
        margin: auto;
        margin-top: 65px;
    }
  .djuon {
    width: 100% !important;
}
    .sticky-top {
       padding-bottom: 320px !important;
        margin-top: 0px;
    }
    ul.qmdkp {
        width: 100% !important;
        background-color: black;
    }
button.bnjklop.custom-btn.btn-11 {
    display: none;
}
    .navmenu .dropdown ul {
        
        left: -191px;
    }
button.displl.bnjklop.custom-btn.btn-11 {
    display: none !important;
}
    .header .btn-getstarted {
        
        margin: 0 0px 10px 0;
       
    }
img.akd {
    width: 24%;
}
    h4.sdsn {
        font-size: 20px;
        line-height: 26px;
    }
        .appointment-one {
        padding: 12px 0;
    }
    h5.cndsc {
        font-size: 20px;
        line-height: 26px !important;
    }
    p {
    font-size: 16px !important;
    line-height: 24px !important;
    }
    .desc {
        font-size: 14px !important;
        line-height: 20px;
    }
    .below-im {
        margin-top: 165px !important;
    }
.calcl.col-lg-3.col-md-6 {
    width: 25%;
    float: left;
}
    .stats .stats-item p {
        font-size: 16px;
        line-height: 20px;
        text-align: center !important;
    }
    .stats .stats-item {
    padding: 11px;
    }
        .stats .stats-item span {
        font-size: 34px;
        line-height: 17px;
        border-bottom: 10px solid #3173c1;
    width: 100px;
        }
    .qmkldd {
        width: 80% !important;
        float: unset !important;
        margin: auto !important;
    }
    .qcvohg.about-section-one {
        width: 100% !important;
        position: relative;
        padding: 20px 10px !important;
        background: #f1f1f1;
        margin-top: 0px !important;
    }
    section.wkcmm {
    padding-top: 32px;
    padding-bottom: 20px;
    }
    .h2, h2 {
    font-size: 28px !important;
    line-height: 36px !important;
    }
    section.wowdf.extrem-section {
   
    margin-bottom: 55px !important;
    margin-top: 0px !important;
}
    .opkcgcs {
    
    width: 230px;
    margin-bottom: 5px;
}
    .sec-title {
        padding-top: 0px;
    }
    p.img-ttle {
    font-size: 22px !important;
    line-height: 32px !important;
    padding-bottom: 7px;
}
.search-input-container {
    
    width: 180px;
   
}
.jpowe.container.position-relative.d-flex.align-items-center.justify-content-between {
    display: block !important;
}
    img.cvnk {
        width: 35% !important;
        float: left !important;
        margin: unset !important;
    }
    a.logo.d-flex.align-items-center.me-auto.me-xl-0 {
    display: block !important;
}
.btn-gey {
    float: right;
    width: 54%;
    padding-left: 0px;
    padding-bottom: 0px;
}
.spacehead {
        width: 62% !important;
        float: left;
        text-align: left;
        padding-left: 72px;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    p.bro {
    float: left;
    text-align: left;
    width: 58%;
    padding-left: 75px;
    padding-top: 8px;
    margin-bottom: 6px;
}
img.cblfj {
    width: 6%;
}
.scrolled .header {
    
    padding-bottom: 170px;
}
    .snkborder {
        margin-top: -45px !important;
        font-size: 14px;
    }
    .pbmit-ihbox-style-2 {
    position: relative;
    margin-bottom: -8px;
    padding-right: 0px;
}
    .pbmit-heading-desc {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .jsoocj {
        margin-top: -295px !important;
    }
    p.jscc {
    font-size: 15px !important;
}
.footer {
  
    padding-bottom: 20px;
}
p.wkpl.textl {
    width: 75%;
    font-size: 16px !important;
    line-height: 20px;
    margin-top: 18px !important;
}
}
@media (max-width: 970px) {
    h2.olbhg.plxc.njk:before {
        left: 113px !important;
    }
    .icnclass.col-md-6 {
    float: none;
    width: 100%;
}
.qmlsu.mb-4 {
    width: 14%;
}
    .llo {
        width: 98%;
        text-align: left;
    }
        .sdcv {
        font-size: 24px !important;
        padding-left: 142px;
        padding-top: 32px;
    }
    .sdescf {
    padding-top: 40px;
}
    h2.wujnbh.oneyu.plxc.opvf.njghop:before, h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 111px !important;
    }
        h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 350% !important;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 454% !important;
    }
}
@media (max-width: 915px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 90px !important;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 83px !important;
    }
}
@media (max-width: 890px) {
    .all-ol {
        margin-top: -4px !important;
        margin-left: -45px !important;
    }
    .jsoocj {
        margin-top: -275px !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 72px !important;
    }
    h2.pldc.olbhg.plxc.njk:before {
        left: 74px !important;
    }
    .for3-border .snkborder.Click-here.btntxt {
       
        width: 32%;
    }
    }
@media (max-width: 875px) {
    .navmenu .dropdown ul {
        left: -10px;
    }
}
@media (max-width: 860px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 64px !important;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 62px !important;
    }
}
@media (max-width: 840px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 52px !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 48px !important;
    }
}
@media (max-width: 830px) {
    .jsoocj {
        padding-left: 45px !important;
        margin-top: -210px !important;
        
    }
       .ihsdd.ashdaskds.jsoocj {
        padding-left: 85px !important;
        margin-top: -134px !important;
    }
        .snkborder {
        
        margin-left: 66px;
        font-size: 14px;
    }
    p.text-white {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px;
}
    p.ndhd {
        font-size: 26px !important;
        line-height: 29px !important;
        padding-top: 0px;
        margin-left: -1px;
    }
        .qnhji.snkborder.Click-here.btntxt {
        margin-top: -88px !important;
        }
       .col-md-12.me3 p {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    i.fa.fa-chevron-circle-right {
        font-size: 16px !important;
        margin-right: 2px !important;
    }
}
@media (max-width: 810px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 38px !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 38px !important;
    }
}
@media (max-width: 800px) {
    p.cont-head {
        font-size: 18px !important;
    }
    p.abt-sub {
        font-size: 14px !important;
        line-height: 21px !important;
    }
        .for-border .snkborder.Click-here.btntxt {
        width: 42% !important;
        font-size: 14px;
    }
        p.abt-head2 {
        padding-top: 1px;
       
        font-size: 15px !important;
    }
    p.qhhth.abt-head {
    font-size: 24px !important;
}
        p.abt-head2 {
        
        margin-bottom: 2px;
    }
    .all-ol {
        margin-left: -20px !important;
    }
      
        p.abt-head {
        margin-top: 35px;
    }
    section.pdjui {
    padding-top: 15px;
}
    .newsec3 {
        height: 205px;
    }
        section.newsec {
        height: 220px;
    }
}
@media (max-width: 795px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 28px !important;
        top: 181%;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 447% !important;
    }
    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 343% !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 24px !important;
    }
}
@media (max-width: 767px) {
           h2.pldc.olbhg.plxc.njk:before {
        left: 105px !important;
        top: 181%;
    }
    .spkdie.col-md-6.col-lg-3.item {
    margin-bottom: 25px;
}
        .ihsdd.ashdaskds.jsoocj {
        padding-left: 64px !important;
        margin-top: -106px !important;
    }
    img.plaxaa.img-fluid.image.scale-on-hover {
        
        padding-top: 15px;
    }
    section.partnerwith {

    padding: 10px 0px 16px 0px;
    }
    .anyapp {
    
    padding-bottom: 25px;
}
    ul.hcdh li {
    
    width: 100% !important;
    float: none !important;
    text-align: left !important;
}
ul.hcdh li img.qad {
    width: 4% !important;
    margin-bottom: 6px;
    margin-top: 4px;
}
    .hkjhkj.row {
    margin-bottom: 40px !important;
}
    img.jkslhls {
    width: 106% !important;
}
    .iuhui h2 {
        font-size: 20px !important;
        padding-bottom: 0px;
        line-height: 24px !important;
    }
    .h1, h1 {
    font-size: 26px !important;
    line-height: 37px !important;
    }
    .h2, h2 {
    font-size: 24px;
    line-height: 34px;
    }
        .cl-for-tab.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
        width: 80%;
        
    }
    .dthikl.for-3-cols, .dthikl.refor-4-cols,.refor-2-cols, .refor-4-cols, .for-2-cols, .for-3-cols {
        padding: 59px 20px !important;
    }
    section.wowdf.extrem-section {
    margin-bottom: 50px !important;
    margin-top: 0px !important;
}
    .customise-form {
    width: 100%;
    }
    .frs-sec {
    
    padding-bottom: 45px !important;
}
    .woogga {
    
    height: 68px !important;
    }
    img.aafdfga, img.aawqccfga {
    
    height: 48px !important;
    }
    .wqdvss.col-md-5 {
    margin-top: 25px;
    margin-bottom: 10px;
}
    .sdcv {
       padding-left: 110px;
        padding-top: 20px;
    }
    .qadsl.mb-4 {
        width: 4%;
    }
    .apejk.col-md-6 {
        width: 100%;
    }
        img.woer.mb-4 {
        width: 98% !important;
    }
    .rtbhjj.for-border .snkborder.Click-here.btntxt {
        width: 44% !important;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 104px !important;
    }
            h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 357% !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 497% !important;
    }
   .imrhu.col-md-4.col-sm-6.equal-height {
    width: 100%;
}
.wqdvss.col-md-4 {
    padding-top: 20px;
    text-align: center;
}
    section.jslew {
        padding-bottom: 0px;
    }
    img.qmsbs.mb-4 {
       
        margin-bottom: 0px !important;
    }
.kdio {
    width: 100%;
}
.woplx.mb-4 {
        width: 60%;
    }
    .sdescf.icnclass.col-md-6 {
    padding-top: 32px;
}
    .llo {
    
    width: 100%;
    margin: auto;
}
        .sdcv {
        font-size: 22px !important;
        padding-left: 140px;
    }
    .cl-mb {
    margin-left: 0px;
    width: 100% !important;
}
.amip {
   
    margin: auto;
    width: 100% !important;
    text-align: center;
}
    .for-border .snkborder.Click-here.btntxt {
      
        font-size: 12px;
    }
p.abt-head2 {
        
        font-size: 14px !important;
    }
    p.qhhth.abt-head {
        font-size: 22px !important;
        margin-top: 44px;
        margin-bottom: 2px;
    }
section.newsec {
        height: 204px;
    }
    .for-border .snkborder.Click-here.btntxt {
        width: 51% !important;
        margin-top: 6px !important;
    }
    .deeew.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
        width: 90%;
    }
.newsec3 {
        height: 182px;
    }
    p.abt-sub {
        font-size: 12px !important;
        line-height: 17px !important;
    }
        p.third-head {
        font-size: 13px !important;
        padding-top: 2px;
        margin-bottom: 0px;
    }
    .for3-border .snkborder.Click-here.btntxt {
       
        font-size: 12px;
    }
        p.cont-head {
        font-size: 16px !important;
    }
    .all-ol {
        margin-left: -76px !important;
        margin-top: -26px !important;
    }
   .navmenu ul {
        inset: unset;
        margin-left: 89px;
        margin-top: 105px;
    }
    ul.qmdkp li {
    padding: 4px 8px;
}
    ul.qmdkp {
        width: 80% !important;
    }
    .sticky-top {
        padding-bottom: 0px !important;
    }
.sec-nav {
    margin-top: -320px;
    margin-left: -86px;
}
    .nvdlj .sec-nav {
        margin-top: -188px;
        margin-left: -86px;
    }
button.displl.bnjklop.custom-btn.btn-11 {
    width: 45%;
    margin: auto !important;
    margin-top: 10px !important;
    display: none !important;
}
    .appointment-one {
        padding: 25px 0;
    }
    .footer .col-lg-3.col-md-6 {
    text-align: center;
}
.rbbhk {
    text-align: center !important;
}
p.ncxx {
    
    width: 85%;
    text-align: left;
}
.somfg.col-md-4.text-end{
    
    text-align: center !important;
    margin-top: 12px;
}
    section.hahfka {
        height: 521px !important;
    }
        h5.cndsc {
        
        text-align: center;
    }
        p.text-white {
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center;
    }
    img.akd {
        width: 8% !important;
        float: left;
        margin-right: 27px;
        margin-bottom: 27px;
    }

        h4.sdsn {
        text-align: left;
    }
    img.qxdbk.cvnk.img-responsive {
    width: 40% !important;
    float: unset !important;
    margin: auto !important;
}
    .responsive {
padding-bottom: 15px;
    width: 49%;
    margin: auto;
    }
        .h2, h2 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
        .wkcmm {
        
        padding-bottom: 20px;
    }
        .ndhd {
        font-size: 24px !important;
       
    }
        .img-ttle {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 7px;
    }
        p.wkpl.textl {
        width: 90%;
        font-size: 16px !important;
        margin-top: 0px !important;
        }
    .pbmit-heading-desc {
       
        line-height: 30px !important;
        text-align: left;
    }
    .wiopkm.col-md-3 {
    width: 49%;
    float: left;
    padding-bottom: 20px;
}
.pbmit-ihbox-headingicon.d-flex {
    display: block !important;
}
    img.qmklx {
        
        float: left;
    }
        a.logo.d-flex.align-items-center.me-auto.me-xl-0 {
        display: block !important;
        margin: auto !important;
        text-align: center;
    }
    .scrolled .header {
        padding-bottom: -9px;
    }
    span.kloc {
    font-size: 20px;
    line-height: 28px;
    }
    span.fml {
        font-size: 18px;
    }
    img.cblfj {
        width: 4%;
    }
    a.lksa {
        font-size: 18px;
    }
    p.bro {
     
        padding-top: 4px;
        margin-bottom: 5px;
    }
        .spacehead {
            font-size: 18px !important;
        width: 75% !important;
        float: unset !important;
        text-align: center !important;
        padding-left: 0px !important;
        line-height: 30px !important;
    }
    a.bkbbk {
    width: 50%;
    float: unset;
    text-align: center;
    margin: auto !important;
}
        p.bro {
        float: unset !important;
        text-align: center !important;
        width: 100%;
        padding-left: 0px !important;
        }
        .btn-gey {
        float: unset !important;
        width: 100%;
        text-align: center;
    }
    .search_botton_mobile {
       
        width: 290px;
        margin: auto;
    }
        .scrolled .header {
        padding-bottom: 0px;
    }
    .qxmm.rbbhk.col-lg-3.col-md-6.d-flex {
    display: block !important;
}
}
@media (max-width: 700px) {
    .qkklk.col-lg-6.col-md-6.col-sm-12 {
        
        margin-bottom: 415px;
    }
    .qnhji.snkborder.Click-here.btntxt {
        margin-top: -71px !important;
    }
        .ihsdd.ashdaskds.jsoocj {
       
        margin-top: -100px !important;
    }
}
@media (max-width: 670px) {
    .all-ol {
        margin-left: -37px !important;
        margin-top: -8px !important;
    }
}
@media (max-width: 740px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 90px !important;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 85px !important;
    }
    p.qhhth.abt-head {
        
        margin-top: 32px !important;
    }
}
@media (max-width: 720px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 78px !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 80px !important;
        width: 4px;
    }
        .sdcv {
        
        padding-left: 110px;
    }
}
@media (max-width: 700px) {
   
    .sec-nav {
       
        margin-left: -48px !important;
    }

    p.ndhd {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-bottom: 2px !important;
    }
    .whatsapp-float img {
    width: 70%;
    height: auto;
}
.chat {
    right: -20px;
}
.whatsapp-float {
    
    bottom: 150px;
    right: 12px;
}
.chat img {
    width: 60%;
    height: auto;
}
    .yil.sfs {
    
    padding-bottom: 20px;
}
    .krnji.col-md-6.col-lg-3.item {
    width: 75%;
    margin: auto;
}
    .opvf {
        padding-bottom: 4px;
    }
    .h2, h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
        section, .section {
        padding: 30px 0;
    }
    p.img-ttle {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 4px;
    }
    .snkborder {
        margin-top: -27px !important;
        
        font-size: 10px;
    }
        i.fa.fa-chevron-circle-right {
        font-size: 13px !important;
        margin-right: 2px !important;
    }
        .col-md-12.me3 p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .jsoocj {
        margin-top: -155px !important;
    }
    h2.sfs {
    padding-bottom: 10px;
}
    h4.sdsn {
        font-size: 18px;
        line-height: 21px;
    }
    .qkcop.item {

    padding-bottom: 14px;
}
.search-input-container {
        width: 185px;
    }
p.name-img {
        font-size: 17px;
}
    .why-us .icon-box h4 {
        height: 25px !important;
    }
.bothenp {
   
    padding-top: 10px;
}
a.cklv,a.cvvvv {
    font-size: 16px;
}
}
@media (max-width: 690px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 62px !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 66px !important;
        }
            h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 351% !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 490% !important;
    }
}
@media (max-width: 660px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 50px !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 48px !important;
    }
}
@media (max-width: 630px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 32px !important;
    }
        .sec-nav {
        margin-left: -28px !important;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 32px !important;
    }
}
@media (max-width: 610px) {
    .sec-nav {
        margin-left: 0px !important;
    }
}
@media (max-width: 600px) {
    .jsoocj {
        padding-left: 65px !important;
}
    section.ajkjx {
        padding-top: 65px !important;
        padding-bottom: 55px;
    }
section.partnerwith {
    
    margin-bottom: 30px;
}
img.qmsbs.mb-4 {
        width: 85%;
}
.sdkd {
        padding-top: 0px !important;
    }
section.partnerwith {
    
    padding: 16px !important;
    width: 90% !important;
}
h2.elementor-icon-box-title span {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .rhjkk.col-lg-6.col-md-6.col-sm-12 {
    
    padding: 12px 18px !important;
}
.dthikl.for-3-cols, .dthikl.refor-4-cols, .refor-2-cols, .refor-4-cols, .for-2-cols, .for-3-cols {
        padding: 40px 20px !important;
    }
    .okc.col-md-6 img, .dcs.col-md-6 img {
    width: 100% !important;
    }
    section.wklss {
    
    padding-bottom: 10px;
}
    .qkklk.col-lg-6.col-md-6.col-sm-12 {
        margin-bottom: 330px;
    }
h4.jhcv {
        font-size: 24px !important;
       margin-bottom: 0px;
        line-height: 32px !important;
    }
    section.wowdf.extrem-section {
        margin-bottom: 11px !important;
    }
    section.wklss {
    padding-top: 62px !important;
}
    .opkcgcs {
        width: 199px;
    }
.h1, h1 {
    font-size: 24px !important;
    line-height: 32px !important;
}
    .h2, h2 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 482% !important;
    }
    h2.pldc.olbhg.plxc.njk:before {
        left: 20px !important;
        top: 173%;
    }
        h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 343% !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 20px !important;
    }
    .responsive {
       
        margin-bottom: 20px !important;
    }
    .krnji.col-md-6.col-lg-3.item {
       
        margin-bottom: 24px;
    }
    .modalbg:target .dialog {
        top: 62px !important;
    }
.modalbg span.contact-title {
    font-size: 18px !important;
}
.mauticform-row {

    margin-bottom: 10px !important;
}
    p.abt-head2 {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    section.newsec {
        height: 180px;
    }
        p.qhhth.abt-head {
        font-size: 18px !important;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .woplx.mb-4 {
        width: 47%;
      
    }
    .qslh {
    margin-top: 86px !important;
    margin-left: -24px !important;
}
.all-ol {
        margin-left: -16px !important;
}
    .for3-border .snkborder.Click-here.btntxt {
        width: 38%;
    }
.sec-nav {
        margin-top: -300px !important;
}
    .nvdlj .sec-nav {
        margin-top: -170px !important;
    }
.bothenp, .bothenp {
        padding-top: 4px;
    }
    button.displl.bnjklop.custom-btn.btn-11 {
        
        margin-top: 5px !important;
    }
    .search_botton_mobile {
        width: 265px;
    }
    .jpowe {
    padding-bottom: 0px;
}
        .btn-gey {
       
        padding-bottom: 0px;
    }
    a.bkbbk {
        width: 35%;
        font-size: 15px !important;
  
    height: 35px;
    }
.one.col-md-4 {
    width: 100%;
    
}
    .mobile-nav-active .mobile-nav-toggle {
      
        top: 23px;
        right: 25px;
    }
ul.meg-menu {
    width: 402px;
}
    ul.qmdkp {
        width: 90% !important;
    }
    .navmenu ul {
        margin-left: 26px;
        margin-top: 60px;
    }
    .snkborder {
       
        margin-left: 65px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {

    width: 15px !important;
    height: 15px !important;
}
    p.ndhd {
        font-size: 18px !important;
        line-height: 23px !important;
    }
        .jsoocj {
        margin-top: -146px !important;
    }
        .snkborder {
        margin-top: -22px !important;
        }
            img.qmklx {
        width: 17% !important;
        height: 17% !important;
            }
                .wiopkm.col-md-3 {
        padding-bottom: 10px;
    }
        p.wkpl.textl {
        width: 82%;
        font-size: 14px !important;
        }
        .text-appear.col-md-12 {
    padding: 10px 0px;
}
    p.img-ttle {
        font-size: 20px !important;
        line-height: 28px !important;
    }
        h2.sfs {
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
        .why-us .icon-box {
      
    }
}
@media (max-width: 576px) {
    .pllsk.rbbhk.col-lg-3.col-md-6.d-flex {
    margin-left: 0px;
}

    .bordr2:before {
        transform: translate(263%, -65%);
    }

    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before, h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        left: 13px !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 485% !important;
    }
        h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 346% !important;
    }
    section, .section {
        padding: 34px 22px;
    }

.qnnjmm.rbbhk.col-lg-2.col-md-6 {
    width: 100%;
    margin-left: 0px;
}
.qxmm.rbbhk.col-lg-2.col-md-6.d-flex{
    display:flex;
    flex-direction:column;
}
    .spacehead {
       
        width: 68% !important;
    }
        a.lksa {
        font-size: 16px;
    }
        .sec-nav {
        margin-top: -300px;
    }
        a.cklv, a.cvvvv {
        font-size: 16px;
        line-height: 20px;
    }
        span.fml {
        font-size: 16px;
    }
        span.kloc {
        font-size: 18px;
        }
        .qmkldd {
       
        margin-top: 10px !important;
    }
        .why-us .icon-box {
        
    }
        .stats .stats-item span {
        font-size: 30px;
        line-height: 17px;
        border-bottom: 12px solid #3173c1;
        width: 78px;
    }
   
        .qkcop.item {
        padding-left: 24px;
    }
   h5.cndsc {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px !important;
    }
    .pbmit-btn {
    
    padding: 10px 42px;
    }
        .footer {
        padding-bottom: 11px;
    }
    .footer .copyright {
    padding-top: 10px;
    }
        p.jscc {
        font-size: 13px !important;
    }
        .jsoocj {
        padding-left: 55px !important;
    }
    .snkborder {
        margin-left: 54px;
    }
}
@media (max-width: 560px) {
h2.pldc.olbhg.plxc.njk:before {
        left: 16px !important;
        top: 171%;
    }
    
        .hhosos.ihsdd.ashdaskds.jsoocj {
        padding-left: 34px !important;
    }
        .jlovv.qnhji.snkborder.Click-here.btntxt {
        margin-top: -68px !important;
        margin-left: 32px !important;
    }
    
    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 348% !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 493% !important;
    }
}
@media (max-width: 540px) {
    h2.pldc.olbhg.plxc.njk:before {
        left: 16px !important;
        top: 168%;
    }
    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 344% !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 490% !important;
    }
}
@media (max-width: 525px) {
    .cl-for-tab.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
        width: 85%;
    }
    .alaamc.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
        width: 90%;
    }
}
@media (max-width: 530px) {
    .jsoocj {
        padding-left: 55px !important;
        margin-top: -130px !important;
    }
        .hhosos.ihsdd.ashdaskds.jsoocj {
        padding-left: 34px !important;
        margin-top: -75px !important;
    }
    .saaak {
        height: 48px !important;
        margin-bottom: 49px !important;
        margin-left: -10px !important;
    }
    .jlovv.qnhji.snkborder.Click-here.btntxt {
        margin-top: -43px !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 475% !important;
    }
    h2.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 337% !important;
    }
    .okjuy {
    padding-top: 20px;
}
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before{
        
        top: 337% !important;
    }
        .opvf {
       
        padding-left: 20px !important;
    }
.plxc {
        font-size: 22px !important;
        
        margin-bottom: 26px;
    }

    .fvkk.opvf {
        padding-left: 27px;
        margin-top: -6px;
        margin-bottom: 22px;
    }
        p.third-head {
        font-size: 11px !important;
        }
        p.abt-sub {
        font-size: 11px !important;
        line-height: 15px !important;
    }
        p.cont-head {
        font-size: 14px !important;
        padding-bottom: 4px;
    }
        .newsec3 {
        height: 165px;
    }
        img.akd {
        width: 10%;
        margin-right: 27px;
        margin-bottom: 40px;
    }
        p.ndhd {
        font-size: 16px !important;
        line-height: 20px !important;
    }
        section.hahfka {
        height: 560px !important;
    }
        .col-md-12.me3 p {
        font-size: 10px !important;
        line-height: 17px !important;
    }
   
    section, .section {
        padding: 20px 0;
    }
        p.img-ttle {
       
        padding-top: 10px;
    }
.krnji.col-md-6.col-lg-3.item {
        width: 75%;
}
p.name-img {
    font-size: 18px !important;
}
.qmkldd {
        width: 75% !important;
        float: unset !important;
        margin: auto;
        margin-bottom: 12px;
    }
    .why-us .icon-box h4,.why-us .icon-box p {
        text-align: center !important;
    }
      .desc {
        font-size: 18px !important;
        line-height: 24px;
    }
    
        .why-us .icon-box {
       
    }
        .below-im {
        margin-top: 0px !important;
    }
        .responsive {
        width: 75%;
        margin: auto;
        float: none !important;
    }
}
@media (max-width: 520px) {
    #related-search-results {
        width: 65% !important;
      
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 481% !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 340% !important;
    }
   
    h2.pldc.olbhg.plxc.njk:before {
        left: 16px !important;
        top: 167%;
   
}
}
@media (max-width: 510px) {
.for3-border .snkborder.Click-here.btntxt {
        width: 44%;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 337% !important;
    }
    h2.pldc.olbhg.plxc.njk:before {
       
        top: 165%;
    }

        .sdcv {
        font-size: 20px !important;
        padding-left: 125px;
    }
}
@media (max-width: 500px) {
    .cl-for-tab.col-lg-4.col-md-4.col-sm-5.col-xs-12.frm {
        width: 95%;
    }
    .bordr2:before {
        transform: translate(263%, -65%);
    }
}
@media (max-width: 490px) {
    .bordr2:before {
        transform: translate(266%, -65%);
    }
}
@media (max-width: 495px) {
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 335% !important;
    }
        h2.pldc.olbhg.plxc.njk:before {
        top: 163%;
    }
    img.qmsbs.mb-4 {
        margin-bottom: 25px !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 486% !important;
    }
}
@media (max-width: 475px) {
    h2.pldc.olbhg.plxc.njk:before {
        top: 160%;
    }
        .fvkk.opvf {
        
        margin-bottom: 16px;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 343% !important;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 491% !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 489% !important;
    }
    img.qmsbs.mb-4 {
        margin-bottom: 16px !important;
    }
    .sdcv {
        
        padding-left: 100px;
    }
        .plxc {
        
        margin-bottom: 20px !important;
    }
}
@media (max-width: 480px) {
    ul.meg-menu {
        width: 360px;
    }
        p.qjklx.wksd.frmcnt:before {
        top: 200%;
    }
  p.qkkl.cont-head {
        font-size: 13px !important;
    }
   
    .for3-border .snkborder.Click-here.btntxt {
        font-size: 9px;
        width: 36%;
    }
    p.sxcff.abt-sub {
        line-height: 15px !important;
        font-size: 9px !important;
    
}
    .newsec3 {
        height: 155px;
    }

    button.ioiipoo.asmlzs.uqwupffp.mauticform-button {
    margin: auto !important;
    width: 60% !important;
    text-align: center !important;
    
}
        .custom-model-wrap {
        padding: 10px 20px 16px !important;
    }
        .model-open .custom-model-inner {
        -webkit-transform: translate(0px, 96px) !important;
        -ms-transform: translate(0px, 96px) !important;
        transform: translate(0px, 96px) !important;
    }
        .gigcfc.all-ol {
        margin-left: 3px !important;
        }
}
@media (max-width: 465px) {
    section.hahfka {
        height: 605px !important;
    }
    button.displl.bnjklop.custom-btn.btn-11 {
        width: 54%;
    }
}
@media (max-width: 460px) {
    p.wkpl.textl {
        width: 91%;
    }
        .iuhui h2 {
        font-size: 18px !important;
       
        line-height: 22px !important;
    }
        .h1, h1 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
     .h2, h2 {
        font-size: 20px !important;
        line-height: 32px !important;
    }
       
       .jlovv.qnhji.snkborder.Click-here.btntxt {
        margin-left: 33px !important;
    } 
    .hhosos.ihsdd.ashdaskds.jsoocj {
        
        margin-top: -70px !important;
    }
        p.cont-head {
        font-size: 12px !important;
        }
           
        
       
        .pbmit-heading-desc {
        line-height: 20px !important;
        text-align: left;
        font-size: 12px !important;
    }
    p.bro {
        padding-top: 8px;
        margin-bottom: 8px;
    }
        .jsoocj {
        padding-left: 23px !important;
        margin-top: -120px !important;
    }
    .snkborder {
        margin-left: 34px;
    
        font-size: 8px;
    }
    
        .calcl.col-lg-3.col-md-6 {
        width: 48%;
        float: unset;
        margin: auto;
    }
   
        p.ndhd {
        font-size: 13px !important;
       
    }
        i.fa.fa-chevron-circle-right {
        font-size: 10px !important;
        }
        .col-md-12.me3 p {
        font-size: 10px !important;
        line-height: 14px !important;
    }

}
@media (max-width: 450px) {
    h2.pldc.olbhg.plxc.njk:before {
        top: 158%;
    }
    
    .bordr2:before {
        transform: translate(259%, -65%);
    }

        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 342% !important;
    }
        .rtbhjj.for-border .snkborder.Click-here.btntxt {
        width: 58% !important;
    }
}
@media (max-width: 445px) {
    .qllopc.gigcfc.all-ol {
        margin-left: 3px !important;
    }
   
    .bordr2:before {
        transform: translate(223%, -65%);
    
}
    p.elementor-icon-box-description {
        font-size: 16px !important;
    }
}
@media (max-width: 440px) {
    ul.meg-menu {
        width: 320px;
    }
    .spacehead {
        width: 100% !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 349% !important;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 496% !important;
    }
    .modalbg .dialog {
    width: 90% !important;
    }
    .stats .stats-item span {
        
        border-bottom: 7px solid #3173c1;
    }
        section.hahfka {
        height: 625px !important;
    }
        img.akd {
        width: 10% !important;
        
        margin-bottom: 69px;
    }
        .why-us .icon-box {
       
        margin-bottom: 25px;
    }
        .for3-border .snkborder.Click-here.btntxt {
        width: 40%;
    }
    .for-border .snkborder.Click-here.btntxt {
       
        margin-top: 0px !important;
    }
    section.newsec {
        height: 155px;
    }
        section.wkcmm {
        padding-top: 18px;
        }
            h2.sfs {
        padding-bottom: 0px;
            }
            .qcvohg.about-section-one {
       
        padding: 13px 10px !important;
            }
    }
    @media (max-width: 425px) {
    h2.pldc.olbhg.plxc.njk:before {
        top: 155%;
    }
        h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 493% !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 347% !important;
    }
    .opvf {
        padding-left: 16px !important;
    }
}
@media (max-width: 425px) {
h3.jljoi {
    margin-bottom: 10px !important;
}
.dthikl.for-3-cols, .dthikl.refor-4-cols, .refor-2-cols, .refor-4-cols, .for-2-cols, .for-3-cols {
        padding: 40px 8px !important;
    }
}
@media (max-width: 420px) {
    p.wkpl.textl {
        
        font-size: 12px !important;
        padding: 0px;
        line-height: 20px !important;
    }
        .sdkd {
        margin-bottom: 28px !important;
    }
    .sdcv {
        font-size: 20px !important;
        padding-left: 96px;
    }
    p.img-ttle {
        font-size: 19px !important;
        line-height: 25px !important;
    }
    .h2, h2 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
            h2.sfs {
        margin-bottom: 23px;
    }
        .qmkldd {
        width: 80% !important;
        }
        .why-us .icon-box h4 {
        height: 20px !important;
    }
}
@media (max-width: 416px) {
    .pbmit-heading-desc {
        line-height: 22px !important;
        
        font-size: 11px !important;
    }
}
@media (max-width: 414px) {
    h2.pldc.olbhg.plxc.njk:before {
        top: 154%;
    }
        .sec-nav {
        margin-top: -284px;
    }
    section.jjgreer.wehffv.wowdf.extrem-section {
        padding-top: 20px !important;
    }
    .anyapp {
    padding-top: 0px;
    }
        img.plaxaa.img-fluid.image.scale-on-hover {
        width: 80% !important;
        padding-top: 4px;
        }
        img.pluyuiay.img-fluid.image.scale-on-hover {
        width: 80% !important;
        padding-top: 4px;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 349% !important;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 500% !important;
    }
}
@media (max-width: 406px) {
    
    .bordr2:before {
        transform: translate(182%, -65%);
    
}
    h2.pldc.olbhg.plxc.njk:before {
        top: 148%;
    }
    h3.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 493% !important;
    }
        h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 343% !important;
    }
        a.bkbbk {
        width: 44%;
        }
            .for-border .snkborder.Click-here.btntxt {
        width: 53% !important;
            }
}
@media (max-width: 400px) {
    h2.pldc.olbhg.plxc.njk:before {
        top: 152%;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 351% !important;
    }
    h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        
        top: 504% !important;
    }
}
@media (max-width: 395px) {
   
        section.hahfka {
        height: 630px !important;
    }
        button.displl.bnjklop.custom-btn.btn-11 {
        width: 60%;
    }
        .navmenu .dropdown ul {
       
        margin: 10px 6px;
        }
        .navmenu a, .navmenu a:focus {
       
        padding: 0px 6px;
        }
        section.wkcmm {
        padding-top: 0px;
    }
        img.akd {
        width: 12%;
        margin-right: 13px;
        margin-bottom: 95px;
    }
           .jsoocj {
        padding-left: 21px !important;
        margin-top: -108px !important;
    }
           .snkborder {
        margin-left:32px;
        font-size: 8px;
        margin-top: -25px !important;
    }
       
    .col-md-12.me3 p {
        font-size: 8px !important;
        line-height: 13px !important;
    }
}
@media (max-width: 385px) {
    h2.pldc.olbhg.plxc.njk:before {
        top: 150%;
    }
    h3.pgys.fuft.wiomhj.qoplcj.plxc.opvf.njkqop:before {
        top: 508% !important;
    }
    h2.qmbhji.wujnbh.oneyu.plxc.opvf.njghop:before {
        top: 356% !important;
    }
}
@media (max-width: 390px) {
    
        p.qjklx.wksd.frmcnt:before {
        top: 204% !important;
        }
    .qllopc.gigcfc.all-ol {
        margin-left: -2px !important;
    }
        .for3-border .snkborder.Click-here.btntxt {
        width: 47% !important;
        }
 
    .djuon.col-md-6.col-lg-6.col-sm-12.cvaq.cn {
        height: 540px;
    }

            .text-appear.col-md-12 {
        padding: 2px 0px;
    }
        img.qmklx {
        width: 14% !important;
        height: 14% !important;
        padding: 3px !important;
    }
        .pbmit-heading-desc {
        line-height: 16px !important;
        font-size: 11px !important;
    }
        .col-md-12.me3 p {
        font-size: 8px !important;
        line-height: 12px !important;
    }
    .for-border .snkborder.Click-here.btntxt {
        width: 55% !important;
    }
}
@media (max-width: 388px) {
    .for3-border .snkborder.Click-here.btntxt {
        width: 56%;
        font-size: 10px;
    }
}
@media (max-width: 385px) {
    .wiopkm.col-md-3 {
        width: 50%;
    }
        .allonsd {
        width: 95% !important;
    }

}
@media (max-width: 376px) {
    .pbmit-heading-desc {
        line-height: 14px !important;
        text-align: left;
        font-size: 11px !important;
    }
}

hr.dark-line {
  /*  background: url(../images/line-gray.png) repeat-x left center;*/
    background-color: #1c3470;
    height: 1px;
    width: 330px;
    margin: auto;
    margin-bottom: 10px;
}
.for-border .snkborder.Click-here.btntxt {
   
    width: 24%;
    margin: auto;
    text-align: center;
    position: relative;
}
section.jslew {
    padding-top: 0px;
}
button.displl.bnjklop.custom-btn.btn-11 {
    display: none;
}
.for3-border .snkborder.Click-here.btntxt {
    margin-top: 10px;
    margin-left: 0px;
}
.breadcrumb li:not(:last-child)::after {
  content: " / ";
}
.breadcrumb li{
    font-size:15px;
    padding:5px;
}
.modalbg span.contact-title {
    font-size: 22px;
    margin-top: 13px;
    border-radius: 3px;
    font-family: system-ui;
    background: #3173c1;
    color: #fff;
    text-shadow: 2px 1px #150505;
    padding: 10px 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    line-height: initial;
    font-weight: 600;
}

img.woer.mb-4 {
    width: 85%;
}

@media (max-width: 365px) {
    .spacehead {
        width: 84% !important;
    }
}
@media (max-width: 410px) {
a.bkbbk {
        width: 42%;
        
}
}

img.checkmkcv {
    width: 4%;
    float: left;
    margin-right: 7px;
}
p.clapd {
    margin-bottom: 0px;
}
section.pdjui {
    padding-bottom: 0px;
}
.rhjkk.col-lg-6.col-md-6.col-sm-12 {
    background: #3173c1;
    padding: 44px 30px;
    color: white;
}
.for-2-cols {
   
    float: left;
}
.for-3-cols {
    float: left;
}
p.plsj {
    font-size: 20px;
    padding-top: 16px;
    font-weight: 600;
}
h4.jhcv {
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
    padding: 10px 0px;
}
a.asdsa-aja {
    padding: 12px 45px;
    background: #3173c1;
    color: #fff;
    border-style: solid;
 
}
.sajdad {
    margin-bottom: 20px;
    margin-top: 35px;
}
.refor-2-cols,.refor-4-cols {
    border-width: 0px 1px 1px 0px;
    padding: 100px 54px;
    border: 1px solid #E1E1E1;
    width: 50%;
    float: right;
}
h2.elementor-icon-box-title span {
    font-size: 50px;
    font-weight: 600;
    line-height: 45px;
}
.for-2-cols,.for-3-cols {
    float: left;
    border: 1px solid #E1E1E1;
    margin: 0px;
    padding: 100px 54px;
    width: 50%;
}
p.elementor-icon-box-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.wldmm {
    display: flex;
}
.dcs.col-md-6 img,p.shaas.para1 img,.okc.col-md-6 img {
    width: 100% !important;
    height: auto;
}
p.psadl.para1 {
    font-size: 34px;
    line-height: 50px;
    font-weight: 500;
    padding-top: 10px;
}
p.shaas.para1 {
    font-size: 34px;
    line-height: 50px;
    font-weight: 500;
    padding-top: 32px;
}
section.wklss {
    padding-top: 83px;
}
p.wkkkdd {
    margin-bottom: 22px;
    font-size: 20px;
    color: #3173c1;
    font-weight: 600;
}
p.wew.para1 {
    padding-bottom: 34px;
}
.dcs.col-md-6 {
    padding-top: 30px;
}
section.wowdf.extrem-section {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 15px;
}
section.partnerwith {
    font-size: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 1px 2px 5px -1px, rgba(0, 0, 0, 0.3) 1px 4px 8px -1px;
    margin: 20px 20px 60px 20px;
    padding: 25px 46px 33px 46px;
    text-align: center;
    line-height: 28px;
    margin: auto;
    width: 85%;
    margin-bottom: 60px;
    margin-top: 32px;
    text-align: center !important;
}
section.ala.partnerwith p {
    text-align: center !important;
    font-size: 17px;
    line-height: 30px;
}
.ashdaskds.jsoocj {
    margin-top: -230px;
}

section.country-con{
    margin-top:-20px;
}
.jajwqc {
    text-align: center;
    background: #3173c1;
    width: 70%;
    margin: auto;
    padding: 85px 80px 90px;
    margin-top: -75px;
}
h3.headpa {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}
.ppooipi.col-md-4 {
    margin-top: 72px;
}
a.mkhgyt {
    background: #fdcd24;
    padding: 8px 22px;
    font-size: 20px;
    font-weight: 400;
}
section.fklds {
    padding: 25px;
    padding-bottom: 2px;
}
h3.ejdki {
    font-size: 20px;
    color: #3173c1;
    font-weight: 600;
}
p.shall {
    font-size: 15px;
    line-height: 24px;
}
section.josoccx {
    background: #f1f1f1;
}
.sq1,.sq2,.sq3,.sq4,.sq5 {
    border: 1px solid #c0bbbb;
    padding: 20px;
    border-radius: 20px;
   
    margin: 25px 10px;
}
h3.dwjd {
    font-size: 46px;
    line-height: 61px;
    font-weight: 600;
    color: #3173c1;
    padding-bottom: 10px;
}
p.hakh {
    font-size: 16px;
    line-height: 32px;
}
.sgxs.col-md-3 {
    padding-top: 68px;
}
.img-sec {
    text-align: center;
}
h3.ejw {
    font-size: 36px;
    line-height: 54px;
    font-weight: 500;
    padding-bottom: 10px;
}
img.jhdehd {
    width: 90%;
    margin: auto;
    text-align: center;
}

section.dwdw {
    background-image: url(https://www.krishaniledlenses.com/assets/img/b4_3.png);
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 0px 115px 0px;
}
section.dwdw .col-md-5 {
    margin-top: -96px;
    position: absolute;
}
.wqed.col-md-7 p {
    color: #d3d2ce;
    font-size: 16px;
    line-height: 28px;
    padding-top: 14px;
}
h3.opewq {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
}
.sakdf.customise-form {
    width: 65%;
}
section.dwdw .col-md-7 {
    float: left;
    width: 38%;
    position: absolute;
    margin-left: 602px;
    text-align: center;
}
.okc.col-md-6 img,.dcs.col-md-6 img  {
    width: 85%;
    margin: auto;
    text-align: center;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #3173c1;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #3173c1 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #3173c1;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 25px 12px 35px;
  height: 375px;
}

a.hhsd {
    background: #763871;
    padding: 7px 16px;
    font-size: 16px;
    color: #fff;
}
.we-offer-area.text-center .item i {
  background: #3173c1 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #3173c1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
  margin-bottom: 12px;
  height: 138px;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #3173c1 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #00a01d !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}
section.djdw {
    padding-top: 0px;
}
.we-offer-area.text-left .item .hhk::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
img.img-fluid.hhk {
    width: 35%;
    /*background: #763871;*/
    border-radius: 60px;
    padding: 3px;
    padding-bottom: 10px;
}
.dldd.somfg.col-md-4 {
    width: 30%;
    float: right;
    padding-top: 20px;
    padding-left: 85px;
}
section.djdw .col-md-8 {
    width: 65%;
    float: left;
}
h4.wuir {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}
p.jdsfd {
    color: #3173c1;
    padding-top: 2px;
}
.row.our-offer-items.less-carousel {
    padding-bottom: 40px;
}
section.we-offer-area.text-center {
    background: #f1f1f1;
    padding-bottom: 90px;
}
section.jhewew.gallery-block.grid-gallery {
    padding-top: 65px;
    margin-bottom: 100px;
}
.jli.opvf {
    padding-bottom: 30px;
}
.djdw.row {
    width: 85%;
    background: #71356c;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 5px 40px -10px rgba(86, 104, 146, 0.33);
    padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    text-align: left;
}
h4.reso-heading {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #3173c1;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedbdb;
    margin-bottom: 24px;
}
p.sdawq.para1 {
    width: 65%;
    float: left;
}
.xzix {
    padding-top: 30px;
    clear: both;
    padding-bottom: 30px;
    border-bottom: 1px solid #3173c1;
}
p.iiojo.para1 {
    width: 100%;
}
.sdjc {
    padding-top: 30px;
    clear: both;
    padding-bottom: 30px;
    border-bottom: 1px solid #3173c1;
}
img.qad {
    width: 7%;
    margin-right: 12px;
}
ul.pqewpq {
    padding-top: 20px;
}

img.hgoghjf.img-fluid.image.scale-on-hover {
    margin-bottom: 25px;
}
span.wpww {
    font-size: 18px;
    line-height: 30px;
    color: #72366e;
    text-align: center;
}
ul.pqewpq li {
    list-style: none;
    width: 33.33%;
    float: left;
    font-weight: 600;
    text-align: center !important;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px !important;
    padding: 4px 8px !important;
}
.hkjhkj.row {
    margin-bottom: 58px;
}
h2.jdwww {
    padding-bottom: 10px;
}
img.plaxaa.img-fluid.image.scale-on-hover {
    width: 20%;
    float: left;
    margin-left: 60px;
    margin-top: 0px;
}
img.pluyuiay.img-fluid.image.scale-on-hover {
    width: 20%;
    float: left;
    margin-right: 45px;
}

ul.deiojf {
    width: 95%;
    float: left;
}
.sdjc ul {
    width: 95%;
    float: left;
    margin-top: -34px;
}
img.kjjn.img-fluid.image.scale-on-hover {
    width: 25%;
    float: left;
    margin-right: 20px;
}
img.desf.img-fluid.image.scale-on-hover {
    width: 25%;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.sljcca.col-md-12 {
    width: 85%;
    margin: auto;
    background: #fff;
    padding: 60px;
    box-shadow: rgb(167 162 162) 10px 15px 50px;
    background-color: rgb(255, 255, 255) !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(28, 52, 112);
    border-image: initial;
}

ul.sddwwq {
    margin-top: -99px !important;
}
section.ajkjx {
    padding-top: 10px;
}

img.woogga {
    float: left;
    height: 80px;
    margin-top: -4px;
    margin-left: -7px;
    margin-right: 4px;
}

img.aafdfga,img.aawqccfga {
    float: left;
    height: 55px;
    margin-top: -4px;
    margin-left: -7px;
    margin-right: 4px;
}
.jajwqc {
   
    width: 90%;
}

p.prrhjin:before{
transform: translate(264%, -70%);
}
.okc.col-md-6 h2 {
    padding-top: 42px;
}

.sdac {
    width: 58% !important;
    float: left;
}
.cjas {
    width: 35% !important;
    float: left;
    margin-left: 40px;
    margin-top: 36px;
}
.spbn {
    width: 58% !important;
    float: right;
}
.skslp {
    margin-bottom: 330px;
    clear: both;
}
.lscn {
    width: 35% !important;
    float: left;
    margin-left: 40px;
    margin-top: 36px;
}
.sdkd {
    padding-top: 30px;
    margin-bottom: 340px;
     clear: both;
}

.saaak {
    height: 54px;
    margin-top: -4px;
    margin-left: -7px;
    margin-right: 4px;
    float: left;
    margin-bottom: 47px;
}
section.jslew {
    padding-top: 28px;
}
.noneprop {
    display: none;
}
img.jkslhls {
    width: 100%;
}
.nvdlj {
    position: sticky;
    top: 0px;
    z-index: 1000;
}
.top {
    border-style: solid;
    border-width: 4px 0 0 0;
    border-color: #3173c1;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 10px 0 0px 0;
   
}

ul.hcdh {
    padding: 0px;
}
ul.hcdh li img.qad {
    width: 9%;
}
ul.hcdh li {
    list-style: none;
    width: 33%;
    float: left;
    text-align: center;
}

.anyapp {
    padding-top: 20px;
    padding-bottom: 30px;
}
.inkloxc {
    padding-top: 35px;
}

.qopqn {
    float: left;
    height: 55px;
    margin-top: -4px;
    margin-left: -7px;
    margin-right: 4px;
}
section.diwddw {
    padding-top: 10px;
}
img.pqlsji {
    display: none;
}
section.mjwop.gallery-block.grid-gallery {
    padding-top: 60px;
    padding-bottom: 95px;
}
.wehffv.wowdf.extrem-section {
    padding-top: 75px;
}
button.bnjklop.custom-btn.btn-11 {
    display: none;
}





  .responsive-text {
    text-align: justify; /* keeps browser's default (usually left) */
  }


  @media (min-width: 1024px) {
    .responsive-text {
      text-align: justify;
    }
  }

.justify-text {
  text-align: justify;
}



/* For tablets and smaller laptops */
@media (max-width: 992px) {
  h3.ejw {
    font-size: 30px;
    line-height: 44px;
  }
}

/* For mobile devices */
@media (max-width: 576px) {
  h3.ejw {
    font-size: 24px;
    line-height: 34px;
  }
}


@media (min-width: 992px) {
  .jpowe.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .jpowe.container,
  .alpok.qnckcl.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}



  @media (min-width: 992px) {
    .alpok.qnckcl {
      background-color: #020b36;
    }
  }





