@charset "UTF-8";
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Video Popup
7. Header
8. Footer
9. Sidebar
10. Isotope
11. Hero
12. Iconbox
13. Posts
14. Banner
15. Testimonial
16. Portfolio
17. Brands
18. Accordians
19. Departments
20. About
21. Team
22. Funfact
---------------------------------------------------------------*/
/*--------------------------------------------------------------
## Color Variable
----------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&amp;display=swap");
body,
html {
  color: rgba(39, 71, 96, 0.52);
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #274760;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Figtree", sans-serif;
}

.cs_primary_font,
.cs_btn {
  font-family: "Figtree", sans-serif;
}

.cs_secondary_font {
  font-family: "Figtree", sans-serif;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #415d78;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: rgba(39, 71, 96, 0.52);
}
table td,
table th {
  border-top: 1px solid #eaeaea;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: rgba(39, 71, 96, 0.52);
  border: 1px solid #eaeaea;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: rgba(39, 71, 96, 0.52);
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
input,
textarea {
  color: #274760;
}

/*--------------------------------------------------------------
2. Preloader
----------------------------------------------------------------*/
.cs_perloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_perloader .cs_perloader_in {
  position: relative;
}
.cs_perloader .cs_perloader_in svg {
  width: 110px;
  height: 110px;
}
.cs_perloader .cs_wave_first svg {
  fill: rgba(48, 123, 196, 0.15);
}
.cs_perloader .cs_wave_second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-animation: spark 1.25s linear infinite;
  animation: spark 1.25s linear infinite;
}
.cs_perloader .cs_wave_second svg {
  fill: #415d78;
}

