@charset "utf-8";
/*======================================
============= Open Sans style ===========*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*======================================
============= DIN Alternate font style ===========*/
@font-face {
    font-family: 'DIN Alternate';
    src: url('../fonts/DINAlternate-Medium.eot');
    src: url('../fonts/DINAlternate-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINAlternate-Medium.woff2') format('woff2'),
        url('../fonts/DINAlternate-Medium.woff') format('woff'),
        url('../fonts/DINAlternate-Medium.svg#DINAlternate-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Alternate';
    src: url('../fonts/DINAlternate-Bold.eot');
    src: url('../fonts/DINAlternate-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINAlternate-Bold.woff2') format('woff2'),
        url('../fonts/DINAlternate-Bold.woff') format('woff'),
        url('../fonts/DINAlternate-Bold.svg#DINAlternate-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Alternate';
    src: url('../fonts/DINAlternate-Light.eot');
    src: url('../fonts/DINAlternate-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINAlternate-Light.woff2') format('woff2'),
        url('../fonts/DINAlternate-Light.woff') format('woff'),
        url('../fonts/DINAlternate-Light.svg#DINAlternate-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Alternate';
    src: url('../fonts/DINAlternate-Regular.eot');
    src: url('../fonts/DINAlternate-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINAlternate-Regular.woff2') format('woff2'),
        url('../fonts/DINAlternate-Regular.woff') format('woff'),
        url('../fonts/DINAlternate-Regular.svg#DINAlternate-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*======================================
============= DIN NEXT W1G font style ===========*/

@font-face {
    font-family: 'DIN Next W1G';
    src: url('../fonts/DINNextW1G-Medium.eot');
    src: url('../fonts/DINNextW1G-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINNextW1G-Medium.woff2') format('woff2'),
        url('../fonts/DINNextW1G-Medium.woff') format('woff'),
        url('../fonts/DINNextW1G-Medium.svg#DINNextW1G-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next W1G';
    src: url('../fonts/DINNextW1G-Bold.eot');
    src: url('../fonts/DINNextW1G-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINNextW1G-Bold.woff2') format('woff2'),
        url('../fonts/DINNextW1G-Bold.woff') format('woff'),
        url('../fonts/DINNextW1G-Bold.svg#DINNextW1G-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next W1G';
    src: url('../fonts/DINNextW1G-Light.eot');
    src: url('../fonts/DINNextW1G-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINNextW1G-Light.woff2') format('woff2'),
        url('../fonts/DINNextW1G-Light.woff') format('woff'),
        url('../fonts/DINNextW1G-Light.svg#DINNextW1G-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next W1G';
    src: url('../fonts/DINNextW1G-Regular.eot');
    src: url('../fonts/DINNextW1G-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINNextW1G-Regular.woff2') format('woff2'),
        url('../fonts/DINNextW1G-Regular.woff') format('woff'),
        url('../fonts/DINNextW1G-Regular.svg#DINNextW1G-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*===============================================
============= DIN font style end ===========*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{padding: 0;margin: 0;}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
body{font-size:12px;background: #fff;overflow-x:hidden;font-weight: normal;font-family: 'DIN Alternate', sans-serif;}
a,a:hover,a:active,a:focus {display:inline-block;text-decoration:none;font-size:12px;padding:0;}
h1,h2,h3,h4,h5,h6 { margin: 0;color: #255ca3;font-weight: normal;font-family: 'DIN Alternate', sans-serif;}
h1{font-size: 40px;}
h2{font-size: 40px;}
h3{ font-size: 30px;}
h4{font-size: 24px;}
h5{font-size: 20px; padding-bottom: 10px;}
h6{font-size: 16px;}
p {margin: 0;font-size:24px;line-height: 29px;font-weight: normal;color: #4C4B4C;font-family: 'DIN Alternate',sans-serif; ;}
img{border:none;vertical-align: middle;border-style: none;}
ul{padding: 0;margin: 0;list-style: none;}
ul li {list-style: none;}
select,input,textarea{box-shadow:none;outline:0!important;}

/*html,body{height: 100%;position: relative;z-index: 2;}*/
[placeholder]:focus::-webkit-input-placeholder {-webkit-transition: opacity 0.3s 0.3s ease; -moz-transition: opacity 0.3s 0.3s ease; -ms-transition: opacity 0.3s 0.3s ease; -o-transition: opacity 0.3s 0.3s ease; transition: opacity 0.3s 0.3s ease; opacity: 0;}

.sec-pad-100-0{ padding: 100px 0 0 0;}
.sec-pad-90-50{padding: 90px 0 50px 0;}
.sec-pad-40{padding: 40px 0;}
.sec-pad-45{padding: 45px 0;}
.sec-pad-60{padding: 60px 0px;}
.sec-pad-50-40{padding: 50px 0 40px 0;}
.sec-pad-35{padding: 35px 0;}
.sec-pad-70{padding: 70px 0px;}
.sec-pad-90{padding: 90px 0px;}
.sec-pad-75{ padding: 75px 0;}
.sec-pad-70-90{padding: 70px 0px 90px 0px;}
.pt-40{padding-top: 40px;}
.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pb-60{padding-bottom: 60px;}
.pt-70{padding-top: 70px;}
.pb-40{padding-bottom: 40px;}
.pb-50{padding-bottom: 50px;}
.pb-80{padding-bottom: 80px;}
.pb-90{padding-bottom: 90px;}

/*.id_hash{font-size: 1px; line-height: 1px; display: block;}*/
.section-title{ font-size: 50px; line-height: 60px; position: relative; color: #333984; padding-bottom: 30px; text-align: left;font-weight: 500;}
.bg-yellow{ background: #d6d7e6;}
.bg-gary{ background: #4C4B4C;}
.box-radius{ border-radius: 25px;}
.text-gray{color: #59514D!important;}
.text-blue{color: #333984!important;}
.play-btn{position: absolute; top:0px; bottom:0px; left: 0px; right: 0px;}
.clear {clear: both;}

a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover, a[href^="tel"]:active, a[href^="tel:"] {pointer-events: none;cursor: default;text-decoration: none;}

/* ==========================================================================
   2.1 common style
   ========================================================================== */
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-35{padding-bottom: 35px;}
.pb-45{padding-bottom: 45px;}
.pb-50{padding-bottom: 50px;}

.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-35{margin-bottom: 35px;}
.mb-50{margin-bottom: 50px;}
.mb-125{ margin-bottom: 125px;}



/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn, .btn-common {
  font-size: 16px;
  padding: 14px 25px;
  border-radius: 30px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background-color: #333984;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
   position: relative;
	border: 0px;
	z-index: 1;
  margin-bottom:15px;
	text-transform: uppercase;
}

.btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
  color: #fff;
  font-size: 16px;
  padding: 14px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   box-shadow: none;
  outline: none !important;
  border: 0px;
}

.btn-effect {overflow: hidden;}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background: #255ca3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {width: 100%;}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.site-wrap{ width: 100%; overflow: hidden; position: relative;}
.back-top-hide {display: none;}
/*=====================================
2. Header
====================================-*/

.site-navbar .header-section, .site-navbar .top-header, .site-navbar .top-header.hide, .logo, .sticky-wrapper, .sticky-wrapper .shrink, .sticky-wrapper .shrink .header-section, .sticky-wrapper .shrink .logo, .site-navbar .site-navigation .site-menu, .site-navbar .site-navigation .site-menu > li, .sticky-wrapper .site-navbar .topbar-links, .sticky-wrapper .shrink .site-navbar .topbar-links, .site-navbar .toggle-button .site-menu-toggle, .site-navbar.shrink .toggle-button .site-menu-toggle, .sticky-wrapper.is-sticky{webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.site-navbar .top-heade{height: 110px;}
.site-navbar .header-text{position: relative;z-index: 4;}
.site-navbar .header-text .logo-content{float: left;padding: 18px 0px 16px 20px;}
.site-navbar .header-text .logo-content h4{font-size: 12px;line-height: 16px;color: #4C4B4C;font-weight: 600;padding-top: 14px;}
.sticky-wrapper .site-navbar .header-link{text-align: left;}
.sticky-wrapper .site-navbar .header-link li{display: inline-block; position: relative;color: #333984; font-size: 14px;line-height: 17px;font-weight: 600;}
.sticky-wrapper .site-navbar .header-link li:nth-child(2){margin: 0px 25px;}
.sticky-wrapper .site-navbar .header-link li:before{content: ''; position: absolute;width: 2px; height: 12px;background: #EDD236;top: 3px;left: -15px;}
.sticky-wrapper .site-navbar .header-link li:first-child:before{content: inherit;}
.isi_click{color: #4C4B4C; text-decoration: underline; cursor: pointer;}
.sticky-wrapper .site-navbar .topbar-links{ text-align: right;float: right;padding: 14px 0px 8px 0px;}
.sticky-wrapper .site-navbar .topbar-links li{ display: block; position: relative;color: #4C4B4C; font-size: 14px;line-height: 17px;}
.isi_click{color: #4C4B4C; text-decoration: underline; cursor: pointer;}
.sticky-wrapper .site-navbar .topbar-links li a{ color: #4C4B4C; text-decoration: underline;font-size: 14px;line-height: 17px;}
.sticky-wrapper .site-navbar .topbar-links li:nth-child(2) a{ padding: 4px 0px;}
.site-navbar {margin-bottom: 0px;z-index: 1999;position: relative; width: 100% !important; background: #fff; height: 175px;}
.site-navbar .site-navigation.border-bottom {border-bottom: 1px solid white !important; }
.site-navbar .site-navigation .site-menu {margin-bottom: 0; }
.site-navbar .site-navigation .site-menu a {text-decoration: none !important; display: inline-block; }
.site-navbar .site-navigation .site-menu > li {display: inline-block; margin: 10px 0px 8px 21px; position: relative; white-space: nowrap;}
.site-navbar .site-navigation .site-menu > li:first-child a {padding-left: 0px;}
.site-navbar .site-navigation .site-menu > li:last-child a {padding-right: 0px;}
.site-navbar .site-navigation .site-menu > li > a {color: #FFFFFF; display: inline-block; text-decoration: none !important; font-size: 18px;line-height: 22px; font-weight: normal; padding: 0 8px 8px 7px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 1;text-transform: uppercase;}
.site-navbar .site-navigation .site-menu > li:nth-child(5) a{padding-right: 0px;}
.site-navbar .site-navigation .site-menu .active{color: #EDD236; font-weight: bold;}
.site-navbar .site-navigation .site-menu a:hover {color: #EDD236; font-weight: bold; }
.site-navbar .site-navigation .site-menu > li > a.active::before, .site-navbar .site-navigation .site-menu > li:hover > a::before {
-webkit-transform: translate(-50%) scaleX(1);-moz-transform: translate(-50%) scaleX(1);
-ms-transform: translate(-50%) scaleX(1);
-o-transform: translate(-50%) scaleX(1);
transform: translate(-50%) scaleX(1);
}
.site-navbar .site-navigation .site-menu > li > a.active::after, .site-navbar .site-navigation .site-menu > li:hover > a::after {
display: block;
-webkit-transform: translate(-50%) scaleZ(1);
-moz-transform: translate(-50%) scaleZ(1);
-ms-transform: translate(-50%) scaleZ(1);
-o-transform: translate(-50%) scaleZ(1);
transform: translate(-50%) scaleZ(1);}
.site-navbar .site-navigation .site-menu > li:first-child{ margin-left: 0px;}
.site-navbar .header-section{padding: 20px 0 10px 0;box-shadow: 0px 3px 6px #00000029;position: relative; z-index: 1;top: -55px;}

.logo{ width: 181px; height: auto; float: left;}
.logo-mobile{display: none;}
.sticky-wrapper .shrink .logo{width: 181px;}
.logo-content p a{display: none;}
.site-navbar .site-navigation .site-menu > li.res-nav{display: none;}
.mobile-topper-links{display: none;}
.id-hash{font-size: 1px;line-height: 1px; display: block;}
/*----------------------------*/
/*---- mobile view -----------*/

.site-mobile-menu {width: 100%;position: fixed;right: 0;z-index: 999999;background: #fff;height: calc(100vh);-webkit-transform: translateX(110%);-mz-transform: translateX(110%);-ms-transform: translateX(110%);transform: translateZ(110%);-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);-webkit-transition: .3s all ease-in-out;-o-transition: .3s all ease-in-out;transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {-webkit-transform: translateX(0%);-ms-transform: translateX(0%);transform: translateX(0%); }
.sticky-wrapper {position: relative;z-index: 100;width: 100%; background: #fff;height: 175px;}
.sticky-wrapper .is-sticky {box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);}
.sticky-wrapper .is-sticky .topbar-links{padding: 30px 0;}

/*=====================================
3. banner
====================================-*/

#carousel-area {overflow: hidden;}
#carousel-area .carousel-item {height: 500px;}
#carousel-area .carousel-item .carousel-caption {top: 0; bottom: 0; right:0; left: 0; text-shadow: none; padding-top: 0; padding-bottom: 0; text-align: left; height: 100%;}
#carousel-area .carousel-item .carousel-caption h1{ font-size: 65px;line-height: 72px; font-weight: bold; color: #333984; text-align: left;padding-bottom: 20px;}
#carousel-area .carousel-item .carousel-caption h5{font-size: 50px;line-height:60px; color: #333984;font-weight: 500;padding-bottom: 20px;}
#carousel-area .carousel-item .carousel-caption h4{font-size: 30px; color: #4C4B4C; line-height: 37px; padding-bottom: 40px; font-weight: normal;}
#carousel-area .carousel-item .carousel-caption p{font-size: 21px; line-height: 25px;color: #4C4B4C;padding-bottom: 30px;padding-top: 30px;}
#carousel-area .carousel-item .carousel-caption figure{margin: 0 0 1.5rem;}
#carousel-area .carousel-two .carousel-caption h4{padding:0px 0px 40px 0px;font-family: 'DIN Next W1G';font-weight: 400;}
#carousel-area .carousel-item > img{ width: 100%; height: auto; -webkit-object-fit: cover; -moz-object-fit: cover; -ms-object-fit: cover; -o-object-fit: cover; object-fit: cover;}
#carousel-area .carousel-control {display: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
#carousel-area:hover .carousel-control {display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeIn; animation-name: fadeIn;}
#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {opacity: 1;}
#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {width: 48px; line-height: 48px; height: 48px; color: #fff; font-size: 24px; display: inline-block; background: #F97794; border-radius: 30px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;}
#carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {opacity: 0.9;}
#carousel-area .carousel-indicators {bottom: 20px; margin-bottom: 0px;}
#carousel-area .carousel-indicators li {width: 10px; height: 10px; border-radius: 5px; background: #FFFFFF; opacity: 1; margin-left: 8px; margin-right: 8px; border: solid 1px #FFFFFF;}
#carousel-area .carousel-indicators li.active{width: 20px; height: 10px;}
#carousel-area .carousel-indicators li:hover, #carousel-area .carousel-indicators li.active {background: #333984;border: solid 1px #333984;border-radius: 10px;}
#carousel-area .btn > img{position: relative; top:-4px;}
#carousel-area .carousel-item .carousel-caption h1 > sup{font-size: 40%; top: -1em;}
#carousel-area .carousel-item .btn, #carousel-area .carousel-item .btn:hover, #carousel-area .carousel-item .btn:focus, #carousel-area .carousel-item .btn:active{color: #fff; font-size: 28px; padding: 16px 56px; line-height: 31px; outline: none !important;}
#carousel-area .carousel-item .btn-common{margin-bottom: 104px;text-transform: none;}
#carousel-area .carousel-item.carousel-one .carousel-content {position: relative;}

#carousel-area .carousel-item.carousel-two .carousel-caption{top: 15px;}
#carousel-area .carousel-item.carousel-two .carousel-caption h1{font-weight: 600;}
#carousel-area .carousel-item.carousel-two .carousel-content{margin-top: -25px;}
#carousel-area .carousel-item.carousel-two .carousel-caption figure{margin-bottom: 20px; width: 697px;}
#carousel-area .carousel-item.carousel-two .carousel-caption figure > img{ width: 100%; height: 100%;}

#carousel-area .carousel-item.carousel-three .carousel-caption h1{letter-spacing: -0.5px; padding-bottom: 20px;color: #FFFFFF;font-family: 'DIN Next W1G';}
#carousel-area .carousel-item.carousel-three .carousel-caption h4{padding-bottom: 40px;color: #FFFFFF;font-family: 'DIN Next W1G';}
#carousel-area .carousel-item.carousel-three .carousel-caption p{color: #FFFFFF;}
#carousel-area .carousel-item.carousel-three .carousel-content{text-align: left;}
#carousel-area .carousel-item.carousel-three .carousel-caption .carousel-btn3{position: absolute; bottom: 105px; left: 26%;}
#carousel-area .carousel-item.carousel-three .carousel-content{position: relative;}
#carousel-area .carousel-item.carousel-four .carousel-caption h1 {color: #333984;font-weight: 600; padding-bottom: 20px;font-family: 'DIN Next W1G';}
#carousel-area .carousel-item.carousel-four .carousel-caption h4 {padding-bottom: 20px;font-family: 'DIN Next W1G';}

#slider-area {margin-top: -1px;}
#slider-area .btn {margin-right: 15px;}
#slider-area .large_white {color: #fff;}
#slider-area .about-info p {color: #333;}

.contents p {font-size: 16px; font-weight: 400; line-height: 50px;}
.contents .header-button .btn i {margin-left: 10px;}

.small-note{font-size: 11px; line-height: 14px; color: #ffffff;}

#carousel-area .btn-effect::after {background: rgba(0, 0, 0, 0.1);}

/*============================================
================ About section =============*/
.about-content p{ font-size: 20px; line-height: 26px; color: #005392; padding-bottom: 30px;}
.about-content p > span{ font-weight: 600;}
.arrow-list li{ font-size: 24px; line-height: 29px; color: #4C4B4C; position: relative; padding-bottom: 30px; padding-left: 20px;font-family: 'DIN Next W1G';font-weight: 300;}
.arrow-list li:before{content: ''; position: absolute; width: 8px; height: 8px; background: #333984; border-radius: 50%; left: 0px; top:12px;}
.arrow-list li:last-child{padding-bottom: 0px;}
.arrow-list li > sup{font-size: 65%;}
.arrow-list li span{text-decoration: underline;}
.about-content .btn{margin: 45px 0 20px 0; padding: 17px 40px 17px 25px}
.about-content .btn >img{position: relative; top:-2px; right:-10px;}
.about-content .small-text{ font-size: 12px; line-height: 16px; color: #58595b; padding-bottom: 0px;}

.about-container{background: #cccde0;border-radius: 30px 30px 0px 0px; padding: 30px 36px;}
.about-container h4{font-size: 22px; line-height: 27px;font-weight: 500;color: #333984;}
.about-text {background: #fff; border: 1px solid #333984; border-radius: 0px 0px 30px 30px;box-shadow: 0px 3px 6px #00000029;}
.about-text p{padding: 20px 36px 27px 36px;text-align: center;font-size: 30px;line-height: 37px; }
.about-text p a{font-size: 25px;line-height: 30px; color: #4C4B4C;text-decoration: underline!important;text-align: center;font-weight: 400;cursor: pointer;}
.about-text .modal-title{font-size: 40px; line-height: 45px; position: relative; color: #333984; padding-bottom: 22px;font-weight: 500;}
.about-text .modal-body{font-size: 23px; line-height: 29px; color: #4C4B4C; padding-bottom: 30px;}
.about-text .modal-header{border: 0px;}
.about-text .modal-footer{border: 0px;}
.about-text .modal-content{border-radius: 10px;border: 0px;}
.about-text .modal-footer .btn-primary{font-size: 20px;line-height: 25px;border: solid 1px #333984;background: #333984; color: #FFFFFF;padding: 14px 25px;text-transform: uppercase;}
.about-text .modal-footer .btn-secondary{font-size: 20px;line-height: 25px;border: solid 1px #333984;background: transparent; color: #333984;}
.about-section-info{background: #fbf5d4;}
.about-section-info .section-title{padding: 0px 0px 20px 0px;font-family: 'DIN Next W1G';}
.about-section-info p {padding-bottom: 10px;font-family: 'DIN Next W1G';font-weight: 300;color: #4C4B4C;}
.about-section-info ul {margin-left: 40px;}
.about-section-info ul li{font-size: 24px;line-height: 29px;list-style: decimal;padding-bottom: 10px;font-family: 'DIN Next W1G';font-weight: 300;color: #4C4B4C;}
.tablet_section{padding: 0 15px 0px 0px;}
.about-section-info .font-normal{font-weight: 400;}
.text-blk{color: #4C4B4C!important;font-weight: 400!important;}

/*============================================
================== About Tramadol Section ==================*/
.about-tramadol{background: #f3f3f8; padding: 60px 0px 50px 0px;}
.tramadol-content h4{font-size: 30px; line-height: 36px; color: #333984;font-weight: 500;}
.tramadol-benefit p{padding: 20px 0px 40px 0px;;font-size: 22px; line-height: 27px;color: #4C4B4C;font-family: 'DIN Next W1G';font-weight: 300;}
.indication-usage{padding: 60px 0px 50px 0px;;}
.indication-usage p{font-size: 18px; line-height: 22px; color: #4C4B4C;padding-bottom: 20px;}
.indication-usage .txt-underline{text-decoration: underline;}
.indication-usage ul{padding-bottom: 10px;}
.indication-usage ul li{font-size: 18px; line-height: 22px; color: #4C4B4C;padding-bottom: 5px;position: relative;padding-left: 32px;}
.indication-usage ul li:before {content: ''; position: absolute; width: 5px; height: 5px; background: #4C4B4C; border-radius: 50%; left: 0px;top: 10px;}
.indication-usage p a{color: #333984;text-decoration: underline;font-size: 16px; line-height: 22px;font-weight: bold;}


/* ==========================================================================
  Efficacy Section
   ========================================================================== */
.efficacy-content p{font-size: 24px; line-height: 29px; color: #4C4B4C; padding-bottom: 30px;}
.efficacy-content h5{font-size: 30px;line-height: 36px; color: #4C4B4C;font-weight: 500;padding-bottom: 30px;}
.efficacy-info{margin-bottom: 20px;display: flex;background: #FFFFFF;height: 300px;}
.efficacy-info-cont h5{font-size: 23px; line-height: 27px; font-weight: 500;color: #4C4B4C;}
.efficacy-info-cont p{font-size: 24px;line-height: 30px; color: #4C4B4C;padding-bottom: 20px;font-family: 'DIN Next W1G';font-weight: 300;}
.efficacy-info-cont .ltr-spc{letter-spacing: -0.4px;}
.efficacy-info-cont{padding: 24px 50px 15px 50px;flex: 1;border: 1px solid #4C4B4C; display: flex;align-items: center;}
.list-numbers{padding-left: 15px;  margin-bottom: 10px;}
.list-numbers li{font-size: 18px; line-height: 22px; padding-bottom: 8px; font-weight: 400; color: #4C4B4C; list-style: decimal;letter-spacing: -0.4px;}
.dsk-block{display: block;}
.mb-block{display: none;}

/* ==========================================================================
  Safety and Tolerability
   ========================================================================== */
.safety{padding: 60px 0px 25px 0px;background: #3339840D;}
.safety-info h5{font-size: 28px;line-height: 34px; color: #4C4B4C;font-weight: 500;padding-bottom: 30px;font-family: 'DIN Next W1G';}
.safety-info p{font-size: 24px;line-height: 29px; color: #4C4B4C; padding-bottom: 30px;font-family: 'DIN Next W1G';font-weight: 300;}
.safety-info h6{font-size: 24px;line-height: 29px; color: #4C4B4C; padding-bottom: 20px;font-family: 'DIN Next W1G';font-weight: 300;}
.safety-info h6 span{font-weight: 500;}
.safety .small-text{font-size: 14px; line-height: 19px;color: #4C4B4C;font-family: 'DIN Next W1G';font-weight: 300;}
.safety-info .small-text{font-size: 14px; line-height: 19px; color: #4C4B4C;padding: 20px 0px 28px 0px;font-family: 'DIN Next W1G';font-weight: 300;}
.safety .figure-content h4{font-size: 24px; line-height: 28px;color: #4C4B4C;padding-bottom: 26px;font-family: 'DIN Next W1G';font-weight: 300;}
.safety .figure-content h4 span{font-weight: 500;}
.figure-item .small-text{padding: 10px 0px 0px 0px;}
.figure-item .small-text span{font-family: "Open Sans", sans-serif;}
.figure-section {border: solid 1px #4C4B4C; margin-top: 40px; margin-bottom: 40px; background: #ffffff;}
.content-info{background: #ECECEC;padding: 45px 40px 32px 36px;border-right: solid 1px #4C4B4C;}
.content-info h5{font-size: 28px; line-height: 34px; font-weight: 500;padding-bottom: 20px; color: #4C4B4C;font-family: 'DIN Next W1G';}
.content-info p{font-size: 24px; line-height: 29px;padding-bottom: 20px;color: #4C4B4C;letter-spacing: -0.5px;font-family: 'DIN Next W1G';font-weight: 300;}
.graph-info{padding: 25px 85px 25px 75px;}
.graph-info h4{font-size: 24px; line-height: 28px; color: #4C4B4C; padding-bottom: 18px;font-family: 'DIN Next W1G';font-weight: 300;}
.graph-info h4 span{font-weight: 500;}
.para-section h5{font-size: 30px; line-height: 36px; color: #4C4B4C;padding-bottom: 20px;font-weight: 500;font-family: 'DIN Next W1G';}
.para-section h4{font-size: 30px; line-height: 36px; color: #4C4B4C;font-weight: 500;position: relative;top: -20px;font-family: 'DIN Next W1G';}
.para-section p{font-size: 22px; line-height: 28px; color: #4C4B4C;padding-bottom: 25px;font-family: 'DIN Next W1G';font-weight: 300;}
.table-section h5{font-size: 24px; line-height: 29px; color: #4C4B4C;padding-bottom: 20px;font-family: 'DIN Next W1G';font-weight: 300;}
.table-section h5 span{font-weight: 500;}
.table-content table{border:solid 1px #707070;margin-bottom: 0px;}
.table-content table thead th{background: #333984;font-size: 20px; line-height: 24px; font-weight: bold;color: #FFFFFF;padding: 9px 7px;vertical-align: middle;font-family: 'DIN Next W1G';}
.table-content table thead .br-bt{border-bottom: solid 1px #FFFFFF;}
.table-content table thead th .space{padding-left: 35px}
.table-content table tbody td{background: #fbf6d7;font-size: 20px; line-height: 25px; color: #4C4B4C; padding: 9px 10px;text-align: center;font-family: 'DIN Next W1G';font-weight: 300;}
.safety-info .table-content table tbody td{text-align: left;padding-left: 7px;}
.table-content table tbody tr{border-bottom: solid 1px #C1C1C1;}
.table-content table tbody tr td:first-child{padding-left: 35px;text-align: left;}
.table-content p{font-size: 16px; line-height: 20px; color: #4C4B4C;padding-top: 10px;font-family: 'DIN Next W1G';font-weight: 300;}
.table-content h6{font-size: 16px; line-height: 20px; color: #4C4B4C;padding-top: 10px;font-family: 'DIN Next W1G';font-weight: 300;}
.para-section .arrow-list li{padding-bottom: 20px;}
.para-section .isi-font{font-family: 'DIN Next W1G';font-weight: 400;padding-top: 10px;}
.para-section p a{font-size: 24px; line-height: 29px; font-weight: 700; color: #333984;text-decoration: underline;}
.para-section p span{font-weight: 700;}

/* ==========================================================================
  Dosage and Administration
   ========================================================================== */
.dosage-section{background: #fbf6d7;}
.dosage-section .section-title{padding-bottom: 20px;}
.dosage-section .para-info{font-size: 24px; line-height: 29px; color: #4C4B4C;padding-bottom: 30px;font-family: 'DIN Next W1G';font-weight: 300;}
.dosage-info .dosage-img-sec{display: flex; border:solid 1px #707070; margin-bottom: 50px;background: #FFFFFF;}
.dosage-info h5{font-size: 30px; line-height: 36px;color: #4C4B4C;padding-bottom: 34px;font-weight: 500;font-family: 'DIN Next W1G';}
.dosage-info .arrow-list{padding:30px 26px 12px 32px;}
.dosage-info .arrow-list li{padding-bottom: 20px;}
.dosage-indi-sec{background: #333984;border: solid 1px #707070;padding: 37px 40px; border-radius: 30px;}
.dosage-indi-sec h5{font-size: 30px; line-height: 36px; color: #FFFFFF; padding-bottom: 30px;font-weight: 500;font-family: 'DIN Next W1G';}
.dosage-indi-sec p{font-size: 24px; line-height: 29px; color: #FFFFFF;padding-bottom: 30px;font-family: 'DIN Next W1G';font-weight: 300;}
.dosage-indi-sec p:first-child{padding-bottom: 30px;}
.dosage-indi-sec .arrow-list{padding-top: 10px;}
.dosage-indi-sec .arrow-list li{padding-bottom: 20px;color: #FFFFFF;}
.dosage-indi-sec .arrow-list li:before{background: #FFFFFF;}

/* ==========================================================================
 Tramadol treatment section
   ========================================================================== */
.treatment-content h5{font-size: 30px; line-height: 36px; color: #4C4B4C;padding-bottom: 30px;font-family: 'DIN Next W1G';font-weight: 500;}
.treatment-content p{font-size: 24px; line-height: 29px; color: #4C4B4C; padding-bottom: 40px;font-family: 'DIN Next W1G';font-weight: 300;}
.treatment-info-box {background: #FFFFFF; border: 2px solid #333984;border-radius: 20px;display: flex; align-items: flex-start;margin-bottom: 30px;}
.treatment-box{display: contents;}
.treatment-card .treatment-info-box:nth-child(1){padding: 26px 25px 15px 25px; }
.treatment-card .treatment-info-box:nth-child(2){padding: 26px 30px 45px 25px; }
.treatment-card .treatment-info-box:nth-child(3){padding: 26px 35px 20px 25px; }
.treatment-card .treatment-info-box:nth-child(4){padding: 26px 25px 45px 25px; }
.treatment-info-box .info-item{padding-left: 28px;}
.treatment-info-box .info-item h6{font-size: 24px; line-height: 29px; color: #333984; font-weight: 600;padding-bottom: 10px;font-family: 'DIN Next W1G';}
.treatment-info-box .info-item p{font-size: 24px; line-height: 29px; color: #4C4B4C; padding-bottom: 10px;font-family: 'DIN Next W1G';font-weight: 300;}



/* ==========================================================================
Mechanism of Action section
   ========================================================================== */
.mech-act-section {background: #d6d7e6; position: relative;}
.mech-act-section .image{position: absolute;top: 0;right: 0; height: 100%;}
.mech-act-section .image img{width: 100%; height: 100%; object-fit: cover;object-position: center;}
.mech-act-section .action-info .section-title{padding: 60px 0px 20px 0px;}
.mech-act-section .action-info p{font-size: 22px; line-height: 28px; color: #4C4B4C;padding-bottom: 20px;font-family: 'DIN Next W1G';font-weight: 300;}
.mech-act-section .action-info .rounded-box{border-radius: 30px; background: #333984; padding: 28px 32px 28px 32px;margin-bottom: 20px;}
.mech-act-section .action-info .rounded-box p{color: #FFFFFF;padding-bottom: 0;font-family: 'DIN Next W1G';font-weight: 400;}
.mech-info .info-group {position: absolute;bottom: 20px;width: 60%;}
.mech-info .info-group h5 .br-word{display: block;font-weight: 400;} 
.mech-info .info-group h5{font-size: 30px;line-height: 37px;color: #4C4B4C;}
.mech-info .info-group h5 span{font-weight: 500;}
.mech-info .info-group1{position: absolute;bottom: 5%; width: 27%; right: 0;}
.mech-info .info-group1 p{font-size: 14px ; line-height: 17px;}
.mech-box-mb{display: none;}
.mech-desk-img{padding-right: 15px;position: relative;}
.mech-info{position: absolute;bottom: 0;left: 10px;}
.mech-info h5{color: #4C4B4C;font-size: 24px;line-height: 28px;width: 430px;font-family: 'DIN Next W1G';font-weight: 300;}
.mech-info h5 span{font-weight: 500;}

/* ==========================================================================
  conatct
   ========================================================================== */
.contact-block{ padding: 50px 50px 100px 50px; position: relative; overflow: hidden; margin-bottom: 30px; border-radius: 25px;}
.contact-block h4{padding-bottom: 45px; padding-left: 45px;}
.block-right{text-align: right; }
.text-semi{font-weight: 600;}
.contact-block p > a{ color: #255ca3; text-decoration: none !important; font-size: 16px;}
.contact-block .phone > a{ color: #58595b; text-decoration: none !important; font-size: 16px;}
.pad-right{padding-right: 15px;}
.pad-left{padding-left: 15px;}
.block-left{text-align: left; position: relative;}
.block-left:before{content: ''; position: absolute; width:1px; height:100%; top:0px; left:-16px; background: #255ca3;}
.contact-block:before{ content: ''; position: absolute; width: 280px; height: 280px; bottom: -80px; right: -80px; background: url( "../images/conatct-bg.png") 0 0; background-repeat: no-repeat;}
.references{margin-bottom: 10px;}
.references h5{ font-size: 16px; line-height: 22px; font-weight: 700; padding-bottom: 12px; color: #3E3E3E;font-family: "Open Sans", sans-serif;}
.references .list-numbers{ padding-left: 16px; margin-bottom: 0px;font-family: "Open Sans", sans-serif;}
.references .list-numbers li{ font-size: 16px; color: #3E3E3E; word-break: break-word;font-family: "Open Sans", sans-serif;}
.contact-info img{padding-bottom: 14px;}
.contact-info p{font-size: 16px;line-height: 20px;color: #4C4B4C;padding-bottom: 10px;font-family: 'DIN Next W1G';font-weight: 300;}
.contact-info p span{color: #333984;}
.contact-info p a{font-size: 16px;line-height: 20px;color: #333984;text-decoration: underline;font-family: 'DIN Next W1G';font-weight: 300;}
.contact-info{padding: 60px 0px 60px 0px;border-top: solid 1px #4C4B4C;}

/*========================================================
=================== ISI content ============================*/
.isi-header h5{font-size: 16px; color: #4C4B4C; word-break: break-word;font-family: "Open Sans", sans-serif;font-weight: 700; padding:0px 0px 18px 0px;}
.isi-container .isi-box{border: solid 1px #4C4B4C;padding: 30px 10px 10px 10px;margin-bottom: 30px;}
.isi-container .isi-box h5{font-size: 16px; color: #4C4B4C; word-break: break-word;font-family: "Open Sans", sans-serif;font-weight: 700; padding-bottom: 10px;text-align: center;padding: 0px 0px 18px 0px}
.isi-container .isi-box p{font-size: 16px; color: #4C4B4C; font-family: "Open Sans", sans-serif; padding-bottom: 18px;text-align: center;}
.list-item-sec li{ font-size: 16px; line-height: 20px; color: #4C4B4C; position: relative; padding-bottom: 14px; padding-left: 32px;font-family: "Open Sans", sans-serif;}
.list-item-sec li:before{content: ''; position: absolute; width: 5px; height: 5px; background: #4C4B4C; border-radius: 50%; left: 0px; top:10px;font-family: "Open Sans", sans-serif;}
/*.description{padding-right: 60px;}*/
.description h5{ font-size: 16px; font-weight: 700; padding-bottom: 10px;color: #4C4B4C;font-family: "Open Sans", sans-serif;text-transform: uppercase;}
.description p{padding-bottom: 12px; color: #4C4B4C; font-size: 16px!important; line-height: 22px;font-family: "Open Sans", sans-serif;}
.description p span{text-decoration: underline;}
.description p a{text-decoration: underline;font-weight: bold; color: #333984;font-size: 16px; line-height: 20px;}
.description p .fda-link{font-style: italic;color: #4C4B4C;text-decoration: none;}
.description ol {padding-left: 2px; margin-bottom: 8px;}
.description .list-numbers li {font-size: 16px; line-height:22px;padding: 0px 0px 10px 32px; color: #4C4B4C; list-style: none;font-family: "Open Sans", sans-serif;position: relative;}
.description .list-numbers li::before {content: '';position: absolute; width: 5px; height: 5px;background: #4C4B4C;border-radius: 50%;left: 0px;top: 10px;font-family: "Open Sans", sans-serif;}
.description .list-numbers li span{text-decoration: underline;}
.description p.isi-last-para{line-height: 20px;}
.description p.pre-inf > a{color: #255ca3; font-size: 14px; text-decoration: underline; font-weight: 600;}
.para-blod{font-weight: 600;}
.para-blod > a{ color: #255ca3; font-size: 14px; text-decoration: underline;}
.importantLines{padding-top: 18px;}
.sticky-isi-wrapper {position: fixed;bottom: 0;height: 150px;background: #fff;left: 0;right: 0;z-index: 9; -webkit-transition:  height 4s; /* For Safari 3.1 to 6.0 */ 
transition:  height 0.5s;
-webkit-box-shadow: 0 -5px 20px 0 rgba(0,0,0,0.35);
-ms-box-shadow: 0 -5px 20px 0 rgba(0,0,0,0.35);
-moz-box-shadow: 0 -5px 20px 0 rgba(0,0,0,0.35);
-o-box-shadow: 0 -5px 20px 0 rgba(0,0,0,0.35);
box-shadow: 0 -5px 20px 0 rgba(0,0,0,0.35);
}
.sticky-isi-head .expand-isi {position: absolute;right: 0;top: 2px;bottom: 0;margin: auto;cursor: pointer;}
.sticky-isi-head { padding: 20px 0 3px 0;position: absolute; top: 0px; right: 20px; width: 120px;}
.isi-readmore{display:none;}
.isi-readmore {color: #333984;font-size: 18px; line-height: 22px; font-weight: 600;padding-right: 8px;}
h2.isi-heading, .approved-uses h2{font-size: 16px;margin: 0;line-height: 1em;}
p.sub-head {color: #00693C;line-height: 1.3em;padding: 0;margin: 3px 0;}
.approved-uses h2 {margin: 18px 0px;}
.expand-isi img {display:inline-block;vertical-align:middle; position: relative; top: -2px;} 
.sticky-isi-outer {background: #fff;width: 100%;max-width: none;position: fixed;bottom: 0;height: 150px;left: 0;right: 0; z-index: 99;padding-bottom: 0px;display: none;transition:  height 0.5s;}
.isi-readmore{display:inline;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.description ol{margin-left: 3px;}
}
.zoom-img{display: none;}
/*==============================================
============ Popupcontainer ==================*/
.Popupcontainer .modal-title{font-size: 40px;line-height: 45px;color: #333984; padding-bottom: 0px;font-weight: 500;}
.Popupcontainer .btn{margin-top: 20px;}
.Popupcontainer p{font-size: 24px; line-height: 29px; color: #4C4B4C; padding-bottom: 20px;}
.Popupcontainer .modal-footer{border-top: 0px;justify-content: flex-start;}
.Popupcontainer .modal-header{border-bottom: 0px;padding-bottom: 0;}
.Popupcontainer .btn-primary{padding: 14px 25px; border-radius: 35px; background: #333984; border:1px solid #333984;font-size: 20px; line-height: 25px;margin-right: 40px; width:160px;margin-bottom: 0;}
.Popupcontainer .btn-secondary{background: #FFFFFF; border:solid 1px #333984;color: #333984;padding: 14px 25px; border-radius: 35px; font-size: 20px; line-height: 25px;margin-bottom: 0;width: 160px;}
.Popupcontainer .btn-secondary:hover{background: #EDD236; color: #4c4b4c; border:solid 1px #EDD236;}
.Popupcontainer .btn-primary:hover{background: #EDD236; color: #4c4b4c; border:solid 1px #EDD236;}
.Popupcontainer .btn .reject-btn{background: #ffffff; color: #333984;}
.Popupcontainer .modal-content{padding: 30px;border-radius: 10px;}
.Popupcontainer .modal-dialog{ min-height: calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; overflow: auto;}
.Popupcontainer .error-msg{display: none;color: #ff0000;padding: 10px;background: #ffefef;margin-top: 10px;width: 170px;text-align: center;border-radius: 5px;font-size: 12px;line-height: 16px;font-weight: 500;position: relative;}
.Popupcontainer .error-msg::before { content: '';position: absolute;bottom: -6px;left: 50%;width: 0;height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #ff0000;}


/*==========================================================================
15. Cookie Alert
==========================================================================*/
 
.cookiealert {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;margin: 0 !important;z-index: 1052;opacity: 0;visibility: hidden;border-radius: 0;background: rgba(22,22,22,0.5);padding-left: 0px;padding-right: 0px!important;}
.cookiealert .btn{margin-top: 20px;}
.cookiealert.show {opacity: 1;visibility: visible;}
.cookiealert .acceptcookies {margin-right: 10px;}
.cookiealert p{font-size: 24px; line-height: 29px; color: #4C4B4C; padding-bottom: 20px;}
.cookiealert p a{font-size: 24px; line-height: 29px; color: #333984!important; text-decoration: underline!important;}
.cookiealert .modal-dialog{ min-height: calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; overflow: auto;}
.cookiealert .modal-content{padding: 30px;border-radius: 10px;}
.cookiealert .modal-header{border-bottom: 0px;padding-bottom: 0;}
.cookiealert .modal-footer{border-top: 0px;justify-content: flex-start;}
.cookiealert .modal-title{font-size: 40px;line-height: 45px;color: #333984; padding-bottom: 20px;font-weight: 500;}
.cookiealert .btn{padding: 14px 25px; border-radius: 35px; background: #333984; border:1px solid #333984;font-size: 20px; line-height: 25px;margin-right: 40px;}
.cookiealert .btn.declinecookies{background: #ffffff; color: #333984;}
.cookiealert .btn.declinecookies:hover{background: #EDD236; color: #4C4B4C; border:solid 1px #EDD236;}
.cookiealert .btn-primary:not(:disabled):not(.disabled).active, .cookiealert .btn-primary:not(:disabled):not(.disabled):active, .cookiealert .show > .btn-primary.dropdown-toggle{}
.cookie-preferences-link .modal-body{padding: 50px 40px;}
.cookie-preferences-link{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;margin: 0 !important; z-index: 1060;background: rgba(22,22,22,0.4);padding-right: 0px!important;scrollbar-width: none;}
.cookie-preferences-link .modal-dialog{ min-height: calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; overflow: auto;}
.cookie-preferences-link .modal-content{border-radius: 10px;}
.cookie-preferences-link .accordion-box{border: 1px solid rgba(0, 0, 0, 0.125);margin-bottom: 40px;}
.cookie-preferences-link .modal-body h5{font-size: 40px;line-height: 45px;color: #333984;padding-bottom: 18px;font-weight: 500}
.cookie-preferences-link .modal-body h5 span{font-size: 16px;line-height: 19px;color: #4C4B4C;margin-right: 8px;}
.cookie-preferences-link .modal-body p{font-size: 24px;line-height: 32px;color: #4C4B4C;padding-bottom: 28px;}
.cookie-preferences-link .modal-body button{margin-bottom: 40px;font-size: 20px;font-weight: 500;text-transform: uppercase;}
.cookie-preferences-link .card{border: none;}
.cookie-preferences-link .card-header{border: none;background: transparent;padding: 15px 14px;}
.cookie-preferences-link .card-header .custom-control-label{right: 10px;}
.cookie-preferences-link .card-header .custom-control-label:before {background: #CECECE; border: solid 1px #CECECE;width: 45px; height: 20px;border-radius: 50px;left: -35px;}
.cookie-preferences-link .card-header .custom-control-label:after {background: #333984; width: 20px; height: 20px;border-radius: 50%;top: 4px;}
.custom-switch .custom-control-input:checked~.custom-control-label:after{transform: translateX(1.5rem);background: #FFFFFF;border: solid 1px #cecece }
.custom-control-input:focus~.custom-control-label:before{box-shadow: none;}
.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color: #CECECE;}
.cookie-preferences-link .card-header h6{padding-bottom: 0px;font-size: 24px;line-height: 32px;color: #4C4B4C;font-weight: 400;}
.cookie-preferences-link .card-header h6 a{font-size: 24px;line-height: 32px;color: #4C4B4C;padding-right: 100px;}
.cookie-preferences-link .card-header h6 span{font-size: 18px;margin-right: 10px;}
.cookie-preferences-link .card-body{font-size: 18px;line-height: 22px;}
.cookie-preferences-link .card-header h6 br{display: none;}
.cookie-preferences-link .card-header h6 .active_icon{font-size: 24px;line-height: 32px;color: #333984;font-weight: 500;margin-right: 0;}
.cookie-preferences-link .card-body {background: #EDEDED;font-size: 24px;line-height: 32px;color: #4C4B4C;}
.cookie-preferences-link .btn{text-transform:none;}
.cookie-preferences-link .reject-all{margin-bottom: 0px!important;margin-right: 40px}
.cookie-preferences-link .confirm-choices{background: #ffffff; color: #333984; margin-bottom: 0px!important; border:solid 1px #333984;}
.cookie-preferences-link .confirm-choices:hover{background: #EDD236; color: #4C4B4C; border:solid 1px #EDD236;}
.footer-right .modal-title{font-size: 40px; line-height: 45px; position: relative; color: #333984; padding-bottom: 22px;font-weight: 500;}
.footer-right .modal-content{border-radius: 25px;border: 0px;}
.cookiealert .acceptcookies:hover{background: #EDD236; color: #4c4b4c; border:solid 1px #EDD236;}
.cookie-preferences-link .allow-all:hover{background: #EDD236; color: #4c4b4c; }
.cookie-preferences-link .reject-all:hover{background: #EDD236; color: #4c4b4c;}

/*========================================================
=================== footer ============================*/

.footer-blk{background: #EDD236;}
.footer-block p{ font-size: 14px; line-height: 17px; color: #4C4B4C;}
.footer-block p > a{font-size: 12px; color: #4C4B4C; text-decoration: none;}
.footer-block p > a:hover{color: #4C4B4C;}
.footer-list{ padding-bottom: 30px; position: relative;}
.footer-list li{ display: inline-block; position: relative; margin: 0 2px;}
.footer-list li:first-child{margin-left: 0px;}
.footer-list li a{color: #4C4B4C; font-size: 16px; line-height: 20px;text-transform: uppercase;padding: 0px 2px;}
.footer-list li a::before, .footer-list li a::after{content: ''; position: absolute; width: 100%; height: 1px; background: currentColor; top: 100%; left: 0; pointer-events: none;transform-origin: 100% 50%; transform: scale3d(0, 1, 1); transition: transform 0.3s;}
.footer-list li a:hover::before{transform-origin: 0% 50%;transform: scale3d(1, 1, 1);transition: transform 0.3s;}
.footer-list li:hover a{color: #FFFFFF;}
.footer-list li .isi_click_fot{ color: #4C4B4C; text-decoration: none; cursor: pointer;}
.footer-list li:last-child{padding-left: 0px; padding-right: 0px;}
.footer-list li:nth-child(6){margin-right: 0px;}
.footer-left .footer-block{padding-left: 30px;}
.footer-left .footer-block span{display: block;}
.footer-left {display: flex;align-items: center;background: #ffffff; border-radius: 20px; padding: 40px 24px;margin-left: 8%;}
.footer-right p{ font-size: 14px; line-height: 17px; color: #4C4B4C;font-family: 'DIN Next W1G';font-weight: 300;}
.footer-right .copy-right{display: inline-block; width: 100%;}
.footer-list-item { padding-bottom: 20px; position: relative;}
.footer-list-item li{ display: inline-block; position: relative; padding: 0 16px;}
.footer-list-item li a {color: #4C4B4C; font-size: 22px; line-height: 27px;font-weight: 500;text-decoration: underline;}
.footer-list-item li:first-child{padding-left: 0px;}
.txt-right{text-align: right;position: relative;}
.txt-left{position: relative;top: -18px;}
.footer-right .modal.show .modal-dialog{min-height: calc(100vh - 60px);display: flex;flex-direction: column;justify-content: center;overflow: auto;}
/*==============================================
============ floating-icon ==================*/

.floating-point{position: absolute; top:2.2%; z-index: 9;}
.floating-point li{padding-bottom: 60px;}
.floating-point li:last-child{padding-bottom: 0px;}
.modal-open{padding-right: 0px !important;}
.modal-open .floting-icon .modal{padding-right: 0px;}
.fl-fl.hide{right:-190px; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.fl-fl {width: 178px;height: 48px;position: fixed;right: -130px;z-index: 1000;align-items: center; font: normal normal 10px Arial;
-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);box-shadow: 0 2px 2px 0 rgba(0,0,0,0.35);overflow: hidden;background: #333984; border-top-left-radius: 6px;border-bottom-left-radius: 6px; cursor: pointer;}
.fl-fl p {font-size: 14px;color: #fff;font-weight: 500;line-height: 18px;font-style: normal;padding-left: 8px;padding-top: 2px;}
.fl-fl p span{display: block;}
.fl-link {display: block;position: absolute;top: 0px;left: 0px;bottom: 0px;width: 100%;height: 100%}
.about-text .modal-dialog {min-height: calc(100vh - 60px);display: flex; flex-direction: column;justify-content: center; overflow: auto;}
.floting-icon .modal.show .modal-dialog{min-height: calc(100vh - 60px);display: flex; flex-direction: column;justify-content: center; overflow: auto;}
.floting-icon .modal-content{border-radius: 10px; border:0px;}
.floting-icon .modal-body{padding:30px 40px; text-align: left;}
.floting-icon .modal-title{font-size: 40px; line-height: 45px; position: relative; color: #333984; padding-bottom: 22px;font-weight: 500;}
.floting-icon .modal-para{font-size: 23px; line-height: 29px;color: #4C4B4C;padding-bottom: 30px;font-family: 'DIN Next W1G';font-weight: 300;}
.contactForm .btn-secondary{font-size: 20px; line-height: 25px; border: solid 1px #333984;background:transparent; color: #333984;width: 170px;}
.contactForm .form-group{margin-bottom: 30px;}
.contactForm .btn-primary {font-size: 20px; line-height: 25px; border: solid 1px #333984;margin-right: 40px;background: #333984; width: 170px}
.contactForm .btn:hover{background: #EDD236; color: #4C4B4C;border: solid 1px #EDD236;}
.contactForm .form-control:focus{box-shadow: none;border-color: #ced4da;}
.floting-icon .close{ opacity: 1; padding: 0;}
.floting-icon .close:not(:disabled):not(.disabled):focus, .floting-icon .close:not(:disabled):not(.disabled):hover{opacity: 1;}
.fl-video{ background: url("../images/call-back-icon.png") 0 0; background-repeat: no-repeat; width: 48px; height: 48px;}
.fl-scroll{ background: url("../images/home-icon.png") 0 0; background-repeat: no-repeat; width: 48px; height: 48px;}
.fl-fl:hover {right: 0;}
.fl-coverage{background: url("../images/know-more-icon.png") 0 0; background-repeat: no-repeat; width: 48px; height:48px; position: relative;}
.fl-fl:hover .fl-coverage{background: url("../images/know-more-icon-hover.png") 0 0;}
.use-blk .fl-fl p{padding-top: 0px; /*position: relative;left: -35px;*/ width: 129px;}
.coverage-blck .fl-fl p{padding-top: 0px; width: 129px;}
.comparision-blck .fl-fl{padding: 10px 8px;}
.comparision-blck .fl-fl p{padding-top: 15px; position: relative;}
#comparison .modal-body{padding: 30px;}
.comparision-blck  .pop-content h4{padding-left: 110px;}
.pop-content{text-align: left;}
.pop-content h4{font-weight: 600; font-size: 22px; padding-bottom: 25px;}
.pop-content p{ color: #58595b; font-size: 20px; line-height: 24px; padding-bottom: 20px;}
.pop-content p.note-pop{ color: #58595b; font-size: 12px;padding-left: 130px;}
.pop-content .fig-block p{ font-size: 16px; line-height: 20px; padding-top: 20px;color: #58595b; text-align: center;padding-bottom: 0px;}
.coverage-content{padding: 30px 13% 0 13%;}

.hcp-home.modal-open{overflow-y: hidden !important;}

.success-modal .modal.show .modal-dialog{min-height: calc(100vh - 60px);display: flex; flex-direction: column; justify-content: center;overflow: auto;}
.success-modal .modal-body  h2{font-size: 30px; line-height: 40px;padding-bottom: 20px;color: #333984;font-weight: 500;}
.success-modal .modal-body  h2 img{width: 40px;}
.success-modal .modal-body  p{font-size: 20px; line-height: 25px;padding-bottom: 20px;color: #4C4B4C;}
.success-modal .modal-body{padding: 60px 40px;}
/************* form input field error **************/
.error {
    border: 1px solid red; /* Add red border for error styling */
}
/************* floating-icon-responsive **************/
.floting-icon-res{display: none; visibility: hidden;}
.floating-point-res{line-height: 0px;}
.floting-icon-res li{padding-bottom: 0px; display: inline-block; cursor: pointer; width: 33.33%; height: 60px; border-right: 1px solid #ffffff;}
.floting-icon-res li:last-child{ border-right: 0px;}
.icon-flat{padding: 10px; background: #e8ae4a; display: block; width: 100%; height: 100%;}
.icon-flat{position: relative;}
.floting-icon-res  li .fl-video{margin: 0 auto; width: 40px; height: 40px;}
.floting-icon-res  li .fl-coverage, .floting-icon-res li .fl-comparision{top:0px; margin: 0 auto; width: 40px; height: 40px;}