@-webkit-keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes spark {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
3. Spacing
----------------------------------------------------------------*/
.cs_height_0 {
  height: 0px;
}

.cs_height_1 {
  height: 1px;
}

.cs_height_2 {
  height: 2px;
}

.cs_height_3 {
  height: 3px;
}

.cs_height_4 {
  height: 4px;
}

.cs_height_5 {
  height: 5px;
}

.cs_height_6 {
  height: 6px;
}

.cs_height_7 {
  height: 7px;
}

.cs_height_8 {
  height: 8px;
}

.cs_height_9 {
  height: 9px;
}

.cs_height_10 {
  height: 10px;
}

.cs_height_11 {
  height: 11px;
}

.cs_height_12 {
  height: 12px;
}

.cs_height_13 {
  height: 13px;
}

.cs_height_14 {
  height: 14px;
}

.cs_height_15 {
  height: 15px;
}

.cs_height_16 {
  height: 16px;
}

.cs_height_17 {
  height: 17px;
}

.cs_height_18 {
  height: 18px;
}

.cs_height_19 {
  height: 19px;
}

.cs_height_20 {
  height: 20px;
}

.cs_height_21 {
  height: 21px;
}

.cs_height_22 {
  height: 22px;
}

.cs_height_23 {
  height: 23px;
}

.cs_height_24 {
  height: 24px;
}

.cs_height_25 {
  height: 25px;
}

.cs_height_26 {
  height: 26px;
}

.cs_height_27 {
  height: 27px;
}

.cs_height_28 {
  height: 28px;
}

.cs_height_29 {
  height: 29px;
}

.cs_height_30 {
  height: 30px;
}

.cs_height_31 {
  height: 31px;
}

.cs_height_32 {
  height: 32px;
}

.cs_height_33 {
  height: 33px;
}

.cs_height_34 {
  height: 34px;
}

.cs_height_35 {
  height: 35px;
}

.cs_height_36 {
  height: 36px;
}

.cs_height_37 {
  height: 37px;
}

.cs_height_38 {
  height: 38px;
}

.cs_height_39 {
  height: 39px;
}

.cs_height_40 {
  height: 40px;
}

.cs_height_41 {
  height: 41px;
}

.cs_height_42 {
  height: 20px;
}

.cs_height_43 {
  height: 43px;
}

.cs_height_44 {
  height: 44px;
}

.cs_height_45 {
  height: 45px;
}

.cs_height_46 {
  height: 46px;
}

.cs_height_47 {
  height: 47px;
}

.cs_height_48 {
  height: 48px;
}

.cs_height_49 {
  height: 49px;
}

.cs_height_50 {
  height: 50px;
}

.cs_height_51 {
  height: 51px;
}

.cs_height_52 {
  height: 52px;
}

.cs_height_53 {
  height: 53px;
}

.cs_height_54 {
  height: 54px;
}

.cs_height_55 {
  height: 55px;
}

.cs_height_56 {
  height: 56px;
}

.cs_height_57 {
  height: 57px;
}

.cs_height_58 {
  height: 58px;
}

.cs_height_59 {
  height: 59px;
}

.cs_height_60 {
  height: 60px;
}

.cs_height_61 {
  height: 61px;
}

.cs_height_62 {
  height: 62px;
}

.cs_height_63 {
  height: 63px;
}

.cs_height_64 {
  height: 64px;
}

.cs_height_65 {
  height: 65px;
}

.cs_height_66 {
  height: 66px;
}

.cs_height_67 {
  height: 67px;
}

.cs_height_68 {
  height: 68px;
}

.cs_height_69 {
  height: 69px;
}

.cs_height_70 {
  height: 70px;
}

.cs_height_71 {
  height: 71px;
}

.cs_height_72 {
  height: 72px;
}

.cs_height_73 {
  height: 73px;
}

.cs_height_74 {
  height: 74px;
}

.cs_height_75 {
  height: 75px;
}

.cs_height_76 {
  height: 76px;
}

.cs_height_77 {
  height: 77px;
}

.cs_height_78 {
  height: 78px;
}

.cs_height_79 {
  height: 79px;
}

.cs_height_80 {
  height: 80px;
}

.cs_height_81 {
  height: 81px;
}

.cs_height_82 {
  height: 82px;
}

.cs_height_83 {
  height: 83px;
}

.cs_height_84 {
  height: 84px;
}

.cs_height_85 {
  height: 85px;
}

.cs_height_86 {
  height: 86px;
}

.cs_height_87 {
  height: 87px;
}

.cs_height_88 {
  height: 88px;
}

.cs_height_89 {
  height: 89px;
}

.cs_height_90 {
  height: 90px;
}

.cs_height_91 {
  height: 91px;
}

.cs_height_92 {
  height: 92px;
}

.cs_height_93 {
  height: 93px;
}

.cs_height_94 {
  height: 94px;
}

.cs_height_95 {
  height: 95px;
}

.cs_height_96 {
  height: 96px;
}

.cs_height_97 {
  height: 97px;
}

.cs_height_98 {
  height: 98px;
}

.cs_height_99 {
  height: 99px;
}

.cs_height_100 {
  height: 100px;
}

.cs_height_101 {
  height: 101px;
}

.cs_height_102 {
  height: 102px;
}

.cs_height_103 {
  height: 103px;
}

.cs_height_104 {
  height: 104px;
}

.cs_height_105 {
  height: 105px;
}

.cs_height_106 {
  height: 106px;
}

.cs_height_107 {
  height: 107px;
}

.cs_height_108 {
  height: 108px;
}

.cs_height_109 {
  height: 109px;
}

.cs_height_110 {
  height: 110px;
}

.cs_height_111 {
  height: 111px;
}

.cs_height_112 {
  height: 112px;
}

.cs_height_113 {
  height: 113px;
}

.cs_height_114 {
  height: 114px;
}

.cs_height_115 {
  height: 115px;
}

.cs_height_116 {
  height: 116px;
}

.cs_height_117 {
  height: 117px;
}

.cs_height_118 {
  height: 118px;
}

.cs_height_119 {
  height: 119px;
}

.cs_height_120 {
  height: 120px;
}

.cs_height_121 {
  height: 121px;
}

.cs_height_122 {
  height: 122px;
}

.cs_height_123 {
  height: 123px;
}

.cs_height_124 {
  height: 124px;
}

.cs_height_125 {
  height: 125px;
}

.cs_height_126 {
  height: 126px;
}

.cs_height_127 {
  height: 127px;
}

.cs_height_128 {
  height: 128px;
}

.cs_height_129 {
  height: 129px;
}

.cs_height_130 {
  height: 130px;
}

.cs_height_131 {
  height: 131px;
}

.cs_height_132 {
  height: 132px;
}

.cs_height_133 {
  height: 133px;
}

.cs_height_134 {
  height: 134px;
}

.cs_height_135 {
  height: 135px;
}

.cs_height_136 {
  height: 136px;
}

.cs_height_137 {
  height: 137px;
}

.cs_height_138 {
  height: 138px;
}

.cs_height_139 {
  height: 139px;
}

.cs_height_140 {
  height: 140px;
}

.cs_height_141 {
  height: 141px;
}

.cs_height_142 {
  height: 142px;
}

.cs_height_143 {
  height: 143px;
}

.cs_height_144 {
  height: 144px;
}

.cs_height_145 {
  height: 145px;
}

.cs_height_146 {
  height: 146px;
}

.cs_height_147 {
  height: 147px;
}

.cs_height_148 {
  height: 148px;
}

.cs_height_149 {
  height: 149px;
}

.cs_height_150 {
  height: 150px;
}

.cs_height_151 {
  height: 151px;
}

.cs_height_152 {
  height: 152px;
}

.cs_height_153 {
  height: 153px;
}

.cs_height_154 {
  height: 154px;
}

.cs_height_155 {
  height: 155px;
}

.cs_height_156 {
  height: 156px;
}

.cs_height_157 {
  height: 157px;
}

.cs_height_158 {
  height: 158px;
}

.cs_height_159 {
  height: 159px;
}

.cs_height_160 {
  height: 160px;
}

.cs_height_161 {
  height: 161px;
}

.cs_height_162 {
  height: 162px;
}

.cs_height_163 {
  height: 163px;
}

.cs_height_164 {
  height: 164px;
}

.cs_height_165 {
  height: 165px;
}

.cs_height_166 {
  height: 166px;
}

.cs_height_167 {
  height: 167px;
}

.cs_height_168 {
  height: 168px;
}

.cs_height_169 {
  height: 169px;
}

.cs_height_170 {
  height: 170px;
}

.cs_height_171 {
  height: 171px;
}

.cs_height_172 {
  height: 172px;
}

.cs_height_173 {
  height: 173px;
}

.cs_height_174 {
  height: 174px;
}

.cs_height_175 {
  height: 175px;
}

.cs_height_176 {
  height: 176px;
}

.cs_height_177 {
  height: 177px;
}

.cs_height_178 {
  height: 178px;
}

.cs_height_179 {
  height: 179px;
}

.cs_height_180 {
  height: 180px;
}

.cs_height_181 {
  height: 181px;
}

.cs_height_182 {
  height: 182px;
}

.cs_height_183 {
  height: 183px;
}

.cs_height_184 {
  height: 184px;
}

.cs_height_185 {
  height: 185px;
}

.cs_height_186 {
  height: 186px;
}

.cs_height_187 {
  height: 187px;
}

.cs_height_188 {
  height: 188px;
}

.cs_height_189 {
  height: 189px;
}

.cs_height_190 {
  height: 190px;
}

.cs_height_191 {
  height: 191px;
}

.cs_height_192 {
  height: 192px;
}

.cs_height_193 {
  height: 193px;
}

.cs_height_194 {
  height: 194px;
}

.cs_height_195 {
  height: 195px;
}

.cs_height_196 {
  height: 196px;
}

.cs_height_197 {
  height: 197px;
}

.cs_height_198 {
  height: 198px;
}

.cs_height_199 {
  height: 199px;
}

.cs_height_200 {
  height: 200px;
}

@media screen and (max-width: 1700px) {
  .cs_height_xl_0 {
    height: 0px;
  }
  .cs_height_xl_1 {
    height: 1px;
  }
  .cs_height_xl_2 {
    height: 2px;
  }
  .cs_height_xl_3 {
    height: 3px;
  }
  .cs_height_xl_4 {
    height: 4px;
  }
  .cs_height_xl_5 {
    height: 5px;
  }
  .cs_height_xl_6 {
    height: 6px;
  }
  .cs_height_xl_7 {
    height: 7px;
  }
  .cs_height_xl_8 {
    height: 8px;
  }
  .cs_height_xl_9 {
    height: 9px;
  }
  .cs_height_xl_10 {
    height: 10px;
  }
  .cs_height_xl_11 {
    height: 11px;
  }
  .cs_height_xl_12 {
    height: 12px;
  }
  .cs_height_xl_13 {
    height: 13px;
  }
  .cs_height_xl_14 {
    height: 14px;
  }
  .cs_height_xl_15 {
    height: 15px;
  }
  .cs_height_xl_16 {
    height: 16px;
  }
  .cs_height_xl_17 {
    height: 17px;
  }
  .cs_height_xl_18 {
    height: 18px;
  }
  .cs_height_xl_19 {
    height: 19px;
  }
  .cs_height_xl_20 {
    height: 20px;
  }
  .cs_height_xl_21 {
    height: 21px;
  }
  .cs_height_xl_22 {
    height: 22px;
  }
  .cs_height_xl_23 {
    height: 23px;
  }
  .cs_height_xl_24 {
    height: 24px;
  }
  .cs_height_xl_25 {
    height: 15px;
  }
  .cs_height_xl_26 {
    height: 26px;
  }
  .cs_height_xl_27 {
    height: 27px;
  }
  .cs_height_xl_28 {
    height: 28px;
  }
  .cs_height_xl_29 {
    height: 29px;
  }
  .cs_height_xl_30 {
    height: 30px;
  }
  .cs_height_xl_31 {
    height: 31px;
  }
  .cs_height_xl_32 {
    height: 32px;
  }
  .cs_height_xl_33 {
    height: 33px;
  }
  .cs_height_xl_34 {
    height: 34px;
  }
  .cs_height_xl_35 {
    height: 35px;
  }
  .cs_height_xl_36 {
    height: 36px;
  }
  .cs_height_xl_37 {
    height: 37px;
  }
  .cs_height_xl_38 {
    height: 38px;
  }
  .cs_height_xl_39 {
    height: 39px;
  }
  .cs_height_xl_40 {
    height: 40px;
  }
  .cs_height_xl_41 {
    height: 41px;
  }
  .cs_height_xl_42 {
    height: 42px;
  }
  .cs_height_xl_43 {
    height: 43px;
  }
  .cs_height_xl_44 {
    height: 44px;
  }
  .cs_height_xl_45 {
    height: 45px;
  }
  .cs_height_xl_46 {
    height: 46px;
  }
  .cs_height_xl_47 {
    height: 47px;
  }
  .cs_height_xl_48 {
    height: 48px;
  }
  .cs_height_xl_49 {
    height: 49px;
  }
  .cs_height_xl_50 {
    height: 50px;
  }
  .cs_height_xl_51 {
    height: 51px;
  }
  .cs_height_xl_52 {
    height: 52px;
  }
  .cs_height_xl_53 {
    height: 53px;
  }
  .cs_height_xl_54 {
    height: 54px;
  }
  .cs_height_xl_55 {
    height: 55px;
  }
  .cs_height_xl_56 {
    height: 56px;
  }
  .cs_height_xl_57 {
    height: 57px;
  }
  .cs_height_xl_58 {
    height: 58px;
  }
  .cs_height_xl_59 {
    height: 59px;
  }
  .cs_height_xl_60 {
    height: 60px;
  }
  .cs_height_xl_61 {
    height: 61px;
  }
  .cs_height_xl_62 {
    height: 62px;
  }
  .cs_height_xl_63 {
    height: 63px;
  }
  .cs_height_xl_64 {
    height: 64px;
  }
  .cs_height_xl_65 {
    height: 65px;
  }
  .cs_height_xl_66 {
    height: 66px;
  }
  .cs_height_xl_67 {
    height: 67px;
  }
  .cs_height_xl_68 {
    height: 68px;
  }
  .cs_height_xl_69 {
    height: 69px;
  }
  .cs_height_xl_70 {
    height: 70px;
  }
  .cs_height_xl_71 {
    height: 71px;
  }
  .cs_height_xl_72 {
    height: 72px;
  }
  .cs_height_xl_73 {
    height: 73px;
  }
  .cs_height_xl_74 {
    height: 74px;
  }
  .cs_height_xl_75 {
    height: 75px;
  }
  .cs_height_xl_76 {
    height: 76px;
  }
  .cs_height_xl_77 {
    height: 77px;
  }
  .cs_height_xl_78 {
    height: 78px;
  }
  .cs_height_xl_79 {
    height: 79px;
  }
  .cs_height_xl_80 {
    height: 80px;
  }
  .cs_height_xl_81 {
    height: 81px;
  }
  .cs_height_xl_82 {
    height: 82px;
  }
  .cs_height_xl_83 {
    height: 83px;
  }
  .cs_height_xl_84 {
    height: 84px;
  }
  .cs_height_xl_85 {
    height: 85px;
  }
  .cs_height_xl_86 {
    height: 86px;
  }
  .cs_height_xl_87 {
    height: 87px;
  }
  .cs_height_xl_88 {
    height: 88px;
  }
  .cs_height_xl_89 {
    height: 89px;
  }
  .cs_height_xl_90 {
    height: 90px;
  }
  .cs_height_xl_91 {
    height: 91px;
  }
  .cs_height_xl_92 {
    height: 92px;
  }
  .cs_height_xl_93 {
    height: 93px;
  }
  .cs_height_xl_94 {
    height: 94px;
  }
  .cs_height_xl_95 {
    height: 95px;
  }
  .cs_height_xl_96 {
    height: 96px;
  }
  .cs_height_xl_97 {
    height: 97px;
  }
  .cs_height_xl_98 {
    height: 98px;
  }
  .cs_height_xl_99 {
    height: 99px;
  }
  .cs_height_xl_100 {
    height: 100px;
  }
  .cs_height_xl_101 {
    height: 101px;
  }
  .cs_height_xl_102 {
    height: 102px;
  }
  .cs_height_xl_103 {
    height: 103px;
  }
  .cs_height_xl_104 {
    height: 104px;
  }
  .cs_height_xl_105 {
    height: 105px;
  }
  .cs_height_xl_106 {
    height: 106px;
  }
  .cs_height_xl_107 {
    height: 107px;
  }
  .cs_height_xl_108 {
    height: 108px;
  }
  .cs_height_xl_109 {
    height: 109px;
  }
  .cs_height_xl_110 {
    height: 110px;
  }
  .cs_height_xl_111 {
    height: 111px;
  }
  .cs_height_xl_112 {
    height: 112px;
  }
  .cs_height_xl_113 {
    height: 113px;
  }
  .cs_height_xl_114 {
    height: 114px;
  }
  .cs_height_xl_115 {
    height: 115px;
  }
  .cs_height_xl_116 {
    height: 116px;
  }
  .cs_height_xl_117 {
    height: 117px;
  }
  .cs_height_xl_118 {
    height: 118px;
  }
  .cs_height_xl_119 {
    height: 119px;
  }
  .cs_height_xl_120 {
    height: 120px;
  }
  .cs_height_xl_121 {
    height: 121px;
  }
  .cs_height_xl_122 {
    height: 122px;
  }
  .cs_height_xl_123 {
    height: 123px;
  }
  .cs_height_xl_124 {
    height: 124px;
  }
  .cs_height_xl_125 {
    height: 125px;
  }
  .cs_height_xl_126 {
    height: 126px;
  }
  .cs_height_xl_127 {
    height: 127px;
  }
  .cs_height_xl_128 {
    height: 128px;
  }
  .cs_height_xl_129 {
    height: 129px;
  }
  .cs_height_xl_130 {
    height: 130px;
  }
  .cs_height_xl_131 {
    height: 131px;
  }
  .cs_height_xl_132 {
    height: 132px;
  }
  .cs_height_xl_133 {
    height: 133px;
  }
  .cs_height_xl_134 {
    height: 134px;
  }
  .cs_height_xl_135 {
    height: 135px;
  }
  .cs_height_xl_136 {
    height: 136px;
  }
  .cs_height_xl_137 {
    height: 137px;
  }
  .cs_height_xl_138 {
    height: 138px;
  }
  .cs_height_xl_139 {
    height: 139px;
  }
  .cs_height_xl_140 {
    height: 140px;
  }
  .cs_height_xl_141 {
    height: 141px;
  }
  .cs_height_xl_142 {
    height: 142px;
  }
  .cs_height_xl_143 {
    height: 143px;
  }
  .cs_height_xl_144 {
    height: 144px;
  }
  .cs_height_xl_145 {
    height: 145px;
  }
  .cs_height_xl_146 {
    height: 146px;
  }
  .cs_height_xl_147 {
    height: 147px;
  }
  .cs_height_xl_148 {
    height: 148px;
  }
  .cs_height_xl_149 {
    height: 149px;
  }
  .cs_height_xl_150 {
    height: 150px;
  }
  .cs_height_xl_151 {
    height: 151px;
  }
  .cs_height_xl_152 {
    height: 152px;
  }
  .cs_height_xl_153 {
    height: 153px;
  }
  .cs_height_xl_154 {
    height: 154px;
  }
  .cs_height_xl_155 {
    height: 155px;
  }
  .cs_height_xl_156 {
    height: 156px;
  }
  .cs_height_xl_157 {
    height: 157px;
  }
  .cs_height_xl_158 {
    height: 158px;
  }
  .cs_height_xl_159 {
    height: 159px;
  }
  .cs_height_xl_160 {
    height: 160px;
  }
  .cs_height_xl_161 {
    height: 161px;
  }
  .cs_height_xl_162 {
    height: 162px;
  }
  .cs_height_xl_163 {
    height: 163px;
  }
  .cs_height_xl_164 {
    height: 164px;
  }
  .cs_height_xl_165 {
    height: 165px;
  }
  .cs_height_xl_166 {
    height: 166px;
  }
  .cs_height_xl_167 {
    height: 167px;
  }
  .cs_height_xl_168 {
    height: 168px;
  }
  .cs_height_xl_169 {
    height: 169px;
  }
  .cs_height_xl_170 {
    height: 170px;
  }
  .cs_height_xl_171 {
    height: 171px;
  }
  .cs_height_xl_172 {
    height: 172px;
  }
  .cs_height_xl_173 {
    height: 173px;
  }
  .cs_height_xl_174 {
    height: 174px;
  }
  .cs_height_xl_175 {
    height: 175px;
  }
  .cs_height_xl_176 {
    height: 176px;
  }
  .cs_height_xl_177 {
    height: 177px;
  }
  .cs_height_xl_178 {
    height: 178px;
  }
  .cs_height_xl_179 {
    height: 179px;
  }
  .cs_height_xl_180 {
    height: 180px;
  }
  .cs_height_xl_181 {
    height: 181px;
  }
  .cs_height_xl_182 {
    height: 182px;
  }
  .cs_height_xl_183 {
    height: 183px;
  }
  .cs_height_xl_184 {
    height: 184px;
  }
  .cs_height_xl_185 {
    height: 185px;
  }
  .cs_height_xl_186 {
    height: 186px;
  }
  .cs_height_xl_187 {
    height: 187px;
  }
  .cs_height_xl_188 {
    height: 188px;
  }
  .cs_height_xl_189 {
    height: 189px;
  }
  .cs_height_xl_190 {
    height: 190px;
  }
  .cs_height_xl_191 {
    height: 191px;
  }
  .cs_height_xl_192 {
    height: 192px;
  }
  .cs_height_xl_193 {
    height: 193px;
  }
  .cs_height_xl_194 {
    height: 194px;
  }
  .cs_height_xl_195 {
    height: 195px;
  }
  .cs_height_xl_196 {
    height: 196px;
  }
  .cs_height_xl_197 {
    height: 197px;
  }
  .cs_height_xl_198 {
    height: 198px;
  }
  .cs_height_xl_199 {
    height: 199px;
  }
  .cs_height_xl_200 {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .cs_height_lg_0 {
    height: 0px;
  }
  .cs_height_lg_1 {
    height: 1px;
  }
  .cs_height_lg_2 {
    height: 2px;
  }
  .cs_height_lg_3 {
    height: 3px;
  }
  .cs_height_lg_4 {
    height: 4px;
  }
  .cs_height_lg_5 {
    height: 5px;
  }
  .cs_height_lg_6 {
    height: 6px;
  }
  .cs_height_lg_7 {
    height: 7px;
  }
  .cs_height_lg_8 {
    height: 8px;
  }
  .cs_height_lg_9 {
    height: 9px;
  }
  .cs_height_lg_10 {
    height: 10px;
  }
  .cs_height_lg_11 {
    height: 11px;
  }
  .cs_height_lg_12 {
    height: 12px;
  }
  .cs_height_lg_13 {
    height: 13px;
  }
  .cs_height_lg_14 {
    height: 14px;
  }
  .cs_height_lg_15 {
    height: 15px;
  }
  .cs_height_lg_16 {
    height: 16px;
  }
  .cs_height_lg_17 {
    height: 17px;
  }
  .cs_height_lg_18 {
    height: 18px;
  }
  .cs_height_lg_19 {
    height: 19px;
  }
  .cs_height_lg_20 {
    height: 20px;
  }
  .cs_height_lg_21 {
    height: 21px;
  }
  .cs_height_lg_22 {
    height: 22px;
  }
  .cs_height_lg_23 {
    height: 23px;
  }
  .cs_height_lg_24 {
    height: 24px;
  }
  .cs_height_lg_25 {
    height: 25px;
  }
  .cs_height_lg_26 {
    height: 26px;
  }
  .cs_height_lg_27 {
    height: 27px;
  }
  .cs_height_lg_28 {
    height: 28px;
  }
  .cs_height_lg_29 {
    height: 29px;
  }
  .cs_height_lg_30 {
    height: 30px;
  }
  .cs_height_lg_31 {
    height: 31px;
  }
  .cs_height_lg_32 {
    height: 32px;
  }
  .cs_height_lg_33 {
    height: 33px;
  }
  .cs_height_lg_34 {
    height: 34px;
  }
  .cs_height_lg_35 {
    height: 35px;
  }
  .cs_height_lg_36 {
    height: 36px;
  }
  .cs_height_lg_37 {
    height: 37px;
  }
  .cs_height_lg_38 {
    height: 38px;
  }
  .cs_height_lg_39 {
    height: 39px;
  }
  .cs_height_lg_40 {
    height: 40px;
  }
  .cs_height_lg_41 {
    height: 41px;
  }
  .cs_height_lg_42 {
    height: 42px;
  }
  .cs_height_lg_43 {
    height: 43px;
  }
  .cs_height_lg_44 {
    height: 44px;
  }
  .cs_height_lg_45 {
    height: 45px;
  }
  .cs_height_lg_46 {
    height: 46px;
  }
  .cs_height_lg_47 {
    height: 47px;
  }
  .cs_height_lg_48 {
    height: 48px;
  }
  .cs_height_lg_49 {
    height: 49px;
  }
  .cs_height_lg_50 {
    height: 50px;
  }
  .cs_height_lg_51 {
    height: 51px;
  }
  .cs_height_lg_52 {
    height: 52px;
  }
  .cs_height_lg_53 {
    height: 53px;
  }
  .cs_height_lg_54 {
    height: 54px;
  }
  .cs_height_lg_55 {
    height: 55px;
  }
  .cs_height_lg_56 {
    height: 56px;
  }
  .cs_height_lg_57 {
    height: 57px;
  }
  .cs_height_lg_58 {
    height: 58px;
  }
  .cs_height_lg_59 {
    height: 59px;
  }
  .cs_height_lg_60 {
    height: 60px;
  }
  .cs_height_lg_61 {
    height: 61px;
  }
  .cs_height_lg_62 {
    height: 62px;
  }
  .cs_height_lg_63 {
    height: 63px;
  }
  .cs_height_lg_64 {
    height: 64px;
  }
  .cs_height_lg_65 {
    height: 65px;
  }
  .cs_height_lg_66 {
    height: 66px;
  }
  .cs_height_lg_67 {
    height: 67px;
  }
  .cs_height_lg_68 {
    height: 68px;
  }
  .cs_height_lg_69 {
    height: 69px;
  }
  .cs_height_lg_70 {
    height: 70px;
  }
  .cs_height_lg_71 {
    height: 71px;
  }
  .cs_height_lg_72 {
    height: 72px;
  }
  .cs_height_lg_73 {
    height: 73px;
  }
  .cs_height_lg_74 {
    height: 74px;
  }
  .cs_height_lg_75 {
    height: 75px;
  }
  .cs_height_lg_76 {
    height: 76px;
  }
  .cs_height_lg_77 {
    height: 77px;
  }
  .cs_height_lg_78 {
    height: 78px;
  }
  .cs_height_lg_79 {
    height: 79px;
  }
  .cs_height_lg_80 {
    height: 80px;
  }
  .cs_height_lg_81 {
    height: 81px;
  }
  .cs_height_lg_82 {
    height: 82px;
  }
  .cs_height_lg_83 {
    height: 83px;
  }
  .cs_height_lg_84 {
    height: 84px;
  }
  .cs_height_lg_85 {
    height: 85px;
  }
  .cs_height_lg_86 {
    height: 86px;
  }
  .cs_height_lg_87 {
    height: 87px;
  }
  .cs_height_lg_88 {
    height: 88px;
  }
  .cs_height_lg_89 {
    height: 89px;
  }
  .cs_height_lg_90 {
    height: 90px;
  }
  .cs_height_lg_91 {
    height: 91px;
  }
  .cs_height_lg_92 {
    height: 92px;
  }
  .cs_height_lg_93 {
    height: 93px;
  }
  .cs_height_lg_94 {
    height: 94px;
  }
  .cs_height_lg_95 {
    height: 95px;
  }
  .cs_height_lg_96 {
    height: 96px;
  }
  .cs_height_lg_97 {
    height: 97px;
  }
  .cs_height_lg_98 {
    height: 98px;
  }
  .cs_height_lg_99 {
    height: 99px;
  }
  .cs_height_lg_100 {
    height: 100px;
  }
  .cs_height_lg_101 {
    height: 101px;
  }
  .cs_height_lg_102 {
    height: 102px;
  }
  .cs_height_lg_103 {
    height: 103px;
  }
  .cs_height_lg_104 {
    height: 104px;
  }
  .cs_height_lg_105 {
    height: 105px;
  }
  .cs_height_lg_106 {
    height: 106px;
  }
  .cs_height_lg_107 {
    height: 107px;
  }
  .cs_height_lg_108 {
    height: 108px;
  }
  .cs_height_lg_109 {
    height: 109px;
  }
  .cs_height_lg_110 {
    height: 110px;
  }
  .cs_height_lg_111 {
    height: 111px;
  }
  .cs_height_lg_112 {
    height: 112px;
  }
  .cs_height_lg_113 {
    height: 113px;
  }
  .cs_height_lg_114 {
    height: 114px;
  }
  .cs_height_lg_115 {
    height: 115px;
  }
  .cs_height_lg_116 {
    height: 116px;
  }
  .cs_height_lg_117 {
    height: 117px;
  }
  .cs_height_lg_118 {
    height: 118px;
  }
  .cs_height_lg_119 {
    height: 119px;
  }
  .cs_height_lg_120 {
    height: 120px;
  }
  .cs_height_lg_121 {
    height: 121px;
  }
  .cs_height_lg_122 {
    height: 122px;
  }
  .cs_height_lg_123 {
    height: 123px;
  }
  .cs_height_lg_124 {
    height: 124px;
  }
  .cs_height_lg_125 {
    height: 125px;
  }
  .cs_height_lg_126 {
    height: 126px;
  }
  .cs_height_lg_127 {
    height: 127px;
  }
  .cs_height_lg_128 {
    height: 128px;
  }
  .cs_height_lg_129 {
    height: 129px;
  }
  .cs_height_lg_130 {
    height: 130px;
  }
  .cs_height_lg_131 {
    height: 131px;
  }
  .cs_height_lg_132 {
    height: 132px;
  }
  .cs_height_lg_133 {
    height: 133px;
  }
  .cs_height_lg_134 {
    height: 134px;
  }
  .cs_height_lg_135 {
    height: 135px;
  }
  .cs_height_lg_136 {
    height: 136px;
  }
  .cs_height_lg_137 {
    height: 137px;
  }
  .cs_height_lg_138 {
    height: 138px;
  }
  .cs_height_lg_139 {
    height: 139px;
  }
  .cs_height_lg_140 {
    height: 140px;
  }
  .cs_height_lg_141 {
    height: 141px;
  }
  .cs_height_lg_142 {
    height: 142px;
  }
  .cs_height_lg_143 {
    height: 143px;
  }
  .cs_height_lg_144 {
    height: 144px;
  }
  .cs_height_lg_145 {
    height: 145px;
  }
  .cs_height_lg_146 {
    height: 146px;
  }
  .cs_height_lg_147 {
    height: 147px;
  }
  .cs_height_lg_148 {
    height: 148px;
  }
  .cs_height_lg_149 {
    height: 149px;
  }
  .cs_height_lg_150 {
    height: 150px;
  }
  .cs_height_lg_151 {
    height: 151px;
  }
  .cs_height_lg_152 {
    height: 152px;
  }
  .cs_height_lg_153 {
    height: 153px;
  }
  .cs_height_lg_154 {
    height: 154px;
  }
  .cs_height_lg_155 {
    height: 155px;
  }
  .cs_height_lg_156 {
    height: 156px;
  }
  .cs_height_lg_157 {
    height: 157px;
  }
  .cs_height_lg_158 {
    height: 158px;
  }
  .cs_height_lg_159 {
    height: 159px;
  }
  .cs_height_lg_160 {
    height: 160px;
  }
  .cs_height_lg_161 {
    height: 161px;
  }
  .cs_height_lg_162 {
    height: 162px;
  }
  .cs_height_lg_163 {
    height: 163px;
  }
  .cs_height_lg_164 {
    height: 164px;
  }
  .cs_height_lg_165 {
    height: 165px;
  }
  .cs_height_lg_166 {
    height: 166px;
  }
  .cs_height_lg_167 {
    height: 167px;
  }
  .cs_height_lg_168 {
    height: 168px;
  }
  .cs_height_lg_169 {
    height: 169px;
  }
  .cs_height_lg_170 {
    height: 170px;
  }
  .cs_height_lg_171 {
    height: 171px;
  }
  .cs_height_lg_172 {
    height: 172px;
  }
  .cs_height_lg_173 {
    height: 173px;
  }
  .cs_height_lg_174 {
    height: 174px;
  }
  .cs_height_lg_175 {
    height: 175px;
  }
  .cs_height_lg_176 {
    height: 176px;
  }
  .cs_height_lg_177 {
    height: 177px;
  }
  .cs_height_lg_178 {
    height: 178px;
  }
  .cs_height_lg_179 {
    height: 179px;
  }
  .cs_height_lg_180 {
    height: 180px;
  }
  .cs_height_lg_181 {
    height: 181px;
  }
  .cs_height_lg_182 {
    height: 182px;
  }
  .cs_height_lg_183 {
    height: 183px;
  }
  .cs_height_lg_184 {
    height: 184px;
  }
  .cs_height_lg_185 {
    height: 185px;
  }
  .cs_height_lg_186 {
    height: 186px;
  }
  .cs_height_lg_187 {
    height: 187px;
  }
  .cs_height_lg_188 {
    height: 188px;
  }
  .cs_height_lg_189 {
    height: 189px;
  }
  .cs_height_lg_190 {
    height: 190px;
  }
  .cs_height_lg_191 {
    height: 191px;
  }
  .cs_height_lg_192 {
    height: 192px;
  }
  .cs_height_lg_193 {
    height: 193px;
  }
  .cs_height_lg_194 {
    height: 194px;
  }
  .cs_height_lg_195 {
    height: 195px;
  }
  .cs_height_lg_196 {
    height: 196px;
  }
  .cs_height_lg_197 {
    height: 197px;
  }
  .cs_height_lg_198 {
    height: 198px;
  }
  .cs_height_lg_199 {
    height: 199px;
  }
  .cs_height_lg_200 {
    height: 200px;
  }
}
/*--------------------------------------------------------------
4. General
----------------------------------------------------------------*/
.cs_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_50 {
  gap: 50px 0;
}

.cs_row_gap_50 {
  gap: 50px 0;
}
@media (max-width: 991px) {
  .cs_row_gap_50 {
    gap: 30px 0;
  }
}

.cs_pr_95 {
  padding-right: 95px;
}
@media (max-width: 1700px) {
  .cs_pr_95 {
    padding-right: 45px;
  }
}
@media (max-width: 1400px) {
  .cs_pr_95 {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .cs_pr_95 {
    padding-right: 0;
    padding-top: 10px;
  }
}

.cs_gap_40 {
  gap: 40px;
}

.cs_post_pr_136 {
  padding-right: 136px;
}
@media (max-width: 1700px) {
  .cs_post_pr_136 {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .cs_post_pr_136 {
    padding-right: 0px;
  }
}

.cs_mt_minus_110 {
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cs_mt_minus_110 {
    margin-top: 110px;
  }
}

.cs_fs_94 {
  font-size: 74px;
  line-height: 1.1em;
}
@media (max-width: 1700px) {
  .cs_fs_94 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  .cs_fs_94 {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .cs_fs_94 {
    font-size: 35px;
  }
}

.cs_fs_84 {
  font-size: 84px;
  line-height: 1.12em;
}
@media (max-width: 1700px) {
  .cs_fs_84 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .cs_fs_84 {
    font-size: 56px;
  }
}
@media (max-width: 400px) {
  .cs_fs_84 {
    font-size: 48px;
  }
}

.cs_fs_72 {
  font-size: 72px;
  line-height: 1.14em;
}
@media (max-width: 1700px) {
  .cs_fs_72 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .cs_fs_72 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cs_fs_72 {
    font-size: 48px;
  }
}
@media (max-width: 350px) {
  .cs_fs_72 {
    font-size: 42px;
  }
}

.cs_fs_48 {
  font-size: 48px;
  line-height: 1.04em;
}
@media (max-width: 1700px) {
  .cs_fs_48 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .cs_fs_48 {
    font-size: 26px;
  }
}

.cs_fs_40 {
  font-size: 30px;
  line-height: 1.25em;
}
@media (max-width: 1700px) {
  .cs_fs_40 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .cs_fs_40 {
    font-size: 22px;
  }
}

.cs_fs_32 {
  font-size: 32px;
  line-height: 1.31em;
}
@media (max-width: 1700px) {
  .cs_fs_32 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .cs_fs_32 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .cs_fs_32 {
    font-size: 21px;
  }
}

.cs_fs_24 {
  font-size: 24px;
  line-height: 1.41em;
}
@media (max-width: 1700px) {
  .cs_fs_24 {
    font-size: 22px;
  }
}

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .cs_fs_20 {
    font-size: 18px;
  }
}

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.5em;
}

.cs_img_filed {
  height: 100%;
}
.cs_img_filed > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semibold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

.cs_radius_3 {
  border-radius: 3px;
}

.cs_radius_5 {
  border-radius: 5px;
}

.cs_radius_7 {
  border-radius: 7px;
}

.cs_radius_10 {
  border-radius: 10px;
}

.cs_radius_15 {
  border-radius: 15px;
}

.cs_radius_20 {
  border-radius: 20px;
}

.cs_radius_25 {
  border-radius: 25px;
}

.cs_radius_30 {
  border-radius: 30px;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_m0 {
  margin: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #bcbcbc;
  opacity: 1;
}

.cs_vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_heading_color {
  color: #274760;
}

.cs_body_color {
  color: rgba(39, 71, 96, 0.52);
}

.cs_accent_color {
  color: #415d78;
}

.cs_white_color {
  color: #fff;
}

.cs_white_bg {
  background-color: #ffffff;
}

.cs_accent_bg {
  background-color: #415d78;
}

.cs_gray_bg_1 {
  background-color: rgba(210, 234, 239, 0.2);
}

.cs_half_bg,
.cs_half_bg_2 {
  position: relative;
}
.cs_half_bg::before,
.cs_half_bg_2::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.cs_half_bg > *,
.cs_half_bg_2 > * {
  position: relative;
  z-index: 2;
}

.cs_half_bg_2::before {
  height: 50%;
  top: initial;
  bottom: 0;
}

@media (min-width: 1701px) {
  .container {
    max-width: 1650px;
  }
}
.cs_shadow_1 {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}

.cs_shadow_2 {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}

.cs_btn.cs_style_1 {
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 40px;
  outline: none;
  border: none;
  position: relative;
  background: transparent;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 12px 30px;
  }
}
.cs_btn.cs_style_1 span {
  position: relative;
  z-index: 2;
}
.cs_btn.cs_style_1 i {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 15px;
  height: 11px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_btn.cs_style_1 img {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_btn.cs_style_1 img:first-child {
  left: -20px;
}
.cs_btn.cs_style_1 img:last-child {
  left: 0;
}
.cs_btn.cs_style_1::before,
.cs_btn.cs_style_1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_btn.cs_style_1::before {
  background-image: linear-gradient(134deg, #415d78 0%, #274760 100%);
}
.cs_btn.cs_style_1::after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#415d78),
    to(#274760)
  );
  background-image: linear-gradient(270deg, #415d78 0%, #274760 100%);
  opacity: 0;
}
.cs_btn.cs_style_1:hover::before {
  opacity: 1;
}
.cs_btn.cs_style_1:hover::after {
  opacity: 1;
}
.cs_btn.cs_style_1:hover img:first-child {
  left: 0px;
}
.cs_btn.cs_style_1:hover img:last-child {
  left: 20px;
}

.cs_text_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-bottom: 5px;
}
.cs_text_btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_text_btn:hover {
  color: #fff;
}
.cs_text_btn:hover::before {
  width: 60%;
}

.cs_text_btn_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.cs_text_btn_2 .cs_text_btn_text {
  display: inline-block;
  position: relative;
}
.cs_text_btn_2 .cs_text_btn_text::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cs_text_btn_2 .cs_text_btn_icon {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_text_btn_2:hover .cs_text_btn_text::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.cs_text_btn_2:hover .cs_text_btn_icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cs_input_label {
  margin-bottom: 12px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1700px) {
  .cs_input_label {
    margin-bottom: 10px;
  }
}

.cs_form_field {
  display: block;
  width: 100%;
  border-radius: 30px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(48, 123, 196, 0.5);
  padding: 26px 30px;
  background-color: transparent;
}
.cs_form_field:focus {
  border-color: #415d78;
}
@media (max-width: 1700px) {
  .cs_form_field {
    padding: 16px 20px;
    border-radius: 15px;
  }
}

.cs_form_field_2 {
  width: 100%;
  display: block;
  border: 1px solid #636363;
  outline: none;
  border-radius: 6px;
  padding: 13px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_form_field_2:focus {
  border-color: #415d78;
}

textarea.cs_form_field {
  resize: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
.cs_form_field::-webkit-input-placeholder,
.cs_form_field_2::-webkit-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::-moz-placeholder,
input::-moz-placeholder,
.cs_form_field::-moz-placeholder,
.cs_form_field_2::-moz-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
.cs_form_field:-ms-input-placeholder,
.cs_form_field_2:-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
.cs_form_field::-ms-input-placeholder,
.cs_form_field_2::-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::placeholder,
input::placeholder,
.cs_form_field::placeholder,
.cs_form_field_2::placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
.cs_form_field:-ms-input-placeholder,
.cs_form_field_2:-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
.cs_form_field::-ms-input-placeholder,
.cs_form_field_2::-ms-input-placeholder {
  color: rgba(39, 71, 96, 0.52);
}

.cs_with_icon_input {
  position: relative;
}
.cs_with_icon_input i {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #415d78;
  font-size: 20px;
  pointer-events: none;
}
@media (max-width: 1700px) {
  .cs_with_icon_input i {
    top: 20px;
    left: 20px;
  }
}
.cs_with_icon_input .cs_form_field {
  padding-left: 60px;
}
@media (max-width: 1700px) {
  .cs_with_icon_input .cs_form_field {
    padding-left: 50px;
  }
}

.cs_random_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px 110px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1700px) {
  .cs_random_features {
    gap: 15px 60px;
  }
}
@media (max-width: 1380px) {
  .cs_random_features {
    gap: 15px 24px;
  }
}
@media (max-width: 1121px) {
  .cs_random_features {
    gap: 24px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
}
.cs_random_features .cs_random_features_col {
  padding-top: 55px;
}
@media (max-width: 1700px) {
  .cs_random_features .cs_random_features_col {
    padding-top: 45px;
  }
}
@media (max-width: 1380px) {
  .cs_random_features .cs_random_features_col {
    padding-top: 25px;
  }
}
@media (max-width: 1121px) {
  .cs_random_features .cs_random_features_col {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .cs_random_features .cs_random_features_col {
    width: 100%;
  }
}
.cs_random_features .cs_random_features_col:nth-child(2) {
  padding-top: 0;
}
@media (min-width: 992px) {
  .cs_random_features .cs_iconbox.cs_style_13 {
    max-width: 390px;
  }
}

.cs_feature.cs_style_1 {
  max-width: 420px;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 70px 50px;
}
@media (max-width: 1700px) {
  .cs_feature.cs_style_1 {
    max-width: 390px;
    padding: 50px 30px;
  }
}
@media (max-width: 1380px) {
  .cs_feature.cs_style_1 {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .cs_feature.cs_style_1 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cs_feature.cs_style_1 {
    padding: 30px 20px;
  }
}
.cs_feature.cs_style_1 .cs_feature_icon {
  height: 45px;
  width: 45px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 9px;
}
.cs_feature.cs_style_1 .cs_feature_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_feature.cs_style_1 .cs_feature_title {
  gap: 15px 18px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 1700px) {
  .cs_feature.cs_style_1 .cs_feature_title {
    gap: 15px;
  }
}
.cs_feature.cs_style_1 .cs_feature_title > * {
  position: relative;
  z-index: 2;
}
.cs_feature.cs_style_1 .cs_feature_title::before {
  content: "";
  position: absolute;
  height: calc(100% + 42px);
  width: calc(100% + 160px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  border-radius: 30px;
  background-color: #86bbf1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_feature.cs_style_1 .cs_feature_title::before {
    width: calc(100% + 100px);
  }
}
.cs_feature.cs_style_1:hover .cs_feature_title::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.cs_tab {
  display: none;
}
.cs_tab.active {
  display: block;
}

.cs_tabs.cs_style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 {
    gap: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cs_tabs.cs_style1 .cs_tab_body {
  padding-left: 210px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding-right: 7%;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_body {
    padding-right: 0;
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_body {
    width: 100%;
    padding-left: 75px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #415d78;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #415d78;
    border-right: 0;
  }
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar_right {
    display: none;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li {
  position: relative;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li {
    padding-top: 30px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  right: -5px;
  top: 50%;
  margin-top: -5px;
  background-color: #415d78;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li::before {
    right: initial;
    top: 0;
    left: 50%;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li:not(:last-child) {
    margin-bottom: 0;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li:nth-child(even) {
  padding-left: 110px;
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links li:nth-child(even) {
    padding-left: 0;
  }
}
.cs_tabs.cs_style1 .cs_tab_links li.active::before {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.cs_tabs.cs_style1 .cs_tab_links li.active .cs_tab_link_in {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 22px 50px;
  border-radius: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
    padding: 20px 35px;
    margin-right: 60px;
  }
}
@media (max-width: 991px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
    padding: 20px 35px;
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in {
    padding: 15px;
    border-radius: 15px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links .cs_tab_link_in > a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar {
    gap: 20px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar img {
  border-radius: 50%;
  height: 126px;
  width: 126px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1700px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar img {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 575px) {
  .cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar img {
    height: 60px;
    width: 60px;
  }
}
.cs_tabs.cs_style1 .cs_tab_links .cs_testimonial_1_avatar p {
  line-height: 1.6em;
}

.cs_rating {
  width: 99px;
  position: relative;
  font-size: 16px;
}
.cs_rating .cs_rating_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.cs_rating .cs_rating_percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.cs_radio_wrap {
  position: relative;
}
.cs_radio_wrap .cs_radio_input {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.cs_radio_wrap .cs_radio_input:checked + .cs_radio_label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cs_radio_wrap .cs_radio_label {
  display: block;
  padding-left: 32px;
}
.cs_radio_wrap .cs_radio_label::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #415d78;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
.cs_radio_wrap .cs_radio_label::after {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #415d78;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cs_radio_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 42px;
}
@media (max-width: 1700px) {
  .cs_radio_group {
    gap: 10px 30px;
  }
}

.cs_shape_wrap {
  position: relative;
}
.cs_shape_wrap .cs_shape_1 {
  width: 1884px;
  height: 1884px;
  border-radius: 50%;
  opacity: 0.6;
  background: radial-gradient(
    42.35% 42.35% at 50% 50%,
    rgba(134, 187, 241, 0.38) 0%,
    rgba(134, 187, 241, 0) 100%
  );
  position: absolute;
  top: 31%;
  right: -37%;
  z-index: -1;
}
.cs_shape_wrap .cs_shape_1.cs_position_1 {
  right: initial;
  left: -38%;
  top: -59%;
}
.cs_shape_wrap .cs_shape_1.cs_position_2 {
  right: 38%;
  top: 39%;
}
.cs_shape_wrap .cs_shape_1.cs_position_3 {
  right: 42%;
  top: 22%;
}
.cs_shape_wrap .cs_shape_1.cs_position_4 {
  right: -35%;
  top: initial;
  bottom: -10%;
}
.cs_shape_wrap .cs_shape_1.cs_position_5 {
  right: -30%;
  top: -8%;
}
.cs_shape_wrap .cs_shape_2 {
  position: absolute;
  left: 52%;
  top: 13%;
  z-index: -1;
}
.cs_shape_wrap .cs_shape_3 {
  position: absolute;
  right: 0;
  top: -41%;
  z-index: -1;
}
.cs_iconbox_carousel_1 .cs_slider_activate {
  width: 64vw;
  padding-left: 55px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .cs_iconbox_carousel_1 .cs_slider_activate {
    width: 87vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .cs_iconbox_carousel_1 .cs_slider_activate {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cs_iconbox_carousel_1 .cs_slider_activate::before {
  content: "";
  position: absolute;
  height: 60%;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 0px 0px 20px;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
}
@media (max-width: 991px) {
  .cs_iconbox_carousel_1 .cs_slider_activate::before {
    width: 100vw;
  }
}
.cs_iconbox_carousel_1 .slick-list {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  padding-top: 80px;
  margin-bottom: -40px;
  overflow: initial;
}
@media (max-width: 991px) {
  .cs_iconbox_carousel_1 .slick-list {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .cs_iconbox_carousel_1 .slick-list {
    padding-top: 20px;
  }
}
.cs_iconbox_carousel_1 .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox_carousel_1 .slick-slide.slick-active {
  opacity: 1;
}

.cs_pagination_box {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .cs_pagination_box {
    gap: 15px;
  }
}
.cs_pagination_box .cs_pagination_item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  height: 45px;
  width: 45px;
  color: #274760;
}
.cs_pagination_box .cs_pagination_item.active {
  background-color: #415d78;
  color: #fff;
  pointer-events: none;
}
.cs_pagination_box a.cs_pagination_item:hover {
  background-color: #415d78;
  color: #fff;
}
.cs_pagination_box .cs_pagination_arrow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_pagination_box .cs_pagination_arrow img {
  width: 16px;
}
.cs_pagination_box .cs_pagination_arrow:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cs_page_heading {
  background: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}

.cs_page_heading_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0;
}

.breadcrumb {
  margin: 0;
  font-size: 20px;
}

.breadcrumb-item.active {
  color: #b7b7b7;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(39, 71, 96, 0.52);
}

.cs_search_form {
  max-width: 360px;
  width: 100%;
  position: relative;
}
.cs_search_form input {
  width: 100%;
  border: 1px solid #415d78;
  height: 50px;
  border-radius: 20px;
  padding: 5px 20px;
  outline: none;
}
.cs_search_form .cs_search_btn {
  position: absolute;
}
.cs_search_form .cs_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #274760;
}
.cs_search_form .cs_search_btn:hover {
  color: #415d78;
}

.cs_related_doctor_title {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 50%;
  top: 80px;
}
@media (max-width: 1700px) {
  .cs_related_doctor_title {
    top: 50px;
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_related_doctor_title {
    top: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cs_related_doctor_title {
    position: initial;
    padding-left: 0px;
    padding-bottom: 50px;
  }
}

.cs_doctor_profile.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_info {
  margin-left: -180px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info {
    margin-left: 0px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 180px 85px 100px 0px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 150px 85px 70px 0px;
  }
}
@media (max-width: 1400px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 150px 0px 70px 0px;
  }
}
@media (max-width: 1199px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 150px 0px 0px 0px;
  }
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_profile_right {
    padding: 25px 0px 0px 0px;
    width: 100%;
  }
}
.cs_doctor_profile.cs_style_1 .cs_social_links a {
  height: 30px;
  width: 30px;
  background-color: #415d78;
  color: #fff;
  font-size: 14px;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_info_in {
  padding: 50px 95px 46px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info_in {
    padding: 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info_in {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_info_in br {
    display: none;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 37px 95px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    padding: 30px 50px;
  }
}
@media (max-width: 1400px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    padding: 20px 50px;
  }
}
@media (max-width: 767px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    padding: 20px 30px;
  }
}
@media (max-width: 480px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px 0;
    padding: 20px 15px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 70px;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta_left {
    gap: 15px 40px;
  }
}
@media (max-width: 575px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta_left {
    gap: 15px 20px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_meta_left a {
    gap: 10px;
  }
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_left a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a span {
  position: relative;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a span::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: 3px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a:hover {
  color: #ffffff;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_meta_right a:hover span::before {
  width: 60%;
}
.cs_doctor_profile.cs_style_1 .cs_doctor_img {
  max-width: 45%;
}
@media (max-width: 1700px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_img {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .cs_doctor_profile.cs_style_1 .cs_doctor_img {
    max-width: 100%;
  }
}

.cs_single_doctor {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
.cs_single_doctor h3 {
  padding: 23px 15px;
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.cs_list.cs_style_1 .cs_list_title,
.cs_list.cs_style_2 .cs_list_title,
.cs_list.cs_style_3 .cs_list_title {
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
}
.cs_list.cs_style_1 .cs_list_title svg,
.cs_list.cs_style_2 .cs_list_title svg,
.cs_list.cs_style_3 .cs_list_title svg {
  position: absolute;
  left: 0;
  top: 4px;
}

.cs_list.cs_style_1 p + p {
  margin-top: 4px;
}
.cs_list.cs_style_1 ul {
  list-style: none;
  padding-left: 50px;
  margin: 0;
}
.cs_list.cs_style_1 ul li {
  position: relative;
  padding-left: 28px;
}
.cs_list.cs_style_1 ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #415d78;
  position: absolute;
  left: 0;
  top: 8px;
}
.cs_list.cs_style_1 ul li:not(:last-child) {
  margin-bottom: 24px;
}

.cs_list.cs_style_2 ul li {
  position: relative;
  padding-left: 22px;
}
.cs_list.cs_style_2 ul li svg {
  position: absolute;
  left: 0;
  top: 8px;
}
.cs_list.cs_style_2 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.cs_list.cs_style_3 ul {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 35px 45px;
  max-width: 454px;
}
.cs_list.cs_style_3 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_list.cs_style_3 ul li:not(:last-child) {
  margin-bottom: 24px;
}
.cs_list.cs_style_3 ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: 120px;
}
.cs_list.cs_style_3 ul li span i {
  color: #415d78;
}

.cs_doctor_details {
  position: relative;
}
.cs_doctor_details .cs_doctor_details_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 490px;
  width: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1700px) {
  .cs_doctor_details .cs_doctor_details_bg {
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .cs_doctor_details .cs_doctor_details_bg {
    height: 467px;
  }
}
@media (max-width: 575px) {
  .cs_doctor_details .cs_doctor_details_bg {
    height: 280px;
  }
}
.cs_doctor_details .cs_social_links {
  padding: 23px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 368px;
  right: 12px;
  z-index: 2;
}
@media (max-width: 1700px) {
  .cs_doctor_details .cs_social_links {
    top: 298px;
  }
}
@media (max-width: 1199px) {
  .cs_doctor_details .cs_social_links {
    top: 342px;
  }
}
@media (max-width: 991px) {
  .cs_doctor_details .cs_social_links {
    position: initial;
    margin-top: 35px;
    padding: 15px 30px;
  }
}
.cs_doctor_details .cs_social_links a {
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #415d78;
  font-size: 16px;
}

.cs_contact_info.cs_style_1 li:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 1700px) {
  .cs_contact_info.cs_style_1 li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .cs_contact_info.cs_style_1 li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.cs_timetable {
  height: 1950px;
  padding-left: 110px;
  position: relative;
  padding-right: 10px;
  margin-top: 15px;
}
.cs_timetable::before,
.cs_timetable::after {
  content: "";
  height: calc(100% - 40px);
  width: 10px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.cs_timetable::before {
  left: 100px;
}
.cs_timetable::after {
  left: 100%;
  width: 15vw;
  top: 0;
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_timetable {
    width: 1230px;
  }
}

.cs_timetable_vertical {
  position: absolute;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_timetable_vertical > div {
  position: relative;
}
.cs_timetable_vertical > div::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  left: 100px;
  top: 12px;
  background-color: rgba(48, 123, 196, 0.5);
}
.cs_timetable_vertical > div:first-child::before,
.cs_timetable_vertical > div:last-child::before {
  background-color: #415d78;
}

.cs_timetable_in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #415d78;
  border-top: none;
  border-bottom: none;
}
.cs_timetable_in::before,
.cs_timetable_in::after {
  content: "";
  position: absolute;
  height: 12px;
  width: calc(100% - 130px);
  right: 14px;
  background-color: #fff;
  z-index: 1;
}
.cs_timetable_in::before {
  top: 0;
}
.cs_timetable_in::after {
  bottom: 0;
  height: 13px;
}
.cs_timetable_in > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(48, 123, 196, 0.5);
  position: relative;
  padding: 12px 0;
}
.cs_timetable_in > div:last-child {
  border-right: 0;
}
.cs_timetable_in > div > div {
  padding: 8px;
}
.cs_timetable_in > div .cs_timetable_date {
  position: absolute;
  top: -20px;
  z-index: 1;
  padding: 0 !important;
  width: 100%;
  text-align: center;
}

.cs_hour_1 {
  height: 148px !important;
}

.cs_hour_2 {
  height: 296px !important;
}

.cs_hour_3 {
  height: 444px !important;
}

.cs_hour_4 {
  height: 592px !important;
}

.cs_hour_5 {
  height: 740px !important;
}

.cs_hour_6 {
  height: 888px !important;
}

.cs_hour_7 {
  height: 1036px !important;
}

.cs_hour_8 {
  height: 1184px !important;
}

.cs_hour_9 {
  height: 1332px !important;
}

.cs_hour_10 {
  height: 1480px !important;
}

.cs_hour_11 {
  height: 1628px !important;
}

.cs_hour_12 {
  height: 1776px !important;
}

.cs_hour_13 {
  height: 1924px !important;
}

.cs_table_doctor {
  border-radius: 10px;
  border: 1.5px solid #415d78;
  background-color: #d2eaef;
  height: 100%;
  padding: 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs_table_doctor p {
  margin-bottom: 0;
}
.cs_table_doctor p:not(:last-child) {
  border-bottom: 1px solid #415d78;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  .cs_table_doctor {
    padding: 15px 12px;
  }
}

.cs_contact_form.cs_style_1 {
  padding: 40px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
@media (max-width: 991px) {
  .cs_contact_form.cs_style_1 {
    padding: 50px;
  }
}
@media (max-width: 400px) {
  .cs_contact_form.cs_style_1 {
    padding: 50px 25px;
  }
}

.inquiry-form {
  padding-top: 50px;
}

.cs_inquiry_form_wrapper {
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}
.cs_inquiry_form_wrapper::before {
  content: "";
  position: absolute;
  inset: -35px auto auto -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(48, 123, 196, 0.12) 0%,
    rgba(48, 123, 196, 0) 70%
  );
  pointer-events: none;
}
.cs_inquiry_form_head {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cs_inquiry_form_head .cs_page_banner_label {
  margin-bottom: 10px;
}
.cs_inquiry_side_panel {
  background: linear-gradient(145deg, #f4faff 0%, #e8f4ff 100%);
  border: 1px solid rgba(48, 123, 196, 0.14);
  padding: 40px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 35px rgba(48, 123, 196, 0.12);
}
.cs_inquiry_side_panel::before {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(48, 123, 196, 0.12);
  pointer-events: none;
}
.cs_inquiry_side_badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(48, 123, 196, 0.1);
  color: #1d4f7a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cs_inquiry_side_panel h3 {
  margin-bottom: 12px;
}
.cs_inquiry_side_panel p {
  color: #56748a;
  line-height: 1.7;
}
.cs_inquiry_feature_list {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}
.cs_inquiry_feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(48, 123, 196, 0.12);
}
.cs_inquiry_icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #307bc4 0%, #1d4f7a 100%);
  box-shadow: 0 8px 18px rgba(48, 123, 196, 0.22);
}
.cs_inquiry_feature h6 {
  margin: 0 0 4px;
  color: #173b5c;
  font-size: 16px;
}
.cs_inquiry_feature p {
  margin: 0;
  font-size: 14px;
}
.cs_inquiry_highlight {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #0f3b63 0%, #1d4f7a 100%);
  color: #fff;
  padding: 24px;
  border-radius: 24px;
}
.cs_inquiry_highlight h6 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
}
.cs_inquiry_highlight p {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 0;
}
.cs_inquiry_highlight .cs_btn {
  margin-top: 16px;
  background: #fff;
  color: #0f3b63;
  border: none;
}
.cs_inquiry_highlight .cs_btn:hover {
  background: #f4faff;
  color: #0f3b63;
}
.cs_small_btn {
  padding: 14px 24px;
  border-radius: 999px;
}
@media (max-width: 991px) {
  .cs_inquiry_form_wrapper {
    padding: 35px 25px;
  }
  .cs_inquiry_side_panel {
    padding: 30px 24px;
  }
}
@media (max-width: 575px) {
  .cs_inquiry_form_wrapper {
    padding: 28px 20px;
  }
  .cs_inquiry_side_panel {
    padding: 24px 18px;
  }
  .cs_inquiry_feature {
    padding: 12px 14px;
  }
}

.cs_map {
  height: 650px;
}
@media (max-width: 1700px) {
  .cs_map {
    height: 550px;
  }
}
@media (max-width: 1400px) {
  .cs_map {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .cs_map {
    height: 350px;
  }
}
.cs_map iframe {
  height: 100%;
  width: 100%;
  border: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 30px;
}

.cs_blog_details_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
.cs_blog_details_info .cs_social_links a {
  height: 42px;
  width: 42px;
  border: 1px solid #415d78;
  color: #415d78;
  font-size: 18px;
}
.cs_blog_details_info .cs_social_links a:hover {
  background-color: #415d78;
  color: #fff;
  -webkit-transform: initial;
  transform: initial;
}

.cs_blog_details_info_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 1199px) {
  .cs_blog_details_info_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cs_blog_details_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .cs_blog_details_tags {
    gap: 12px;
  }
}
.cs_blog_details_tags a {
  padding: 11px 24px;
  border: 1px solid #415d78;
  border-radius: 20px;
  color: #274760;
}
@media (max-width: 991px) {
  .cs_blog_details_tags a {
    padding: 7px 15px;
    border-radius: 15px;
  }
}
.cs_blog_details_tags a:hover {
  background-color: #415d78;
  color: #fff;
}

.cs_blog_details {
  font-size: 18px;
  line-height: 1.55em;
  color: #274760;
}
.cs_blog_details h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.31em;
}
@media (max-width: 991px) {
  .cs_blog_details h2 {
    font-size: 28px;
  }
}
.cs_blog_details p {
  margin-bottom: 34px;
}
.cs_blog_details ol {
  margin-bottom: 60px;
}
.cs_blog_details ol li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_blog_details blockquote {
  min-height: 645px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin: 75px 0;
  padding: 100px 146px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  line-height: 1.31em;
  color: #fff;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1400px) {
  .cs_blog_details blockquote {
    padding: 100px 100px 0 0;
  }
}
@media (max-width: 991px) {
  .cs_blog_details blockquote {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cs_blog_details blockquote {
    padding: 50px 30px 0 0;
    min-height: 450px;
  }
}
@media (max-width: 400px) {
  .cs_blog_details blockquote {
    padding-right: 0;
  }
}
.cs_blog_details blockquote p {
  margin: 0;
  width: 100%;
  background-color: #415d78;
  padding: 40px 70px 40px 120px;
  position: relative;
  border-radius: 0 20px 0 0;
}
@media (max-width: 1400px) {
  .cs_blog_details blockquote p {
    padding: 40px 40px 40px 120px;
  }
}
@media (max-width: 575px) {
  .cs_blog_details blockquote p {
    padding: 40px 30px 40px 80px;
  }
}
.cs_blog_details blockquote p::before {
  content: "“";
  position: absolute;
  left: 48px;
  top: 55px;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
  .cs_blog_details blockquote p::before {
    left: 25px;
  }
}
@media (max-width: 400px) {
  .cs_blog_details blockquote p::before {
    display: none;
  }
}
.cs_blog_details h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41em;
  margin-bottom: 15px;
}
.cs_blog_details ul {
  list-style: none;
  padding: 0;
  margin: 55px 0 86px 0;
}
.cs_blog_details ul li:not(:last-child) {
  margin-bottom: 55px;
}
.cs_blog_details > *:last-child {
  margin-bottom: 0;
}

.cs_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  padding: 58px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1700px) {
  .cs_author {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .cs_author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.cs_author .cs_author_img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.cs_author .cs_author_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.cs_author h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cs_author h3 {
    margin-bottom: 5px;
  }
}

.form-check {
  padding-left: 38px;
  margin-bottom: 0;
  color: #274760;
  font-size: 18px;
  line-height: 1.5em;
}
.form-check .form-check-input {
  margin-left: -38px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
.form-check .form-check-input:checked {
  background-color: #415d78;
  border-color: #415d78;
}

.cs_newsletter.cs_style1 .cs_newsletter_title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 11px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_newsletter_title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style1 .cs_newsletter_title {
    font-size: 30px;
  }
}
.cs_newsletter.cs_style1 .cs_newsletter_form {
  position: relative;
  margin-top: 25px;
}
.cs_newsletter.cs_style1 .cs_newsletter_input {
  width: 100%;
  border-radius: 2.6em;
  border: 1px solid rgba(48, 123, 196, 0.5);
  background: transparent;
  display: block;
  height: 80px;
  padding: 15px 185px 15px 32px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_newsletter_input {
    height: 70px;
    padding: 10px 175px 10px 32px;
  }
}
.cs_newsletter.cs_style1 .cs_newsletter_input:focus {
  border-color: #415d78;
}
.cs_newsletter.cs_style1 .cs_btn.cs_style_1 {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style1 .cs_btn.cs_style_1 {
    top: 10px;
    right: 10px;
  }
}

.cs_newsletter.cs_style2 {
  text-align: center;
}
.cs_newsletter.cs_style2 .cs_newsletter_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style2 .cs_newsletter_title {
    font-size: 24px;
  }
}
.cs_newsletter.cs_style2 .cs_newsletter_input {
  display: block;
  width: 100%;
  border: 1px solid #636363;
  font-size: 20px;
  line-height: 1.5em;
  padding: 19px 25px;
  border-radius: 7px;
  margin-bottom: 28px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style2 .cs_newsletter_input {
    font-size: 18px;
    padding: 13px 20px;
    margin-bottom: 20px;
  }
}

/* Start Comment */
.comments-area {
  background-color: #f3f5f6;
  border-radius: 10px;
  padding: 40px 50px;
}
@media (max-width: 1199px) {
  .comments-area {
    padding: 35px 25px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list > .comment {
  padding: 0px 15px;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .comment-list > .comment {
    padding: 0;
  }
}
.comment-list > .comment:last-child {
  margin-bottom: 0;
}
.comment-list .children {
  margin-top: 45px;
}
.comment-list .children .comment:not(:first-child) {
  border-width: 1px 0 0;
  border-style: solid;
  margin-top: 30px;
  padding-top: 30px;
}
.comment-list .bypostauthor:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
}
.comment-list .comment-body {
  padding-left: 90px;
  padding-top: 0;
  position: relative;
  padding-right: 150px;
}
@media (max-width: 1199px) {
  .comment-list .comment-body {
    padding-right: 120px;
  }
}
@media (max-width: 575px) {
  .comment-list .comment-body {
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 70px;
  }
}
.comment-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .avatar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .fn {
  font-style: initial;
  font-weight: 500;
  color: #274760;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.2em;
}
.comment-list .comment-meta {
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #b7b7b7;
}
.comment-list .comment-meta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.comment-list .comment-meta a::before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.comment-list .comment-meta a:hover {
  color: #274760;
}
.comment-list .comment-meta + p,
.comment-list .comment-meta + p + p {
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 0;
  margin-left: -90px;
}
@media (max-width: 1700px) {
  .comment-list .comment-meta + p,
  .comment-list .comment-meta + p + p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .comment-list .comment-meta + p,
  .comment-list .comment-meta + p + p {
    margin-left: -70px;
  }
}
.comment-list .reply {
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 2px;
  right: 0;
  color: #636363;
  padding-left: 40px;
}
@media (max-width: 1700px) {
  .comment-list .reply {
    font-size: 16px;
  }
}
.comment-list .reply a {
  display: inline-block;
  position: relative;
}
.comment-list .reply a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  right: 0;
  bottom: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comment-list .reply a:hover::before {
  width: 60%;
}
.comment-list .reply::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 22px;
  background-image: url(../img/icons/reply.svg);
  left: 0;
  background-size: contain;
  background-position: center;
  top: 2px;
}
.comment-list .bypostauthor .comment-body:last-child {
  margin-bottom: 0;
}

.url {
  font-weight: 600;
  font-size: 20px;
  color: #274760;
  display: inline-block;
  line-height: 1.5em;
}
@media (max-width: 1700px) {
  .url {
    font-size: 18px;
  }
}

#commentform p.logged-in-as {
  font-size: 16px;
  margin-top: -5px;
}

#commentform p.logged-in-as a:hover {
  text-decoration: underline;
}

.comment-reply-title small {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  color: red;
}

.comment-reply-title small a:hover {
  text-decoration: underline;
}

/* End Comment */
/* Start Time Picker */
.ui-timepicker-standard {
  border: 1px solid #415d78;
  border-radius: 20px;
  padding: 10px;
  margin-top: 5px;
  color: #274760;
  font-family: inherit;
}
.ui-timepicker-standard .ui-state-hover {
  color: #274760;
  border-color: rgba(48, 123, 196, 0.3);
  background-color: rgba(48, 123, 196, 0.15);
  border-radius: 10px;
  color: #415d78;
}
.ui-timepicker-standard a {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em;
  padding: 9px 15px;
}
.ui-timepicker-standard .ui-timepicker-viewport {
  padding-right: 0 !important;
}
.ui-timepicker-standard .ui-widget.ui-widget-content {
  border: none;
}

.ui-widget-content a {
  color: #274760;
}

/* End Time Picker */
/* Start Date Picker */
.ui-datepicker.ui-widget.ui-widget-content {
  border-color: #415d78;
  border-radius: 20px;
  margin: 5px 0;
  color: #274760;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  color: #274760;
  background: transparent;
  text-align: center;
}

.ui-widget {
  font-family: inherit;
}

.ui-datepicker table {
  font-size: 16px;
  margin: 0 0 4px;
}

.ui-widget-header {
  background: transparent;
  border: none;
}

.ui-datepicker {
  width: 388px;
  padding: 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #415d78;
  font-weight: 500;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  color: #415d78;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: rgba(48, 123, 196, 0.15);
  color: #415d78;
  border: 1px solid rgba(48, 123, 196, 0.3);
  border-radius: 7px;
  font-weight: 500;
}

.ui-widget-header {
  color: #274760;
  font-weight: 600;
  font-weight: 16px;
}

.ui-datepicker th {
  color: #274760;
  font-weight: 500;
  font-size: 16px;
}

/* End Date Picker */
/* Start Select Two */
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 78px;
}
@media (max-width: 1700px) {
  .select2-container .select2-selection--single {
    height: 60px;
  }
}

.select2-container--default .select2-selection--single {
  border-color: rgba(48, 123, 196, 0.5);
  border-radius: 30px;
  background-color: transparent;
}
@media (max-width: 1700px) {
  .select2-container--default .select2-selection--single {
    border-radius: 15px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  color: #274760;
  line-height: 1.5em;
}
@media (max-width: 1700px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px 20px;
  }
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: rgba(39, 71, 96, 0.52);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 26px;
  right: 15px;
  width: 20px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media (max-width: 1700px) {
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 17px;
  }
}

.select2-dropdown {
  border-color: rgba(48, 123, 196, 0.5);
  border-radius: 30px;
}
@media (max-width: 1700px) {
  .select2-dropdown {
    border-radius: 15px;
  }
}

.select2-search--dropdown {
  padding: 20px 20px 10px 20px;
}

.select2-results__option {
  padding: 7px 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(48, 123, 196, 0.5);
  border-radius: 10px;
}

.select2-search--dropdown .select2-search__field {
  padding: 9px 15px;
  outline: none;
}

.select2-results__option {
  padding: 10px 20px;
  margin: 0 20px;
  border-radius: 10px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(48, 123, 196, 0.15);
  color: #415d78;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #415d78;
  color: white;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 10px;
  color: #274760;
}

/* End Select Two */
/* Start Scroll Up */
.cs_scrollup {
  position: fixed;
  bottom: -60px;
  right: 40px;
  color: #415d78;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  box-shadow: 0px 4px 20px 0px rgba(39, 71, 96, 0.17);
  border-radius: 50%;
  font-size: 22px;
}
.cs_scrollup:hover {
  background-color: #274760;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cs_scrollup {
    right: 20px;
  }
}

.cs_scrollup.cs_scrollup_show {
  bottom: 50px;
}
@media (max-width: 575px) {
  .cs_scrollup.cs_scrollup_show {
    bottom: 30px;
  }
}

/* End Scroll Up */
/* Start New Animations */
@-webkit-keyframes particalAnimation {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
    transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
    transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
    transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
    transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes particalAnimation {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(80px, -10px);
    transform: translate(80px, -10px);
  }
  40% {
    -webkit-transform: translate(140px, 70px);
    transform: translate(140px, 70px);
  }
  60% {
    -webkit-transform: translate(90px, 130px);
    transform: translate(90px, 130px);
  }
  80% {
    -webkit-transform: translate(-40px, 80px);
    transform: translate(-40px, 80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }
}
@keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }
}
@-webkit-keyframes anim-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@keyframes anim-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@-webkit-keyframes rotate-anim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-anim {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}
@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}
@-webkit-keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
    transform: translateY(40px) rotate(-1deg);
  }
}
@keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
    transform: translateY(40px) rotate(-1deg);
  }
}
@-webkit-keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
    transform: translateY(-48px) rotate(-75deg);
  }
}
@keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
    transform: translateY(-48px) rotate(-75deg);
  }
}
@-webkit-keyframes zoom-anim {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes zoom-anim {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* End New Animations */
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 .cs_section_title br {
    display: none;
  }
}

.cs_section_wrap_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  gap: 50px;
}
@media (max-width: 991px) {
  .cs_section_wrap_1 .cs_avatar_card {
    margin-bottom: -60px;
  }
}

.cs_avatar_card .cs_avatar_card_title {
  margin-bottom: 24px;
}

.cs_avatar_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.cs_avatar_group .cs_avatar_item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 106px;
  width: 106px;
  border-radius: 50%;
  padding: 5px;
  margin-left: -30px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .cs_avatar_group .cs_avatar_item {
    height: 80px;
    width: 80px;
    padding: 4px;
  }
}
@media (max-width: 991px) {
  .cs_avatar_group .cs_avatar_item {
    height: 60px;
    width: 60px;
    padding: 1px;
  }
  .cs_avatar_group .cs_avatar_item svg {
    width: 24px;
    height: 24px;
  }
}
.cs_avatar_group .cs_avatar_item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 420px) {
  .cs_avatar_group .cs_avatar_item {
    display: none;
  }
  .cs_avatar_group .cs_avatar_item:nth-child(2),
  .cs_avatar_group .cs_avatar_item:first-child,
  .cs_avatar_group .cs_avatar_item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*--------------------------------------------------------------
5. Slider
----------------------------------------------------------------*/
.slick-initialized .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-initialized .slick-slide > div > * {
  width: 100%;
}

.cs_gap_20 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.cs_gap_20 .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.cs_slider_navigation.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 1700px) {
  .cs_slider_navigation.cs_style_1 {
    gap: 15px;
  }
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev,
.cs_slider_navigation.cs_style_1 .cs_slider_next {
  width: 90px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .cs_slider_navigation.cs_style_1 .cs_slider_prev,
  .cs_slider_navigation.cs_style_1 .cs_slider_next {
    width: 80px;
    height: 60px;
  }
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev img,
.cs_slider_navigation.cs_style_1 .cs_slider_next img {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev:hover,
.cs_slider_navigation.cs_style_1 .cs_slider_next:hover {
  background-color: #415d78;
}
.cs_slider_navigation.cs_style_1 .cs_slider_prev:hover img,
.cs_slider_navigation.cs_style_1 .cs_slider_next:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .cs_slider_navigation.cs_style_1 {
    margin-top: 40px;
  }
}

.cs_slider_navigation.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev,
.cs_slider_navigation.cs_style_2 .cs_slider_next {
  height: 40px;
  width: 40px;
  border: 2px solid #415d78;
  border-radius: 50%;
  padding: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev img,
.cs_slider_navigation.cs_style_2 .cs_slider_next img {
  -webkit-transition: inherit;
  transition: inherit;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev:hover,
.cs_slider_navigation.cs_style_2 .cs_slider_next:hover {
  background-color: #415d78;
}
.cs_slider_navigation.cs_style_2 .cs_slider_prev:hover img,
.cs_slider_navigation.cs_style_2 .cs_slider_next:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 15px;
  margin-top: 60px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .slick-dots {
    margin-top: 30px;
  }
}
.slick-dots li {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 2px solid #415d78;
  opacity: 1;
  border-radius: 1.6em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #415d78;
}

.cs_slider_heading_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cs_slider_heading_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .cs_slider_heading_1 .cs_slider_navigation.cs_style_1 {
    margin-top: 0;
  }
}

.cs_related_doctor .cs_slider_navigation.cs_style_2 {
  margin-top: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cs_related_doctor .cs_slider_navigation.cs_style_2 {
    margin-top: 30px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cs_related_doctor .slick-dots {
  position: absolute;
  bottom: -76px;
  margin-top: 0;
  z-index: 6;
  gap: 10px 18px;
  z-index: 3;
}
@media (max-width: 991px) {
  .cs_related_doctor .slick-dots {
    display: none !important;
  }
}
.cs_related_doctor .slick-dots li {
  background-color: #415d78;
}
.cs_related_doctor .slick-dots li.slick-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.cs_related_doctor .slick-list {
  overflow: initial;
}
.cs_related_doctor .slick-list .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_related_doctor .slick-list .slick-slide.slick-current {
  opacity: 1;
}

.cs_department_carousel {
  position: relative;
}
.cs_department_carousel .slick-list {
  overflow: initial;
}
.cs_department_carousel .slick-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_department_carousel .slick-slide.slick-active {
  opacity: 1;
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev,
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 70px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  opacity: 0;
}
@media (max-width: 991px) {
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev,
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 12px;
  }
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev img,
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next img {
  -webkit-filter: initial;
  filter: initial;
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev {
  left: -35px;
}
@media (max-width: 991px) {
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_prev {
    left: -15px;
  }
}
.cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
  right: -35px;
}
@media (max-width: 991px) {
  .cs_department_carousel .cs_slider_navigation.cs_style_1 .cs_slider_next {
    right: -15px;
  }
}
.cs_department_carousel:hover .cs_slider_navigation.cs_style_1 .cs_slider_next,
.cs_department_carousel:hover .cs_slider_navigation.cs_style_1 .cs_slider_prev {
  opacity: 1;
}

/*--------------------------------------------------------------
6. Video Popup
----------------------------------------------------------------*/
.cs_pd_video .cs_video_open,
.cs_sample_img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs_pd_video .cs_video_open:hover,
.cs_sample_img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  left: 0;
}

.cs_video_popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup_overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup_content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup_container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup_container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:hover:before,
.cs_video_popup_close:hover:after {
  background: #000;
}

.cs_video_popup_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup_align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
7. Header
----------------------------------------------------------------*/
.cs_site_header {
  position: relative;
  z-index: 101;
}

.cs_site-branding {
  display: inline-block;
  max-width: 180px;
}

.cs_site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_top_bar {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(39, 71, 96, 0.1);
  color: #274760;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}
.cs_top_bar .container {
  max-width: 1320px;
}
.cs_top_bar_in {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.cs_top_bar_left,
.cs_top_bar_right,
.cs_top_bar a,
.cs_top_bar button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_top_bar_left,
.cs_top_bar_right {
  gap: 14px;
}
.cs_top_bar a,
.cs_top_bar button {
  gap: 8px;
  color: #274760;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_top_bar a:hover,
.cs_top_bar button:hover {
  color: #86bbf1;
}
.cs_top_bar i {
  color: #415d78;
  font-size: 15px;
  letter-spacing: 0;
}
.cs_top_bar_icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(65, 93, 120, 0.09);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_top_bar_icon:hover {
  background: #86bbf1;
  color: #fff;
}
.cs_top_bar_icon:hover i {
  color: #fff;
}
.cs_top_bar_divider {
  width: 1px;
  height: 18px;
  background: rgba(39, 71, 96, 0.16);
}
.cs_top_bar .cs_top_bar_cta {
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #86bbf1;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 800;
}
.cs_top_bar .cs_top_bar_cta:hover {
  background: #274760;
  color: #fff;
}
.cs_top_bar_search {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(65, 93, 120, 0.09) !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.cs_top_bar_search:hover {
  background: #274760 !important;
}
.cs_top_bar_search:hover i {
  color: #fff;
}

@media (max-width: 1199px) {
  .cs_top_bar {
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .cs_top_bar_in {
    min-height: 46px;
    gap: 10px;
  }
  .cs_top_bar_left,
  .cs_top_bar_right {
    gap: 10px;
  }
  .cs_top_bar .cs_top_bar_cta {
    padding: 0 12px;
  }
  .cs_top_bar i {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .cs_top_bar_in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cs_top_bar_right a:not(.cs_top_bar_cta) {
    display: none;
  }
}

@media (max-width: 575px) {
  .cs_top_bar {
    font-size: 12px;
    letter-spacing: 0.4px;
  }
  .cs_top_bar_in {
    min-height: auto;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cs_top_bar_left,
  .cs_top_bar_right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .cs_top_bar_left a:nth-of-type(2),
  .cs_top_bar_divider {
    display: none;
  }
}

.cs_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.cs_toolbox .cs_toolbox_btn {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_toolbox .cs_toolbox_btn:hover {
  color: #415d78;
}

.cs_site_header.cs_style1 .cs_main_header_in,
.cs_site_header.cs_style1 .cs_top_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  position: relative;
}
.cs_site_header.cs_style1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1400px) {
  .cs_site_header.cs_style1 .cs_main_header_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cs_site_header.cs_style1 .cs_site_branding {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style1 .cs_main_header_right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.cs_site_header.cs_style1.cs_white_color .cs_toolbox {
  color: #274760;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style1.cs_white_color .cs_nav .cs_nav_list {
    color: #fff;
    background-color: #274760;
  }
  .cs_site_header.cs_style1.cs_white_color .cs_menu_toggle.cs_toggle_active {
    color: #fff;
  }
}
.cs_site_header.cs_style1.cs_gescout_sticky.cs_white_color .cs_toolbox {
  color: #fff;
}
.cs_site_header.cs_style1.cs_gescout_sticky.cs_white_color
  .cs_menu_toggle:not(.cs_toggle_active)
  span {
  color: #fff;
}
.cs_site_header.cs_style1.cs_color_1 .cs_toolbox_btn {
  color: #fff;
}
.cs_site_header.cs_style1.cs_color_1 .cs_menu_toggle {
  color: #fff;
}

.cs_site_header.cs_style1.cs_sticky_active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs_site_header.cs_style1 .cs_action_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_site_header.cs_style1 .cs_action_box .cs_action_value {
  margin-left: 15px;
}
.cs_site_header.cs_style1 .cs_action_box > *:not(:last-child) {
  margin-right: 35px;
}

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.cs_site_header_style1 {
  border-bottom: 1px solid #1a188d;
}
.cs_site_header_style1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_site_header_style1 .cs_nav + .cs_header_toolbox.cs_center {
  margin-left: 35px;
}
.cs_site_header_style1 .cs_nav .cs_nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: #ffffff;
}

.cs_sidenav {
  position: fixed;
  z-index: 1111;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.cs_sidenav.active {
  opacity: 1;
  visibility: visible;
}

.cs_sidenav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(11, 11, 11, 0.5);
  height: 100%;
  width: 100%;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.cs_sidenav_in {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  max-width: 620px;
  padding: 60px 80px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cs_sidenav_in .cs_logo_box,
.cs_sidenav_in .cs_social_links_wrap {
  text-align: center;
}
.cs_sidenav_in .cs_logo_box img {
  max-width: 190px;
}
.cs_sidenav_links {
  display: grid;
  gap: 14px;
}
.cs_sidenav_links a {
  display: block;
  border: 1px solid rgba(48, 123, 196, 0.22);
  border-radius: 12px;
  background-color: rgba(48, 123, 196, 0.08);
  color: #274760;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 16px 20px;
  text-align: center;
}
.cs_sidenav_links a:hover {
  background-color: #415d78;
  border-color: #415d78;
  color: #fff;
}
.cs_sidenav_in hr {
  width: calc(100% + 80px);
}
.cs_sidenav_in .cs_newsletter.cs_style1 .cs_newsletter_title {
  font-size: 28px;
  line-height: 1.35em;
  margin-bottom: 9px;
}
.cs_sidenav_in .cs_social_links a {
  background-color: #274760;
  color: #fff;
  height: 30px;
  width: 30px;
  font-size: 14px;
}
.cs_sidenav_in .cs_social_links a:hover {
  background-color: #415d78;
}
.cs_sidenav_in .cs_close {
  margin-bottom: 52px;
}

.cs_close {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cs_header_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_header_search.active {
  opacity: 1;
  visibility: visible;
}

.cs_header_search_in {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 50px 0;
}
.cs_header_search_in .cs_search_form {
  max-width: 100%;
}
.cs_header_search_in .cs_search_form input {
  border-radius: 40px;
  padding: 10px 90px 10px 35px;
  font-size: 20px;
  height: 80px;
}
@media (max-width: 575px) {
  .cs_header_search_in .cs_search_form input {
    padding: 10px 65px 10px 20px;
    font-size: 18px;
    height: 66px;
  }
}
.cs_header_search_in .cs_search_form .cs_search_btn {
  width: 80px;
}
@media (max-width: 575px) {
  .cs_header_search_in .cs_search_form .cs_search_btn {
    width: 60px;
  }
}
.cs_header_search_in .cs_search_form .cs_search_btn svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 575px) {
  .cs_header_search_in .cs_search_form .cs_search_btn svg {
    width: 24px;
    height: 24px;
  }
}

.cs_header_search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .cs_header_search_box {
    gap: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style1 .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.cs_gescout_sticky .cs_main_header_in {
  height: 90px;
}
.cs_gescout_sticky.cs_white_color {
  background-color: #274760;
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}

.cs_site_branding {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .cs_site_header.cs_style1.cs_white_color .menu-item-has-children ul {
    color: #274760;
  }
  .cs_main_header {
    position: relative;
  }
  .cs_main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs_main_header_center,
  .cs_top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .cs_site_header.cs_style1 .cs_main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .cs_site_header.cs_style1 .cs_main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 124px;
  }
  .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 50px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs_nav .cs_nav_list > li.active > a,
  .cs_nav .cs_nav_list > li > a.active {
    font-weight: 700 !important;
    color: #274760 !important;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }
  .cs_nav .cs_nav_list ul {
    width: 260px;
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 15px;
    -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
  }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_menu_toggle,
  .cs_munu_dropdown_toggle {
    display: none;
  }
  .cs_nav .cs_nav_list .cs_mega_menu {
    position: relative;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 475px !important;
    left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    padding: 5px 15px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a {
    padding: 7px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li > a {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li > a:hover {
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul a:hover {
    letter-spacing: 1px;
  }
  .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs_nav
    .cs_nav_list
    > li
    ul:not(.cs_mega_wrapper)
    .menu-item-has-children
    > a {
    position: relative;
  }
}
@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1116px !important;
  }
  .cs_site-branding {
    max-width: 190px;
  }
  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cs_site_header.cs_style1.cs_mobile_toggle_active {
    background-color: #fff;
  }
  .cs_site_header.cs_style1.cs_mobile_toggle_active.cs_white_color {
    background-color: #274760;
  }
  .cs_toolbox .cs_sidebar_toggle_btn {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_right {
    padding-right: 50px;
  }
  .cs_toolbox .cs_toolbox_btn {
    max-width: 26px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_munu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 28px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .cs_munu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
    line-height: 1.2em;
  }
  .cs_munu_dropdown_toggle span:before,
  .cs_munu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle span:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle.active span:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .cs_munu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_site_branding {
    position: relative;
    z-index: 101;
  }
  .cs_nav .cs_nav_list {
    position: fixed;
    width: 100vw;
    left: -100vw;
    background-color: #fff;
    color: #274760;
    padding: 10px 0;
    top: 120px;
    overflow: auto;
    height: calc(100vh - 80px);
    line-height: 1.6em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list.cs_active {
    left: 0vw;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .cs_nav .cs_nav_list > li > a {
    font-size: 18px;
    line-height: 1.4em;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
    color: #274760;
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 3px;
    background-color: currentColor;
    display: block;
    border-radius: 5px;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property:
      margin,
      -webkit-transform;
    transition-property:
      margin,
      -webkit-transform;
    transition-property: margin, transform;
    transition-property:
      margin,
      transform,
      -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property:
      margin,
      -webkit-transform;
    transition-property:
      margin,
      -webkit-transform;
    transition-property: margin, transform;
    transition-property:
      margin,
      transform,
      -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style1 .cs_main_header_in {
    height: 80px;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style1 {
    top: 0;
  }
  .cs_has_main_nav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style1 .cs_action_box > *:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .cs_site-branding {
    max-width: 150px;
  }
}
/*Start Demo Menu*/
@media (min-width: 1200px) {
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega {
    width: 1200px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center;
    padding: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    top: 100px;
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega a {
    padding: 7px;
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega img {
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 18px 1px rgba(48, 123, 196, 0.1);
    box-shadow: 0px 3px 18px 1px rgba(48, 123, 196, 0.1);
    border: 1px solid rgba(39, 71, 96, 0.06);
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega span {
    display: block;
    margin-top: 6px;
    font-size: 90%;
    margin-bottom: -8px;
  }
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega + ul {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .cs_nav .cs_nav_list > li > ul.cs_demo_mega {
    display: none !important;
  }
}
/*End Demo Menu*/
.cs_site_header.cs_style1.cs_color_2 {
  background-color: #fff;
}
.cs_site_header.cs_style1 .cs_btn.cs_style_1 i {
  display: none;
}
@media (max-width: 420px) {
  .cs_site_header.cs_style1 .cs_btn.cs_style_1 {
    padding: 7px 15px;
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .cs_site_header.cs_style1 .cs_btn.cs_style_1 {
    display: none;
  }
}

/*--------------------------------------------------------------
8. Footer
----------------------------------------------------------------*/
.cs_newsletter_1_wrap {
  position: relative;
}
.cs_newsletter_1_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 70%;
  background-color: #fff;
}

.cs_newsletter.cs_style_1 {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 107px 135px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_1 {
    padding: 80px 100px;
  }
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_1 {
    padding: 70px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 {
    padding: 50px 25px;
  }
  .cs_newsletter.cs_style_1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cs_newsletter.cs_style_1 .cs_newsletter_title br {
    display: none;
  }
}
.cs_newsletter.cs_style_1 .cs_newsletter_title {
  font-size: 42px;
  line-height: 1.23em;
}
.cs_newsletter.cs_style_1 p {
  color: #274760;
  margin: 0;
}
.cs_newsletter.cs_style_1 .cs_newsletter_right {
  min-width: 500px;
}
.cs_newsletter.cs_style_1 .cs_newsletter_right p {
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_right {
    min-width: 400px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_newsletter_right {
    min-width: 100%;
  }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form,
.cs_newsletter.cs_style_2 .cs_newsletter_form,
.cs_newsletter.cs_style_3 .cs_newsletter_form {
  position: relative;
}
.cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    right: 5px;
  }
}
.cs_newsletter.cs_style_1 .cs_form_field,
.cs_newsletter.cs_style_2 .cs_form_field,
.cs_newsletter.cs_style_3 .cs_form_field {
  padding-right: 180px;
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 165px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 135px;
    padding-left: 15px;
  }
}
@media (max-width: 350px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    padding-right: 120px;
  }
}
@media (max-width: 1700px) {
  .cs_newsletter.cs_style_1 .cs_form_field,
  .cs_newsletter.cs_style_2 .cs_form_field,
  .cs_newsletter.cs_style_3 .cs_form_field {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 25px;
  }
}
@media (max-width: 350px) {
  .cs_newsletter.cs_style_1 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_2 .cs_btn.cs_style_1,
  .cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
    padding: 12px 18px;
  }
}

.cs_newsletter_2_wrap {
  position: relative;
}
.cs_newsletter_2_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 50%;
  background-color: #fff;
}

.cs_newsletter.cs_style_2 {
  border-radius: 20px;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  position: relative;
  z-index: 2;
  margin-top: 240px;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 {
    margin-top: 0;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_img {
  position: absolute;
  bottom: -3px;
  left: -115px;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_img {
    left: -140px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_img {
    display: none;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_in {
  padding: 87px 80px 100px 500px;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 87px 30px 100px 420px;
  }
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 75px 50px 80px 50px;
  }
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_in {
    padding: 55px 25px 60px 25px;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_form {
  max-width: 560px;
}
.cs_newsletter.cs_style_2 .cs_newsletter_title {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .cs_newsletter.cs_style_2 .cs_newsletter_title {
    margin-bottom: 30px;
  }
}
.cs_newsletter.cs_style_2 .cs_newsletter_subtitle {
  margin-bottom: 13px;
}

.cs_newsletter.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px) {
  .cs_newsletter.cs_style_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
  }
}
@media (max-width: 380px) {
  .cs_newsletter.cs_style_3 br {
    display: none;
  }
}
.cs_newsletter.cs_style_3 .cs_newsletter_right {
  max-width: 500px;
  width: 100%;
}
.cs_newsletter.cs_style_3 .cs_form_field {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cs_newsletter.cs_style_3 .cs_form_field:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.cs_newsletter.cs_style_3 .cs_form_field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_form_field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 {
  color: #415d78;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1:before {
  background: #fff;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1:after {
  background: #fff;
}
.cs_newsletter.cs_style_3 .cs_btn.cs_style_1 img {
  -webkit-filter: initial;
  filter: initial;
}
.cs_newsletter.cs_style_3 .cs_newsletter_title {
  font-size: 42px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cs_newsletter.cs_style_3 .cs_newsletter_title {
    font-size: 36px;
  }
}
.cs_newsletter.cs_style_3 .cs_newsletter_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1400px) {
  .cs_newsletter.cs_style_3 .cs_newsletter_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.cs_social_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
.cs_social_links_wrap h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.cs_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.cs_social_links a {
  height: 20px;
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #415d78;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_social_links a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #fff;
}

.cs_footer_bottom_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px 0;
}
@media (max-width: 575px) {
  .cs_footer_bottom_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.cs_copyright {
  color: rgba(255, 255, 255, 0.5);
}

.cs_footer.cs_style_1 {
  position: relative;
  margin-top: 305px;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 {
    margin-top: 200px;
  }
}
.cs_footer.cs_style_1 .cs_footer_logo_wrap {
  position: absolute;
  height: calc(100% + 200px);
  width: 100%;
  left: 0;
  bottom: 0;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_footer_logo_wrap {
    height: calc(100% + 120px);
  }
}
.cs_footer.cs_style_1 .cs_text_widget + .cs_contact_widget {
  margin-top: 62px;
}
.cs_footer.cs_style_1 .cs_footer_main {
  padding: 70px 0;
}

.cs_footer_margin_0 + .cs_footer.cs_style_1 {
  margin-top: 0;
}

.cs_footer.cs_style_2 .cs_footer_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 30px;
  padding: 40px 0 50px;
}
@media (max-width: 767px) {
  .cs_footer_logo_wrap {
    background-image: none !important;
  }
  .cs_footer.cs_style_1 {
    margin-top: 100px;
    background: #d2eaef;
  }
  .cs_footer.cs_style_1 .cs_footer_logo_wrap {
    height: auto;
  }
}

@media (max-width: 991px) {
  .cs_footer.cs_style_2 .cs_footer_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.cs_footer.cs_style_2 .cs_footer_bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}
.cs_footer.cs_style_2 .cs_social_links_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cs_footer.cs_style_2 .cs_contact_widget i {
  background-color: #fff;
}
.cs_footer.cs_style_2 .cs_text_widget img + p {
  margin-top: 50px;
}
.cs_footer.cs_style_2 .cs_text_widget + .cs_contact_widget {
  margin-top: 20px;
}
.cs_footer.cs_style_2 .cs_menu_widget + .cs_social_links_wrap {
  margin-top: 80px;
}
.cs_footer.cs_style_2 .cs_menu_widget a:hover {
  color: #fff;
  opacity: 0.6;
}

.cs_footer_main,
.cs_footer_bottom {
  position: relative;
  z-index: 2;
}

.cs_text_widget {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}
.cs_text_widget p {
  margin: 0;
}

.cs_contact_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_contact_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cs_contact_widget li:not(:last-child) {
  margin-bottom: 13px;
}
.cs_contact_widget i {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-right: 19px;
  margin-top: 5px;
}

.cs_menu_widget li:not(:last-child) {
  margin-bottom: 17px;
}

.cs_footer_item {
  padding: 30px 0;
}
@media (max-width: 575px) {
  .cs_footer_item {
    padding: 20px 0;
  }
}

.cs_footer_spacing_305 {
  width: 100%;
  height: 305px;
}

@-webkit-keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

@keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
.cs_footer.cs_style_2.cs_type_1 .cs_footer_bottom {
  border: none;
  padding: 16px 0;
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}
.cs_footer.cs_style_2.cs_type_1 .cs_copyright {
  color: #274760;
}

/*--------------------------------------------------------------
9. Sidebar
----------------------------------------------------------------*/
.cs_sidebar {
  padding-left: 100px;
}
@media (max-width: 1700px) {
  .cs_sidebar {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .cs_sidebar {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .cs_sidebar .cs_btn.cs_style_1 {
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .cs_sidebar {
    padding-top: 80px;
  }
}

.cs_sidebar_item {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 31px 0px rgba(65, 91, 245, 0.06);
  box-shadow: 0px 6px 31px 0px rgba(65, 91, 245, 0.06);
  padding: 50px;
}
@media (max-width: 1700px) {
  .cs_sidebar_item {
    padding: 40px 35px;
  }
}
@media (max-width: 1400px) {
  .cs_sidebar_item {
    padding: 40px 25px;
  }
}
.cs_sidebar_item:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 1700px) {
  .cs_sidebar_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.5em;
  color: #415d78;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .widget_categories ul {
    font-size: 18px;
  }
}
.widget_categories ul li {
  position: relative;
  padding-left: 45px;
}
.widget_categories ul li:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1700px) {
  .widget_categories ul li:not(:last-child) {
    margin-bottom: 22px;
  }
}
.widget_categories ul li::before {
  content: "";
  height: 27px;
  width: 26px;
  display: inline-block;
  background-image: url(../img/icons/category.svg);
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.cs_sidebar_widget_title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .cs_sidebar_widget_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.cs_popular_posts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_popular_posts > li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1700px) {
  .cs_popular_posts > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.cs_popular_post_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  color: #415d78;
  margin-bottom: 15px;
}
@media (max-width: 1700px) {
  .cs_popular_post_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.cs_popular_post_title a:hover {
  text-decoration: underline;
}

.cs_popular_post_meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_popular_post_meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_popular_post_meta li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.cs_popular_post_meta li.cs_posted_author a {
  color: #274760;
}
.cs_popular_post_meta li.cs_posted_author a:hover {
  color: #415d78;
}
.cs_popular_post_meta li.cs_posted_author::before {
  content: "\f2bd";
}
.cs_popular_post_meta li.cs_posted_by::before {
  content: "\f017";
}

/*--------------------------------------------------------------
10. Isotope
----------------------------------------------------------------*/
.cs_isotop {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs_isotop.cs_has_gutter_24 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -24px;
}
.cs_isotop.cs_has_gutter_24 .cs_isotop_item {
  padding: 0 12px;
  margin-bottom: 24px;
}

.cs_isotop.cs_has_gutter_24_67 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -67px;
}
.cs_isotop.cs_has_gutter_24_67 .cs_isotop_item {
  padding: 0 12px;
  margin-bottom: 67px;
}

.cs_isotop.cs_has_gutter_80 {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -80px;
}
.cs_isotop.cs_has_gutter_80 .cs_isotop_item {
  padding: 0 40px;
  margin-bottom: 80px;
}

.cs_isotop.cs_has_gutter_40 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
}
.cs_isotop.cs_has_gutter_40 .cs_isotop_item {
  padding: 0 20px;
  margin-bottom: 30px;
}

.cs_isotop.cs_has_gutter_100 {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -40px;
}
.cs_isotop.cs_has_gutter_100 .cs_isotop_item {
  padding: 0 50px;
  margin-bottom: 40px;
}

.cs_isotop_col_6 .cs_grid_sizer,
.cs_isotop_col_6 .cs_isotop_item {
  width: 16.666667%;
}

.cs_isotop_col_5 .cs_grid_sizer,
.cs_isotop_col_5 .cs_isotop_item {
  width: 20%;
}

.cs_isotop_col_4 .cs_grid_sizer,
.cs_isotop_col_4 .cs_isotop_item {
  width: 25%;
}

.cs_isotop_col_3 .cs_grid_sizer,
.cs_isotop_col_3 .cs_isotop_item {
  width: 33.333333%;
}

.cs_isotop_col_2 .cs_grid_sizer,
.cs_isotop_col_2 .cs_isotop_item {
  width: 50%;
}

.cs_isotop_col_1 .cs_grid_sizer,
.cs_isotop_col_1 .cs_isotop_item {
  width: 100%;
}

.cs_grid_sizer {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs_w20,
.cs_isotop_col_4 .cs_w20,
.cs_isotop_col_3 .cs_w20,
.cs_isotop_col_2 .cs_w20,
.cs_isotop_col_1 .cs_w20 {
  width: 20%;
}

.cs_isotop_col_5 .cs_w25,
.cs_isotop_col_4 .cs_w25,
.cs_isotop_col_3 .cs_w25,
.cs_isotop_col_2 .cs_w25,
.cs_isotop_col_1 .cs_w25 {
  width: 25%;
}

.cs_isotop_col_5 .cs_w33,
.cs_isotop_col_4 .cs_w33,
.cs_isotop_col_3 .cs_w33,
.cs_isotop_col_2 .cs_w33,
.cs_isotop_col_1 .cs_w33 {
  width: 33.333333%;
}

.cs_isotop_col_5 .cs_w50,
.cs_isotop_col_4 .cs_w50,
.cs_isotop_col_3 .cs_w50,
.cs_isotop_col_2 .cs_w50,
.cs_isotop_col_1 .cs_w50 {
  width: 50%;
}

.cs_isotop_col_5 .cs_w66,
.cs_isotop_col_4 .cs_w66,
.cs_isotop_col_3 .cs_w66,
.cs_isotop_col_2 .cs_w66,
.cs_isotop_col_1 .cs_w66 {
  width: 66.666666%;
}

.cs_isotop_col_5 .cs_w100,
.cs_isotop_col_4 .cs_w100,
.cs_isotop_col_3 .cs_w100,
.cs_isotop_col_2 .cs_w100,
.cs_isotop_col_1 .cs_w100 {
  width: 100%;
}

.cs_isotop_filter.cs_style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 80px;
}
@media (max-width: 1700px) {
  .cs_isotop_filter.cs_style1 {
    gap: 20px 30px;
  }
}
@media (max-width: 991px) {
  .cs_isotop_filter.cs_style1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cs_isotop_filter.cs_style1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 36px;
}
@media (max-width: 1700px) {
  .cs_isotop_filter.cs_style1 ul {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .cs_isotop_filter.cs_style1 ul {
    gap: 15px;
  }
}
.cs_isotop_filter.cs_style1 ul a {
  border: 1px solid #415d78;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #274760;
  padding: 11px 26px;
}
@media (max-width: 991px) {
  .cs_isotop_filter.cs_style1 ul a {
    padding: 7px 20px;
  }
}
.cs_isotop_filter.cs_style1 ul a:hover {
  background-color: rgba(48, 123, 196, 0.15);
  color: #415d78;
}
.cs_isotop_filter.cs_style1 ul .active a {
  color: #fff;
  background-color: #415d78;
}

.cs_view_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.cs_view_box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cs_view_box_in button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.cs_view_box_in button:hover {
  opacity: 1;
}
.cs_view_box_in button.active {
  opacity: 1;
  color: #415d78;
}

.cs_doctors_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .cs_isotop.cs_has_gutter_100 .cs_isotop_item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .cs_isotop.cs_has_gutter_100 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
  .cs_isotop.cs_has_gutter_80 {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -25px;
  }
  .cs_isotop.cs_has_gutter_80 .cs_isotop_item {
    padding: 0 12px;
    margin-bottom: 25px;
  }
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 991px) {
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 50%;
  }
  .cs_isotop_col_4 .cs_w50 {
    width: 100%;
  }
  .cs_isotop_col_3 .cs_grid_sizer,
  .cs_isotop_col_3 .cs_isotop_item {
    width: 50%;
  }
  .cs_isotop_col_2 .cs_grid_sizer,
  .cs_isotop_col_2 .cs_isotop_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cs_isotop_col_5 .cs_w50,
  .cs_isotop_col_4 .cs_w50,
  .cs_isotop_col_3 .cs_w50,
  .cs_isotop_col_2 .cs_w50,
  .cs_isotop_col_1 .cs_w50,
  .cs_isotop_col_5 .cs_w66,
  .cs_isotop_col_4 .cs_w66,
  .cs_isotop_col_3 .cs_w66,
  .cs_isotop_col_2 .cs_w66,
  .cs_isotop_col_1 .cs_w66 {
    width: 100%;
  }
  .cs_isotop_col_5 .cs_grid_sizer,
  .cs_isotop_col_5 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_4 .cs_grid_sizer,
  .cs_isotop_col_4 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_3 .cs_grid_sizer,
  .cs_isotop_col_3 .cs_isotop_item {
    width: 100%;
  }
  .cs_isotop_col_2 .cs_grid_sizer,
  .cs_isotop_col_2 .cs_isotop_item {
    width: 100%;
  }
}
/*--------------------------------------------------------------
11. Hero
----------------------------------------------------------------*/
.cs_hero.cs_style_1 {
  height: 900px;
  padding-bottom: 110px;
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 {
    height: 860px;
  }
}
@media (max-width: 1480px) {
  .cs_hero.cs_style_1 {
    height: 850px;
  }
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_1 {
    height: 810px;
  }
}
@media (max-width: 1300px) {
  .cs_hero.cs_style_1 {
    height: 820px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 {
    height: initial;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  position: relative;
  z-index: 1;
  max-width: 640px;
  text-align: left;
}
.cs_hero.cs_style_1 .cs_hero_wrap {
  height: 100%;
  width: 100%;
  padding-top: 120px;
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}
@media (max-width: 1300px) {
  .cs_hero.cs_style_1 .cs_hero_wrap {
    padding-top: 180px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_wrap {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_wrap {
    padding-top: 100px;
  }
}
.cs_hero.cs_style_1 .cs_hero_wrap > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs_hero.cs_style_1 .cs_hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_content {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}
.cs_hero.cs_style_1 .cs_hero_title {
  margin-bottom: 29px;
  max-width: 640px;
}
.cs_split_title span,
.cs_split_title strong {
  display: block;
}
.cs_split_title span {
  font-weight: 300;
}
.cs_split_title strong {
  font-weight: 700;
}

.cs_blur_in_up_title span,
.cs_blur_in_up_title strong {
  opacity: 0;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  -webkit-animation: blurInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: blurInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.cs_blur_in_up_title span {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}

.cs_blur_in_up_title strong {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}

@-webkit-keyframes blurInUp {
  0% {
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes blurInUp {
  0% {
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs_blur_in_up_title span,
  .cs_blur_in_up_title strong {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    max-width: 710px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    max-width: 580px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  max-width: 590px;
  margin: 0 0 42px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 560px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_subtitle {
    margin-bottom: 35px;
  }
}
.cs_hero.cs_style_1 .cs_hero_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  max-width: 620px;
}
@media (min-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_btn_wrap {
    margin-bottom: 15px;
  }
}
.cs_hero.cs_style_1 .cs_hero_btn_wrap .cs_btn.cs_style_1 {
  justify-content: center;
  min-height: 62px;
  text-align: center;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_btn_wrap {
    grid-template-columns: 1fr;
  }
}
.cs_hero.cs_style_1 .cs_hero_visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 530px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}
.cs_hero.cs_style_1 .cs_hero_visual::before {
  content: "";
  position: absolute;
  inset: 36px 0 0 36px;
  border-radius: 15px;
  background: rgba(52, 64, 130, 0.14);
}
.cs_hero.cs_style_1 .cs_hero_visual_card {
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(52, 64, 130, 0.16);
  border-radius: 15px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.78),
    rgba(215, 235, 250, 0.62)
  );
  -webkit-box-shadow: 0 30px 70px rgba(39, 71, 96, 0.16);
  box-shadow: 0 30px 70px rgba(39, 71, 96, 0.16);
  position: relative;
  overflow: hidden;
}
.cs_hero.cs_style_1 .cs_hero_visual_card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: rgba(52, 64, 130, 0.1);
}
.cs_hero.cs_style_1 .cs_hero_visual_head,
.cs_hero.cs_style_1 .cs_hero_visual_grid,
.cs_hero.cs_style_1 .cs_hero_visual_steps {
  position: relative;
  z-index: 1;
}
.cs_hero.cs_style_1 .cs_hero_visual_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #274760;
  font-weight: 700;
}
.cs_hero.cs_style_1 .cs_hero_visual_head i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #415d78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_hero.cs_style_1 .cs_hero_visual_value {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(39, 71, 96, 0.12);
}
.cs_hero.cs_style_1 .cs_hero_visual_value small,
.cs_hero.cs_style_1 .cs_hero_visual_value span,
.cs_hero.cs_style_1 .cs_hero_visual_grid span {
  display: block;
  color: rgba(39, 71, 96, 0.62);
  line-height: 1.45em;
}
.cs_hero.cs_style_1 .cs_hero_visual_value strong {
  display: block;
  color: #274760;
  font-size: 76px;
  line-height: 1em;
  margin: 8px 0 10px;
}
.cs_hero.cs_style_1 .cs_hero_visual_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}
.cs_hero.cs_style_1 .cs_hero_visual_grid > div {
  padding: 22px;
  border-radius: 12px;
  background: rgba(65, 93, 120, 0.09);
  border: 1px solid rgba(52, 64, 130, 0.08);
}
.cs_hero.cs_style_1 .cs_hero_visual_grid i {
  color: #343a7c;
  font-size: 22px;
  margin-bottom: 18px;
}
.cs_hero.cs_style_1 .cs_hero_visual_grid strong {
  display: block;
  color: #274760;
  font-size: 34px;
  line-height: 1em;
  margin-top: 8px;
}
.cs_hero.cs_style_1 .cs_hero_visual_steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.cs_hero.cs_style_1 .cs_hero_visual_steps span {
  display: block;
  padding: 10px 8px;
  border-radius: 999px;
  background: rgba(39, 71, 96, 0.08);
  color: rgba(39, 71, 96, 0.72);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.cs_hero.cs_style_1 .cs_hero_visual_steps span.active {
  background: #415d78;
  color: #fff;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_visual {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
  }
  .cs_hero.cs_style_1 .cs_hero_visual_card {
    min-height: 470px;
    padding: 28px;
  }
  .cs_hero.cs_style_1 .cs_hero_visual_value strong {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_visual {
    width: 100%;
    max-width: 620px;
  }
  .cs_hero.cs_style_1 .cs_hero_visual_card {
    min-height: initial;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_visual::before {
    inset: 18px 0 0 18px;
    -webkit-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
  }
  .cs_hero.cs_style_1 .cs_hero_visual_card {
    padding: 24px;
  }
  .cs_hero.cs_style_1 .cs_hero_visual_value strong {
    font-size: 48px;
  }
  .cs_hero.cs_style_1 .cs_hero_visual_grid {
    grid-template-columns: 1fr;
  }
  .cs_hero.cs_style_1 .cs_hero_visual_steps {
    grid-template-columns: 1fr;
  }
}
.cs_hero.cs_style_1 .cs_hero_info_wrap {
  padding: 40px;
  margin-bottom: -180px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    padding: 70px 25px;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_info_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 25px;
  }
}
.cs_hero.cs_style_1 .cs_hero_info_title {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 4px;
}
.cs_hero.cs_style_1 .cs_hero_info_subtitle {
  line-height: 1.3em;
  margin: 0;
}
.cs_hero.cs_style_1 .cs_hero_info_icon {
  height: 70px;
  width: 70px;
  padding: 18px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_info_icon {
    height: 60px;
    width: 60px;
    padding: 15px;
  }
}
.cs_hero.cs_style_1 .cs_hero_info_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_hero.cs_style_1 .cs_hero_info {
  gap: 24px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_info {
    gap: 15px;
  }
}
.cs_hero.cs_style_1 .cs_hero_img {
  position: absolute;
  bottom: 150px;
  right: 6%;
  max-height: 86%;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    right: 4%;
    max-height: 84%;
  }
}
@media (max-width: 1480px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    right: 1%;
  }
}
@media (max-width: 1300px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    max-height: 82%;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    max-height: 72%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    max-height: 100%;
    position: initial;
    margin-bottom: -100px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 .cs_hero_img {
    margin-bottom: -55px;
  }
}
.cs_hero.cs_style_1 .cs_hero_patents {
  position: absolute;
  left: 39.3%;
  top: 58.5%;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_1 .cs_hero_patents {
    left: 33%;
  }
}

.cs_hero.cs_style_2 {
  height: 100vh;
  min-height: 750px;
  max-height: 1080px;
  padding: 218px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 {
    padding: 190px 0 0;
  }
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 {
    padding-top: 170px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2 {
    min-height: initial;
    height: initial;
    max-height: initial;
    padding-top: 150px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2 .cs_hero_text {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 .cs_hero_text {
    margin-bottom: 40px;
  }
}
.cs_hero.cs_style_2 .container:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.cs_hero.cs_style_2 .cs_hero_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 .cs_hero_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}
.cs_hero.cs_style_2 .cs_hero_bottom_left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 350px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 .cs_hero_bottom_left {
    width: 280px;
  }
}
.cs_hero.cs_style_2 .cs_hero_title {
  max-width: 900px;
  margin-bottom: 82px;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 75px;
}
@media (max-width: 767px) {
  .cs_hero.cs_style_2 .cs_hero_text_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cs_hero.cs_style_2 .cs_hero_subtitle {
  margin: 0;
  max-width: 500px;
}
.cs_hero.cs_style_2 .cs_hero_patents {
  position: absolute;
  top: -75px;
  right: 0;
  -webkit-animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_2 .cs_hero_patents {
    top: -40px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_patents {
    display: none;
  }
}
.cs_hero.cs_style_2 .cs_hero_funfact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1210px;
  margin-left: auto;
  position: relative;
  gap: 0 97px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 57px 0 73px 73px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    gap: 0 30px;
    padding: 40px 0 50px 60px;
  }
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    padding: 30px 0 50px 40px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0px;
    padding: 30px 0 35px 30px;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_2 .cs_hero_funfact {
    padding-left: 0;
  }
}
.cs_hero.cs_style_2 .cs_hero_funfact::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
  border-radius: 25px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(21.5px);
  backdrop-filter: blur(21.5px);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.cs_hero.cs_style_2 .cs_hero_funfact h3 {
  margin-bottom: 8px;
}
.cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 450px) {
  .cs_hero.cs_style_2 .cs_hero_funfact .cs_hero_funfact_col h3 {
    font-size: 36px;
  }
}
.cs_hero.cs_style_2 .cs_text_btn_2:hover {
  color: #fff;
}

.cs_hero.cs_style_2.cs_type_1 {
  background: linear-gradient(
    -89deg,
    #274760 0.95%,
    rgba(39, 71, 96, 0.59) 98.78%
  );
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
  background-color: rgba(39, 71, 96, 0.9);
  width: 100%;
  padding: 57px 60px 73px 60px;
  gap: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 0;
  border-radius: 25px 25px 0px 0px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
    padding: 30px 30px 35px 30px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
    padding: 30px 0px 35px 0px;
    gap: 30px 0px;
  }
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact:before {
  display: none;
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_text {
  padding-left: 50%;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_text {
    padding-left: 42%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_text {
    padding-left: 0%;
  }
}
@media (max-width: 420px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_text .cd-headline {
    display: block;
  }
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_img {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  text-align: center;
  padding-top: 8%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_img {
    width: 42%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_2.cs_type_1 .cs_hero_img {
    width: 100%;
    position: initial;
    max-width: 600px;
    padding-top: 0;
  }
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_img img {
  max-height: 100%;
}
.cs_hero.cs_style_2.cs_type_1 .cs_hero_btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cs_hero.cs_style_3 {
  height: calc(100vh + 235px);
  max-height: 1350px;
  min-height: 1050px;
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_3 {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    padding-top: 160px;
    padding-bottom: 400px;
    min-height: calc(100vh + 210px);
    max-height: initial;
    height: initial;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 {
    padding-top: 140px;
    min-height: initial;
    max-height: initial;
    height: initial;
  }
  .cs_hero.cs_style_3 .cs_fs_20 {
    font-size: 16px;
  }
}
.cs_hero.cs_style_3 .cs_hero_bg {
  position: absolute;
  height: calc(100% - 235px);
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_bg {
    height: calc(100% - 210px);
  }
}
.cs_hero.cs_style_3 > .container {
  position: relative;
  z-index: 2;
}
.cs_hero.cs_style_3 .cs_hero_title {
  max-width: 1000px;
  margin-bottom: 52px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_3 .cs_hero_subtitle {
  max-width: 540px;
}
.cs_hero.cs_style_3 .cs_hero_img_1 {
  position: absolute;
  top: 150px;
  right: 90px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_img_1 {
    top: 170px;
    right: 70px;
    max-width: 880px;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_3 .cs_hero_img_1 {
    right: 15px;
    margin-left: 15px;
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_img_1 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_img_2 {
  position: absolute;
  right: 5%;
  top: 69%;
  -webkit-animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_img_2 {
    top: 66%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_img_2 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_img_3 {
  position: absolute;
  right: 38%;
  top: 40%;
  -webkit-animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    right: 30%;
  }
}
@media (max-width: 1400px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    top: 50%;
  }
}
@media (max-width: 1380px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    top: 60%;
    right: 34%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_hero_img_3 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_img_4 {
  position: absolute;
  right: 7%;
  top: 24%;
  -webkit-animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_img_4 {
    display: none;
  }
}
.cs_hero.cs_style_3 .cs_hero_card {
  display: inline-block;
  border-radius: 20px;
  background: linear-gradient(163deg, #86bbf1 0%, #d2eaef 100%);
  padding: 30px 40px;
  position: relative;
  bottom: -100px;
  z-index: 2;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 .cs_hero_card {
    width: 100%;
    padding: 30px 15px;
  }
}
@media (max-width: 380px) {
  .cs_hero.cs_style_3 .cs_hero_card .cs_fs_24 {
    font-size: 18px;
  }
  .cs_hero.cs_style_3 .cs_hero_card .cs_hero_shedule_list li {
    gap: 8px;
  }
}
.cs_hero.cs_style_3 .cs_hero_card_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}
.cs_hero.cs_style_3 .cs_hero_card_media img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  margin-right: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 380px) {
  .cs_hero.cs_style_3 .cs_hero_card_media img {
    width: 50px;
    height: 50px;
  }
}
.cs_hero.cs_style_3 .cs_hero_shedule_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_hero.cs_style_3 .cs_hero_shedule_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.cs_hero.cs_style_3 .cs_hero_shedule_list li:not(:last-child) {
  margin-bottom: 3px;
}
.cs_hero.cs_style_3 .cs_hero_shedule_list strong {
  font-weight: 600;
}
.cs_hero.cs_style_3.cs_type_1 {
  height: 100vh;
  min-height: initial;
  max-height: 1050px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3.cs_type_1 {
    padding: 150px 0 110px;
  }
}
.cs_hero.cs_style_3.cs_type_1 .cs_hero_bg {
  height: 100%;
}
.cs_hero.cs_style_3.cs_type_1 .cs_hero_bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#274760),
    to(rgba(48, 123, 196, 0))
  );
  background: linear-gradient(90deg, #274760 0%, rgba(48, 123, 196, 0) 100%);
}

.cs_hero.cs_style_4 {
  min-height: 750px;
  position: relative;
  padding: 210px 0 0;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_4 {
    padding: 190px 0 0;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_4 {
    padding: 150px 0 0;
  }
}
.cs_hero.cs_style_4 .cs_hero_text {
  max-width: 920px;
  position: relative;
  z-index: 2;
}
.cs_hero.cs_style_4 .cs_hero_title {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_4 .cs_hero_title {
    margin-bottom: 20px;
  }
}
.cs_hero.cs_style_4 .cs_hero_subtitle {
  max-width: 700px;
  margin-bottom: 110px;
}
@media (max-width: 1700px) {
  .cs_hero.cs_style_4 .cs_hero_subtitle {
    margin-bottom: 60px;
  }
}
.cs_hero.cs_style_4 .cs_hero_img_1 {
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_4 .cs_hero_img_1 {
    display: none;
  }
}
.cs_hero.cs_style_4 .cs_hero_img_2 {
  position: absolute;
  right: 3%;
  bottom: 0%;
  -webkit-animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: animo-x 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_4 .cs_hero_img_2 {
    display: none;
  }
}
.cs_hero.cs_style_4 .cs_hero_img_3 {
  position: absolute;
  right: 8%;
  top: 22%;
  -webkit-animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: zoom-anim 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_4 .cs_hero_img_3 {
    display: none;
  }
}

/*--------------------------------------------------------------
12. Iconbox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 {
  padding: 25px 30px 40px 30px;
  height: 100%;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_1 {
    padding: 25px 20px 30px 20px;
  }
}
@media (max-width: 1280px) {
  .cs_iconbox.cs_style_1 {
    padding: 25px 25px 30px 25px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_1 .cs_fs_20 {
    font-size: 20px;
  }
}
@media (max-width: 340px) {
  .cs_iconbox.cs_style_1 .cs_fs_20 {
    font-size: 18px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon {
  height: 120px;
  width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_icon {
    height: 90px;
    width: 90px;
    padding: 15px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon img {
  max-height: 100%;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(rgba(255, 255, 255, 0.13))
  );
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.13));
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.cs_iconbox.cs_style_1:hover .cs_iconbox_icon:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}
.cs_iconbox.cs_style_1 .cs_iconbox_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 43px;
  max-width: 340px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_top {
    gap: 15px;
    margin-bottom: 30px;
  }
  .cs_iconbox.cs_style_1 .cs_iconbox_top .cs_iconbox_title {
    line-height: 1.4em;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_top {
    margin-bottom: 20px;
  }
}
.cs_iconbox.cs_style_1 .cs_iconbox_text {
  padding-left: 14px;
  margin: 0;
}
@media (max-width: 1199px) {
  .cs_iconbox.cs_style_1 .cs_iconbox_text {
    padding-left: 0;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.cs_iconbox.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 250px;
  gap: 60px;
  border-radius: 20px;
  border: 1px solid #415d78;
  padding: 40px 70px;
  margin-bottom: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_2 {
    min-height: 220px;
    gap: 30px;
    padding: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_2 {
    min-height: 200px;
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  .cs_iconbox.cs_style_2 {
    min-height: 150px;
    gap: 25px;
    padding: 35px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_title {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_2 img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #415d78;
}
@media (max-width: 350px) {
  .cs_iconbox.cs_style_2 img {
    max-width: 65px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cs_iconbox.cs_style_2:hover {
  background-color: #415d78;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_title {
  color: #fff;
}
.cs_iconbox.cs_style_2:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cs_iconbox.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 {
    gap: 0 20px;
  }
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_iconbox.cs_style_3::before {
  content: "";
  position: absolute;
  width: 9px;
  height: calc(100% + 50px);
  background-color: #415d78;
  left: 50%;
  margin-left: -4px;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3::before {
    display: none;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_left,
.cs_iconbox.cs_style_3 .cs_iconbox_right {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_left,
  .cs_iconbox.cs_style_3 .cs_iconbox_right {
    width: initial;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_left {
  padding-right: 120px;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_left {
    padding-right: 0;
    padding-top: 10px;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_right {
  padding-left: 200px;
  position: relative;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_right br {
    display: none;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_right {
    padding-left: 0;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_number {
  font-size: 72px;
  color: rgba(48, 123, 196, 0.08);
  line-height: 1.14;
  position: absolute;
  left: 84px;
  top: -20px;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_number {
    position: initial;
    font-size: 56px;
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_number {
    display: none;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
  height: 136px;
  width: 136px;
  background: rgba(48, 123, 196, 0.17);
  margin-left: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 25px;
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    height: 80px;
    width: 80px;
    margin-left: initial;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_title {
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_title {
    margin-bottom: 10px;
  }
}
.cs_iconbox.cs_style_3:hover::before {
  opacity: 1;
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
  background-color: #415d78;
}

.cs_iconbox_3_wrap {
  position: relative;
}
.cs_iconbox_3_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #274760;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap::before {
    display: none;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
  margin-bottom: 146px;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:not(:last-child) {
    margin-bottom: 50px;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 420px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_left {
  padding-right: 0px;
  padding-left: 120px;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_left {
    padding-left: 0;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_right {
  padding-right: 200px;
  padding-left: 0;
  text-align: right;
}
@media (max-width: 991px) {
  .cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_right {
    padding-right: 0;
    text-align: left;
  }
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_icon {
  margin-left: initial;
}
.cs_iconbox_3_wrap .cs_iconbox.cs_style_3:nth-child(even) .cs_iconbox_number {
  left: initial;
  right: 84px;
}

.cs_iconbox.cs_style_4,
.cs_iconbox.cs_style_7 {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn,
.cs_iconbox.cs_style_7 .cs_iconbox_btn {
  width: 90px;
  height: 70px;
  background-color: rgba(48, 123, 196, 0.5);
  border-radius: 10px 0 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_4 .cs_iconbox_btn,
  .cs_iconbox.cs_style_7 .cs_iconbox_btn {
    width: 70px;
    height: 50px;
  }
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn img,
.cs_iconbox.cs_style_7 .cs_iconbox_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn img:last-child,
.cs_iconbox.cs_style_7 .cs_iconbox_btn img:last-child {
  left: -50%;
}
.cs_iconbox.cs_style_4 .cs_iconbox_btn:hover,
.cs_iconbox.cs_style_7 .cs_iconbox_btn:hover {
  background-color: #415d78;
}
.cs_iconbox.cs_style_4:hover .cs_iconbox_btn img:first-child,
.cs_iconbox.cs_style_7:hover .cs_iconbox_btn img:first-child {
  left: 150%;
}
.cs_iconbox.cs_style_4:hover .cs_iconbox_btn img:last-child,
.cs_iconbox.cs_style_7:hover .cs_iconbox_btn img:last-child {
  left: 50%;
}

.cs_iconbox.cs_style_4 {
  padding: 30px 110px 32px 40px;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_4 {
    padding: 30px 90px 50px 25px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_4 {
    padding: 30px 35px 50px 25px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_4 {
    padding: 30px 25px 70px 25px;
  }
}
.cs_iconbox.cs_style_4 .cs_iconbox_title {
  margin-bottom: 12px;
  min-height: 83px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_4 .cs_iconbox_title {
    min-height: initial;
  }
}
@media (min-width: 1701px) {
  .cs_iconbox.cs_style_4 .cs_iconbox_subtitle {
    padding-right: 20%;
  }
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon {
  height: 40px;
  width: 40px;
  margin-bottom: 21px;
}

.cs_iconbox.cs_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 25px 30px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_5 {
    padding: 20px;
    gap: 15px;
  }
  .cs_iconbox.cs_style_5 .cs_iconbox_title {
    line-height: 1.3em;
  }
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 120px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_5 .cs_iconbox_icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    to(rgba(255, 255, 255, 0.13))
  );
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.13));
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.cs_iconbox.cs_style_5:hover .cs_iconbox_icon:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

.cs_iconbox.cs_style_6 .cs_iconbox_icon {
  height: 40px;
  width: 40px;
  margin-bottom: 18px;
  padding: 8px;
}
.cs_iconbox.cs_style_6 .cs_iconbox_icon img {
  max-height: 100%;
}
.cs_iconbox.cs_style_6 .cs_iconbox_title {
  margin-bottom: 12px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_6 br {
    display: none;
  }
}

.cs_iconbox.cs_style_7 {
  padding: 48px 80px 88px 130px;
  margin-bottom: 50px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_7 {
    padding: 48px 50px 88px 130px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_7 {
    padding: 40px 30px 88px 100px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_7 {
    margin-bottom: 25px;
    padding: 30px 30px 70px 100px;
  }
}
.cs_iconbox.cs_style_7 .cs_iconbox_title {
  margin-bottom: 18px;
}
.cs_iconbox.cs_style_7 .cs_iconbox_icon {
  position: absolute;
  top: 56px;
  left: 34px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_7 .cs_iconbox_icon {
    top: 50px;
    left: 25px;
    max-width: 54px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_7 .cs_iconbox_icon {
    top: 40px;
  }
}
.cs_iconbox.cs_style_7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_iconbox.cs_style_7 .cs_iconbox_title,
.cs_iconbox.cs_style_7 .cs_iconbox_subtitle {
  position: relative;
  z-index: 2;
}
.cs_iconbox.cs_style_7:hover::before {
  opacity: 1;
}

.cs_iconbox.cs_style_8 {
  padding: 72px 41px 66px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_8 {
    padding: 55px 26px 50px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_8 {
    padding: 30px 15px;
  }
}
.cs_iconbox.cs_style_8 .cs_iconbox_title {
  margin-bottom: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_8 .cs_iconbox_subtitle {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_8 .cs_iconbox_icon {
  height: 72px;
  width: 72px;
  border: 1px solid #415d78;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.cs_iconbox.cs_style_8:hover {
  background-color: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.cs_iconbox.cs_style_8:hover .cs_iconbox_title,
.cs_iconbox.cs_style_8:hover .cs_iconbox_subtitle {
  color: #274760;
}

.cs_iconbox_8_wrap {
  background: linear-gradient(172deg, #d2eaef 0%, #86bbf1 100%);
}
@media (max-width: 1400px) {
  .cs_iconbox_8_wrap {
    padding: 40px 15px;
  }
}

.cs_iconbox.cs_style_9 {
  background: linear-gradient(154deg, #d2eaef 0%, #86bbf1 100%);
  padding: 40px 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px;
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_9 {
    min-height: 250px;
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_9 {
    min-height: 250px;
    padding: 25px 25px;
  }
}
.cs_iconbox.cs_style_9:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.cs_iconbox.cs_style_9 .cs_iconbox_title {
  margin-top: 20px;
}

.cs_iconbox.cs_style_10 {
  padding: 55px 50px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 370px;
}
.cs_iconbox.cs_style_10:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_iconbox.cs_style_10 .cs_iconbox_title {
  margin-bottom: 20px;
}
.cs_iconbox.cs_style_10 .cs_iconbox_icon {
  height: 111px;
  width: 111px;
  padding: 10px;
  border: 1px solid #415d78;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_10 {
    padding: 40px 25px;
    max-width: 300px;
  }
}
@media (max-width: 340px) {
  .cs_iconbox.cs_style_10 {
    padding: 40px 20px;
    max-width: 270px;
  }
}

.cs_iconbox.cs_style_11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(210, 234, 239, 0.5);
  padding: 38px 54px;
  gap: 30px;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_11 {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 380px) {
  .cs_iconbox.cs_style_11 {
    padding: 25px 20px;
    gap: 15px;
  }
}
@media (max-width: 330px) {
  .cs_iconbox.cs_style_11 {
    padding: 20px 20px;
    gap: 10px;
  }
}
.cs_iconbox.cs_style_11 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1700px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 60px;
  }
}
@media (max-width: 380px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 40px;
  }
}
@media (max-width: 330px) {
  .cs_iconbox.cs_style_11 .cs_iconbox_icon {
    max-width: 35px;
  }
}
.cs_iconbox.cs_style_11 .cs_iconbox_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs_iconbox.cs_style_12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 35px;
  background-color: #86bbf1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_12 .cs_iconbox_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_icon {
    width: 120px;
    height: 120px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_circle {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-bottom: 28px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_circle {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_circle {
    display: none;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_title {
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_title {
    margin-bottom: 8px;
  }
}
.cs_iconbox.cs_style_12 .cs_iconbox_info {
  max-width: 440px;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_info {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_12 .cs_iconbox_info {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.cs_iconbox.cs_style_12:hover .cs_iconbox_icon {
  background-color: #415d78;
}
@media (min-width: 575px) {
  .cs_iconbox.cs_style_12:hover .cs_iconbox_info {
    background-color: #fff;
    -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
    box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  }
}

.cs_iconbox_12_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media (max-width: 991px) {
  .cs_iconbox_12_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_iconbox_12_wrap {
    gap: 35px;
  }
}
.cs_iconbox_12_wrap > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_iconbox_12_wrap > * > * {
  width: 100%;
}
.cs_iconbox_12_wrap > *:nth-child(even) .cs_iconbox.cs_style_12 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .cs_iconbox_12_wrap > *:nth-child(even) .cs_iconbox.cs_style_12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cs_iconbox.cs_style_13 {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  margin-top: 60px;
  padding: 1px 25px 32px;
}
.cs_iconbox.cs_style_13 .cs_iconbox_title {
  margin-bottom: 18px;
}
.cs_iconbox.cs_style_13 .cs_iconbox_icon {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  height: 120px;
  width: 120px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  margin-bottom: 32px;
}
.cs_iconbox.cs_style_13 .cs_iconbox_icon_in {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  padding: 20px;
}

/*--------------------------------------------------------------
13. Posts
----------------------------------------------------------------*/
.cs_post.cs_style_1 {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs_post.cs_style_1:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_post.cs_style_1 .cs_post_thumb {
  display: block;
  width: 100%;
}
.cs_post.cs_style_1 .cs_post_thumb img {
  width: 100%;
  border-radius: 20px;
}
.cs_post.cs_style_1 .cs_post_info {
  padding: 30px 40px 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cs_post.cs_style_1 .cs_post_info {
    padding: 30px 25px 30px;
  }
}
.cs_post.cs_style_1 .cs_post_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cs_post.cs_style_1 .cs_post_social a {
  height: 30px;
  width: 30px;
  border: 1px solid #415d78;
  color: #415d78;
  font-size: 14px;
}
.cs_post.cs_style_1 .cs_post_social a:hover {
  background-color: #415d78;
  color: #fff;
}
.cs_post.cs_style_1 .cs_post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
}
.cs_post.cs_style_1 .cs_post_title {
  margin-bottom: 18px;
}
.cs_post.cs_style_1 .cs_post_btn {
  display: inline-block;
}
.cs_post.cs_style_1 .cs_post_btn:hover {
  text-decoration: underline;
}
.cs_post.cs_style_1.cs_type_1 {
  padding: 28px 28px 0;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1.cs_type_1 {
    padding: 15px 15px 0;
  }
}
.cs_post.cs_style_1.cs_type_1 .cs_post_title {
  margin: 0;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_info {
  padding: 25px 15px 56px;
}
@media (max-width: 1400px) {
  .cs_post.cs_style_1.cs_type_1 .cs_post_info {
    padding: 25px 0px 30px 10px;
  }
}
.cs_post.cs_style_1.cs_type_2 {
  height: initial;
  display: block;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_thumb img {
  border-radius: 20px 20px 0 0;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_title {
  margin-bottom: 20px;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_info {
  padding: 45px 40px 45px;
}
@media (max-width: 480px) {
  .cs_post.cs_style_1.cs_type_2 .cs_post_info {
    padding: 30px 25px;
  }
}
.cs_post.cs_style_1.cs_type_2 .cs_post_meta {
  margin-bottom: 0;
}
.cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
  height: 381px;
}
@media (max-width: 1700px) {
  .cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
    height: 396px;
  }
}
@media (max-width: 991px) {
  .cs_post.cs_style_1.cs_type_2 .cs_post_thumb {
    height: initial;
  }
}
.cs_post.cs_style_1.cs_type_2 .cs_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs_post.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs_post.cs_style_2:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@media (max-width: 380px) {
  .cs_post.cs_style_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_post.cs_style_2:not(:last-child) {
  margin-bottom: 20px;
}
.cs_post.cs_style_2 .cs_post_title {
  margin-bottom: 12px;
}
.cs_post.cs_style_2 .cs_post_info {
  padding: 15px 15px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .cs_post.cs_style_2 .cs_post_info {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 .cs_post_info {
    padding-left: 20px;
  }
}
.cs_post.cs_style_2 .cs_post_thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 190px;
  min-height: 188px;
}
.cs_post.cs_style_2 .cs_post_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    width: 150px;
    min-height: 150px;
  }
}
@media (max-width: 380px) {
  .cs_post.cs_style_2 .cs_post_thumb {
    height: 180px;
    width: 180px;
    border-radius: 0 0 20px 0;
    overflow: hidden;
  }
}

.cs_post.cs_style_3 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_post.cs_style_3:hover {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
}
.cs_post.cs_style_3 .cs_post_thumb {
  display: block;
}
.cs_post.cs_style_3 .cs_post_category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #415d78;
  padding: 6px 19px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.cs_post.cs_style_3 .cs_post_category:hover {
  background-color: #415d78;
  color: #fff;
}
.cs_post.cs_style_3 .cs_post_title {
  margin-bottom: 18px;
}
.cs_post.cs_style_3 .cs_posted_by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #274760;
}
.cs_post.cs_style_3 .cs_posted_by i {
  font-size: 18px;
  color: #415d78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_post.cs_style_3 .cs_post_info {
  padding: 35px 40px;
}
@media (max-width: 1700px) {
  .cs_post.cs_style_3 .cs_post_info {
    padding: 25px 24px;
  }
}

/*--------------------------------------------------------------
14. Banner
----------------------------------------------------------------*/
.cs_banner.cs_style_1 {
  position: relative;
  padding: 100px 90px;
  border-radius: 25px;
  margin-top: 165px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_1 {
    margin-top: 85px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_1 {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_1 {
    padding: 70px 30px;
  }
}
.cs_banner.cs_style_1 .cs_banner_title {
  max-width: 800px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_1 .cs_banner_title {
    max-width: 650px;
  }
}
.cs_banner.cs_style_1 .cs_banner_subtitle {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.cs_banner.cs_style_1 .cs_banner_img {
  max-width: 400px;
}

.cs_banner.cs_style_1 .cs_banner_img {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_1 .cs_banner_img {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_1 .cs_banner_img {
    max-height: 100%;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_1 .cs_banner_img {
    display: none;
  }
}

.cs_transaction_cta_section {
  overflow: hidden;
}

.cs_banner.cs_style_1.cs_transaction_cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 48px;
  align-items: center;
  margin-top: 0;
  padding: 64px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(39, 71, 96, 0.97), rgba(65, 93, 120, 0.9)),
    url("../img/home_1/cta_bg.svg") center/cover no-repeat;
  overflow: hidden;
  isolation: isolate;
}

.cs_banner.cs_style_1.cs_transaction_cta::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  pointer-events: none;
  z-index: 0;
}

.cs_transaction_cta_text {
  position: relative;
  z-index: 1;
}

.cs_transaction_cta_label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 99px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cs_banner.cs_style_1.cs_transaction_cta .cs_banner_title {
  max-width: 720px;
  margin-bottom: 18px;
}

.cs_banner.cs_style_1.cs_transaction_cta .cs_banner_subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
}

.cs_transaction_cta_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  margin-top: 34px;
}

.cs_transaction_cta_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
}

.cs_transaction_cta_link:hover {
  color: rgba(255, 255, 255, 0.74);
}

.cs_transaction_cta_panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 24px 60px rgba(14, 33, 50, 0.2);
}

.cs_transaction_cta_panel div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(39, 71, 96, 0.12);
}

.cs_transaction_cta_panel div:last-child {
  border-bottom: 0;
}

.cs_transaction_cta_panel span {
  color: rgba(39, 71, 96, 0.58);
  font-size: 15px;
  font-weight: 600;
}

.cs_transaction_cta_panel strong {
  color: #274760;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
}

@media (max-width: 1199px) {
  .cs_banner.cs_style_1.cs_transaction_cta {
    grid-template-columns: 1fr;
    padding: 56px 40px;
  }

  .cs_transaction_cta_panel {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .cs_banner.cs_style_1.cs_transaction_cta {
    padding: 42px 24px;
  }

  .cs_banner.cs_style_1.cs_transaction_cta::before {
    inset: 14px;
  }

  .cs_transaction_cta_btns {
    align-items: flex-start;
    flex-direction: column;
  }

  .cs_transaction_cta_panel div {
    display: block;
  }

  .cs_transaction_cta_panel strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }
}

.cs_banner.cs_style_2 {
  padding: 200px 9% 200px 43%;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_2 {
    padding: 150px 9% 150px 43%;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_2 {
    padding: 150px 5% 150px 40%;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_2 {
    padding: 120px 4% 120px 36%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_2 {
    padding: 80px 30px 80px 25%;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_2 {
    padding: 80px 30px;
    background-position: right center;
  }
  .cs_banner.cs_style_2 br {
    display: none;
  }
}

.cs_banner.cs_style_3,
.cs_banner.cs_style_5 {
  padding: 225px 0 155px;
  min-height: 700px;
  position: relative;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_3,
  .cs_banner.cs_style_5 {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_3,
  .cs_banner.cs_style_5 {
    min-height: 500px;
    padding: 160px 0 125px;
  }
  .cs_banner.cs_style_3 .container,
  .cs_banner.cs_style_5 .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3,
  .cs_banner.cs_style_5 {
    padding: 155px 0 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cs_banner.cs_style_3 .container,
  .cs_banner.cs_style_5 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_3 .container,
  .cs_banner.cs_style_5 .container {
    max-width: 540px;
  }
}
.cs_banner.cs_style_3 .cs_banner_title,
.cs_banner.cs_style_5 .cs_banner_title {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_3 .cs_banner_title,
  .cs_banner.cs_style_5 .cs_banner_title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_3 .cs_banner_title,
  .cs_banner.cs_style_5 .cs_banner_title {
    font-size: 48px;
  }
}
.cs_banner.cs_style_3 .cs_banner_img,
.cs_banner.cs_style_5 .cs_banner_img {
  position: absolute;
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 110px;
}
.cs_banner.cs_style_3 .cs_banner_img img,
.cs_banner.cs_style_5 .cs_banner_img img {
  max-height: 100%;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_img,
  .cs_banner.cs_style_5 .cs_banner_img {
    display: none;
  }
}
.cs_banner.cs_style_3 .cs_banner_text,
.cs_banner.cs_style_5 .cs_banner_text {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_text,
  .cs_banner.cs_style_5 .cs_banner_text {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_3 .cs_fs_20,
  .cs_banner.cs_style_5 .cs_fs_20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_fs_20,
  .cs_banner.cs_style_5 .cs_fs_20 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cs_banner.cs_style_3 br,
  .cs_banner.cs_style_5 br {
    display: none;
  }
}

.cs_banner.cs_style_3 .cs_banner_img {
  left: 0;
  width: 50%;
  padding-left: 6%;
  padding-right: 12px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_3 .cs_banner_img {
    padding-left: 12px;
  }
}
.cs_banner.cs_style_3 .cs_banner_subtitle {
  max-width: 550px;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 991px) {
  .cs_banner.cs_style_3 .cs_banner_text {
    margin-left: auto;
  }
}

.cs_banner.cs_page_banner {
  min-height: 520px;
  padding: 175px 0 110px;
  overflow: hidden;
  isolation: isolate;
}

.cs_banner.cs_page_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.82) 48%,
      rgba(255, 255, 255, 0.52) 100%
    ),
    radial-gradient(circle at 82% 36%, rgba(65, 93, 120, 0.16), transparent 34%);
  z-index: 0;
}

.cs_banner.cs_page_banner::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 70px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(65, 93, 120, 0.22);
  border-radius: 50%;
  z-index: 0;
}

.cs_banner.cs_page_banner .container {
  position: relative;
  z-index: 1;
}

.cs_banner.cs_page_banner .cs_page_banner_content {
  position: relative;
  max-width: 720px;
  padding-left: 34px;
}

.cs_banner.cs_page_banner .cs_page_banner_content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 20px;
  background-color: #415d78;
}

.cs_page_banner_label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  margin-bottom: 18px;
  border-radius: 99px;
  color: #415d78;
  background-color: rgba(65, 93, 120, 0.1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cs_banner.cs_page_banner .cs_banner_title {
  max-width: 720px;
  margin-bottom: 18px;
  color: #274760;
}

.cs_banner.cs_page_banner .cs_banner_subtitle {
  max-width: 650px;
  color: rgba(39, 71, 96, 0.72);
}

.cs_page_banner_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cs_page_banner_meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(65, 93, 120, 0.16);
  border-radius: 8px;
  color: #274760;
  background-color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(39, 71, 96, 0.08);
}

@media (max-width: 1199px) {
  .cs_banner.cs_page_banner {
    min-height: 460px;
    padding: 145px 0 95px;
  }
}

@media (max-width: 991px) {
  .cs_banner.cs_page_banner {
    display: flex;
    min-height: 430px;
    padding: 135px 0 80px;
    text-align: left;
  }

  .cs_banner.cs_page_banner .cs_page_banner_content {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .cs_banner.cs_page_banner {
    min-height: 390px;
    padding: 120px 0 64px;
  }

  .cs_banner.cs_page_banner .cs_page_banner_content {
    padding-left: 22px;
  }

  .cs_page_banner_meta span {
    width: 100%;
  }
}

.cs_banner.cs_style_4 {
  position: relative;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 280px 130px 340px;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_4 {
    padding: 140px 130px 340px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_4 {
    padding: 120px 30px 250px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_4 br {
    display: none;
  }
}
.cs_banner.cs_style_4 > * {
  position: relative;
  z-index: 2;
}
.cs_banner.cs_style_4 .cs_banner_title {
  margin-bottom: 12px;
}

.cs_banner.cs_style_5 .cs_banner_img {
  right: 0;
  width: 50%;
  padding-left: 12px;
  padding-right: 5%;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_5 .cs_banner_img {
    padding-right: 12px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_5 .cs_banner_img {
    width: 56%;
  }
}

.cs_banner.cs_style_6 {
  position: relative;
  padding: 86px 70px 350px 50.4%;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  margin-top: 100px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_6 {
    margin-top: 35px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 {
    padding: 86px 70px 350px 44%;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_6 {
    padding: 80px 30px 340px 36%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_6 {
    padding: 70px 30px 240px 30px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_6 br {
    display: none;
  }
}
.cs_banner.cs_style_6 .cs_banner_title {
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.cs_banner.cs_style_6 .cs_banner_subtitle {
  position: relative;
  z-index: 1;
}
.cs_banner.cs_style_6 .cs_banner_img {
  left: -10px;
  bottom: 30px;
  position: absolute;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    max-width: 670px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    max-width: 610px;
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    max-width: 560px;
    left: -130px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_6 .cs_banner_img {
    display: none;
  }
}

.cs_banner.cs_style_7 {
  padding: 77px 50px 405px;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  position: relative;
  margin-top: 390px;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_7 {
    padding: 70px 25px 245px;
    margin-top: 305px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_7 {
    margin-top: 0;
  }
  .cs_banner.cs_style_7 br {
    display: none;
  }
}
.cs_banner.cs_style_7 .cs_banner_img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -390px;
  z-index: -1;
}
@media (max-width: 991px) {
  .cs_banner.cs_style_7 .cs_banner_img {
    top: -310px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_7 .cs_banner_img {
    display: none;
  }
}

.cs_banner_8_wrap {
  position: relative;
}
.cs_banner_8_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #fff;
}

.cs_banner.cs_style_8 {
  position: relative;
  padding: 127px 100px 146px;
  z-index: 2;
  margin-top: 75px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_8 {
    margin-top: 0;
    padding: 110px 80px 110px;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_8 {
    margin-top: 0;
    padding: 90px 60px 90px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_8 {
    padding: 70px 30px 70px;
  }
}
.cs_banner.cs_style_8 .cs_banner_title {
  margin-bottom: 17px;
}
.cs_banner.cs_style_8 .cs_banner_in {
  max-width: 540px;
  position: relative;
  z-index: 2;
}
.cs_banner.cs_style_8 .cs_banner_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62%;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    width: 58%;
  }
}
@media (max-width: 1400px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    width: 55%;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_8 .cs_banner_img {
    display: none;
  }
}

.cs_banner.cs_style_9 {
  position: relative;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 183px 0 382px 130px;
  margin-top: 130px;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_9 {
    padding: 140px 0 350px 110px;
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_9 {
    padding: 100px 0 350px 50px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_9 {
    padding: 100px 0 250px 30px;
  }
}
@media (max-width: 767px) {
  .cs_banner.cs_style_9 br {
    display: none;
  }
}
.cs_banner.cs_style_9 .cs_banner_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1700px) {
  .cs_banner.cs_style_9 .cs_banner_img {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_9 .cs_banner_img {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_9 .cs_banner_img {
    display: none;
  }
}
.cs_banner.cs_style_9 .cs_banner_title {
  margin-bottom: 22px;
}
.cs_banner.cs_style_9.cs_type_1 {
  padding: 150px 60px 340px 50%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cs_banner.cs_style_9.cs_type_1 {
    padding: 90px 60px 340px 50%;
  }
}
@media (max-width: 991px) {
  .cs_banner.cs_style_9.cs_type_1 {
    padding: 90px 30px 240px 30px;
  }
}
.cs_banner.cs_style_9.cs_type_1 .cs_banner_img {
  right: initial;
  left: 0;
  max-width: 48%;
}

/*--------------------------------------------------------------
15. Testimonial
----------------------------------------------------------------*/
.cs_testimonial.cs_style_1 {
  line-height: 1.87em;
  position: relative;
}
.cs_testimonial.cs_style_1 > img {
  position: absolute;
  left: -88px;
  top: -37px;
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 > img {
    top: -15px;
    left: -75px;
  }
}
.cs_testimonial.cs_style_1 > p {
  margin-bottom: 30px;
}

.cs_testimonial.cs_style_2 .cs_testimonial_text {
  padding: 80px 80px 80px 144px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 1700px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_text {
    padding: 60px 60px 60px 124px;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_text {
    padding: 50px 25px 50px 105px;
  }
}
.cs_testimonial.cs_style_2 .cs_testimonial_text p {
  margin-bottom: 32px;
}
.cs_testimonial.cs_style_2 .cs_quote_icon {
  position: absolute;
  left: 60px;
  top: 70px;
}
@media (max-width: 1700px) {
  .cs_testimonial.cs_style_2 .cs_quote_icon {
    left: 40px;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 .cs_quote_icon {
    left: 30px;
    top: 40px;
  }
}
.cs_testimonial.cs_style_2 .cs_testimonial_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 .cs_testimonial_meta {
    gap: 20px;
  }
}
.cs_testimonial.cs_style_2 .cs_testimonial_avatar {
  height: 96px;
  width: 96px;
  border-radius: 50%;
}
.cs_testimonial.cs_style_2 .cs_testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.cs_testimonial.cs_style_3 {
  padding: 1px 82px 42px;
  margin-top: 75px;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_3 {
    padding: 1px 20px 30px;
  }
}
.cs_testimonial.cs_style_3 .cs_testimonial_img {
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -75px;
  margin-bottom: 24px;
}
.cs_testimonial.cs_style_3 .cs_testimonial_avatar {
  margin-bottom: 10px;
}
.cs_testimonial.cs_style_3 .cs_testimonial_text {
  margin-top: 42px;
}
.cs_testimonial.cs_style_3 .cs_rating {
  margin-left: auto;
  margin-right: auto;
}

.cs_testimonial.cs_style_4 {
  background-color: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 40px 20px;
}
.cs_testimonial.cs_style_4 .cs_testimonial_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.cs_testimonial.cs_style_4 .cs_testimonial_avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cs_testimonial.cs_style_4 .cs_testimonial_avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cs_testimonial.cs_style_4 .cs_testimonial_meta {
  margin-bottom: 32px;
}
.cs_testimonial.cs_style_4 .cs_rating {
  margin-top: 32px;
}

.cs_testimonial_carousel_2 .cs_slider_activate {
  width: 58vw;
}
@media (max-width: 991px) {
  .cs_testimonial_carousel_2 .cs_slider_activate {
    width: 90vw;
  }
}
@media (max-width: 575px) {
  .cs_testimonial_carousel_2 .cs_slider_activate {
    width: 100%;
  }
}
.cs_testimonial_carousel_2 .cs_testimonial.cs_style_4 {
  max-width: 390px;
}
@media (max-width: 420px) {
  .cs_testimonial_carousel_2 .cs_testimonial.cs_style_4 {
    max-width: 300px;
  }
}
.cs_testimonial_carousel_2 .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -30px;
  margin-bottom: -30px;
  -webkit-box-shadow: -10px 0px 30px -20px rgba(48, 123, 196, 0.1);
  box-shadow: -10px 0px 30px -20px rgba(48, 123, 196, 0.1);
  border-radius: 60px;
}
.cs_testimonial_carousel_2 .cs_slider_navigation.cs_style_1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0;
}

/*--------------------------------------------------------------
16. Portfolio
----------------------------------------------------------------*/
.cs_portfolio.cs_style_1 {
  height: 429px;
}
@media (max-width: 991px) {
  .cs_portfolio.cs_style_1 {
    height: 350px;
  }
}
.cs_portfolio.cs_style_1 .cs_portfolio_img {
  height: 100%;
  border-radius: inherit;
  position: relative;
}
.cs_portfolio.cs_style_1 .cs_portfolio_img::before {
  content: "";
  background: #415d78;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_portfolio.cs_style_1 .cs_link_hover {
  position: absolute;
  z-index: 2;
  top: -100px;
  right: 50px;
  width: 60px;
  height: 200px;
  background: #415d78;
  border-radius: 0 0 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}
.cs_portfolio.cs_style_1 .cs_link_hover i {
  color: #415d78;
  background-color: #fff;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: scale(0.5) rotate(180deg);
  transform: scale(0.5) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_portfolio.cs_style_1:hover .cs_link_hover {
  opacity: 1;
  top: 0px;
}
.cs_portfolio.cs_style_1:hover .cs_link_hover i {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.cs_portfolio.cs_style_1:hover .cs_portfolio_img::before {
  opacity: 0.4;
}
.cs_portfolio.cs_style_1.cs_size_1 {
  height: 716px;
}
@media (max-width: 991px) {
  .cs_portfolio.cs_style_1.cs_size_1 {
    height: 607px;
  }
}

/*--------------------------------------------------------------
17. Brands
----------------------------------------------------------------*/
.cs_brands.cs_style_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}
@media (max-width: 1700px) {
  .cs_brands.cs_style_1 {
    gap: 40px 120px;
  }
}
@media (max-width: 991px) {
  .cs_brands.cs_style_1 {
    gap: 20px 60px;
  }
}
@media (max-width: 767px) {
  .cs_brands.cs_style_1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_brands.cs_style_1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .cs_brands.cs_style_1 {
    gap: 20px 30px;
  }
}

.cs_brands.cs_style_2 {
  padding: 0 20px;
  text-align: center;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs_brands.cs_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  padding: 70px;
}
@media (max-width: 1400px) {
  .cs_brands.cs_style_3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cs_brands.cs_style_3 {
    gap: 30px;
    padding: 70px 40px;
  }
}

/*--------------------------------------------------------------
18. Accordians
----------------------------------------------------------------*/
.cs_accordians.cs_style1 .cs_accordian {
  border-radius: 25px;
  border: 1px solid #d2eaef;
  background: rgba(39, 71, 96, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian {
    border-radius: 15px;
  }
}
.cs_accordians.cs_style1 .cs_accordian:not(:last-child) {
  margin-bottom: 20px;
}
.cs_accordians.cs_style1 .cs_accordian.active {
  background-color: #d2eaef;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian.active {
    margin-left: 0;
  }
}
.cs_accordians.cs_style1 .cs_accordian.active .cs_accordian_arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cs_accordians.cs_style1 .cs_accordian_arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 44px;
  top: 25px;
  height: 28px;
  width: 28px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian_arrow {
    right: 30px;
    top: 18px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian_arrow {
    right: 20px;
    top: 15px;
  }
}
.cs_accordians.cs_style1 .cs_accordian_head {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding: 23px 62px 23px 40px;
  margin: 0;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian_head {
    padding: 16px 62px 16px 30px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian_head {
    font-size: 18px;
    padding: 14px 55px 14px 20px;
  }
}
.cs_accordians.cs_style1 .cs_accordian_body {
  padding: 0 40px 38px 40px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1 .cs_accordian_body {
    padding: 0 30px 28px 30px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1 .cs_accordian_body {
    padding: 0 20px 20px 20px;
  }
}
.cs_accordians.cs_style1 .cs_accordian_body p {
  margin: 0;
}
.cs_accordians.cs_style1.cs_type_1 .cs_accordian {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  border-color: transparent;
  background-color: #fff;
}
.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
  margin-left: -50px;
}
@media (max-width: 1400px) {
  .cs_accordians.cs_style1.cs_type_1 .cs_accordian.active {
    margin-left: 0;
  }
}
.cs_accordians.cs_style1.cs_type_1 .cs_accordian.active .cs_accordian {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  background-color: #fff;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-color: #415d78;
  margin-bottom: -1px;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian.active {
  background-color: transparent;
  margin-left: 0;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian .cs_accordian_arrow {
  right: initial;
  left: 20px;
  top: 32px;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian_head {
  padding: 30px 20px 30px 85px;
}
.cs_accordians.cs_style1.cs_type_2 .cs_accordian_body {
  padding: 0 20px 38px 85px;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian {
  border-color: #415d78;
  border-radius: 20px;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian.active {
  margin-left: 0px;
  background-color: transparent;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian.active .cs_accordian_head {
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
  border-bottom: 1px solid #415d78;
  border-radius: 20px 20px 0 0;
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian_head {
  font-size: 24px;
  padding: 27px 62px 27px 40px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_head {
    padding: 18px 52px 18px 24px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_head {
    font-size: 20px;
  }
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian_arrow {
  right: 40px;
  top: 32px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_arrow {
    right: 24px;
    top: 24px;
  }
}
@media (max-width: 991px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_arrow {
    top: 20px;
  }
}
.cs_accordians.cs_style1.cs_type_3 .cs_accordian_body {
  padding: 38px 40px;
}
@media (max-width: 1700px) {
  .cs_accordians.cs_style1.cs_type_3 .cs_accordian_body {
    padding: 24px 24px;
  }
}

/*--------------------------------------------------------------
19. Departments
----------------------------------------------------------------*/
.cs_departments.cs_style_1 {
  padding-top: 100px;
  position: relative;
}
.cs_departments.cs_style_1 .cs_department_list {
  position: relative;
  z-index: 1;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cs_departments.cs_style_1 .cs_department_list {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .cs_departments.cs_style_1
    .cs_department_list
    .cs_slider_navigation.cs_style_1 {
    margin-top: 0;
  }
}
.cs_departments.cs_style_1 .cs_section_heading {
  position: relative;
  z-index: 1;
}
.cs_departments.cs_style_1 .cs_department {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 30px 30px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cs_departments.cs_style_1 .cs_department {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .cs_departments.cs_style_1 .cs_department {
    padding: 30px 20%;
  }
}
.cs_departments.cs_style_1 .cs_department:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: #415d78;
}
.cs_departments.cs_style_1 .cs_department:hover .cs_heading_color {
  color: #fff;
}
.cs_departments.cs_style_1 svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_departments.cs_style_1 .cs_department_title {
  margin-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_departments.cs_style_1 .cs_departments_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 122px);
}

/*--------------------------------------------------------------
20. About
----------------------------------------------------------------*/
.cs_about.cs_style_1 .cs_about_img {
  position: relative;
}
@media (min-width: 992px) {
  .cs_about.cs_style_1 .cs_about_img {
    padding-right: 70px;
  }
}
.cs_about.cs_style_1 .cs_about_text_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_about.cs_style_1 .cs_about_text_list li {
  position: relative;
  padding-left: 60px;
}
.cs_about.cs_style_1 .cs_about_text_list li:not(:last-child) {
  margin-bottom: 50px;
}
.cs_about.cs_style_1 .cs_about_text_list li > i {
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 991px) {
  .cs_about.cs_style_1 .cs_about_text_list li > i {
    top: 2px;
  }
}
.cs_about.cs_style_1 .cs_about_text_list li > h3 {
  margin-bottom: 25px;
}
.cs_about.cs_style_1 .cs_about_mini_img {
  position: absolute;
  top: -75px;
  right: 20%;
}
.cs_about.cs_style_1 .cs_right_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cs_about.cs_style_1 .cs_rotate_animation {
  -webkit-animation: rotate360 15s linear infinite;
  animation: rotate360 15s linear infinite;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_mini_img {
  right: initial;
  top: 44%;
  left: 35%;
}
@media (max-width: 1400px) {
  .cs_about.cs_style_1.cs_type_1 br {
    display: none;
  }
}
.cs_about.cs_style_1.cs_type_2 {
  padding-left: 102px;
}
@media (max-width: 1700px) {
  .cs_about.cs_style_1.cs_type_2 {
    padding-left: 50px;
  }
}
@media (max-width: 1400px) {
  .cs_about.cs_style_1.cs_type_2 {
    padding-left: 0px;
  }
}
.cs_about.cs_style_1.cs_type_2 .cs_about_mini_img {
  top: 50%;
  right: initial;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cs_about.cs_style_1.cs_type_2 .cs_about_img {
  padding-right: 0;
  position: relative;
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cs_about.cs_style_2 .cs_about_img {
  padding-left: 80px;
}
@media (max-width: 1700px) {
  .cs_about.cs_style_2 .cs_about_img {
    padding-left: 0;
  }
}
.cs_about.cs_style_2 .cs_section_heading.cs_style_1 p {
  max-width: 580px;
}

.cs_about.cs_style_3 {
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}
.cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
  padding: 145px 80px;
}
@media (max-width: 1400px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 145px 30px 145px 50px;
  }
}
@media (max-width: 1199px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 767px) {
  .cs_about.cs_style_3 .cs_section_heading.cs_style_1 {
    padding: 35px 24px 35px 24px;
  }
}
.cs_about.cs_style_3 .cs_about_text {
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_about.cs_style_3 .cs_about_text {
    height: initial;
  }
}
.cs_about.cs_style_3 .cs_about_img {
  height: 100%;
}
.cs_about.cs_style_3 .cs_about_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cs_about.cs_style_3 .cs_section_minititle {
  max-width: 630px;
}
.cs_about.cs_style_3 .cs_support_card {
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  position: absolute;
  right: -26%;
  bottom: 75px;
}
.cs_about.cs_style_3 .cs_support_card .cs_support_card_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1700px) {
  .cs_about.cs_style_3 .cs_support_card {
    right: -34%;
    bottom: 65px;
  }
}
@media (max-width: 1199px) {
  .cs_about.cs_style_3 .cs_support_card {
    position: initial;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .cs_about.cs_style_3 .cs_support_card {
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 35px;
    padding: 20px 20px;
  }
}

/*--------------------------------------------------------------
21. Team
----------------------------------------------------------------*/
.cs_team.cs_style_1 {
  border-radius: 20px;
  background: linear-gradient(
    154deg,
    rgba(210, 234, 239, 0.27) 0%,
    rgba(134, 187, 241, 0.27) 100%
  );
  -webkit-box-shadow: initial;
  box-shadow: initial;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_team.cs_style_1:hover {
  -webkit-box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
  box-shadow: 6px 4px 70px 8px rgba(48, 123, 196, 0.09);
}
.cs_team.cs_style_1 .cs_team_meta {
  padding: 32px 40px;
}
@media (max-width: 1400px) {
  .cs_team.cs_style_1 .cs_team_meta {
    padding: 32px 20px;
  }
}
.cs_team.cs_style_1 .cs_member_name {
  margin-bottom: 7px;
}
.cs_team.cs_style_1 .cs_member_designation {
  margin-bottom: 9px;
}
.cs_team.cs_style_1 .cs_member_description {
  margin-bottom: 32px;
}
.cs_team.cs_style_1 .cs_social_links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_team.cs_style_1 .cs_social_links a {
  height: 40px;
  width: 40px;
  background-color: rgba(48, 123, 196, 0.6);
  color: #fff;
  font-size: 18px;
  -webkit-transform: initial;
  transform: initial;
}
.cs_team.cs_style_1 .cs_social_links a:hover {
  background-color: #415d78;
}
.cs_team.cs_style_1 .cs_label {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 12px 30px;
  text-align: center;
  min-width: 292px;
  border-radius: 20px 20px 0 0;
}
.cs_team.cs_style_1.cs_type_1 {
  background: #fff;
  margin-top: 115px;
  height: initial;
  padding-top: 1px;
}
.cs_team.cs_style_1.cs_type_1 .cs_member_img {
  margin-top: -115px;
}
.cs_team.cs_style_1.cs_type_1 .cs_member_img img {
  max-width: 300px;
}
.cs_team.cs_style_1.cs_type_2 {
  -webkit-box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cs_team.cs_style_1.cs_type_2 {
    margin-bottom: 15px;
  }
}
.cs_team.cs_style_1.cs_type_2 .cs_member_img {
  position: relative;
}
.cs_team.cs_style_1.cs_type_2 .cs_member_name {
  margin-bottom: 5px;
}
.cs_team.cs_style_1.cs_type_2 .cs_member_designation,
.cs_team.cs_style_1.cs_type_2 .cs_member_description {
  margin-bottom: 28px;
}
.cs_team.cs_style_1.cs_type_2 .cs_team_meta {
  padding: 36px 50px 34px;
}
@media (max-width: 1600px) {
  .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding: 36px 40px 34px;
  }
}
@media (max-width: 1400px) {
  .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding: 30px 25px 34px;
  }
}

@media (min-width: 992px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_member_img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 450px;
  }
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_label {
    position: initial;
    width: 100%;
    -webkit-transform: initial;
    transform: initial;
    border-radius: 0;
    padding: 12px 15px;
  }
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1700px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding-right: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1700px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_team_meta {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .cs_list_view_wrap .cs_team.cs_style_1.cs_type_2 .cs_social_links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/*--------------------------------------------------------------
22. Funfact
----------------------------------------------------------------*/
.cs_funfact_1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 50px 90px;
}
@media (max-width: 1400px) {
  .cs_funfact_1_wrap {
    padding: 60px 30px 70px;
  }
}
@media (max-width: 767px) {
  .cs_funfact_1_wrap {
    justify-content: space-around;
    gap: 10px;
  }
}

.cs_funfact.cs_style_1 {
  max-width: 20%;
  padding: 20px 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 1400px) {
  .cs_funfact.cs_style_1 {
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .cs_funfact.cs_style_1 {
    padding: 20px 20px;
    max-width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .cs_funfact.cs_style_1 {
    padding: 20px 20px;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cs_funfact.cs_style_1 {
    max-width: 100%;
    padding: 15px 0;
  }
}
.cs_funfact.cs_style_1 .cs_funfact_number {
  margin-bottom: 8px;
}

.cs_cta.cs_style_1 {
  padding: 125px 60px 140px 50%;
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_1 {
    padding: 95px 30px 100px 45%;
  }
}
@media (max-width: 767px) {
  .cs_cta.cs_style_1 {
    padding: 95px 30px 100px 35%;
  }
}
@media (max-width: 575px) {
  .cs_cta.cs_style_1 {
    padding: 100px 24px 90px;
  }
}
.cs_cta.cs_style_1 .cs_cta_title,
.cs_cta.cs_style_1 .cs_cta_subtitle {
  margin-bottom: 38px;
}
.cs_cta.cs_style_1 .cs_cta_subtitle {
  max-width: 600px;
}

.cs_pricing_card.cs_style_1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head {
  padding: 30px 40px 40px;
}
@media (max-width: 1400px) {
  .cs_pricing_card.cs_style_1 .cs_pricing_card_head {
    padding: 30px 30px 40px;
  }
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h3 {
  margin-bottom: 0px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1.6em;
  background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h3 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 20px;
  position: relative;
  z-index: 2;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h3 span:first-child {
  border-radius: 1.6em;
  border: 1px solid #fff;
  margin: -1px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head p {
  margin-top: 28px;
  margin-bottom: 0;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_head h2 {
  margin-top: 40px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 40px 30px;
  border: 1px solid #415d78;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  gap: 50px;
}
@media (max-width: 1400px) {
  .cs_pricing_card.cs_style_1 .cs_pricing_card_body {
    padding: 40px 24px 30px;
  }
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature li {
  position: relative;
  padding-left: 36px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature li:not(:last-child) {
  margin-bottom: 30px;
}
.cs_pricing_card.cs_style_1 .cs_pricing_card_feature i {
  position: absolute;
  left: 0;
  color: #415d78;
}

/* Homepage AOS animation and overflow guard */
html,
body {
  overflow-x: hidden !important;
  overflow-x: clip !important;
  max-width: 100%;
}
[data-aos] {
  max-width: 100%;
}
.cs_aos_ready [data-aos] {
  opacity: 0;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: opacity, transform;
  transition-property:
    opacity,
    transform,
    -webkit-transform;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cs_aos_ready [data-aos][data-aos-delay="80"] {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.cs_aos_ready [data-aos][data-aos-delay="100"] {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.cs_aos_ready [data-aos][data-aos-delay="120"] {
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms;
}
.cs_aos_ready [data-aos][data-aos-delay="160"] {
  -webkit-transition-delay: 160ms;
  transition-delay: 160ms;
}
.cs_aos_ready [data-aos][data-aos-delay="200"] {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.cs_aos_ready [data-aos][data-aos-delay="240"] {
  -webkit-transition-delay: 240ms;
  transition-delay: 240ms;
}
.cs_aos_ready [data-aos][data-aos-delay="250"] {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.cs_aos_ready [data-aos][data-aos-delay="300"] {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.cs_aos_ready [data-aos][data-aos-delay="320"] {
  -webkit-transition-delay: 320ms;
  transition-delay: 320ms;
}
.cs_aos_ready [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 28px, 0);
  transform: translate3d(0, 28px, 0);
}
.cs_aos_ready [data-aos="zoom-in"] {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
.cs_aos_ready [data-aos].aos-animate {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .cs_aos_ready [data-aos] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

/* Listing Flow */
.cs_listing_flow,
.cs_listing_detail_page {
  padding: 110px 0 95px;
  background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 48%);
}
.cs_listing_shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 32px;
  align-items: start;
}
.cs_listing_search_panel {
  margin-bottom: 22px;
}
.cs_listing_select_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 18px;
}
.cs_listing_select_grid label span {
  display: block;
  margin-bottom: 8px;
  color: #415d78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs_listing_select_grid select {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(39, 71, 96, 0.22);
  border-radius: 8px;
  background: #fff;
  color: #274760;
  font-weight: 700;
  padding: 0 18px;
  outline: none;
}
.cs_listing_filter_btn {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: #86bbf1;
  color: #12220b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.cs_listing_result_count {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 18px 0 0;
  color: #415d78;
}
.cs_listing_result_count strong {
  color: #274760;
}
.cs_listing_cards {
  display: grid;
  gap: 12px;
}
.cs_listing_card,
.cs_listing_detail_card {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(39, 71, 96, 0.1);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(39, 71, 96, 0.08);
}
.cs_listing_card {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  overflow: hidden;
  color: inherit;
  transition: all 0.25s ease;
}
.cs_listing_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(39, 71, 96, 0.13);
}
.cs_listing_card_body {
  padding: 24px 24px 18px;
}
.cs_listing_badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px 0 8px 0;
  background: #86bbf1;
  color: #102008;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 5px 9px;
  text-transform: uppercase;
}
.cs_listing_card_title {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.cs_listing_card_title h3,
.cs_listing_detail_card h1 {
  margin: 0;
  color: #142f46;
}
.cs_listing_card_title h3 {
  font-size: 22px;
}
.cs_listing_card_title span {
  border-radius: 999px;
  background: rgba(134, 187, 241, 0.14);
  color: #5c8d16;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
}
.cs_listing_meta_grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr 1fr 1.45fr;
  gap: 0;
}
.cs_listing_meta_grid > div {
  padding: 0 18px;
  border-left: 1px solid rgba(39, 71, 96, 0.13);
}
.cs_listing_meta_grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.cs_listing_meta_grid small {
  display: block;
  color: rgba(39, 71, 96, 0.5);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.cs_listing_meta_grid strong {
  display: block;
  margin-top: 5px;
  color: #142f46;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
}
.cs_listing_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #86bbf1;
  color: #142f46;
  font-size: 22px;
}
.cs_listing_sidebar {
  background: #f5f9f8;
  padding: 10px 0;
}
.cs_listing_side_hero,
.cs_listing_side_card {
  text-align: center;
}
.cs_listing_side_hero {
  min-height: 155px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
  color: #fff;
}
.cs_listing_side_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 47, 70, 0.72);
}
.cs_listing_side_hero > * {
  position: relative;
  z-index: 1;
}
.cs_listing_side_hero i,
.cs_listing_side_card i {
  color: #86bbf1;
  font-size: 48px;
  margin-bottom: 14px;
}
.cs_listing_side_hero p,
.cs_listing_side_card p {
  margin: 0 0 12px;
  color: inherit;
  line-height: 1.35;
}
.cs_listing_side_hero a,
.cs_listing_side_card a {
  color: #78ad2f;
  font-weight: 800;
  text-decoration: underline;
}
.cs_listing_side_card {
  padding: 34px 26px;
  border-bottom: 1px solid rgba(39, 71, 96, 0.18);
}
.cs_listing_side_card:last-child {
  border-bottom: 0;
}
.cs_listing_side_card p {
  color: #274760;
}
.cs_listing_cta {
  position: relative;
  padding: 130px 0;
  text-align: center;
  overflow: hidden;
}
.cs_listing_cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 34, 47, 0.68);
}
.cs_listing_cta_in {
  position: relative;
  z-index: 1;
}
.cs_listing_cta h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 44px;
}
.cs_listing_cta p {
  margin-bottom: 28px;
  color: #86bbf1;
  font-size: 22px;
}
.cs_listing_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 7px;
  background: #86bbf1;
  color: #102008;
  font-weight: 900;
}
.cs_listing_detail_page {
  padding-top: 95px;
}
.cs_listing_detail_card {
  padding: 34px 34px 28px;
}
.cs_listing_detail_card h1 {
  padding-top: 10px;
  margin-bottom: 22px;
  font-size: 28px;
}
.cs_listing_detail_meta {
  border-bottom: 1px solid rgba(39, 71, 96, 0.13);
}
.cs_listing_detail_content {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(39, 71, 96, 0.13);
}
.cs_listing_detail_content h3 {
  margin-bottom: 10px;
  color: #142f46;
  font-size: 18px;
}
.cs_listing_broker img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}
.cs_listing_broker h4 {
  margin-bottom: 4px;
  color: #142f46;
  font-size: 17px;
  text-decoration: underline;
}
.cs_listing_broker p,
.cs_listing_description p {
  color: #415d78;
}
.cs_listing_request_box {
  padding-top: 22px;
  text-align: center;
}
.cs_listing_request_box h3 {
  margin-bottom: 18px;
  color: #142f46;
  font-size: 18px;
}
.cs_listing_action_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.cs_listing_action_btn {
  min-height: 48px;
  border-radius: 7px;
  background: #86bbf1;
  color: #102008;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}
.cs_listing_action_btn:hover {
  background: #274760;
  color: #fff;
}

@media (max-width: 1199px) {
  .cs_listing_shell {
    grid-template-columns: 1fr;
  }
  .cs_listing_sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cs_listing_side_hero {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .cs_listing_flow,
  .cs_listing_detail_page {
    padding: 80px 0;
  }
  .cs_listing_meta_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .cs_listing_meta_grid > div {
    padding: 0;
    border-left: 0;
  }
  .cs_listing_detail_content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cs_listing_select_grid,
  .cs_listing_action_grid,
  .cs_listing_sidebar {
    grid-template-columns: 1fr;
  }
  .cs_listing_card {
    grid-template-columns: 1fr;
  }
  .cs_listing_arrow {
    min-height: 42px;
  }
  .cs_listing_cta {
    padding: 90px 0;
  }
  .cs_listing_cta h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .cs_listing_card_body,
  .cs_listing_detail_card {
    padding: 24px 18px;
  }
  .cs_listing_meta_grid {
    grid-template-columns: 1fr;
  }
}

/* Listing Flow: Refined Advisory Theme */
.cs_listing_flow,
.cs_listing_detail_page {
  background:
    radial-gradient(
      circle at top left,
      rgba(163, 207, 238, 0.3),
      transparent 34%
    ),
    linear-gradient(180deg, #eef7fc 0%, #f8fbfd 42%, #ffffff 100%);
}
.cs_listing_shell {
  grid-template-columns: minmax(0, 1fr) 315px;
  gap: 34px;
}
.cs_listing_search_panel {
  padding: 24px;
  border: 1px solid rgba(39, 71, 96, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(39, 71, 96, 0.08);
}
.cs_listing_select_grid {
  gap: 16px;
}
.cs_listing_select_grid select {
  height: 56px;
  border: 1px solid rgba(65, 93, 120, 0.18);
  border-radius: 999px;
  background: #f8fbfd;
  color: #142f46;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.cs_listing_filter_btn {
  min-height: 52px;
  border-radius: 999px;
  background: #274760;
  color: #fff;
  box-shadow: 0 14px 26px rgba(39, 71, 96, 0.16);
}
.cs_listing_filter_btn i {
  color: #86bbf1;
}
.cs_listing_cards {
  gap: 16px;
}
.cs_listing_card,
.cs_listing_detail_card {
  border: 1px solid rgba(65, 93, 120, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(39, 71, 96, 0.09);
}
.cs_listing_card {
  grid-template-columns: 8px minmax(0, 1fr) 56px;
  min-height: 120px;
}
.cs_listing_card::before {
  content: "";
  background: linear-gradient(180deg, #274760, #86bbf1);
}
.cs_listing_card_body {
  padding: 28px 26px 22px;
}
.cs_listing_badge {
  top: 6px;
  left: 22px;
  border-radius: 999px;
  background: rgba(134, 187, 241, 0.16);
  color: #4f8012;
}
.cs_listing_card_title {
  padding-top: 10px;
}
.cs_listing_card_title h3 {
  font-size: 24px;
  letter-spacing: -0.01em;
}
.cs_listing_card_title span {
  background: rgba(39, 71, 96, 0.08);
  color: #415d78;
}
.cs_listing_meta_grid {
  gap: 10px;
}
.cs_listing_meta_grid > div {
  min-height: 54px;
  padding: 0 14px;
  border-left: 1px solid rgba(39, 71, 96, 0.1);
}
.cs_listing_meta_grid small {
  color: rgba(39, 71, 96, 0.48);
}
.cs_listing_meta_grid strong {
  color: #274760;
}
.cs_listing_arrow {
  background: #f0f7fb;
  color: #274760;
}
.cs_listing_card:hover .cs_listing_arrow {
  background: #274760;
  color: #fff;
}
.cs_listing_sidebar {
  display: grid;
  gap: 16px;
  padding: 0;
  background: transparent;
}
.cs_listing_side_hero,
.cs_listing_side_card {
  border: 1px solid rgba(39, 71, 96, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(39, 71, 96, 0.08);
}
.cs_listing_side_hero {
  min-height: 190px;
  border: 0;
  border-radius: 22px;
}
.cs_listing_side_hero::before {
  background: linear-gradient(
    135deg,
    rgba(20, 47, 70, 0.86),
    rgba(65, 93, 120, 0.58)
  );
}
.cs_listing_side_card {
  padding: 30px 24px;
  border-bottom: 1px solid rgba(39, 71, 96, 0.1);
}
.cs_listing_side_hero i,
.cs_listing_side_card i {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(134, 187, 241, 0.13);
  color: #274760;
  font-size: 30px;
}
.cs_listing_side_hero i {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}
.cs_listing_side_card a,
.cs_listing_side_hero a {
  color: #86bbf1;
  text-decoration-color: #274760;
  text-underline-offset: 4px;
}
.cs_listing_cta {
  padding: 180px 0;
}
.cs_listing_cta::before {
  background: linear-gradient(
    90deg,
    rgba(20, 47, 70, 0.82),
    rgba(20, 47, 70, 0.52)
  );
}
.cs_listing_cta p {
  color: #d7ecff;
}
.cs_listing_cta_btn,
.cs_listing_action_btn {
  border-radius: 999px;
  background: #274760;
  color: #fff;
}
.cs_listing_cta_btn:hover,
.cs_listing_action_btn:hover {
  background: #86bbf1;
  color: #102008;
}
.cs_listing_detail_card {
  overflow: hidden;
}
.cs_listing_detail_card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #274760, #86bbf1);
}
.cs_listing_detail_card h1 {
  padding-top: 18px;
}
.cs_listing_request_box {
  padding: 26px;
  border-radius: 18px;
  background: #f4f9fd;
}

@media (max-width: 1199px) {
  .cs_listing_sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cs_listing_card {
    grid-template-columns: 6px minmax(0, 1fr);
  }
  .cs_listing_arrow {
    min-height: 46px;
    grid-column: 1 / -1;
  }
  .cs_listing_search_panel {
    padding: 18px;
  }
  .cs_listing_sidebar {
    grid-template-columns: 1fr;
  }
}
/* Home refresh */
.cs_home_listings {
  position: relative;
  padding: 105px 0 45px;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(134, 187, 241, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 70%,
      rgba(255, 255, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(135deg, #10283d 0%, #274760 100%);
  overflow: hidden;
}
.cs_home_listings::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 70px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.cs_home_listings .container {
  position: relative;
  z-index: 1;
}
.cs_home_listings_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.cs_home_listings_head > div {
  max-width: 760px;
}
.cs_home_listings_head span {
  display: inline-flex;
  color: #afd4f0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cs_home_listings_head h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 54px;
  line-height: 1.08;
}
.cs_home_listings_head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}
.cs_home_listings_more {
  min-width: 160px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #274760;
  font-weight: 900;
  box-shadow: 0 18px 35px rgba(5, 16, 25, 0.2);
}
.cs_home_listings_more:hover {
  background: #86bbf1;
  color: #10283d;
}
.cs_home_listings_more:hover span {
  color: #fff;
}
.cs_home_listing_grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}
.cs_home_listing_card {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: inherit;
  box-shadow: 0 20px 50px rgba(5, 16, 25, 0.18);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.cs_home_listing_card::before {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(134, 187, 241, 0.16);
}
.cs_home_listing_card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 30px 70px rgba(5, 16, 25, 0.26);
}
.cs_home_listing_card:first-child {
  grid-row: span 2;
  min-height: 458px;
  padding: 36px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(240, 247, 251, 0.94)
    ),
    #fff;
}
.cs_home_listing_card:first-child::after {
  content: "Featured";
  position: absolute;
  right: 60px;
  top: 20px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #274760;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs_home_listing_card:not(:first-child) {
  min-height: 220px;
  background: rgba(255, 255, 255, 0.9);
}
.cs_home_listing_status {
  align-self: flex-start;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(134, 187, 241, 0.16);
  color: #274760;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs_home_listing_card h3 {
  margin-bottom: 24px;
  color: #142f46;
  font-size: 24px;
  line-height: 1.22;
}
.cs_home_listing_card:first-child h3 {
  max-width: 560px;
  margin-top: 22px;
  font-size: 42px;
  line-height: 1.08;
}
.cs_home_listing_meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(39, 71, 96, 0.1);
}
.cs_home_listing_card:not(:first-child) .cs_home_listing_meta {
  grid-template-columns: 1fr;
}
.cs_home_listing_meta small {
  display: block;
  margin-bottom: 3px;
  color: rgba(39, 71, 96, 0.52);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs_home_listing_meta strong {
  display: block;
  color: #274760;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}
.cs_home_listing_action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: #274760;
  font-weight: 900;
}
.cs_home_listing_action i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f7fb;
  color: #274760;
  font-size: 12px;
  transition: all 0.25s ease;
}
.cs_home_listing_card:hover .cs_home_listing_action i {
  background: #274760;
  color: #fff;
  transform: translateX(3px);
}
.cs_home_values {
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(134, 187, 241, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5fafd 100%);
}
.cs_values_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.cs_value_card {
  position: relative;
  min-height: 310px;
  padding: 32px 28px;
  border: 1px solid rgba(39, 71, 96, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(39, 71, 96, 0.08);
  overflow: hidden;
  transition: all 0.28s ease;
}
.cs_value_card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #274760, #86bbf1);
}
.cs_value_card_icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(65, 93, 120, 0.09);
  margin-bottom: 28px;
}
.cs_value_card_icon img {
  max-width: 36px;
  max-height: 36px;
}
.cs_value_card > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(39, 71, 96, 0.35);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.cs_value_card h3 {
  margin-bottom: 14px;
  color: #142f46;
  font-size: 25px;
}
.cs_value_card p {
  margin: 0;
  color: #415d78;
}
.cs_value_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(39, 71, 96, 0.14);
}
.cs_value_card:hover .cs_value_card_icon {
  background: #274760;
}
.cs_value_card:hover .cs_value_card_icon img {
  filter: brightness(0) invert(1);
}
.cs_home_about {
  position: relative;
  padding: 20px 0 0;
}
.cs_home_about .cs_about_img {
  position: relative;
  padding: 18px;
  border-radius: 28px;
}
.cs_home_about .cs_about_img::after {
  content: "Confidential practice guidance";
  position: absolute;
  right: 36px;
  bottom: 36px;
  max-width: 230px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #274760;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(39, 71, 96, 0.14);
}
.cs_home_about .cs_about_img img {
  width: 100%;
  display: block;
  border-radius: 22px !important;
}
.cs_home_about_text p {
  color: #415d78;
  font-size: 18px;
  line-height: 1.75;
}
.cs_home_about_points {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}
.cs_home_about_points > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 14px;
  background: #f4f9fd;
  color: #274760;
  font-weight: 800;
}
.cs_home_about_points i {
  color: #86bbf1;
  font-size: 18px;
}
.cs_home_about_stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.cs_home_about_stats > div {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(39, 71, 96, 0.1);
  box-shadow: 0 12px 28px rgba(39, 71, 96, 0.06);
}
.cs_home_about_stats strong {
  display: block;
  color: #274760;
  font-size: 36px;
  line-height: 1;
}
.cs_home_about_stats span {
  display: block;
  margin-top: 8px;
  color: #6b8294;
  font-size: 14px;
  line-height: 1.35;
}
.cs_home_about_actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.cs_home_about_link {
  color: #274760;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #86bbf1;
  text-underline-offset: 5px;
}
.cs_departments.cs_style_1 .cs_department {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.cs_departments.cs_style_1 .cs_department::before {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #274760, #afd4f0);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
  z-index: -1;
}
.cs_departments.cs_style_1 .cs_department:hover {
  background: #fff;
  border-color: rgba(134, 187, 241, 0.45);
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(12, 34, 54, 0.2);
}
.cs_departments.cs_style_1 .cs_department:hover::before {
  transform: scaleX(1);
}
.cs_departments.cs_style_1 .cs_department:hover img {
  transform: translateY(-4px) scale(1.08);
}
.cs_departments.cs_style_1 .cs_department img {
  transition:
    transform 0.28s ease,
    filter 0.28s ease;
}
.cs_departments.cs_style_1 .cs_department:hover .cs_department_title {
  color: #274760;
}

@media (max-width: 1199px) {
  .cs_home_listing_grid {
    grid-template-columns: 1fr;
  }
  .cs_home_listing_card:first-child {
    min-height: auto;
  }
  .cs_home_listing_card:not(:first-child) .cs_home_listing_meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cs_values_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cs_home_listings {
    padding: 82px 0 25px;
  }
  .cs_home_listings_head {
    display: block;
  }
  .cs_home_listings_head h2 {
    font-size: 38px;
  }
  .cs_home_listings_more {
    margin-top: 22px;
  }
  .cs_home_listing_grid {
    grid-template-columns: 1fr;
  }
  .cs_home_listing_card:first-child {
    padding: 28px 22px;
  }
  .cs_home_listing_card:first-child::after {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 0 10px;
  }
  .cs_home_listing_card:first-child h3 {
    margin-top: 0;
    font-size: 30px;
  }
  .cs_home_listing_meta,
  .cs_home_listing_card:not(:first-child) .cs_home_listing_meta {
    grid-template-columns: 1fr;
  }
  .cs_home_listing_card {
    min-height: auto;
    padding: 26px 22px;
  }
  .cs_values_grid,
  .cs_home_about_stats {
    grid-template-columns: 1fr;
  }
  .cs_value_card {
    min-height: auto;
  }
  .cs_home_about .cs_about_img::after {
    right: 28px;
    bottom: 28px;
    max-width: 190px;
  }
}

/* Home refresh v2 */
.cs_home_values {
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
}
.cs_home_values .cs_section_heading {
  max-width: 760px;
  margin: 0 auto;
}
.cs_values_grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 28px 0 0;
}
.cs_values_grid::before {
  content: "";
  position: absolute;
  top: 67px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(39, 71, 96, 0.14),
    rgba(65, 143, 210, 0.65),
    rgba(39, 71, 96, 0.14)
  );
}
.cs_value_card {
  min-height: auto;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  overflow: visible;
}
.cs_value_card::before {
  display: none;
}
.cs_value_card_icon {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  margin: 0 auto 24px;
  border: 8px solid #f7fbfe;
  border-radius: 50%;
  background: #274760;
  box-shadow: 0 18px 35px rgba(39, 71, 96, 0.2);
}
.cs_value_card_icon img {
  filter: brightness(0) invert(1);
}
.cs_value_card > span {
  margin-bottom: 12px;
  color: #86bbf1;
  font-size: 13px;
  justify-content: center;
}
.cs_value_card h3 {
  max-width: 210px;
  margin: 0 auto 12px;
  font-size: 24px;
}
.cs_value_card p {
  max-width: 260px;
  margin: 0 auto;
  color: #5f788b;
}
.cs_value_card:hover {
  transform: translateY(-6px);
  box-shadow: none;
}
.cs_value_card:hover .cs_value_card_icon {
  background: #86bbf1;
  box-shadow: 0 18px 35px rgba(39, 71, 96, 0.5);
}
.cs_home_about {
  padding: 0;
}
.cs_home_about .container {
  max-width: 1320px;
}
.cs_home_about .row {
  position: relative;
  padding: 54px;
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 18% 15%,
      rgba(134, 187, 241, 0.16),
      transparent 28%
    ),
    linear-gradient(135deg, #122c43 0%, #274760 100%);
  box-shadow: 0 28px 80px rgba(20, 47, 70, 0.2);
  overflow: hidden;
}
.cs_home_about .row::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}
.cs_home_about .cs_about_img {
  padding: 0;
  border-radius: 28px;
  background: transparent;
}
.cs_home_about .cs_about_img img {
  min-height: 560px;
  object-fit: cover;
  border-radius: 28px !important;
}
.cs_home_about .cs_about_img::after {
  right: 28px;
  bottom: 28px;
  background: #ffffff;
}
.cs_home_about .cs_about_content {
  position: relative;
  z-index: 1;
}
.cs_home_about .cs_section_title,
.cs_home_about .cs_home_about_text p,
.cs_home_about .cs_section_subtitle {
  color: #fff !important;
}
.cs_home_about .cs_section_subtitle {
  color: #86bbf1 !important;
}
.cs_home_about_text p {
  opacity: 0.88;
}
.cs_home_about_points {
  grid-template-columns: 1fr;
  margin: 30px 0;
}
.cs_home_about_points > div {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.cs_home_about_points i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(134, 187, 241, 0.18);
}
.cs_home_about_stats > div {
  background: rgba(255, 255, 255, 0.96);
  border: 0;
}
.cs_home_about_actions .cs_home_about_link {
  color: #fff;
}

@media (max-width: 1199px) {
  .cs_values_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 0;
  }
  .cs_values_grid::before {
    display: none;
  }
  .cs_home_about .row {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  .cs_values_grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cs_home_about .row {
    padding: 22px;
    border-radius: 24px;
  }
  .cs_home_about .cs_about_img img {
    min-height: 360px;
  }
  .cs_home_about .cs_about_img::after {
    display: none;
  }
}

/* Home listings: listing-card style */
.cs_home_listings {
  padding: 150px 0 40px;
  background: #fff;
}
.cs_home_listings::before {
  display: none;
}
.cs_home_listings_head h2 {
  color: #142f46;
}
.cs_home_listings_head p {
  color: #5f788b;
}
.cs_home_listings_head span {
  color: #86bbf1;
}
.cs_home_listings_more {
  background: #274760;
  color: #fff;
  box-shadow: 0 18px 35px rgba(39, 71, 96, 0.16);
}
.cs_home_listings_more:hover {
  background: #86bbf1;
  color: #10283d;
}
.cs_home_listing_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1200px) {
  .cs_home_listing_grid {
    width: 90%;
    margin: auto;
    gap: 25px;
  }
}
.cs_home_listing_card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) 56px;
  padding: 0;
  border: 1px solid rgba(65, 93, 120, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(39, 71, 96, 0.09);
}
.cs_home_listing_card::before {
  content: "";
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(180deg, #274760, #86bbf1);
}
.cs_home_listing_card::after {
  display: none;
}
.cs_home_listing_card:first-child,
.cs_home_listing_card:not(:first-child) {
  grid-row: auto;
  min-height: 118px;
  padding: 0;
  background: #fff;
}
.cs_home_listing_card:hover {
  transform: translateY(-2px);
  border-color: rgba(65, 93, 120, 0.18);
  box-shadow: 0 22px 48px rgba(39, 71, 96, 0.14);
}
.cs_home_listing_card .cs_listing_card_body {
  padding: 28px 26px 22px;
}
.cs_home_listing_card .cs_listing_card_title h3,
.cs_home_listing_card:first-child .cs_listing_card_title h3 {
  max-width: none;
  margin: 0;
  color: #142f46;
  font-size: 24px;
  line-height: 1.2;
}
.cs_home_listing_card .cs_listing_meta_grid,
.cs_home_listing_card:first-child .cs_listing_meta_grid,
.cs_home_listing_card:not(:first-child) .cs_listing_meta_grid {
  grid-template-columns: 0.9fr 1fr 1fr 1fr 1.3fr;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
.cs_home_listing_card .cs_listing_meta_grid > div {
  min-height: 54px;
  padding: 0 14px;
  border-left: 1px solid rgba(39, 71, 96, 0.1);
}
.cs_home_listing_card .cs_listing_meta_grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.cs_home_listing_card .cs_listing_arrow {
  display: flex;
}

@media (max-width: 991px) {
  .cs_home_listing_card .cs_listing_meta_grid,
  .cs_home_listing_card:first-child .cs_listing_meta_grid,
  .cs_home_listing_card:not(:first-child) .cs_listing_meta_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .cs_home_listing_card .cs_listing_meta_grid > div {
    min-height: auto;
    padding: 0;
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .cs_home_listings {
    padding: 82px 0 25px;
  }
  .cs_home_listing_card,
  .cs_home_listing_card:first-child,
  .cs_home_listing_card:not(:first-child) {
    grid-template-columns: 6px minmax(0, 1fr);
  }
  .cs_home_listing_card .cs_listing_card_body {
    padding: 28px 18px 20px;
  }
  .cs_home_listing_card .cs_listing_arrow {
    grid-column: 1 / -1;
    min-height: 46px;
  }
  .cs_home_listing_card .cs_listing_meta_grid,
  .cs_home_listing_card:first-child .cs_listing_meta_grid,
  .cs_home_listing_card:not(:first-child) .cs_listing_meta_grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cs_home_listing_card .cs_listing_meta_grid > div {
    padding: 10px 0 0;
    border-top: 1px solid rgba(39, 71, 96, 0.1);
  }
  .cs_home_listing_card .cs_listing_meta_grid > div:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
/* Home scheduler */
.cs_home_scheduler {
  padding: 150px 0 25px;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(175, 212, 240, 0.42),
      transparent 30%
    ),
    radial-gradient(
      circle at 86% 78%,
      rgba(134, 187, 241, 0.14),
      transparent 28%
    ),
    #ffffff;
}
.cs_home_scheduler_head {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}
.cs_home_scheduler_head > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #86bbf1;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cs_home_scheduler_head h2 {
  margin-bottom: 18px;
  color: #142f46;
  font-size: 64px;
}
.cs_home_scheduler_head p {
  margin: 0;
  color: #415d78;
  font-size: 20px;
}
.cs_scheduler_card {
  overflow: hidden;
  border: 1px solid rgba(39, 71, 96, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(39, 71, 96, 0.12);
}
.cs_scheduler_card [hidden] {
  display: none !important;
}
@keyframes schedulerPanelIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes schedulerNextIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cs_scheduler_steps {
  display: flex;
  gap: 10px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(39, 71, 96, 0.1);
  background: #f7fbfe;
  justify-content: center;
}
.cs_scheduler_steps span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #6b8294;
  font-size: 13px;
  font-weight: 900;
}
.cs_scheduler_steps span.active {
  background: #274760;
  color: #fff;
}
.cs_scheduler_booking {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  transition: grid-template-columns 0.35s ease;
}
.cs_scheduler_booking:not(.is-expanded) {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.cs_scheduler_booking.is-expanded {
  grid-template-columns: minmax(330px, 0.8fr) minmax(330px, 0.95fr) minmax(
      300px,
      0.9fr
    );
}
.cs_scheduler_booking.is-form-open {
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
}
.cs_scheduler_intro,
.cs_scheduler_calendar,
.cs_scheduler_times,
.cs_scheduler_form {
  padding: 42px;
}
.cs_scheduler_intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(134, 187, 241, 0.18),
      transparent 32%
    ),
    #ffffff;
  border-right: 1px solid rgba(39, 71, 96, 0.1);
  transition: all 0.3s ease;
}
.cs_scheduler_booking.is-expanding .cs_scheduler_times {
  animation: schedulerPanelIn 0.42s ease both;
}
.cs_scheduler_booking.is-expanding .cs_scheduler_calendar {
  animation: schedulerPanelIn 0.36s ease both;
}
.cs_scheduler_booking.is-expanded .cs_scheduler_intro {
  padding: 38px 34px;
}
.cs_scheduler_booking.is-form-open .cs_scheduler_intro {
  padding: 42px;
}
.cs_scheduler_intro > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(134, 187, 241, 0.16);
  color: #274760;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs_scheduler_intro h3 {
  margin-bottom: 16px;
  color: #142f46;
  font-size: 36px;
  line-height: 1.12;
}
.cs_scheduler_intro p {
  margin: 0 0 24px;
  color: #5f788b;
  font-size: 17px;
  line-height: 1.65;
}
.cs_scheduler_summary {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.cs_scheduler_summary > div {
  padding: 16px;
  border: 1px solid rgba(39, 71, 96, 0.1);
  border-radius: 14px;
  background: #f8fbfd;
}
.cs_scheduler_summary small {
  display: block;
  margin-bottom: 5px;
  color: rgba(39, 71, 96, 0.5);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs_scheduler_summary strong {
  display: block;
  color: #274760;
  font-size: 15px;
  line-height: 1.35;
}
.cs_scheduler_intro ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cs_scheduler_intro li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #415d78;
  font-weight: 800;
  line-height: 1.4;
}
.cs_scheduler_intro li i {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(39, 71, 96, 0.08);
  color: #274760;
  font-size: 12px;
}
.cs_scheduler_calendar {
  background: linear-gradient(180deg, rgba(244, 249, 253, 0.94), #fff);
  border-right: 1px solid rgba(39, 71, 96, 0.1);
}
.cs_scheduler_booking:not(.is-expanded) .cs_scheduler_calendar {
  border-right: 0;
}
.cs_scheduler_title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}
.cs_scheduler_title > i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #274760;
  color: #fff;
  font-size: 24px;
}
.cs_scheduler_title h3 {
  margin: 0 0 4px;
  color: #142f46;
  font-size: 26px;
}
.cs_scheduler_title p {
  margin: 0;
  color: #6b8294;
}
.cs_scheduler_month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.cs_scheduler_month strong {
  color: #274760;
  font-size: 18px;
}
.cs_scheduler_month button,
.cs_scheduler_days button,
.cs_scheduler_time_row button,
.cs_scheduler_form_head button {
  border: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}
.cs_scheduler_month button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #274760;
  box-shadow: 0 8px 20px rgba(39, 71, 96, 0.08);
}
.cs_scheduler_month button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.cs_scheduler_days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  text-align: center;
}
.cs_scheduler_days span {
  color: #6b8294;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.cs_scheduler_days button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  color: #274760;
  font-weight: 900;
}
.cs_scheduler_day_empty {
  min-height: 46px;
}
.cs_scheduler_days button.today {
  box-shadow: inset 0 0 0 2px #86bbf1;
}
.cs_scheduler_days button:not(:disabled):hover,
.cs_scheduler_days button.active {
  background: #274760;
  color: #fff;
}
.cs_scheduler_days button:disabled {
  opacity: 0.26;
  cursor: not-allowed;
}
.cs_scheduler_timezone {
  margin-top: 30px;
  color: #274760;
}
.cs_scheduler_timezone strong {
  display: block;
  margin-bottom: 8px;
}
.cs_scheduler_timezone span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #415d78;
}
.cs_scheduler_empty {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #415d78;
}
.cs_scheduler_empty i {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 24px;
  background: rgba(134, 187, 241, 0.13);
  color: #274760;
  font-size: 30px;
}
.cs_scheduler_empty h3,
.cs_scheduler_time_list h3 {
  color: #142f46;
  font-size: 24px;
}
.cs_scheduler_time_list {
  display: grid;
  gap: 14px;
}
.cs_scheduler_time_slots {
  display: grid;
  gap: 14px;
}
.cs_scheduler_time_row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.cs_scheduler_time_row.selected {
  grid-template-columns: 1fr 1fr;
}
.cs_scheduler_time_row button {
  min-height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(39, 71, 96, 0.14);
  background: #fff;
  color: #274760;
  font-size: 17px;
  font-weight: 900;
}
.cs_scheduler_time_row button:hover,
.cs_scheduler_time_row.selected [data-time] {
  background: #274760;
  color: #fff;
}
.cs_scheduler_next {
  display: none;
  background: #86bbf1 !important;
  color: #102008 !important;
}
.cs_scheduler_time_row.selected .cs_scheduler_next {
  display: block;
  animation: schedulerNextIn 0.28s ease both;
}
.cs_scheduler_form {
  background: #fff;
  min-width: 0;
}
.cs_scheduler_booking.is-form-open .cs_scheduler_form {
  display: block;
}
.cs_scheduler_form_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(39, 71, 96, 0.1);
}
.cs_scheduler_form_head button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f4f9fd;
  color: #274760;
  font-weight: 900;
}
.cs_scheduler_form_head span,
.cs_scheduler_form_head strong {
  display: block;
  text-align: right;
}
.cs_scheduler_form_head span {
  color: #6b8294;
}
.cs_scheduler_form_head strong {
  color: #142f46;
  font-size: 22px;
}
.cs_scheduler_form_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.cs_scheduler_form_grid label,
.cs_scheduler_choice > span {
  display: block;
  color: #274760;
  font-weight: 900;
}
.cs_scheduler_form_grid label span {
  display: block;
  margin-bottom: 8px;
}
.cs_scheduler_form_grid input,
.cs_scheduler_form_grid textarea {
  width: 100%;
  border: 1px solid rgba(39, 71, 96, 0.14);
  border-radius: 16px;
  background: #f8fbfd;
  color: #274760;
  outline: none;
}
.cs_scheduler_form_grid input {
  height: 56px;
  padding: 0 18px;
}
.cs_scheduler_form_grid textarea {
  min-height: 100px;
  padding: 16px 18px;
  resize: vertical;
}
.cs_scheduler_notes {
  grid-column: 1 / -1;
}
.cs_scheduler_form_grid input:focus,
.cs_scheduler_form_grid textarea:focus {
  border-color: #86bbf1;
  background: #fff;
}
.cs_scheduler_choice {
  margin: 24px 0;
}
.cs_scheduler_choice > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.cs_scheduler_choice label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f4f9fd;
  color: #274760;
  font-weight: 800;
}
.cs_scheduler_choice input {
  accent-color: #86bbf1;
}

@media (max-width: 1199px) {
  .cs_scheduler_booking,
  .cs_scheduler_booking:not(.is-expanded),
  .cs_scheduler_booking.is-expanded {
    grid-template-columns: 1fr;
  }
  .cs_scheduler_intro {
    border-right: 0;
    border-bottom: 1px solid rgba(39, 71, 96, 0.1);
  }
  .cs_scheduler_calendar {
    border-right: 0;
    border-bottom: 1px solid rgba(39, 71, 96, 0.1);
  }
}

@media (max-width: 767px) {
  .cs_home_scheduler {
    padding: 95px 0 15px;
  }
  .cs_home_scheduler_head h2 {
    font-size: 42px;
  }
  .cs_scheduler_calendar,
  .cs_scheduler_intro,
  .cs_scheduler_times,
  .cs_scheduler_form {
    padding: 24px;
  }
  .cs_scheduler_intro h3 {
    font-size: 28px;
  }
  .cs_scheduler_form_grid,
  .cs_scheduler_time_row.selected {
    grid-template-columns: 1fr;
  }
  .cs_scheduler_days {
    gap: 0px;
  }
  .cs_scheduler_days button {
    height: 32px;
    width: 32px;
  }
}

/* Responsive header and listing repair */
html,
body {
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

.cs_site_header.cs_style1 {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(39, 71, 96, 0.08);
}

.cs_site_header.cs_style1.cs_gescout_sticky,
.cs_site_header.cs_style1.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}

.cs_site_header.cs_style1 .cs_main_header {
  background: rgba(238, 247, 252, 0.78);
}

.cs_site_header.cs_style1 .cs_main_header_in {
  height: 88px;
  flex-wrap: nowrap;
}

.cs_site_header.cs_style1 .cs_main_header_left {
  min-width: 0;
}

.cs_site_header.cs_style1 .cs_main_header_right {
  position: static;
}

.cs_site_header.cs_style1 .cs_site_branding {
  flex: 0 0 auto;
  position: static;
  line-height: 1;
  -webkit-transform: none;
  transform: none;
}

.cs_site_header.cs_style1 .cs_site_branding img {
  display: block;
  width: 150px;
  height: auto;
}

.cs_site_header.cs_style1 .cs_toolbox {
  gap: 26px;
  color: #274760;
}

.cs_banner.cs_style_1 {
  margin-top: 0;
}

.cs_banner.cs_page_banner {
  min-height: clamp(360px, 42vw, 500px);
  padding: clamp(70px, 9vw, 120px) 0 clamp(58px, 8vw, 95px);
}

.cs_banner.cs_page_banner .cs_banner_title {
  font-size: clamp(44px, 8vw, 72px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.cs_page_banner_label {
  max-width: 100%;
  white-space: normal;
}

.cs_listing_shell {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 315px);
}

.cs_listing_card,
.cs_listing_detail_card,
.cs_listing_search_panel,
.cs_listing_side_hero,
.cs_listing_side_card {
  min-width: 0;
}

.cs_listing_card_title h3,
.cs_listing_detail_card h1,
.cs_listing_meta_grid strong {
  overflow-wrap: anywhere;
}

@media (min-width: 1200px) {
  .cs_site_header.cs_style1 .cs_main_header_in {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    align-items: center;
  }

  .cs_site_header.cs_style1 .cs_main_header_left {
    width: 100%;
    display: contents;
  }

  .cs_site_header.cs_style1 .cs_site_branding {
    grid-column: 1;
    justify-self: start;
  }

  .cs_site_header.cs_style1 .cs_nav {
    grid-column: 2;
    justify-self: center;
  }

  .cs_site_header.cs_style1 .cs_main_header_right {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: static;
  }

  .cs_nav .cs_nav_list {
    justify-content: center;
  }

  .cs_nav .cs_nav_list > li {
    margin-right: clamp(28px, 3.4vw, 52px);
  }
}

@media (max-width: 1199px) {
  .cs_site_header.cs_style1 .cs_main_header_in {
    height: 76px;
  }

  .cs_site_header.cs_style1 .cs_main_header_left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .cs_site_header.cs_style1 .cs_main_header_right {
    position: absolute;
    right: 58px;
    top: 0;
    height: 76px;
    padding-right: 0;
  }

  .cs_site_header.cs_style1 .cs_site_branding img {
    width: 138px;
  }

  .cs_nav .cs_nav_list {
    top: 124px;
    height: calc(100vh - 124px);
    background: #fff;
    box-shadow: 0 24px 40px rgba(39, 71, 96, 0.12);
  }

  .cs_menu_toggle {
    right: 0;
  }

  .cs_listing_shell {
    grid-template-columns: 1fr;
  }

  .cs_listing_sidebar {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .cs_top_bar_in {
    justify-content: center;
  }

  .cs_listing_flow,
  .cs_listing_detail_page {
    padding: 60px 0 70px;
  }

  .cs_listing_sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs_listing_detail_content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cs_top_bar {
    letter-spacing: 0.6px;
  }

  .cs_top_bar_in {
    gap: 8px;
  }

  .cs_top_bar_left,
  .cs_top_bar_right {
    gap: 8px;
  }

  .cs_top_bar .cs_top_bar_cta {
    min-height: 36px;
    padding: 0 16px;
  }

  .cs_banner.cs_page_banner {
    min-height: auto;
    padding: 54px 0 62px;
  }

  .cs_banner.cs_page_banner .cs_page_banner_content {
    padding-left: 22px;
  }

  .cs_banner.cs_page_banner::after {
    right: -80px;
    bottom: 42px;
    width: 220px;
    height: 220px;
  }

  .cs_page_banner_meta {
    gap: 10px;
    margin-top: 24px;
  }

  .cs_listing_select_grid,
  .cs_listing_sidebar,
  .cs_listing_action_grid {
    grid-template-columns: 1fr;
  }

  .cs_listing_card {
    grid-template-columns: 6px minmax(0, 1fr);
  }

  .cs_listing_card_body {
    padding: 26px 18px 20px;
  }

  .cs_listing_meta_grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cs_listing_meta_grid > div {
    min-height: auto;
    padding: 10px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(39, 71, 96, 0.1);
  }

  .cs_listing_meta_grid > div:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .cs_listing_arrow {
    grid-column: 1 / -1;
    min-height: 46px;
  }
}

@media (max-width: 575px) {
  .cs_top_bar_in {
    padding: 9px 0 10px;
  }

  .cs_top_bar_left,
  .cs_top_bar_right {
    width: 100%;
  }

  .cs_top_bar_left a:nth-of-type(2),
  .cs_top_bar_right a:not(.cs_top_bar_cta),
  .cs_top_bar_divider {
    display: none;
  }

  .cs_site_header.cs_style1 .cs_main_header_in {
    height: 72px;
  }

  .cs_site_header.cs_style1 .cs_main_header_right {
    right: 52px;
    height: 72px;
  }

  .cs_site_header.cs_style1 .cs_site_branding img {
    width: 120px;
  }

  .cs_site_header.cs_style1 .cs_toolbox {
    gap: 18px;
  }

  .cs_toolbox .cs_toolbox_btn svg {
    max-width: 28px;
    height: auto;
  }

  .cs_nav .cs_nav_list {
    top: 156px;
    height: calc(100vh - 156px);
  }

  .cs_banner.cs_page_banner {
    padding: 44px 0 58px;
  }

  .cs_banner.cs_page_banner .cs_page_banner_content {
    padding-left: 18px;
  }

  .cs_banner.cs_page_banner .cs_banner_title {
    font-size: 46px;
  }

  .cs_banner.cs_page_banner .cs_banner_subtitle {
    font-size: 17px;
    line-height: 1.55;
  }

  .cs_page_banner_meta span {
    width: 100%;
    min-height: 48px;
  }

  .cs_listing_flow,
  .cs_listing_detail_page {
    padding: 46px 0 60px;
  }

  .cs_listing_search_panel,
  .cs_listing_detail_card,
  .cs_listing_side_card {
    border-radius: 16px;
  }

  .cs_listing_card_title h3 {
    font-size: 21px;
  }

  .cs_listing_detail_card h1 {
    font-size: 26px;
  }

  .cs_listing_side_hero {
    min-height: 210px;
  }
}

/* All-screen responsive polish */
.cs_scheduler_booking > *,
.cs_home_listing_card,
.cs_listing_card,
.cs_listing_detail_card {
  min-width: 0;
}

.cs_scheduler_intro h3,
.cs_scheduler_title h3,
.cs_home_listings_head h2,
.cs_listing_card_title h3,
.cs_listing_detail_card h1 {
  overflow-wrap: anywhere;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .cs_scheduler_booking.is-expanded {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .cs_scheduler_booking.is-expanded .cs_scheduler_intro {
    grid-column: 1 / -1;
    padding: 36px 42px;
  }

  .cs_scheduler_booking.is-expanded .cs_scheduler_summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs_scheduler_booking.is-expanded .cs_scheduler_intro ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cs_scheduler_booking.is-form-open {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  }

  .cs_scheduler_booking.is-form-open .cs_scheduler_intro {
    grid-column: auto;
  }

  .cs_scheduler_booking.is-form-open .cs_scheduler_intro ul,
  .cs_scheduler_booking.is-form-open .cs_scheduler_summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .cs_scheduler_booking,
  .cs_scheduler_booking:not(.is-expanded),
  .cs_scheduler_booking.is-expanded,
  .cs_scheduler_booking.is-form-open {
    grid-template-columns: 1fr;
  }

  .cs_scheduler_booking.is-expanded .cs_scheduler_intro,
  .cs_scheduler_booking.is-form-open .cs_scheduler_intro {
    grid-column: auto;
  }

  .cs_scheduler_intro,
  .cs_scheduler_calendar,
  .cs_scheduler_times {
    border-right: 0;
    border-bottom: 1px solid rgba(39, 71, 96, 0.1);
  }

  .cs_scheduler_summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .cs_home_listings_head {
    display: block;
  }

  .cs_home_listings_more {
    margin-top: 22px;
  }

  .cs_scheduler_intro,
  .cs_scheduler_calendar,
  .cs_scheduler_times,
  .cs_scheduler_form {
    padding: 30px;
  }

  .cs_scheduler_intro h3 {
    font-size: 30px;
  }

  .cs_scheduler_summary,
  .cs_scheduler_booking.is-expanded .cs_scheduler_summary,
  .cs_scheduler_booking.is-expanded .cs_scheduler_intro ul {
    grid-template-columns: 1fr;
  }

  .cs_scheduler_form_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cs_home_listings,
  .cs_home_scheduler {
    padding-top: 72px;
  }

  .cs_home_listings_head h2,
  .cs_home_scheduler_head h2 {
    font-size: 36px;
    line-height: 1.12;
  }

  .cs_home_scheduler_head p,
  .cs_home_listings_head p {
    font-size: 16px;
  }

  .cs_scheduler_steps {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 14px 16px;
  }

  .cs_scheduler_steps span {
    flex: 0 0 auto;
  }

  .cs_scheduler_intro,
  .cs_scheduler_calendar,
  .cs_scheduler_times,
  .cs_scheduler_form {
    padding: 22px;
  }

  .cs_scheduler_title {
    align-items: flex-start;
    gap: 12px;
  }

  .cs_scheduler_title > i {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 20px;
  }

  .cs_scheduler_month button {
    width: 36px;
    height: 36px;
  }

  .cs_scheduler_days {
    gap: 4px;
  }

  .cs_scheduler_days span {
    font-size: 10px;
  }

  .cs_scheduler_days button {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    font-size: 13px;
  }

  .cs_scheduler_time_row.selected {
    grid-template-columns: 1fr;
  }

  .cs_scheduler_form_head {
    display: grid;
    gap: 14px;
  }

  .cs_scheduler_form_head span,
  .cs_scheduler_form_head strong {
    text-align: left;
  }

  .cs_scheduler_choice label {
    width: 100%;
    justify-content: flex-start;
  }
}
/* Connect and login pages */
.cs_connect_hero,
.cs_login_page {
  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(130, 188, 237, 0.28),
      transparent 34%
    ),
    linear-gradient(135deg, #f8fcff 0%, #eaf6ff 100%);
}

.cs_connect_hero {
  padding: 96px 0 74px;
  overflow: hidden;
}

.cs_connect_hero_in {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: end;
}

.cs_connect_label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(44, 78, 105, 0.1);
  color: #2b4d68;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs_connect_hero h1,
.cs_login_panel h1 {
  margin: 18px 0 18px;
  color: #1f3a52;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.cs_connect_hero p,
.cs_login_panel p {
  max-width: 720px;
  margin: 0;
  color: #4a6a85;
  font-size: 20px;
  line-height: 1.65;
}

.cs_connect_hero_card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(43, 77, 104, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(36, 72, 100, 0.13);
}

.cs_connect_hero_card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: #2f536f;
  color: #fff;
  font-size: 24px;
}

.cs_connect_hero_card strong,
.cs_connect_hero_card span {
  display: block;
}

.cs_connect_hero_card strong {
  color: #1f3a52;
  font-size: 24px;
  margin-bottom: 8px;
}

.cs_connect_hero_card span {
  color: #5d7690;
  line-height: 1.55;
}

.cs_connect_page {
  padding: 86px 0 120px;
  background: #f7fbff;
}

.cs_connect_grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: start;
}

.cs_connect_aside,
.cs_connect_form,
.cs_login_panel,
.cs_login_form {
  border: 1px solid rgba(43, 77, 104, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 65px rgba(36, 72, 100, 0.1);
}

.cs_connect_aside {
  position: sticky;
  top: 150px;
  padding: 36px;
}

.cs_connect_aside h2,
.cs_connect_form_head h2,
.cs_login_form_head h2 {
  margin: 0;
  color: #1f3a52;
}

.cs_connect_aside p {
  margin: 15px 0 24px;
  color: #59748b;
  line-height: 1.65;
}

.cs_connect_aside ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cs_connect_aside li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #2f536f;
  font-weight: 700;
}

.cs_connect_aside li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e9f2dc;
  color: #5b7f2d;
  font-size: 12px;
}

.cs_connect_contact_strip {
  margin-top: 30px;
  padding: 22px;
  border-radius: 20px;
  background: #edf7ff;
}

.cs_connect_contact_strip span,
.cs_connect_contact_strip a {
  display: block;
}

.cs_connect_contact_strip span {
  color: #668098;
  font-size: 14px;
  margin-bottom: 5px;
}

.cs_connect_contact_strip a {
  color: #1f3a52;
  font-size: 20px;
  font-weight: 800;
}

.cs_connect_form {
  padding: 42px;
}

.cs_connect_form_head {
  margin-bottom: 30px;
}

.cs_connect_form_head span {
  color: #6a879f;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
}

.cs_connect_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cs_connect_fields label,
.cs_login_form label {
  display: grid;
  gap: 9px;
}

.cs_connect_fields span,
.cs_login_form label > span {
  color: #2f536f;
  font-weight: 800;
  font-size: 14px;
}

.cs_connect_fields input,
.cs_connect_fields select,
.cs_connect_fields textarea,
.cs_login_form input[type="email"],
.cs_login_form input[type="password"],
.cs_login_form .cs_password_field input {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(47, 83, 111, 0.18);
  border-radius: 16px;
  background: #fbfdff;
  color: #1f3a52;
  padding: 14px 18px;
  outline: 0;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.cs_connect_fields textarea {
  resize: vertical;
  min-height: 190px;
}

.cs_connect_fields input:focus,
.cs_connect_fields select:focus,
.cs_connect_fields textarea:focus,
.cs_login_form input[type="email"]:focus,
.cs_login_form input[type="password"]:focus,
.cs_login_form .cs_password_field input:focus {
  border-color: #79b8ee;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(121, 184, 238, 0.18);
}

.cs_connect_full {
  grid-column: 1 / -1;
}

.cs_connect_submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 15px 30px;
  margin-top: 28px;
  border: 0;
  border-radius: 999px;
  background: #2f536f;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(47, 83, 111, 0.24);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.cs_connect_submit:hover {
  transform: translateY(-2px);
  background: #243f56;
  color: #fff;
  box-shadow: 0 22px 45px rgba(47, 83, 111, 0.3);
}

.cs_login_page {
  padding: 96px 0 120px;
}

.cs_login_shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 30px;
  align-items: stretch;
}

.cs_login_panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.92),
      rgba(238, 248, 255, 0.94)
    ),
    radial-gradient(
      circle at 90% 12%,
      rgba(121, 184, 238, 0.25),
      transparent 30%
    );
}

.cs_login_points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 38px;
}

.cs_login_points span {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  color: #2f536f;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(36, 72, 100, 0.08);
}

.cs_login_points i {
  color: #79b8ee;
  font-size: 22px;
}

.cs_login_form {
  padding: 42px;
}

.cs_login_form_head {
  margin-bottom: 28px;
}

.cs_login_form_head p {
  margin: 8px 0 0;
  color: #657f96;
}

.cs_login_form {
  display: grid;
  gap: 20px;
}

.cs_login_options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #55718a;
  font-size: 14px;
}

.cs_login_options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cs_login_options a,
.cs_login_join a {
  color: #2f536f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cs_login_join {
  margin: 0;
  color: #667f96;
  text-align: center;
}

.cs_password_field {
  position: relative;
  display: block;
}
.cs_login_form .cs_password_field input {
  padding-right: 58px;
}
.cs_password_toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #5b7890;
  cursor: pointer;
  transform: translateY(-50%);
}
.cs_password_toggle:hover,
.cs_password_toggle:focus-visible {
  background: #eaf6ff;
  color: #2f536f;
  outline: 0;
}
.cs_forgot_password_form .cs_login_form_head {
  margin-bottom: 8px;
}
.cs_form_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #eaf6ff;
  color: #2f536f;
}
.cs_reset_message {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ebf8ef;
  color: #2c6f42;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.cs_reset_message.is-visible {
  display: block;
}
.cs_reset_message.is-error {
  background: #fff0f0;
  color: #a23f45;
}
.cs_verification_code {
  height: 60px !important;
  padding: 12px 16px !important;
  border: 2px solid #9ccbdc !important;
  border-radius: 14px !important;
  background: #f5fbfe !important;
  color: #204d68 !important;
  font-size: 24px !important;
  font-weight: 800;
  letter-spacing: 0.42em;
  text-align: center;
}
.cs_verification_code::placeholder {
  color: #9db4c0;
  letter-spacing: 0.35em;
}
.cs_otp_helper {
  margin: -2px 0 17px;
  color: #6d8797;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .cs_connect_hero_in,
  .cs_connect_grid,
  .cs_login_shell {
    grid-template-columns: 1fr;
  }

  .cs_connect_aside {
    position: static;
  }

  .cs_login_points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cs_connect_hero,
  .cs_login_page {
    padding: 70px 0 56px;
  }

  .cs_connect_page {
    padding: 56px 0 80px;
  }

  .cs_connect_hero h1,
  .cs_login_panel h1 {
    font-size: 44px;
  }

  .cs_connect_hero p,
  .cs_login_panel p {
    font-size: 17px;
  }

  .cs_connect_form,
  .cs_connect_aside,
  .cs_login_panel,
  .cs_login_form,
  .cs_connect_hero_card {
    padding: 26px;
    border-radius: 20px;
  }

  .cs_connect_fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cs_connect_submit {
    width: 100%;
  }

  .cs_login_options {
    display: grid;
    justify-content: start;
  }
}

/* Sellers page */
.cs_seller_hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 92px;
  background:
    linear-gradient(
      115deg,
      rgba(248, 252, 255, 0.96) 0%,
      rgba(232, 245, 255, 0.9) 52%,
      rgba(31, 58, 82, 0.38) 100%
    ),
    url("../img/home_1/hero_bg.jpg") center/cover no-repeat;
}

.cs_seller_hero::before {
  content: "";
  position: absolute;
  inset: auto -120px -260px auto;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(47, 83, 111, 0.13);
  border-radius: 50%;
}

.cs_seller_hero_grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 54px;
  align-items: start;
}

.cs_seller_hero_content h1 {
  max-width: 760px;
  margin: 18px 0 22px;
  color: #1f3a52;
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.98;
}

.cs_seller_hero_content p {
  max-width: 650px;
  margin: 0;
  color: #496a86;
  font-size: 20px;
  line-height: 1.65;
}

.cs_seller_hero_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.cs_seller_btn,
.cs_seller_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 15px 28px;
  border: 0;
  border-radius: 999px;
  background: #2f536f;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(47, 83, 111, 0.22);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.cs_seller_btn:hover,
.cs_seller_submit:hover {
  transform: translateY(-2px);
  background: #243f56;
  color: #fff;
  box-shadow: 0 22px 46px rgba(47, 83, 111, 0.28);
}

.cs_seller_link {
  color: #2f536f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.cs_seller_form {
  padding: 30px;
  border: 1px solid rgba(47, 83, 111, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 80px rgba(36, 72, 100, 0.16);
  backdrop-filter: blur(12px);
}

.cs_seller_form_head {
  margin-bottom: 24px;
}

.cs_seller_form_head span,
.cs_seller_section_head span {
  display: inline-block;
  color: #6a879f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs_seller_form_head h2 {
  margin: 6px 0 6px;
  color: #1f3a52;
  font-size: 30px;
}

.cs_seller_form_head p {
  margin: 0;
  color: #5d7891;
}

.cs_seller_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cs_seller_fields label {
  display: grid;
  gap: 8px;
}

.cs_seller_fields label span {
  color: #2f536f;
  font-size: 13px;
  font-weight: 800;
}

.cs_seller_fields input,
.cs_seller_fields select {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(47, 83, 111, 0.16);
  border-radius: 14px;
  background: #fbfdff;
  color: #1f3a52;
  outline: 0;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.cs_seller_fields input:focus,
.cs_seller_fields select:focus {
  border-color: #79b8ee;
  background: #fff;
}

.cs_seller_full,
.cs_seller_submit {
  grid-column: 1 / -1;
}

.cs_seller_submit {
  width: 100%;
  margin-top: 22px;
}

.cs_seller_reason,
.cs_seller_testimonials {
  padding: 96px 0;
  background: #f7fbff;
}

.cs_seller_section_head {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.cs_seller_section_head h2 {
  margin: 10px 0 14px;
  color: #1f3a52;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.08;
}

.cs_seller_section_head p {
  margin: 0 auto;
  max-width: 720px;
  color: #57738c;
  font-size: 18px;
  line-height: 1.65;
}

.cs_seller_stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cs_seller_stats div {
  min-height: 150px;
  padding: 28px 22px;
  border: 1px solid rgba(47, 83, 111, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(36, 72, 100, 0.08);
  text-align: center;
}

.cs_seller_stats strong {
  display: block;
  margin-bottom: 10px;
  color: #2f536f;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
}

.cs_seller_stats span {
  color: #627d95;
  font-weight: 700;
  line-height: 1.45;
}

.cs_seller_value {
  padding: 104px 0;
  background: #fff;
}

.cs_seller_value_grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.cs_seller_value_img {
  overflow: hidden;
  min-height: 520px;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(36, 72, 100, 0.14);
}

.cs_seller_value_img img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.cs_seller_value_content h2 {
  margin: 18px 0;
  color: #1f3a52;
  font-size: clamp(36px, 4.7vw, 64px);
  line-height: 1.05;
}

.cs_seller_value_content p {
  margin: 0 0 24px;
  color: #55738e;
  font-size: 18px;
  line-height: 1.7;
}

.cs_seller_value_content ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.cs_seller_value_content li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #2f536f;
  font-weight: 800;
}

.cs_seller_value_content li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaf6ff;
  color: #4f9adc;
  font-size: 12px;
}

.cs_seller_testimonial_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cs_seller_testimonial_grid article {
  padding: 34px;
  border: 1px solid rgba(47, 83, 111, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(36, 72, 100, 0.08);
}

.cs_seller_testimonial_grid i {
  color: #79b8ee;
  font-size: 28px;
}

.cs_seller_testimonial_grid h3 {
  margin: 20px 0 12px;
  color: #1f3a52;
  font-size: 24px;
}

.cs_seller_testimonial_grid p {
  margin: 0 0 20px;
  color: #5f7b94;
  line-height: 1.65;
}

.cs_seller_testimonial_grid span {
  color: #2f536f;
  font-weight: 800;
}

.cs_seller_final {
  padding: 110px 0;
  background:
    linear-gradient(90deg, rgba(31, 58, 82, 0.92), rgba(31, 58, 82, 0.72)),
    url("../img/cta_img.jpg") center/cover no-repeat;
}

.cs_seller_final_box {
  max-width: 680px;
}

.cs_seller_final h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.08;
}

.cs_seller_final p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.68;
}

.cs_seller_final .cs_seller_btn {
  background: #79b8ee;
  color: #17324a;
}

.cs_seller_final .cs_seller_btn:hover {
  background: #fff;
  color: #17324a;
}

.cs_buyer_hero {
  background:
    linear-gradient(
      115deg,
      rgba(248, 252, 255, 0.97) 0%,
      rgba(232, 245, 255, 0.92) 48%,
      rgba(31, 58, 82, 0.42) 100%
    ),
    url("../img/hero_img.jpg") center/cover no-repeat;
}

.cs_buyer_form .cs_seller_fields {
  gap: 14px;
}

.cs_buyer_checks {
  display: grid;
  gap: 12px;
}

.cs_buyer_checks > span {
  color: #2f536f;
  font-size: 13px;
  font-weight: 800;
}

.cs_buyer_checks > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cs_buyer_checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(47, 83, 111, 0.12);
  border-radius: 14px;
  background: #f7fbff;
  color: #2f536f;
  font-size: 13px;
  font-weight: 800;
}

.cs_buyer_checks input {
  width: 15px;
  height: 15px;
  accent-color: #2f536f;
}

.cs_buyer_register_step {
  margin-top: 12px;
}

.cs_buyer_security_fields {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(47, 83, 111, 0.12);
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(238, 248, 255, 0.94)
  );
  box-shadow: 0 18px 40px rgba(36, 72, 100, 0.08);
}

.cs_buyer_security_fields > label {
  display: grid;
  gap: 8px;
}

.cs_email_otp_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cs_email_otp_wrap input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(47, 83, 111, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(47, 83, 111, 0.04);
}

.cs_buyer_security_fields input[type="password"],
.cs_buyer_security_fields input[type="email"],
.cs_buyer_security_fields input[type="text"] {
  padding: 14px 16px;
  border: 1px solid rgba(47, 83, 111, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(47, 83, 111, 0.04);
}

.cs_otp_action {
  min-height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2f536f, #79b8ee);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(47, 83, 111, 0.15);
}

.cs_otp_action:hover {
  background: linear-gradient(135deg, #243f56, #5da7e2);
}

.cs_otp_action.is-disabled {
  opacity: 0.75;
  cursor: wait;
}

.cs_otp_status {
  min-height: 20px;
  color: #668098;
  font-size: 13px;
}

.cs_otp_status.is-success {
  color: #2f7a3f;
}

.cs_otp_status.is-error {
  color: #b3364f;
}

.cs_phone_input_wrap {
  display: flex;
  gap: 10px;
}

.cs_phone_code {
  flex: 0 0 90px;
  min-width: 90px;
}

.cs_form_message {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eef7ff;
  color: #2f536f;
  font-weight: 700;
}

.cs_form_message.is-success {
  background: #ecf8ef;
  color: #2b6f3f;
}

.cs_form_message.is-error {
  background: #fff0f2;
  color: #a33244;
}

.cs_buyer_regions {
  padding: 104px 0;
  background:
    linear-gradient(90deg, rgba(31, 58, 82, 0.94), rgba(31, 58, 82, 0.62)),
    url("../img/about/banner_bg_2.jpg") center/cover no-repeat;
}

.cs_buyer_regions_box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.cs_buyer_regions h2 {
  margin: 18px 0;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.08;
}

.cs_buyer_regions p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.cs_buyer_region_links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cs_buyer_region_links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 15px 18px;
  border-radius: 16px;
  background: #fff;
  color: #1f3a52;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.cs_buyer_region_links a:hover {
  transform: translateY(-2px);
  background: #79b8ee;
  color: #17324a;
}

.cs_buyer_support {
  background: #f7fbff;
}

.cs_buyer_final {
  background:
    linear-gradient(90deg, rgba(31, 58, 82, 0.92), rgba(31, 58, 82, 0.7)),
    url("../img/getstart.jpg") center/cover no-repeat;
}

@media (max-width: 1199px) {
  .cs_seller_hero_grid,
  .cs_seller_value_grid,
  .cs_buyer_regions_box {
    grid-template-columns: 1fr;
  }

  .cs_seller_stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs_buyer_checks > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .cs_seller_testimonial_grid {
    grid-template-columns: 1fr;
  }

  .cs_seller_value_img,
  .cs_seller_value_img img {
    min-height: 360px;
  }

  .cs_buyer_region_links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cs_seller_hero,
  .cs_seller_reason,
  .cs_seller_value,
  .cs_seller_testimonials,
  .cs_seller_final,
  .cs_buyer_regions {
    padding: 68px 0;
  }

  .cs_seller_hero_content h1 {
    font-size: 44px;
  }

  .cs_seller_hero_content p,
  .cs_seller_section_head p,
  .cs_seller_value_content p,
  .cs_seller_final p {
    font-size: 16px;
  }

  .cs_seller_form,
  .cs_seller_testimonial_grid article {
    padding: 24px;
    border-radius: 20px;
  }

  .cs_seller_fields,
  .cs_seller_stats,
  .cs_buyer_checks > div {
    grid-template-columns: 1fr;
  }

  .cs_seller_btn,
  .cs_seller_submit {
    width: 100%;
  }

  .cs_buyer_regions_box {
    padding: 24px;
    border-radius: 20px;
  }
}

/* Sellers and buyers hero refresh */
.cs_seller_hero {
  isolation: isolate;
  padding: 112px 0;
  background: #12384f;
}
.cs_seller_hero::before {
  z-index: -1;
  inset: -245px -160px auto auto;
  width: 680px;
  height: 680px;
  border-color: rgba(149, 219, 247, 0.25);
  background: radial-gradient(circle, rgba(85, 185, 228, 0.3), transparent 68%);
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, 0.025),
    0 0 0 180px rgba(255, 255, 255, 0.015);
}
.cs_seller_hero_grid {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 500px);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}
.cs_seller_hero_content h1 {
  max-width: 740px;
  margin: 18px 0 23px;
  color: #f7fcff;
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: 1.01;
  letter-spacing: -0.045em;
}
.cs_seller_hero_content p {
  max-width: 620px;
  color: #bdd6e4;
  font-size: 19px;
}
.cs_seller_hero .cs_connect_label {
  min-height: 31px;
  padding: 6px 13px;
  border: 1px solid rgba(180, 229, 247, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #bce8fa;
}
.cs_seller_hero .cs_seller_btn {
  background: #91daf6;
  color: #12384f;
  box-shadow: 0 16px 38px rgba(4, 22, 34, 0.32);
}
.cs_seller_hero .cs_seller_btn:hover {
  background: #fff;
  color: #12384f;
}
.cs_seller_hero .cs_seller_link {
  color: #e0f4fc;
}
.cs_hero_trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
  margin-top: 40px;
}
.cs_hero_trust span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d7eaf3;
  font-size: 14px;
  font-weight: 700;
}
.cs_hero_trust i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(145, 218, 246, 0.16);
  color: #9ee2fa;
  font-size: 12px;
}
.cs_seller_form {
  position: relative;
  padding: 35px;
  border: 1px solid rgba(182, 226, 243, 0.45);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 32px 75px rgba(2, 20, 33, 0.38);
}
.cs_seller_form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 35px;
  left: 35px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #2f536f, #91daf6);
}
.cs_seller_form_head {
  margin-bottom: 26px;
}
.cs_seller_form_head span {
  color: #56839b;
}
.cs_seller_form_head span i {
  margin-right: 5px;
}
.cs_seller_form_head h2 {
  font-size: clamp(27px, 2.4vw, 33px);
  line-height: 1.12;
}
.cs_buyer_hero::before {
  border-color: rgba(155, 235, 218, 0.28);
  background: radial-gradient(
    circle,
    rgba(71, 191, 169, 0.28),
    transparent 68%
  );
}
.cs_buyer_hero .cs_connect_label {
  color: #c0f0e6;
  border-color: rgba(174, 239, 226, 0.3);
}
.cs_buyer_hero .cs_seller_btn {
  background: #9be6d8;
}
.cs_buyer_hero .cs_hero_trust i {
  background: rgba(155, 230, 216, 0.17);
  color: #b7f3e8;
}
@media (max-width: 1199px) {
  .cs_seller_hero_grid {
    grid-template-columns: 1fr;
  }
  .cs_seller_hero_content {
    max-width: 810px;
  }
  .cs_seller_form {
    width: 100%;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cs_seller_hero {
    padding: 78px 0;
  }
  .cs_seller_hero_content h1 {
    font-size: clamp(42px, 12vw, 56px);
  }
  .cs_hero_trust {
    display: grid;
    gap: 12px;
    margin-top: 30px;
  }
  .cs_seller_form {
    padding: 28px 22px;
  }
  .cs_seller_form::before {
    right: 22px;
    left: 22px;
  }
}

/* Seller articles */
.cs_articles_hero {
  position: relative;
  overflow: hidden;
  padding: 108px 0 116px;
  background: #12384f;
}
.cs_articles_hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    radial-gradient(circle at 85% 18%, #80cff0 0, transparent 25%),
    linear-gradient(rgba(221, 244, 252, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 244, 252, 0.1) 1px, transparent 1px);
}
.cs_articles_hero_in {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.cs_articles_hero .cs_connect_label {
  border: 1px solid rgba(190, 232, 247, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #bde8f9;
}
.cs_articles_hero h1 {
  margin: 20px 0;
  color: #f7fcff;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 1;
  letter-spacing: -0.045em;
}
.cs_articles_hero p {
  max-width: 640px;
  margin: 0;
  color: #bed7e5;
  font-size: 19px;
  line-height: 1.7;
}
.cs_articles_hero_links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 35px;
}
.cs_articles_hero_links a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #98dcf6;
  color: #12384f;
  font-weight: 800;
}
.cs_articles_hero_links a + a {
  padding: 0;
  background: transparent;
  color: #e1f4fb;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.cs_articles_page {
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 8% 0, rgba(149, 220, 245, 0.2), transparent 27%),
    #f6fafc;
}
.cs_articles_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.cs_articles_layout > main {
  min-width: 0;
  padding: 34px;
  border: 1px solid #d9e8ee;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 46px rgba(36, 72, 100, 0.07);
}
.cs_articles_head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 27px;
  border-bottom: 1px solid #dce9ee;
}
.cs_articles_head > div {
  max-width: 500px;
}
.cs_articles_head span {
  color: #5b89a1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_articles_head h2 {
  margin: 9px 0 0;
  color: #1f3a52;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
}
.cs_articles_head p {
  max-width: 300px;
  margin: 0;
  color: #668095;
  line-height: 1.6;
}
.cs_article_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.cs_article_card {
  overflow: hidden;
  border: 1px solid #dce9ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(36, 72, 100, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.cs_article_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(36, 72, 100, 0.13);
}
.cs_article_card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cs_article_card_body {
  padding: 25px;
}
.cs_article_card_body > span {
  color: #53849d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_article_card h3 {
  margin: 10px 0 11px;
  color: #1f3a52;
  font-size: 22px;
  line-height: 1.2;
}
.cs_article_card p {
  margin: 0 0 18px;
  color: #617d91;
  font-size: 14px;
  line-height: 1.65;
}
.cs_article_card a,
.cs_articles_aside_card a {
  color: #287b9e;
  font-size: 14px;
  font-weight: 800;
}
.cs_article_card a i {
  margin-left: 5px;
}
.cs_articles_aside {
  display: grid;
  gap: 17px;
  position: sticky;
  top: 28px;
  padding: 13px;
  border: 1px solid #dbe9ee;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.72);
}
.cs_articles_aside_card {
  padding: 25px;
  border: 1px solid #e0ebef;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(38, 75, 100, 0.045);
}
.cs_articles_aside_card > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: #e9f7fc;
  color: #347f9f;
}
.cs_articles_aside_card h3 {
  margin: 0 0 9px;
  color: #294c63;
  font-size: 21px;
  line-height: 1.2;
}
.cs_articles_aside_card p {
  margin: 0 0 17px;
  color: #668094;
  font-size: 14px;
  line-height: 1.6;
}
.cs_articles_aside_feature {
  border: 0;
  background: linear-gradient(145deg, #1a526e, #12384f);
}
.cs_articles_aside_feature > i {
  background: rgba(157, 224, 247, 0.15);
  color: #a8e5f9;
}
.cs_articles_aside_feature > span {
  color: #bce8f6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.cs_articles_aside_feature h3 {
  margin-top: 10px;
  color: #fff;
}
.cs_articles_aside_feature p {
  color: #c2dae5;
}
.cs_articles_aside_feature a {
  color: #9fe0f7;
}
@media (max-width: 991px) {
  .cs_articles_layout {
    grid-template-columns: 1fr;
  }
  .cs_articles_aside {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }
  .cs_articles_head {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .cs_articles_hero {
    padding: 78px 0;
  }
  .cs_articles_hero h1 {
    font-size: clamp(40px, 11vw, 56px);
  }
  .cs_articles_page {
    padding: 66px 0;
  }
  .cs_articles_layout > main {
    padding: 24px 18px;
    border-radius: 19px;
  }
  .cs_articles_head {
    display: grid;
    gap: 17px;
  }
  .cs_article_grid,
  .cs_articles_aside {
    grid-template-columns: 1fr;
  }
  .cs_articles_aside {
    padding: 9px;
    border-radius: 18px;
  }
  .cs_article_card img {
    height: 220px;
  }
  .cs_articles_hero_links {
    display: grid;
  }
  .cs_articles_hero_links a {
    justify-content: center;
  }
  .cs_articles_hero_links a + a {
    justify-content: flex-start;
  }
}

.cs_buyer_articles_hero .cs_connect_label {
  border-color: rgba(177, 239, 226, 0.32);
  color: #c0f0e6;
}
.cs_buyer_articles_hero .cs_articles_hero_links a {
  background: #9be6d8;
  color: #174b5b;
}
.cs_buyer_articles_hero .cs_articles_hero_links a + a {
  background: transparent;
  color: #ddf7f1;
}

/* Account creation */
.cs_account_hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: #12384f;
}
.cs_account_hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}
.cs_account_hero_in {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
}
.cs_account_hero h1 {
  max-width: 720px;
  margin: 17px 0 13px;
  color: #f8fcff;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}
.cs_account_hero p {
  max-width: 650px;
  margin: 0;
  color: #c2d9e5;
  font-size: 18px;
  line-height: 1.65;
}
.cs_account_hero .cs_connect_label {
  border: 1px solid rgba(188, 229, 246, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #c3eafb;
}
.cs_account_hero_note {
  display: flex;
  gap: 12px;
  width: 300px;
  padding: 18px;
  border: 1px solid rgba(191, 231, 247, 0.23);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.08);
}
.cs_account_hero_note > i {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(156, 222, 246, 0.15);
  color: #a9e5fa;
}
.cs_account_hero_note strong,
.cs_account_hero_note span {
  display: block;
}
.cs_account_hero_note strong {
  color: #f6fcff;
  font-size: 14px;
}
.cs_account_hero_note span {
  margin-top: 4px;
  color: #c3dce6;
  font-size: 13px;
  line-height: 1.45;
}
.cs_account_page {
  padding: 92px 0 112px;
  background: linear-gradient(135deg, #f7fbfd, #edf6fa);
}
.cs_account_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 345px;
  gap: 38px;
  align-items: start;
}
.cs_account_content > h1 {
  margin: 17px 0 12px;
  color: #1f3a52;
  font-size: clamp(38px, 4.4vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.cs_account_intro {
  max-width: 690px;
  margin: 0 0 32px;
  color: #607d91;
  font-size: 18px;
  line-height: 1.65;
}
.cs_account_form {
  padding: 38px;
  border: 1px solid #dbe8ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(36, 72, 100, 0.09);
}
.cs_account_form_head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 27px;
}
.cs_account_step {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #dff3fb;
  color: #287697;
  font-weight: 800;
}
.cs_account_form_head span {
  color: #5b879d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_account_form_head h2 {
  margin: 4px 0 0;
  color: #274c63;
  font-size: 24px;
}
.cs_account_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.cs_account_fields label {
  display: grid;
  gap: 7px;
}
.cs_account_fields label > span {
  color: #365d74;
  font-size: 13px;
  font-weight: 800;
}
.cs_account_fields b {
  color: #3483a5;
}
.cs_account_fields input,
.cs_account_fields select {
  width: 100%;
  min-height: 51px;
  padding: 12px 14px;
  border: 1px solid #ccdfe9;
  border-radius: 12px;
  background: #fbfdff;
  color: #234c64;
  outline: 0;
}
.cs_account_fields input:focus,
.cs_account_fields select:focus {
  border-color: #75b9d7;
  box-shadow: 0 0 0 4px rgba(117, 185, 215, 0.17);
  background: #fff;
}
.cs_account_fields .cs_password_field {
  position: relative;
  display: block;
}
.cs_account_fields .cs_password_field input {
  padding-right: 52px;
}
.cs_account_fields .cs_password_toggle {
  top: 50%;
  right: 8px;
}
.cs_buyer_security_fields .cs_password_field,
.cs_verify_login .cs_password_field,
.cs_portal_detail_form .cs_password_field {
  position: relative;
  display: block;
}
.cs_buyer_security_fields .cs_password_field input,
.cs_verify_login .cs_password_field input,
.cs_portal_detail_form .cs_password_field input {
  padding-right: 52px;
}
.cs_buyer_security_fields .cs_password_toggle,
.cs_verify_login .cs_password_toggle,
.cs_portal_detail_form .cs_password_toggle {
  top: 50%;
  right: 8px;
}
.cs_account_consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 24px;
  color: #637f91;
  font-size: 13px;
  line-height: 1.55;
}
.cs_account_consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: #2f788f;
}
.cs_account_consent a {
  color: #287b9e;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cs_account_form .cs_connect_submit {
  margin-top: 24px;
}
.cs_account_message {
  min-height: 20px;
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.cs_account_message.is-success {
  color: #287147;
}
.cs_account_message.is-error {
  color: #af3f50;
}
.cs_verify_page {
  padding: 86px 0 110px;
  background: #f5fafc;
}
.cs_verify_card {
  max-width: 680px;
  margin: auto;
  padding: 50px;
  border: 1px solid #d8e8ee;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(36, 72, 100, 0.09);
  text-align: center;
}
.cs_verify_icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 19px;
  background: #ddf4fa;
  color: #267895;
  font-size: 27px;
}
.cs_verify_kicker {
  color: #4b839c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.cs_verify_card h2 {
  margin: 10px 0 13px;
  color: #23435a;
  font-size: clamp(29px, 4vw, 42px);
  line-height: 1.12;
}
.cs_verify_card > div > p {
  max-width: 530px;
  margin: 0 auto;
  color: #648092;
  font-size: 16px;
  line-height: 1.7;
}
.cs_verify_resend {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 11px;
  margin-top: 28px;
  padding-top: 25px;
  border-top: 1px solid #dce9ee;
  text-align: left;
}
.cs_verify_resend label {
  display: grid;
  gap: 7px;
  color: #385f75;
  font-size: 13px;
  font-weight: 800;
}
.cs_verify_resend input {
  min-width: 0;
  min-height: 47px;
  padding: 10px 13px;
  border: 1px solid #cbdee6;
  border-radius: 10px;
  background: #fbfdff;
  color: #244d65;
}
.cs_verify_resend button {
  align-self: end;
  min-height: 47px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: #2b7896;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.cs_verify_login {
  display: grid;
  gap: 14px;
  max-width: 500px;
  margin: 28px auto 0;
  text-align: left;
}
.cs_verify_login label {
  display: grid;
  gap: 7px;
  color: #385f75;
  font-size: 13px;
  font-weight: 800;
}
.cs_verify_login input {
  min-height: 47px;
  padding: 10px 13px;
  border: 1px solid #cbdee6;
  border-radius: 10px;
  background: #fbfdff;
  color: #244d65;
}
.cs_verify_card .cs_connect_submit {
  display: inline-flex;
  width: auto;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .cs_verify_page {
    padding: 65px 0;
  }
  .cs_verify_card {
    padding: 32px 21px;
  }
  .cs_verify_resend {
    grid-template-columns: 1fr;
  }
  .cs_verify_resend button {
    width: 100%;
  }
}
.cs_account_intro_head {
  margin-bottom: 29px;
}
.cs_account_intro_head > span {
  color: #5c879d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_account_intro_head h2 {
  margin: 8px 0 9px;
  color: #1f3a52;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.1;
}
.cs_account_intro_head p {
  max-width: 650px;
  margin: 0;
  color: #607d91;
  font-size: 17px;
  line-height: 1.6;
}
.cs_account_aside {
  overflow: hidden;
  border: 1px solid #d7e7ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(36, 72, 100, 0.08);
}
.cs_account_aside_hero {
  padding: 31px;
  background: linear-gradient(145deg, #1b536d, #12384f);
}
.cs_account_aside_hero span {
  color: #b7e6f8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_account_aside_hero h2 {
  margin: 12px 0 11px;
  color: #fff;
  font-size: 29px;
  line-height: 1.1;
}
.cs_account_aside_hero p {
  margin: 0;
  color: #c3dce6;
  line-height: 1.6;
}
.cs_account_aside_item {
  display: flex;
  gap: 14px;
  padding: 22px;
  border-top: 1px solid #e1edf2;
}
.cs_account_aside_item i {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  height: 36px;
  border-radius: 11px;
  background: #eaf7fc;
  color: #3180a1;
}
.cs_account_aside_item strong,
.cs_account_aside_item span {
  display: block;
}
.cs_account_aside_item strong {
  color: #31566e;
  font-size: 14px;
}
.cs_account_aside_item span {
  margin-top: 4px;
  color: #728a9a;
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .cs_account_layout {
    grid-template-columns: 1fr;
  }
  .cs_account_aside {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cs_account_aside_hero {
    grid-column: 1 / -1;
  }
  .cs_account_aside_item {
    border-top: 1px solid #e1edf2;
  }
}
@media (max-width: 767px) {
  .cs_account_page {
    padding: 66px 0;
  }
  .cs_account_form {
    padding: 25px 20px;
  }
  .cs_account_fields,
  .cs_account_aside {
    grid-template-columns: 1fr;
  }
  .cs_account_aside_hero {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .cs_account_hero {
    padding: 70px 0;
  }
  .cs_account_hero_in {
    display: grid;
    align-items: start;
  }
  .cs_account_hero_note {
    width: 100%;
  }
  .cs_account_hero h1 {
    font-size: clamp(39px, 11vw, 54px);
  }
}

/* Buyer portal */
.cs_buyer_portal {
  padding: 68px 0 108px;
  background: #f4f9fb;
}
.cs_portal_welcome {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 60px;
}
.cs_portal_welcome span,
.cs_portal_heading span {
  color: #4e829a;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.cs_portal_welcome h1 {
  margin: 8px 0;
  color: #1f3a52;
  font-size: clamp(35px, 4vw, 55px);
}
.cs_portal_welcome p {
  margin: 0;
  color: #668195;
}
.cs_portal_welcome > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  border: 1px solid #cddfe7;
  border-radius: 13px;
  color: #2e708f;
  font-weight: 800;
}
.cs_portal_layout {
  display: grid;
  grid-template-columns: 278px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  transition:
    grid-template-columns 0.3s ease,
    gap 0.3s ease;
}
.cs_portal_layout_wrap {
  position: relative;
}
.cs_portal_nav_toggle {
  position: absolute;
  z-index: 3;
  top: -17px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cde1e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(34, 77, 102, 0.13);
  color: #287795;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}
.cs_portal_nav_toggle:hover,
.cs_portal_nav_toggle:focus-visible {
  background: #e9f8fc;
  color: #14617f;
  outline: 0;
  transform: translateY(-2px);
}
.cs_portal_layout.is-nav-collapsed {
  grid-template-columns: 0 minmax(0, 1fr);
  gap: 0;
}
.cs_portal_layout.is-nav-collapsed .cs_portal_nav {
  visibility: hidden;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  opacity: 0;
  transform: translateX(-24px);
}
.cs_portal_nav,
.cs_portal_main {
  border: 1px solid #d9e7ed;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(36, 72, 100, 0.07);
}
.cs_portal_nav {
  position: sticky;
  top: 30px;
  overflow: hidden;
  padding: 18px 13px;
  transition:
    opacity 0.22s ease,
    transform 0.28s ease,
    padding 0.28s ease;
}
.cs_portal_user {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 5px 8px 20px;
  border-bottom: 1px solid #e4edf1;
}
.cs_portal_user > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d8f0f5;
  color: #27728d;
  font-size: 13px;
  font-weight: 800;
}
.cs_portal_user strong,
.cs_portal_user small {
  display: block;
}
.cs_portal_user strong {
  color: #244c63;
}
.cs_portal_user small {
  margin-top: 3px;
  color: #728b99;
  font-size: 12px;
}
.cs_portal_nav nav {
  display: grid;
  gap: 4px;
  padding: 15px 0;
}
.cs_portal_nav nav a,
.cs_portal_logout {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 43px;
  padding: 9px 10px;
  border-radius: 11px;
  color: #5e7889;
  font-size: 20px;
  font-weight: 700;
}
.cs_portal_nav nav a:hover,
.cs_portal_nav nav a.is-active {
  background: #eaf7fa;
  color: #24708d;
}
.cs_portal_nav b {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  margin-left: auto;
  border-radius: 50%;
  background: #d8f0f5;
  color: #28718d;
  font-size: 11px;
}
.cs_portal_help {
  display: flex;
  gap: 10px;
  padding: 15px 10px;
  border-radius: 13px;
  background: #f3f9fb;
}
.cs_portal_help strong,
.cs_portal_help a {
  display: block;
}
.cs_portal_help strong {
  color: #315970;
  font-size: 15px;
}
.cs_portal_help a {
  margin-top: 4px;
  color: #277695;
  font-size: 12px;
  font-weight: 800;
}
.cs_portal_logout {
  margin-top: 15px;
  border-top: 1px solid #e4edf1;
  border-radius: 0;
}
.cs_portal_main {
  padding: 33px;
}
.cs_portal_heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 25px;
}
.cs_portal_heading h2 {
  margin: 6px 0 0;
  color: #1f3a52;
  font-size: 32px;
}
.cs_portal_heading p {
  margin: 0;
  color: #6c8697;
  font-size: 13px;
}
.cs_portal_filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 11px;
  padding: 15px;
  border-radius: 16px;
  background: #f3f8fa;
}
.cs_portal_filters label {
  display: grid;
  gap: 5px;
  color: #5b7d8f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.cs_portal_filters select {
  min-width: 0;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #d4e3e9;
  border-radius: 10px;
  background: #fff;
  color: #2f586f;
}
.cs_portal_filters button {
  align-self: end;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: #2f7089;
  color: #fff;
  font-weight: 800;
}
.cs_portal_alert {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 21px 0;
  padding: 15px 16px;
  border: 1px solid #bfe3e9;
  border-radius: 14px;
  background: #edf9fa;
}
.cs_portal_alert div {
  display: grid;
  gap: 2px;
  flex: 1;
}
.cs_portal_alert strong {
  color: #285970;
  font-size: 13px;
}
.cs_portal_alert span {
  color: #638495;
  font-size: 13px;
}
.cs_portal_alert a,
.cs_portal_card > a {
  color: #267796;
  font-size: 13px;
  font-weight: 800;
}
.cs_portal_results {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
  color: #708897;
  font-size: 13px;
}
.cs_portal_results strong {
  color: #315c73;
}
.cs_portal_results button {
  border: 0;
  background: none;
  color: #426f84;
  font-weight: 700;
}
.cs_portal_cards {
  display: grid;
  gap: 13px;
}
.cs_portal_card {
  cursor: pointer;
  padding: 19px;
  border: 1px solid #dce8ed;
  border-radius: 16px;
  background: #fff;
  transition: 0.2s;
}
.cs_portal_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(36, 72, 100, 0.1);
}
.cs_portal_card_top {
  display: flex;
  justify-content: space-between;
}
.cs_portal_card_top > span {
  padding: 4px 7px;
  border-radius: 5px;
  background: #d9f0df;
  color: #267145;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.cs_portal_card_top button {
  width: 33px;
  height: 33px;
  border: 1px solid #d5e5eb;
  border-radius: 9px;
  background: #fff;
  color: #4c7c91;
}
.cs_portal_card h3 {
  margin: 8px 0 17px;
  color: #203f54;
  font-size: 25px;
}
.cs_portal_meta {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr 1fr 1.3fr;
  gap: 10px;
  padding-top: 13px;
  border-top: 1px solid #e5edf1;
}
.cs_portal_meta small,
.cs_portal_meta strong {
  display: block;
}
.cs_portal_meta small {
  margin-bottom: 4px;
  color: #78909d;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.cs_portal_meta strong {
  color: #335e74;
  font-size: 15px;
}
.cs_portal_card > a {
  display: inline-flex;
  gap: 7px;
  margin-top: 16px;
  align-items: center;
}
#portalDetailPanel .cs_listing_detail {
  display: grid;
  gap: 22px;
}
#portalDetailPanel .cs_listing_back {
  justify-self: start;
  border: 0;
  background: transparent;
  color: #287b9b;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
#portalDetailPanel .cs_listing_detail_hero {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-start;
  padding: 28px;
  border-radius: 19px;
  background: linear-gradient(135deg, #154962, #216b85);
  color: #fff;
}
#portalDetailPanel .cs_listing_detail_badge,
#portalDetailPanel .cs_listing_section_label {
  display: inline-block;
  color: #8bd9f1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#portalDetailPanel .cs_listing_detail_hero h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(25px, 3vw, 37px);
  line-height: 1.15;
}
#portalDetailPanel .cs_listing_detail_hero p {
  margin: 0;
  color: #c5e0ea;
}
#portalDetailPanel .cs_listing_save {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(211, 246, 255, 0.45);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
#portalDetailPanel .cs_listing_save.is-saved {
  border-color: #87d5af;
  background: #e4f8eb;
  color: #237246;
}
#portalDetailPanel .cs_listing_detail_meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #dce9ee;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
#portalDetailPanel .cs_listing_detail_meta > div {
  padding: 17px;
  border-right: 1px solid #e1ebef;
}
#portalDetailPanel .cs_listing_detail_meta > div:last-child {
  border-right: 0;
}
#portalDetailPanel .cs_listing_detail_meta small,
#portalDetailPanel .cs_listing_detail_meta strong {
  display: block;
}
#portalDetailPanel .cs_listing_detail_meta small {
  margin-bottom: 5px;
  color: #79919e;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
#portalDetailPanel .cs_listing_detail_meta strong {
  color: #294f65;
  font-size: 13px;
  line-height: 1.35;
}
#portalDetailPanel .cs_listing_detail_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 20px;
}
#portalDetailPanel .cs_listing_description,
#portalDetailPanel .cs_listing_advisors {
  padding: 25px;
  border: 1px solid #dce9ee;
  border-radius: 16px;
  background: #fff;
}
#portalDetailPanel .cs_listing_description .cs_listing_section_label,
#portalDetailPanel .cs_listing_advisors .cs_listing_section_label {
  color: #4e879e;
}
#portalDetailPanel .cs_listing_description h3 {
  margin: 9px 0 12px;
  color: #284b60;
  font-size: 22px;
  line-height: 1.3;
}
#portalDetailPanel .cs_listing_description p {
  margin: 0;
  color: #678191;
  line-height: 1.65;
}
#portalDetailPanel .cs_listing_description ul {
  display: grid;
  gap: 9px;
  margin: 19px 0 0;
  padding-left: 19px;
  color: #395f73;
  font-size: 14px;
  line-height: 1.5;
}
#portalDetailPanel .cs_listing_advisors {
  background: #f5fafc;
}
#portalDetailPanel .cs_listing_advisor {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #dae7ec;
}
#portalDetailPanel .cs_listing_advisor > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 12px;
  background: #d8f0f7;
  color: #287b98;
  font-size: 12px;
  font-weight: 800;
}
#portalDetailPanel .cs_listing_advisor strong,
#portalDetailPanel .cs_listing_advisor small {
  display: block;
}
#portalDetailPanel .cs_listing_advisor strong {
  color: #31586e;
  font-size: 13px;
}
#portalDetailPanel .cs_listing_advisor small {
  margin-top: 3px;
  color: #76909d;
  font-size: 11px;
}
#portalDetailPanel .cs_listing_advisors > a {
  display: inline-flex;
  gap: 7px;
  margin-top: 17px;
  color: #247896;
  font-size: 13px;
  font-weight: 800;
}
#portalDetailPanel .cs_listing_request {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 21px 24px;
  border-radius: 16px;
  background: #dff3e7;
}
#portalDetailPanel .cs_listing_request span,
#portalDetailPanel .cs_listing_request strong {
  display: block;
}
#portalDetailPanel .cs_listing_request span {
  margin-bottom: 4px;
  color: #49845f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
#portalDetailPanel .cs_listing_request strong {
  color: #246241;
}
#portalDetailPanel .cs_listing_request button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 17px;
  border: 0;
  border-radius: 10px;
  background: #267b51;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
#portalDetailPanel .cs_listing_request.is-granted {
  background: #e8f3f8;
}
#portalDetailPanel .cs_listing_request.is-granted span,
#portalDetailPanel .cs_listing_request.is-granted strong {
  color: #225a73;
}
#portalDetailPanel .cs_listing_request_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
#portalDetailPanel .cs_listing_request .cs_rule_out {
  border: 1px solid #d7a3a3;
  background: #fff;
  color: #a24141;
}
.cs_confidential_notice {
  margin: 0;
  padding: 13px 16px;
  border: 1px solid #b9dbe7;
  border-radius: 12px;
  background: #f1f9fc;
  color: #286078;
  font-size: 14px;
  font-weight: 700;
}
.cs_confidential_notice i {
  margin-right: 7px;
}
#portalDetailPanel .cs_listing_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#portalDetailPanel .cs_listing_actions button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #cfdee5;
  border-radius: 10px;
  background: #fff;
  color: #426b80;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
#portalDetailPanel .cs_listing_actions .cs_listing_save {
  background: #fff;
  color: #426b80;
}
.cs_logout_modal {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(12, 42, 59, 0.5);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}
.cs_logout_modal.is-open {
  opacity: 1;
  visibility: visible;
}
.cs_logout_modal_card {
  width: min(100%, 430px);
  padding: 34px;
  border: 1px solid #d9e8ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(12, 42, 59, 0.25);
  text-align: center;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.22s ease;
}
.cs_logout_modal.is-open .cs_logout_modal_card {
  transform: translateY(0) scale(1);
}
.cs_logout_modal_icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  margin: 0 auto 18px;
  border-radius: 17px;
  background: #e9f8fc;
  color: #197895;
  font-size: 21px;
}
.cs_logout_modal_card h2 {
  margin: 0 0 10px;
  color: #203f54;
  font-size: 24px;
}
.cs_logout_modal_card p {
  margin: 0;
  color: #678091;
  line-height: 1.6;
}
.cs_logout_modal_actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 27px;
}
.cs_logout_modal_actions button,
.cs_logout_modal_actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.cs_logout_cancel {
  border: 1px solid #cfdee5;
  background: #fff;
  color: #426b80;
}
.cs_logout_confirm {
  border: 1px solid #176c88;
  background: #176c88;
  color: #fff;
}
.cs_portal_modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(12, 42, 59, 0.56);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.cs_portal_modal.is-open {
  opacity: 1;
  visibility: visible;
}
.cs_portal_modal_card {
  position: relative;
  width: min(100%, 700px);
  max-height: calc(100vh - 44px);
  overflow: auto;
  padding: 38px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(12, 42, 59, 0.3);
}
.cs_portal_modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #eff5f7;
  color: #426b80;
  cursor: pointer;
}
.cs_portal_modal_eyebrow {
  color: #287b9b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_portal_modal_card h2 {
  margin: 8px 0 10px;
  color: #203f54;
  font-size: 27px;
}
.cs_portal_modal_card > div > p {
  margin: 0 0 23px;
  color: #678091;
  line-height: 1.6;
}
.cs_listing_flow_form {
  display: grid;
  gap: 15px;
}
.cs_listing_flow_form label {
  display: grid;
  gap: 7px;
  color: #31586e;
  font-size: 14px;
  font-weight: 800;
}
.cs_listing_flow_form label span {
  color: #78909d;
  font-weight: 500;
}
.cs_listing_flow_form input,
.cs_listing_flow_form textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #cddfe6;
  border-radius: 9px;
  color: #294f65;
  font: inherit;
}
.cs_listing_flow_form textarea {
  min-height: 82px;
  resize: vertical;
}
.cs_listing_flow_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.cs_portal_modal_primary,
.cs_portal_modal_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.cs_portal_modal_primary {
  border: 1px solid #176c88;
  background: #176c88;
  color: #fff;
}
.cs_portal_modal_primary.is-danger {
  border-color: #a24141;
  background: #a24141;
}
.cs_portal_modal_secondary {
  border: 1px solid #cfdee5;
  background: #fff;
  color: #426b80;
}
.cs_admin_auth_body,
.cs_admin_body {
  background: #f2f7f9;
  color: #294f65;
}
.cs_admin_auth {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 100vh;
  background: #fff;
}
.cs_admin_auth_story {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 6vw, 90px);
  background: linear-gradient(145deg, #103f58, #1d6c88);
  color: #fff;
}
.cs_admin_brand img {
  display: block;
  width: 170px;
  height: auto;
}
.cs_admin_auth .cs_admin_brand {
  margin-bottom: auto;
  filter: brightness(0) invert(1);
}
.cs_admin_story_copy {
  max-width: 590px;
  margin: 100px 0 37px;
}
.cs_admin_story_copy > span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #aee5f5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_admin_story_copy h1 {
  max-width: 590px;
  margin: 15px 0 17px;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.08;
}
.cs_admin_story_copy p {
  max-width: 520px;
  margin: 0;
  color: #c3e1ea;
  font-size: 17px;
  line-height: 1.7;
}
.cs_admin_story_points {
  display: grid;
  gap: 13px;
  max-width: 490px;
}
.cs_admin_story_points > div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(197, 231, 240, 0.22);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
}
.cs_admin_story_points i {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  background: rgba(172, 228, 242, 0.16);
  color: #aee5f5;
}
.cs_admin_story_points strong,
.cs_admin_story_points small {
  display: block;
}
.cs_admin_story_points strong {
  color: #fff;
  font-size: 14px;
}
.cs_admin_story_points small {
  margin-top: 3px;
  color: #badbe5;
  font-size: 12px;
}
.cs_admin_story_footer {
  margin: 50px 0 0;
  color: #9cc9d7;
  font-size: 11px;
}
.cs_admin_auth_form_side {
  display: grid;
  place-items: center;
  padding: 32px;
  background: #f6fafb;
}
.cs_admin_auth_card {
  width: min(100%, 450px);
  padding: 12px;
  background: transparent;
}
.cs_admin_kicker,
.cs_admin_panel_head span,
.cs_admin_intro > div > span {
  color: #287b9b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_admin_auth_card h2 {
  margin: 9px 0;
  color: #203f54;
  font-size: 31px;
}
.cs_admin_auth_card > p {
  margin: 0 0 25px;
  color: #678091;
  line-height: 1.6;
}
.cs_admin_form {
  display: grid;
  gap: 15px;
}
.cs_admin_form label {
  display: grid;
  gap: 7px;
  color: #31586e;
  font-size: 13px;
  font-weight: 800;
}
.cs_admin_form label small {
  color: #8299a4;
  font-weight: 500;
}
.cs_admin_form input,
.cs_admin_form select,
.cs_admin_form textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid #cedfe6;
  border-radius: 9px;
  background: #fff;
  color: #294f65;
  font: inherit;
}
.cs_admin_form textarea {
  min-height: 105px;
  resize: vertical;
}
.cs_admin_form button {
  min-height: 45px;
  border: 0;
  border-radius: 9px;
  background: #176c88;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.cs_admin_flash {
  margin: 0 0 20px;
  padding: 12px 15px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
}
.cs_admin_flash.is-success {
  background: #e4f6eb;
  color: #287044;
}
.cs_admin_flash.is-error {
  background: #fff0f0;
  color: #9d3737;
}
.cs_admin_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 4.5%;
  border-bottom: 1px solid #dce8ed;
  background: #fff;
}
.cs_admin_header > div {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #66818e;
  font-size: 13px;
}
.cs_admin_header form {
  margin: 0;
}
.cs_admin_header button {
  border: 0;
  background: transparent;
  color: #236b86;
  font-weight: 800;
  cursor: pointer;
}
.cs_admin_layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  min-height: calc(100vh - 80px);
  margin: auto;
}
.cs_admin_nav {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 30px 18px;
  border-right: 1px solid #dce8ed;
  background: #fff;
}
.cs_admin_nav > span {
  margin: 0 10px 8px;
  color: #8198a4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_admin_nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 10px;
  border-radius: 8px;
  color: #406b80;
  font-size: 14px;
  font-weight: 800;
}
.cs_admin_nav a:hover {
  background: #edf7fa;
  color: #176c88;
}
.cs_admin_nav b {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: auto;
  border-radius: 50%;
  background: #dceff5;
  color: #287b9b;
  font-size: 10px;
}
.cs_admin_content {
  display: grid;
  gap: 22px;
  padding: 38px;
}
.cs_admin_intro {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
}
.cs_admin_intro h1 {
  margin: 7px 0 6px;
  color: #203f54;
  font-size: 34px;
}
.cs_admin_intro p {
  max-width: 620px;
  margin: 0;
  color: #678091;
  line-height: 1.55;
}
.cs_admin_stats {
  display: flex;
  gap: 12px;
}
.cs_admin_stats div {
  min-width: 115px;
  padding: 13px 16px;
  border: 1px solid #d7e8ed;
  border-radius: 12px;
  background: #fff;
}
.cs_admin_stats strong,
.cs_admin_stats span {
  display: block;
}
.cs_admin_stats strong {
  color: #176c88;
  font-size: 22px;
}
.cs_admin_stats span {
  margin-top: 3px;
  color: #78909d;
  font-size: 11px;
  font-weight: 700;
}
.cs_admin_panel {
  padding: 25px;
  border: 1px solid #dce8ed;
  border-radius: 16px;
  background: #fff;
}
.cs_admin_panel_head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 19px;
}
.cs_admin_panel_head h2 {
  margin: 6px 0 0;
  color: #25495e;
  font-size: 23px;
}
.cs_admin_panel_head p {
  margin: 0;
  color: #78909d;
  font-size: 13px;
}
.cs_admin_table_wrap {
  overflow: auto;
}
.cs_admin_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.cs_admin_table th {
  padding: 0 12px 10px;
  color: #78909d;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cs_admin_table td {
  padding: 14px 12px;
  border-top: 1px solid #e4edf1;
  color: #456b7e;
  font-size: 13px;
  vertical-align: top;
}
.cs_admin_table strong,
.cs_admin_table small {
  display: block;
}
.cs_admin_table strong {
  color: #294f65;
}
.cs_admin_table small {
  margin-top: 4px;
  color: #8096a1;
}
.cs_admin_table a {
  color: #247896;
}
.cs_admin_empty {
  padding: 28px !important;
  color: #78909d !important;
  text-align: center;
}
.cs_admin_twocol {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 22px;
}
.cs_admin_form_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.cs_admin_form_grid > label {
  min-width: 0;
}
.cs_admin_email_log {
  display: grid;
  gap: 9px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e4edf1;
}
.cs_admin_email_log h3 {
  margin: 0;
  color: #31586e;
  font-size: 15px;
}
.cs_admin_email_log p {
  margin: 0;
  color: #78909d;
  font-size: 13px;
}
.cs_admin_email_log div {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f4;
}
.cs_admin_email_log strong,
.cs_admin_email_log span {
  display: block;
}
.cs_admin_email_log strong {
  color: #31586e;
  font-size: 13px;
}
.cs_admin_email_log span {
  margin-top: 3px;
  color: #8499a4;
  font-size: 11px;
}
.cs_admin_status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 99px;
  background: #eaf0f3;
  color: #557080;
  font-size: 11px;
  font-weight: 800;
}
.cs_admin_status.is-available {
  background: #e2f5e9;
  color: #277047;
}
.cs_admin_status.is-pending {
  background: #fff4d8;
  color: #926817;
}
.cs_admin_status.is-sold {
  background: #f2e8e8;
  color: #955050;
}
@media (max-width: 850px) {
  .cs_admin_auth {
    grid-template-columns: 1fr;
  }
  .cs_admin_auth_story {
    min-height: auto;
    padding: 34px;
  }
  .cs_admin_auth .cs_admin_brand {
    margin-bottom: 55px;
  }
  .cs_admin_story_copy {
    margin: 0 0 30px;
  }
  .cs_admin_story_footer {
    display: none;
  }
  .cs_admin_auth_form_side {
    padding: 45px 26px;
  }
  .cs_admin_story_copy h1 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .cs_admin_header {
    padding: 0 20px;
  }
  .cs_admin_header > div > span {
    display: none;
  }
  .cs_admin_layout {
    grid-template-columns: 1fr;
  }
  .cs_admin_nav {
    grid-template-columns: repeat(2, 1fr);
    border-right: 0;
    border-bottom: 1px solid #dce8ed;
    padding: 17px;
  }
  .cs_admin_nav > span {
    grid-column: 1/-1;
  }
  .cs_admin_content {
    padding: 22px 15px;
  }
  .cs_admin_intro,
  .cs_admin_twocol {
    grid-template-columns: 1fr;
    display: grid;
  }
  .cs_admin_stats {
    margin-top: 4px;
  }
  .cs_admin_panel {
    padding: 18px;
  }
  .cs_admin_form_grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 440px) {
  .cs_logout_modal_card {
    padding: 28px 22px;
  }
  .cs_logout_modal_actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .cs_portal_layout {
    grid-template-columns: 1fr;
  }
  .cs_portal_nav {
    position: static;
  }
  .cs_portal_nav nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .cs_portal_help,
  .cs_portal_logout {
    display: none;
  }
}
@media (max-width: 767px) {
  .cs_buyer_portal {
    padding: 54px 0 75px;
  }
  .cs_portal_welcome,
  .cs_portal_heading,
  .cs_portal_results {
    display: grid;
    gap: 13px;
  }
  .cs_portal_main {
    padding: 22px 16px;
  }
  .cs_portal_nav nav,
  .cs_portal_filters,
  .cs_portal_meta {
    grid-template-columns: 1fr;
  }
  .cs_portal_card {
    padding: 16px;
  }
  #portalDetailPanel .cs_listing_detail_hero,
  #portalDetailPanel .cs_listing_request {
    display: grid;
  }
  #portalDetailPanel .cs_listing_detail_meta,
  #portalDetailPanel .cs_listing_detail_grid {
    grid-template-columns: 1fr;
  }
  #portalDetailPanel .cs_listing_detail_meta > div {
    border-right: 0;
    border-bottom: 1px solid #e1ebef;
  }
  #portalDetailPanel .cs_listing_detail_meta > div:last-child {
    border-bottom: 0;
  }
  #portalDetailPanel .cs_listing_detail_hero {
    padding: 22px 19px;
  }
  #portalDetailPanel .cs_listing_description,
  #portalDetailPanel .cs_listing_advisors {
    padding: 20px;
  }
  .cs_portal_alert a {
    display: none;
  }
}

.cs_portal_detail_icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #e8f6fa;
  color: #277b98;
  font-size: 19px;
}
.cs_portal_detail_label {
  color: #548299;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.cs_portal_detail h2 {
  margin: 7px 0 9px;
  color: #1f3a52;
  font-size: 34px;
}
.cs_portal_detail_intro {
  margin: 0 0 26px;
  color: #688294;
  font-size: 16px;
}
.cs_portal_detail_body {
  padding: 23px;
  border: 1px solid #dce9ee;
  border-radius: 16px;
  background: #f8fbfc;
}
.cs_portal_detail_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.cs_portal_detail_form label {
  display: grid;
  gap: 6px;
  color: #41657a;
  font-size: 13px;
  font-weight: 800;
}
.cs_portal_detail_form input,
.cs_portal_detail_form select,
.cs_portal_detail_form textarea {
  width: 100%;
  min-height: 45px;
  padding: 11px 13px;
  border: 1px solid #d0e0e7;
  border-radius: 10px;
  background: #fff;
  color: #315a70;
}
.cs_portal_detail_form textarea {
  min-height: 120px;
  resize: vertical;
}
.cs_portal_detail_form .is-full {
  grid-column: 1/-1;
}
.cs_portal_detail_form button,
.cs_portal_detail_save {
  width: max-content;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: #2f7089;
  color: #fff;
  font-weight: 800;
}
.cs_portal_detail_row {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #dfe9ed;
  color: #3d6174;
}
.cs_portal_detail_row:last-child {
  border: 0;
}
.cs_portal_detail_row em {
  color: #3a7f59;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.cs_portal_detail_empty {
  padding: 18px;
  text-align: center;
  color: #668193;
}
.cs_portal_detail_empty i {
  color: #5595ad;
  font-size: 28px;
}
.cs_portal_detail_empty h3 {
  margin: 12px 0 6px;
  color: #31576d;
}
.cs_portal_toggle {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #dfe9ed;
  color: #3b6074;
  font-weight: 700;
}
.cs_portal_toggle input {
  width: 18px;
  height: 18px;
  accent-color: #2f7089;
}
.cs_portal_detail_save {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cs_portal_detail h2 {
    font-size: 28px;
  }
  .cs_portal_detail_form {
    grid-template-columns: 1fr;
  }
  .cs_portal_detail_row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .cs_portal_detail_body {
    padding: 17px;
  }
}
.cs_portal_contact_group + .cs_portal_contact_group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid #dbe8ed;
}
.cs_portal_contact_group h3 {
  margin: 0 0 14px;
  color: #315d74;
  font-size: 17px;
}

.cs_requested_summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  color: #668193;
  font-size: 13px;
}
.cs_requested_summary strong {
  color: #315d73;
}
.cs_requested_cards {
  display: grid;
  gap: 13px;
}
.cs_requested_card {
  position: relative;
  padding: 18px;
  border: 1px solid #dce8ed;
  border-left: 4px solid #4f9cbb;
  border-radius: 14px;
  background: #fff;
}
.cs_requested_card.is-pending {
  border-left-color: #d69b38;
}
.cs_requested_card.is-sold {
  border-left-color: #91a1aa;
  background: #fbfcfc;
}
.cs_requested_status {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 7px;
  border-radius: 5px;
  background: #dceff6;
  color: #24718d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.is-pending .cs_requested_status {
  background: #fff0d9;
  color: #96631a;
}
.is-sold .cs_requested_status {
  background: #e7ecee;
  color: #60747f;
}
.cs_requested_card h3 {
  margin: 0 0 13px;
  padding-right: 30px;
  color: #284b60;
  font-size: 18px;
  line-height: 1.25;
}
.cs_requested_card > div:not(.cs_requested_status) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.cs_requested_card > div:not(.cs_requested_status) span {
  padding: 0 12px;
  border-right: 1px solid #d9e5e9;
  color: #587388;
  font-size: 12px;
  font-weight: 700;
}
.cs_requested_card > div:not(.cs_requested_status) span:first-child {
  padding-left: 0;
}
.cs_requested_card > div:not(.cs_requested_status) span:last-child {
  border: 0;
}
.cs_requested_card a {
  display: inline-flex;
  gap: 7px;
  margin-top: 14px;
  color: #287b9e;
  font-size: 13px;
  font-weight: 800;
}
.cs_requested_card p {
  margin: 13px 0 0;
  color: #748995;
  font-size: 13px;
  font-style: italic;
}
@media (max-width: 767px) {
  .cs_requested_summary {
    display: grid;
  }
  .cs_requested_card > div:not(.cs_requested_status) {
    display: grid;
  }
  .cs_requested_card > div:not(.cs_requested_status) span {
    padding: 0;
    border: 0;
  }
  .cs_requested_card h3 {
    font-size: 17px;
  }
}

.cs_portal_detail_form > * {
  min-width: 0;
}
.cs_portal_detail_form input,
.cs_portal_detail_form select,
.cs_portal_detail_form textarea {
  box-sizing: border-box;
  max-width: 100%;
}
.cs_portal_save_message {
  margin: 13px 0 0;
  font-size: 13px;
  font-weight: 700;
}
.cs_portal_save_message.is-success {
  color: #287147;
}
.cs_portal_save_message.is-error {
  color: #ad3c4e;
}

.cs_seller_inquiry_hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: linear-gradient(125deg, #12384f, #1c5d76);
}
.cs_seller_inquiry_hero:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    radial-gradient(circle at 85% 18%, #80cff0 0, transparent 25%),
    linear-gradient(rgba(221, 244, 252, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 244, 252, 0.1) 1px, transparent 1px);
}
.cs_seller_inquiry_hero_in {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.cs_seller_inquiry_hero .cs_connect_label {
  border: 1px solid rgba(185, 231, 248, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #c4ebfa;
}
.cs_seller_inquiry_hero h1 {
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.02;
}
.cs_seller_inquiry_hero p {
  margin: 0;
  color: #c5dde8;
  font-size: 19px;
}
.cs_seller_inquiry_page {
  padding: 90px 0 110px;
  background: #f5fafc;
}
.cs_seller_inquiry_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 32px;
}
.cs_seller_inquiry_card {
  padding: 44px;
  border: 1px solid #d9e8ef;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(36, 72, 100, 0.08);
}
.cs_inquiry_success {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: #dff4e5;
  color: #2b8049;
  font-size: 23px;
}
.cs_inquiry_kicker {
  color: #54869e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_seller_inquiry_card h2 {
  margin: 9px 0 15px;
  color: #1e4056;
  font-size: clamp(31px, 3.7vw, 48px);
  line-height: 1.12;
}
.cs_seller_inquiry_card > p {
  margin: 0;
  color: #668092;
  font-size: 17px;
  line-height: 1.7;
}
.cs_inquiry_steps {
  display: grid;
  gap: 16px;
  margin: 34px 0;
}
.cs_inquiry_steps > div {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border-radius: 14px;
  background: #f5fafc;
}
.cs_inquiry_steps > div > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d9f0f7;
  color: #287a99;
  font-size: 12px;
  font-weight: 800;
}
.cs_inquiry_steps strong {
  color: #355c72;
}
.cs_inquiry_steps p {
  margin: 3px 0 0;
  color: #718998;
  font-size: 13px;
}
.cs_seller_inquiry_card .cs_connect_submit {
  margin-top: 0;
}
.cs_seller_inquiry_aside {
  display: grid;
  gap: 18px;
}
.cs_seller_inquiry_aside > div {
  padding: 28px;
  border: 1px solid #dce9ef;
  border-radius: 20px;
  background: #fff;
}
.cs_seller_inquiry_aside > div:first-child {
  background: linear-gradient(150deg, #194f69, #12384f);
  border: 0;
}
.cs_seller_inquiry_aside i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
  border-radius: 12px;
  background: #e8f7fc;
  color: #317f9f;
}
.cs_seller_inquiry_aside > div:first-child i {
  background: rgba(173, 229, 248, 0.16);
  color: #a9e4f8;
}
.cs_seller_inquiry_aside span {
  color: #bde7f8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.cs_seller_inquiry_aside h3 {
  margin: 10px 0;
  color: #294d63;
  font-size: 22px;
}
.cs_seller_inquiry_aside > div:first-child h3 {
  color: #fff;
}
.cs_seller_inquiry_aside p {
  margin: 0 0 17px;
  color: #6c8494;
  line-height: 1.55;
}
.cs_seller_inquiry_aside > div:first-child p {
  color: #c3dce7;
}
.cs_seller_inquiry_aside a {
  color: #287a9b;
  font-size: 14px;
  font-weight: 800;
}
.cs_seller_inquiry_aside > div:first-child a {
  color: #a6e3f8;
}
@media (max-width: 991px) {
  .cs_seller_inquiry_grid {
    grid-template-columns: 1fr;
  }
  .cs_seller_inquiry_aside {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cs_seller_inquiry_hero {
    padding: 75px 0;
  }
  .cs_seller_inquiry_page {
    padding: 64px 0;
  }
  .cs_seller_inquiry_card {
    padding: 27px 21px;
  }
  .cs_seller_inquiry_aside {
    grid-template-columns: 1fr;
  }
}

.cs_valuation_hero {
  padding: 95px 0;
  background: linear-gradient(125deg, #12384f, #1b5a73);
  color: #fff;
}
.cs_valuation_hero .cs_connect_label {
  background: rgba(255, 255, 255, 0.1);
  color: #c7edfa;
  border: 1px solid rgba(200, 237, 250, 0.3);
}
.cs_valuation_hero h1 {
  max-width: 760px;
  margin: 18px 0 14px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  color: #fff;
}
.cs_valuation_hero p {
  max-width: 760px;
  margin: 0;
  color: #c7dce7;
  font-size: 18px;
  line-height: 1.7;
}
.cs_valuation_page {
  padding: 80px 0 110px;
  background: #f5fafc;
}
.cs_valuation_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: stretch;
  gap: 26px;
  max-width: 1320px;
  margin: auto;
}
.cs_valuation_form {
  min-width: 0;
  padding: 42px;
  border: 1px solid #dce9ef;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(36, 72, 100, 0.08);
}
.cs_valuation_progress {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: start;
  margin-bottom: 42px;
}
.cs_valuation_progress > div {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #7893a2;
  font-size: 12px;
}
.cs_valuation_progress span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #b7cfd9;
  border-radius: 50%;
  background: #fff;
  font-weight: 800;
}
.cs_valuation_progress i {
  height: 2px;
  margin-top: 16px;
  background: #cfdee4;
}
.cs_valuation_progress .is-active,
.cs_valuation_progress .is-done {
  color: #287b9a;
}
.cs_valuation_progress .is-active span,
.cs_valuation_progress .is-done span {
  border-color: #4eacd0;
  background: #4eacd0;
  color: #fff;
}
.cs_valuation_heading {
  text-align: center;
  margin-bottom: 30px;
}
.cs_valuation_heading span {
  color: #4c89a3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cs_valuation_heading h2 {
  margin: 7px 0;
  color: #1f3d52;
  font-size: 34px;
}
.cs_valuation_heading p {
  margin: 0;
  color: #6f8999;
}
.cs_valuation_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cs_valuation_fields > label {
  display: grid;
  gap: 7px;
  color: #355d74;
  font-size: 16px;
  font-weight: 800;
}
.cs_valuation_fields input,
.cs_valuation_fields select,
.cs_valuation_fields textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #ccdee6;
  border-radius: 11px;
  background: #fbfdff;
  color: #244d65;
}
.cs_valuation_fields textarea {
  min-height: 100px;
  resize: vertical;
}
.cs_v_full {
  grid-column: 1/-1;
}
.cs_v_checks {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 13px;
  border: 1px solid #ccdee6;
  border-radius: 11px;
  background: #fbfdff;
}
.cs_v_checks label {
  font-weight: 600;
}
.cs_valuation_next {
  width: 100%;
  margin-top: 27px;
}
.cs_valuation_actions {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 28px;
}
.cs_valuation_actions .cs_connect_submit {
  min-width: 290px;
}
.cs_valuation_aside {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 38px 30px;
  border-radius: 25px;
  background: linear-gradient(155deg, #174d69 0%, #0e3046 100%);
  color: #fff;
  box-shadow: 0 20px 52px rgba(28, 68, 93, 0.18);
}
.cs_valuation_aside::after {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -95px;
  width: 250px;
  height: 250px;
  border: 35px solid rgba(118, 205, 232, 0.12);
  border-radius: 50%;
}
.cs_valuation_aside > * {
  position: relative;
  z-index: 1;
}
.cs_valuation_aside_icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
  border: 1px solid rgba(202, 243, 255, 0.34);
  border-radius: 18px;
  background: rgba(132, 215, 240, 0.13);
  color: #9ce4f8;
  font-size: 25px;
}
.cs_valuation_aside span {
  color: #9fddf0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.cs_valuation_aside h2 {
  margin: 10px 0 17px;
  font-size: 30px;
  line-height: 1.12;
  color: #fff;
}
.cs_valuation_aside p {
  margin: 0;
  color: #c5dde7;
  line-height: 1.65;
}
.cs_valuation_aside ul {
  display: grid;
  gap: 16px;
  margin: auto 0 0;
  padding: 29px 0 0;
  list-style: none;
}
.cs_valuation_aside li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e7f6fb;
  font-size: 14px;
  font-weight: 700;
}
.cs_valuation_aside li i {
  color: #85d9f1;
}
@media (max-width: 1100px) {
  .cs_valuation_layout {
    grid-template-columns: 1fr;
    max-width: 1000px;
  }
  .cs_valuation_aside {
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .cs_valuation_hero {
    padding: 70px 0;
  }
  .cs_valuation_form {
    padding: 26px 18px;
  }
  .cs_valuation_fields {
    grid-template-columns: 1fr;
  }
  .cs_v_full {
    grid-column: auto;
  }
  .cs_valuation_progress {
    grid-template-columns: 1fr 40px 1fr;
  }
  .cs_valuation_progress strong {
    text-align: center;
  }
  .cs_valuation_actions {
    display: grid;
  }
  .cs_valuation_actions .cs_connect_submit {
    margin-top: 0;
    min-width: 0;
  }
}

/*# sourceMappingURL=style.css.map */
