﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
@import url('https://fonts.cdnfonts.com/css/good-times-2');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
    color: rgba(39, 71, 96, 0.52);
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.625em;
    overflow-x: hidden !important;
}

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

.hizsaprimary_font,
.hizsabtn {
    font-family: "Barlow", sans-serif;
}

.hizsasecondary_font {
    font-family: "Barlow", 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: #007bff;
}

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: #000000;
}

/*--------------------------------------------------------------
2. Preloader
----------------------------------------------------------------*/
.hizsaperloader {
    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;
}

.hizsaperloader .hizsaperloader_in {
    position: relative;
}

.hizsaperloader .hizsaperloader_in svg {
    width: 110px;
    height: 110px;
}

.hizsaperloader .hizsawave_first svg {
    fill: rgba(48, 123, 196, 0.15);
}

.hizsaperloader .hizsawave_second {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-animation: spark 1.25s linear infinite;
    animation: spark 1.25s linear infinite;
}

.hizsaperloader .hizsawave_second svg {
    fill: #007bff;
}

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

    100% {
        max-width: 100%;
    }
}

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

    100% {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
3. Spacing
----------------------------------------------------------------*/
.hizsaheight_0 {
    height: 0px;
}

.hizsaheight_1 {
    height: 1px;
}

.hizsaheight_2 {
    height: 2px;
}

.hizsaheight_3 {
    height: 3px;
}

.hizsaheight_4 {
    height: 4px;
}

.hizsaheight_5 {
    height: 5px;
}

.hizsaheight_6 {
    height: 6px;
}

.hizsaheight_7 {
    height: 7px;
}

.hizsaheight_8 {
    height: 8px;
}

.hizsaheight_9 {
    height: 9px;
}

.hizsaheight_10 {
    height: 10px;
}

.hizsaheight_11 {
    height: 11px;
}

.hizsaheight_12 {
    height: 12px;
}

.hizsaheight_13 {
    height: 13px;
}

.hizsaheight_14 {
    height: 14px;
}

.hizsaheight_15 {
    height: 15px;
}

.hizsaheight_16 {
    height: 16px;
}

.hizsaheight_17 {
    height: 17px;
}

.hizsaheight_18 {
    height: 18px;
}

.hizsaheight_19 {
    height: 19px;
}

.hizsaheight_20 {
    height: 20px;
}

.hizsaheight_21 {
    height: 21px;
}

.hizsaheight_22 {
    height: 22px;
}

.hizsaheight_23 {
    height: 23px;
}

.hizsaheight_24 {
    height: 24px;
}

.hizsaheight_25 {
    height: 25px;
}

.hizsaheight_26 {
    height: 26px;
}

.hizsaheight_27 {
    height: 27px;
}

.hizsaheight_28 {
    height: 28px;
}

.hizsaheight_29 {
    height: 29px;
}

.hizsaheight_30 {
    height: 30px;
}

.hizsaheight_31 {
    height: 31px;
}

.hizsaheight_32 {
    height: 32px;
}

.hizsaheight_33 {
    height: 33px;
}

.hizsaheight_34 {
    height: 34px;
}

.hizsaheight_35 {
    height: 35px;
}

.hizsaheight_36 {
    height: 36px;
}

.hizsaheight_37 {
    height: 37px;
}

.hizsaheight_38 {
    height: 38px;
}

.hizsaheight_39 {
    height: 39px;
}

.hizsaheight_40 {
    height: 40px;
}

.hizsaheight_41 {
    height: 41px;
}

.hizsaheight_42 {
    height: 42px;
}

.hizsaheight_43 {
    height: 43px;
}

.hizsaheight_44 {
    height: 44px;
}

.hizsaheight_45 {
    height: 45px;
}

.hizsaheight_46 {
    height: 46px;
}

.hizsaheight_47 {
    height: 47px;
}

.hizsaheight_48 {
    height: 48px;
}

.hizsaheight_49 {
    height: 49px;
}

.hizsaheight_50 {
    height: 50px;
}

.hizsaheight_51 {
    height: 51px;
}

.hizsaheight_52 {
    height: 52px;
}

.hizsaheight_53 {
    height: 53px;
}

.hizsaheight_54 {
    height: 54px;
}

.hizsaheight_55 {
    height: 55px;
}

.hizsaheight_56 {
    height: 56px;
}

.hizsaheight_57 {
    height: 57px;
}

.hizsaheight_58 {
    height: 58px;
}

.hizsaheight_59 {
    height: 59px;
}

.hizsaheight_60 {
    height: 60px;
}

.hizsaheight_61 {
    height: 61px;
}

.hizsaheight_62 {
    height: 62px;
}

.hizsaheight_63 {
    height: 63px;
}

.hizsaheight_64 {
    height: 64px;
}

.hizsaheight_65 {
    height: 65px;
}

.hizsaheight_66 {
    height: 66px;
}

.hizsaheight_67 {
    height: 67px;
}

.hizsaheight_68 {
    height: 68px;
}

.hizsaheight_69 {
    height: 69px;
}

.hizsaheight_70 {
    height: 70px;
}

.hizsaheight_71 {
    height: 71px;
}

.hizsaheight_72 {
    height: 72px;
}

.hizsaheight_73 {
    height: 73px;
}

.hizsaheight_74 {
    height: 74px;
}

.hizsaheight_75 {
    height: 75px;
}

.hizsaheight_76 {
    height: 76px;
}

.hizsaheight_77 {
    height: 77px;
}

.hizsaheight_78 {
    height: 78px;
}

.hizsaheight_79 {
    height: 79px;
}

.hizsaheight_80 {
    height: 80px;
}

.hizsaheight_81 {
    height: 81px;
}

.hizsaheight_82 {
    height: 82px;
}

.hizsaheight_83 {
    height: 83px;
}

.hizsaheight_84 {
    height: 84px;
}

.hizsaheight_85 {
    height: 85px;
}

.hizsaheight_86 {
    height: 86px;
}

.hizsaheight_87 {
    height: 87px;
}

.hizsaheight_88 {
    height: 88px;
}

.hizsaheight_89 {
    height: 89px;
}

.hizsaheight_90 {
    height: 90px;
}

.hizsaheight_91 {
    height: 91px;
}

.hizsaheight_92 {
    height: 92px;
}

.hizsaheight_93 {
    height: 93px;
}

.hizsaheight_94 {
    height: 94px;
}

.hizsaheight_95 {
    height: 95px;
}

.hizsaheight_96 {
    height: 96px;
}

.hizsaheight_97 {
    height: 97px;
}

.hizsaheight_98 {
    height: 98px;
}

.hizsaheight_99 {
    height: 99px;
}

.hizsaheight_100 {
    height: 100px;
}

.hizsaheight_101 {
    height: 101px;
}

.hizsaheight_102 {
    height: 102px;
}

.hizsaheight_103 {
    height: 103px;
}

.hizsaheight_104 {
    height: 104px;
}

.hizsaheight_105 {
    height: 105px;
}

.hizsaheight_106 {
    height: 106px;
}

.hizsaheight_107 {
    height: 107px;
}

.hizsaheight_108 {
    height: 108px;
}

.hizsaheight_109 {
    height: 109px;
}

.hizsaheight_110 {
    height: 110px;
}

.hizsaheight_111 {
    height: 111px;
}

.hizsaheight_112 {
    height: 112px;
}

.hizsaheight_113 {
    height: 113px;
}

.hizsaheight_114 {
    height: 114px;
}

.hizsaheight_115 {
    height: 115px;
}

.hizsaheight_116 {
    height: 116px;
}

.hizsaheight_117 {
    height: 117px;
}

.hizsaheight_118 {
    height: 118px;
}

.hizsaheight_119 {
    height: 119px;
}

.hizsaheight_120 {
    height: 120px;
}

.hizsaheight_121 {
    height: 121px;
}

.hizsaheight_122 {
    height: 122px;
}

.hizsaheight_123 {
    height: 123px;
}

.hizsaheight_124 {
    height: 124px;
}

.hizsaheight_125 {
    height: 125px;
}

.hizsaheight_126 {
    height: 126px;
}

.hizsaheight_127 {
    height: 127px;
}

.hizsaheight_128 {
    height: 128px;
}

.hizsaheight_129 {
    height: 129px;
}

.hizsaheight_130 {
    height: 130px;
}

.hizsaheight_131 {
    height: 131px;
}

.hizsaheight_132 {
    height: 132px;
}

.hizsaheight_133 {
    height: 133px;
}

.hizsaheight_134 {
    height: 134px;
}

.hizsaheight_135 {
    height: 135px;
}

.hizsaheight_136 {
    height: 136px;
}

.hizsaheight_137 {
    height: 137px;
}

.hizsaheight_138 {
    height: 138px;
}

.hizsaheight_139 {
    height: 139px;
}

.hizsaheight_140 {
    height: 140px;
}

.hizsaheight_141 {
    height: 141px;
}

.hizsaheight_142 {
    height: 142px;
}

.hizsaheight_143 {
    height: 143px;
}

.hizsaheight_144 {
    height: 144px;
}

.hizsaheight_145 {
    height: 145px;
}

.hizsaheight_146 {
    height: 146px;
}

.hizsaheight_147 {
    height: 147px;
}

.hizsaheight_148 {
    height: 148px;
}

.hizsaheight_149 {
    height: 149px;
}

.hizsaheight_150 {
    height: 150px;
}

.hizsaheight_151 {
    height: 151px;
}

.hizsaheight_152 {
    height: 152px;
}

.hizsaheight_153 {
    height: 153px;
}

.hizsaheight_154 {
    height: 154px;
}

.hizsaheight_155 {
    height: 155px;
}

.hizsaheight_156 {
    height: 156px;
}

.hizsaheight_157 {
    height: 157px;
}

.hizsaheight_158 {
    height: 158px;
}

.hizsaheight_159 {
    height: 159px;
}

.hizsaheight_160 {
    height: 160px;
}

.hizsaheight_161 {
    height: 161px;
}

.hizsaheight_162 {
    height: 162px;
}

.hizsaheight_163 {
    height: 163px;
}

.hizsaheight_164 {
    height: 164px;
}

.hizsaheight_165 {
    height: 165px;
}

.hizsaheight_166 {
    height: 166px;
}

.hizsaheight_167 {
    height: 167px;
}

.hizsaheight_168 {
    height: 168px;
}

.hizsaheight_169 {
    height: 169px;
}

.hizsaheight_170 {
    height: 170px;
}

.hizsaheight_171 {
    height: 171px;
}

.hizsaheight_172 {
    height: 172px;
}

.hizsaheight_173 {
    height: 173px;
}

.hizsaheight_174 {
    height: 174px;
}

.hizsaheight_175 {
    height: 175px;
}

.hizsaheight_176 {
    height: 176px;
}

.hizsaheight_177 {
    height: 177px;
}

.hizsaheight_178 {
    height: 178px;
}

.hizsaheight_179 {
    height: 179px;
}

.hizsaheight_180 {
    height: 180px;
}

.hizsaheight_181 {
    height: 181px;
}

.hizsaheight_182 {
    height: 182px;
}

.hizsaheight_183 {
    height: 183px;
}

.hizsaheight_184 {
    height: 184px;
}

.hizsaheight_185 {
    height: 185px;
}

.hizsaheight_186 {
    height: 186px;
}

.hizsaheight_187 {
    height: 187px;
}

.hizsaheight_188 {
    height: 188px;
}

.hizsaheight_189 {
    height: 189px;
}

.hizsaheight_190 {
    height: 190px;
}

.hizsaheight_191 {
    height: 191px;
}

.hizsaheight_192 {
    height: 192px;
}

.hizsaheight_193 {
    height: 193px;
}

.hizsaheight_194 {
    height: 194px;
}

.hizsaheight_195 {
    height: 195px;
}

.hizsaheight_196 {
    height: 196px;
}

.hizsaheight_197 {
    height: 197px;
}

.hizsaheight_198 {
    height: 198px;
}

.hizsaheight_199 {
    height: 199px;
}

.hizsaheight_200 {
    height: 200px;
}

@media screen and (max-width: 1700px) {
    .hizsaheight_xl_0 {
        height: 0px;
    }

    .hizsaheight_xl_1 {
        height: 1px;
    }

    .hizsaheight_xl_2 {
        height: 2px;
    }

    .hizsaheight_xl_3 {
        height: 3px;
    }

    .hizsaheight_xl_4 {
        height: 4px;
    }

    .hizsaheight_xl_5 {
        height: 5px;
    }

    .hizsaheight_xl_6 {
        height: 6px;
    }

    .hizsaheight_xl_7 {
        height: 7px;
    }

    .hizsaheight_xl_8 {
        height: 8px;
    }

    .hizsaheight_xl_9 {
        height: 9px;
    }

    .hizsaheight_xl_10 {
        height: 10px;
    }

    .hizsaheight_xl_11 {
        height: 11px;
    }

    .hizsaheight_xl_12 {
        height: 12px;
    }

    .hizsaheight_xl_13 {
        height: 13px;
    }

    .hizsaheight_xl_14 {
        height: 14px;
    }

    .hizsaheight_xl_15 {
        height: 15px;
    }

    .hizsaheight_xl_16 {
        height: 16px;
    }

    .hizsaheight_xl_17 {
        height: 17px;
    }

    .hizsaheight_xl_18 {
        height: 18px;
    }

    .hizsaheight_xl_19 {
        height: 19px;
    }

    .hizsaheight_xl_20 {
        height: 20px;
    }

    .hizsaheight_xl_21 {
        height: 21px;
    }

    .hizsaheight_xl_22 {
        height: 22px;
    }

    .hizsaheight_xl_23 {
        height: 23px;
    }

    .hizsaheight_xl_24 {
        height: 24px;
    }

    .hizsaheight_xl_25 {
        height: 25px;
    }

    .hizsaheight_xl_26 {
        height: 26px;
    }

    .hizsaheight_xl_27 {
        height: 27px;
    }

    .hizsaheight_xl_28 {
        height: 28px;
    }

    .hizsaheight_xl_29 {
        height: 29px;
    }

    .hizsaheight_xl_30 {
        height: 30px;
    }

    .hizsaheight_xl_31 {
        height: 31px;
    }

    .hizsaheight_xl_32 {
        height: 32px;
    }

    .hizsaheight_xl_33 {
        height: 33px;
    }

    .hizsaheight_xl_34 {
        height: 34px;
    }

    .hizsaheight_xl_35 {
        height: 35px;
    }

    .hizsaheight_xl_36 {
        height: 36px;
    }

    .hizsaheight_xl_37 {
        height: 37px;
    }

    .hizsaheight_xl_38 {
        height: 38px;
    }

    .hizsaheight_xl_39 {
        height: 39px;
    }

    .hizsaheight_xl_40 {
        height: 40px;
    }

    .hizsaheight_xl_41 {
        height: 41px;
    }

    .hizsaheight_xl_42 {
        height: 42px;
    }

    .hizsaheight_xl_43 {
        height: 43px;
    }

    .hizsaheight_xl_44 {
        height: 44px;
    }

    .hizsaheight_xl_45 {
        height: 45px;
    }

    .hizsaheight_xl_46 {
        height: 46px;
    }

    .hizsaheight_xl_47 {
        height: 47px;
    }

    .hizsaheight_xl_48 {
        height: 48px;
    }

    .hizsaheight_xl_49 {
        height: 49px;
    }

    .hizsaheight_xl_50 {
        height: 50px;
    }

    .hizsaheight_xl_51 {
        height: 51px;
    }

    .hizsaheight_xl_52 {
        height: 52px;
    }

    .hizsaheight_xl_53 {
        height: 53px;
    }

    .hizsaheight_xl_54 {
        height: 54px;
    }

    .hizsaheight_xl_55 {
        height: 55px;
    }

    .hizsaheight_xl_56 {
        height: 56px;
    }

    .hizsaheight_xl_57 {
        height: 57px;
    }

    .hizsaheight_xl_58 {
        height: 58px;
    }

    .hizsaheight_xl_59 {
        height: 59px;
    }

    .hizsaheight_xl_60 {
        height: 60px;
    }

    .hizsaheight_xl_61 {
        height: 61px;
    }

    .hizsaheight_xl_62 {
        height: 62px;
    }

    .hizsaheight_xl_63 {
        height: 63px;
    }

    .hizsaheight_xl_64 {
        height: 64px;
    }

    .hizsaheight_xl_65 {
        height: 65px;
    }

    .hizsaheight_xl_66 {
        height: 66px;
    }

    .hizsaheight_xl_67 {
        height: 67px;
    }

    .hizsaheight_xl_68 {
        height: 68px;
    }

    .hizsaheight_xl_69 {
        height: 69px;
    }

    .hizsaheight_xl_70 {
        height: 70px;
    }

    .hizsaheight_xl_71 {
        height: 71px;
    }

    .hizsaheight_xl_72 {
        height: 72px;
    }

    .hizsaheight_xl_73 {
        height: 73px;
    }

    .hizsaheight_xl_74 {
        height: 74px;
    }

    .hizsaheight_xl_75 {
        height: 75px;
    }

    .hizsaheight_xl_76 {
        height: 76px;
    }

    .hizsaheight_xl_77 {
        height: 77px;
    }

    .hizsaheight_xl_78 {
        height: 78px;
    }

    .hizsaheight_xl_79 {
        height: 79px;
    }

    .hizsaheight_xl_80 {
        height: 80px;
    }

    .hizsaheight_xl_81 {
        height: 81px;
    }

    .hizsaheight_xl_82 {
        height: 82px;
    }

    .hizsaheight_xl_83 {
        height: 83px;
    }

    .hizsaheight_xl_84 {
        height: 84px;
    }

    .hizsaheight_xl_85 {
        height: 85px;
    }

    .hizsaheight_xl_86 {
        height: 86px;
    }

    .hizsaheight_xl_87 {
        height: 87px;
    }

    .hizsaheight_xl_88 {
        height: 88px;
    }

    .hizsaheight_xl_89 {
        height: 89px;
    }

    .hizsaheight_xl_90 {
        height: 90px;
    }

    .hizsaheight_xl_91 {
        height: 91px;
    }

    .hizsaheight_xl_92 {
        height: 92px;
    }

    .hizsaheight_xl_93 {
        height: 93px;
    }

    .hizsaheight_xl_94 {
        height: 94px;
    }

    .hizsaheight_xl_95 {
        height: 95px;
    }

    .hizsaheight_xl_96 {
        height: 96px;
    }

    .hizsaheight_xl_97 {
        height: 97px;
    }

    .hizsaheight_xl_98 {
        height: 98px;
    }

    .hizsaheight_xl_99 {
        height: 99px;
    }

    .hizsaheight_xl_100 {
        height: 100px;
    }

    .hizsaheight_xl_101 {
        height: 101px;
    }

    .hizsaheight_xl_102 {
        height: 102px;
    }

    .hizsaheight_xl_103 {
        height: 103px;
    }

    .hizsaheight_xl_104 {
        height: 104px;
    }

    .hizsaheight_xl_105 {
        height: 105px;
    }

    .hizsaheight_xl_106 {
        height: 106px;
    }

    .hizsaheight_xl_107 {
        height: 107px;
    }

    .hizsaheight_xl_108 {
        height: 108px;
    }

    .hizsaheight_xl_109 {
        height: 109px;
    }

    .hizsaheight_xl_110 {
        height: 110px;
    }

    .hizsaheight_xl_111 {
        height: 111px;
    }

    .hizsaheight_xl_112 {
        height: 112px;
    }

    .hizsaheight_xl_113 {
        height: 113px;
    }

    .hizsaheight_xl_114 {
        height: 114px;
    }

    .hizsaheight_xl_115 {
        height: 115px;
    }

    .hizsaheight_xl_116 {
        height: 116px;
    }

    .hizsaheight_xl_117 {
        height: 117px;
    }

    .hizsaheight_xl_118 {
        height: 118px;
    }

    .hizsaheight_xl_119 {
        height: 119px;
    }

    .hizsaheight_xl_120 {
        height: 120px;
    }

    .hizsaheight_xl_121 {
        height: 121px;
    }

    .hizsaheight_xl_122 {
        height: 122px;
    }

    .hizsaheight_xl_123 {
        height: 123px;
    }

    .hizsaheight_xl_124 {
        height: 124px;
    }

    .hizsaheight_xl_125 {
        height: 125px;
    }

    .hizsaheight_xl_126 {
        height: 126px;
    }

    .hizsaheight_xl_127 {
        height: 127px;
    }

    .hizsaheight_xl_128 {
        height: 128px;
    }

    .hizsaheight_xl_129 {
        height: 129px;
    }

    .hizsaheight_xl_130 {
        height: 130px;
    }

    .hizsaheight_xl_131 {
        height: 131px;
    }

    .hizsaheight_xl_132 {
        height: 132px;
    }

    .hizsaheight_xl_133 {
        height: 133px;
    }

    .hizsaheight_xl_134 {
        height: 134px;
    }

    .hizsaheight_xl_135 {
        height: 135px;
    }

    .hizsaheight_xl_136 {
        height: 136px;
    }

    .hizsaheight_xl_137 {
        height: 137px;
    }

    .hizsaheight_xl_138 {
        height: 138px;
    }

    .hizsaheight_xl_139 {
        height: 139px;
    }

    .hizsaheight_xl_140 {
        height: 140px;
    }

    .hizsaheight_xl_141 {
        height: 141px;
    }

    .hizsaheight_xl_142 {
        height: 142px;
    }

    .hizsaheight_xl_143 {
        height: 143px;
    }

    .hizsaheight_xl_144 {
        height: 144px;
    }

    .hizsaheight_xl_145 {
        height: 145px;
    }

    .hizsaheight_xl_146 {
        height: 146px;
    }

    .hizsaheight_xl_147 {
        height: 147px;
    }

    .hizsaheight_xl_148 {
        height: 148px;
    }

    .hizsaheight_xl_149 {
        height: 149px;
    }

    .hizsaheight_xl_150 {
        height: 150px;
    }

    .hizsaheight_xl_151 {
        height: 151px;
    }

    .hizsaheight_xl_152 {
        height: 152px;
    }

    .hizsaheight_xl_153 {
        height: 153px;
    }

    .hizsaheight_xl_154 {
        height: 154px;
    }

    .hizsaheight_xl_155 {
        height: 155px;
    }

    .hizsaheight_xl_156 {
        height: 156px;
    }

    .hizsaheight_xl_157 {
        height: 157px;
    }

    .hizsaheight_xl_158 {
        height: 158px;
    }

    .hizsaheight_xl_159 {
        height: 159px;
    }

    .hizsaheight_xl_160 {
        height: 160px;
    }

    .hizsaheight_xl_161 {
        height: 161px;
    }

    .hizsaheight_xl_162 {
        height: 162px;
    }

    .hizsaheight_xl_163 {
        height: 163px;
    }

    .hizsaheight_xl_164 {
        height: 164px;
    }

    .hizsaheight_xl_165 {
        height: 165px;
    }

    .hizsaheight_xl_166 {
        height: 166px;
    }

    .hizsaheight_xl_167 {
        height: 167px;
    }

    .hizsaheight_xl_168 {
        height: 168px;
    }

    .hizsaheight_xl_169 {
        height: 169px;
    }

    .hizsaheight_xl_170 {
        height: 170px;
    }

    .hizsaheight_xl_171 {
        height: 171px;
    }

    .hizsaheight_xl_172 {
        height: 172px;
    }

    .hizsaheight_xl_173 {
        height: 173px;
    }

    .hizsaheight_xl_174 {
        height: 174px;
    }

    .hizsaheight_xl_175 {
        height: 175px;
    }

    .hizsaheight_xl_176 {
        height: 176px;
    }

    .hizsaheight_xl_177 {
        height: 177px;
    }

    .hizsaheight_xl_178 {
        height: 178px;
    }

    .hizsaheight_xl_179 {
        height: 179px;
    }

    .hizsaheight_xl_180 {
        height: 180px;
    }

    .hizsaheight_xl_181 {
        height: 181px;
    }

    .hizsaheight_xl_182 {
        height: 182px;
    }

    .hizsaheight_xl_183 {
        height: 183px;
    }

    .hizsaheight_xl_184 {
        height: 184px;
    }

    .hizsaheight_xl_185 {
        height: 185px;
    }

    .hizsaheight_xl_186 {
        height: 186px;
    }

    .hizsaheight_xl_187 {
        height: 187px;
    }

    .hizsaheight_xl_188 {
        height: 188px;
    }

    .hizsaheight_xl_189 {
        height: 189px;
    }

    .hizsaheight_xl_190 {
        height: 190px;
    }

    .hizsaheight_xl_191 {
        height: 191px;
    }

    .hizsaheight_xl_192 {
        height: 192px;
    }

    .hizsaheight_xl_193 {
        height: 193px;
    }

    .hizsaheight_xl_194 {
        height: 194px;
    }

    .hizsaheight_xl_195 {
        height: 195px;
    }

    .hizsaheight_xl_196 {
        height: 196px;
    }

    .hizsaheight_xl_197 {
        height: 197px;
    }

    .hizsaheight_xl_198 {
        height: 198px;
    }

    .hizsaheight_xl_199 {
        height: 199px;
    }

    .hizsaheight_xl_200 {
        height: 200px;
    }
}

@media screen and (max-width: 991px) {
    .hizsaheight_lg_0 {
        height: 0px;
    }

    .hizsaheight_lg_1 {
        height: 1px;
    }

    .hizsaheight_lg_2 {
        height: 2px;
    }

    .hizsaheight_lg_3 {
        height: 3px;
    }

    .hizsaheight_lg_4 {
        height: 4px;
    }

    .hizsaheight_lg_5 {
        height: 5px;
    }

    .hizsaheight_lg_6 {
        height: 6px;
    }

    .hizsaheight_lg_7 {
        height: 7px;
    }

    .hizsaheight_lg_8 {
        height: 8px;
    }

    .hizsaheight_lg_9 {
        height: 9px;
    }

    .hizsaheight_lg_10 {
        height: 10px;
    }

    .hizsaheight_lg_11 {
        height: 11px;
    }

    .hizsaheight_lg_12 {
        height: 12px;
    }

    .hizsaheight_lg_13 {
        height: 13px;
    }

    .hizsaheight_lg_14 {
        height: 14px;
    }

    .hizsaheight_lg_15 {
        height: 15px;
    }

    .hizsaheight_lg_16 {
        height: 16px;
    }

    .hizsaheight_lg_17 {
        height: 17px;
    }

    .hizsaheight_lg_18 {
        height: 18px;
    }

    .hizsaheight_lg_19 {
        height: 19px;
    }

    .hizsaheight_lg_20 {
        height: 20px;
    }

    .hizsaheight_lg_21 {
        height: 21px;
    }

    .hizsaheight_lg_22 {
        height: 22px;
    }

    .hizsaheight_lg_23 {
        height: 23px;
    }

    .hizsaheight_lg_24 {
        height: 24px;
    }

    .hizsaheight_lg_25 {
        height: 25px;
    }

    .hizsaheight_lg_26 {
        height: 26px;
    }

    .hizsaheight_lg_27 {
        height: 27px;
    }

    .hizsaheight_lg_28 {
        height: 28px;
    }

    .hizsaheight_lg_29 {
        height: 29px;
    }

    .hizsaheight_lg_30 {
        height: 30px;
    }

    .hizsaheight_lg_31 {
        height: 31px;
    }

    .hizsaheight_lg_32 {
        height: 32px;
    }

    .hizsaheight_lg_33 {
        height: 33px;
    }

    .hizsaheight_lg_34 {
        height: 34px;
    }

    .hizsaheight_lg_35 {
        height: 35px;
    }

    .hizsaheight_lg_36 {
        height: 36px;
    }

    .hizsaheight_lg_37 {
        height: 37px;
    }

    .hizsaheight_lg_38 {
        height: 38px;
    }

    .hizsaheight_lg_39 {
        height: 39px;
    }

    .hizsaheight_lg_40 {
        height: 40px;
    }

    .hizsaheight_lg_41 {
        height: 41px;
    }

    .hizsaheight_lg_42 {
        height: 42px;
    }

    .hizsaheight_lg_43 {
        height: 43px;
    }

    .hizsaheight_lg_44 {
        height: 44px;
    }

    .hizsaheight_lg_45 {
        height: 45px;
    }

    .hizsaheight_lg_46 {
        height: 46px;
    }

    .hizsaheight_lg_47 {
        height: 47px;
    }

    .hizsaheight_lg_48 {
        height: 48px;
    }

    .hizsaheight_lg_49 {
        height: 49px;
    }

    .hizsaheight_lg_50 {
        height: 50px;
    }

    .hizsaheight_lg_51 {
        height: 51px;
    }

    .hizsaheight_lg_52 {
        height: 52px;
    }

    .hizsaheight_lg_53 {
        height: 53px;
    }

    .hizsaheight_lg_54 {
        height: 54px;
    }

    .hizsaheight_lg_55 {
        height: 55px;
    }

    .hizsaheight_lg_56 {
        height: 56px;
    }

    .hizsaheight_lg_57 {
        height: 57px;
    }

    .hizsaheight_lg_58 {
        height: 58px;
    }

    .hizsaheight_lg_59 {
        height: 59px;
    }

    .hizsaheight_lg_60 {
        height: 60px;
    }

    .hizsaheight_lg_61 {
        height: 61px;
    }

    .hizsaheight_lg_62 {
        height: 62px;
    }

    .hizsaheight_lg_63 {
        height: 63px;
    }

    .hizsaheight_lg_64 {
        height: 64px;
    }

    .hizsaheight_lg_65 {
        height: 65px;
    }

    .hizsaheight_lg_66 {
        height: 66px;
    }

    .hizsaheight_lg_67 {
        height: 67px;
    }

    .hizsaheight_lg_68 {
        height: 68px;
    }

    .hizsaheight_lg_69 {
        height: 69px;
    }

    .hizsaheight_lg_70 {
        height: 70px;
    }

    .hizsaheight_lg_71 {
        height: 71px;
    }

    .hizsaheight_lg_72 {
        height: 72px;
    }

    .hizsaheight_lg_73 {
        height: 73px;
    }

    .hizsaheight_lg_74 {
        height: 74px;
    }

    .hizsaheight_lg_75 {
        height: 75px;
    }

    .hizsaheight_lg_76 {
        height: 76px;
    }

    .hizsaheight_lg_77 {
        height: 77px;
    }

    .hizsaheight_lg_78 {
        height: 78px;
    }

    .hizsaheight_lg_79 {
        height: 79px;
    }

    .hizsaheight_lg_80 {
        height: 80px;
    }

    .hizsaheight_lg_81 {
        height: 81px;
    }

    .hizsaheight_lg_82 {
        height: 82px;
    }

    .hizsaheight_lg_83 {
        height: 83px;
    }

    .hizsaheight_lg_84 {
        height: 84px;
    }

    .hizsaheight_lg_85 {
        height: 85px;
    }

    .hizsaheight_lg_86 {
        height: 86px;
    }

    .hizsaheight_lg_87 {
        height: 87px;
    }

    .hizsaheight_lg_88 {
        height: 88px;
    }

    .hizsaheight_lg_89 {
        height: 89px;
    }

    .hizsaheight_lg_90 {
        height: 90px;
    }

    .hizsaheight_lg_91 {
        height: 91px;
    }

    .hizsaheight_lg_92 {
        height: 92px;
    }

    .hizsaheight_lg_93 {
        height: 93px;
    }

    .hizsaheight_lg_94 {
        height: 94px;
    }

    .hizsaheight_lg_95 {
        height: 95px;
    }

    .hizsaheight_lg_96 {
        height: 96px;
    }

    .hizsaheight_lg_97 {
        height: 97px;
    }

    .hizsaheight_lg_98 {
        height: 98px;
    }

    .hizsaheight_lg_99 {
        height: 99px;
    }

    .hizsaheight_lg_100 {
        height: 100px;
    }

    .hizsaheight_lg_101 {
        height: 101px;
    }

    .hizsaheight_lg_102 {
        height: 102px;
    }

    .hizsaheight_lg_103 {
        height: 103px;
    }

    .hizsaheight_lg_104 {
        height: 104px;
    }

    .hizsaheight_lg_105 {
        height: 105px;
    }

    .hizsaheight_lg_106 {
        height: 106px;
    }

    .hizsaheight_lg_107 {
        height: 107px;
    }

    .hizsaheight_lg_108 {
        height: 108px;
    }

    .hizsaheight_lg_109 {
        height: 109px;
    }

    .hizsaheight_lg_110 {
        height: 110px;
    }

    .hizsaheight_lg_111 {
        height: 111px;
    }

    .hizsaheight_lg_112 {
        height: 112px;
    }

    .hizsaheight_lg_113 {
        height: 113px;
    }

    .hizsaheight_lg_114 {
        height: 114px;
    }

    .hizsaheight_lg_115 {
        height: 115px;
    }

    .hizsaheight_lg_116 {
        height: 116px;
    }

    .hizsaheight_lg_117 {
        height: 117px;
    }

    .hizsaheight_lg_118 {
        height: 118px;
    }

    .hizsaheight_lg_119 {
        height: 119px;
    }

    .hizsaheight_lg_120 {
        height: 120px;
    }

    .hizsaheight_lg_121 {
        height: 121px;
    }

    .hizsaheight_lg_122 {
        height: 122px;
    }

    .hizsaheight_lg_123 {
        height: 123px;
    }

    .hizsaheight_lg_124 {
        height: 124px;
    }

    .hizsaheight_lg_125 {
        height: 125px;
    }

    .hizsaheight_lg_126 {
        height: 126px;
    }

    .hizsaheight_lg_127 {
        height: 127px;
    }

    .hizsaheight_lg_128 {
        height: 128px;
    }

    .hizsaheight_lg_129 {
        height: 129px;
    }

    .hizsaheight_lg_130 {
        height: 130px;
    }

    .hizsaheight_lg_131 {
        height: 131px;
    }

    .hizsaheight_lg_132 {
        height: 132px;
    }

    .hizsaheight_lg_133 {
        height: 133px;
    }

    .hizsaheight_lg_134 {
        height: 134px;
    }

    .hizsaheight_lg_135 {
        height: 135px;
    }

    .hizsaheight_lg_136 {
        height: 136px;
    }

    .hizsaheight_lg_137 {
        height: 137px;
    }

    .hizsaheight_lg_138 {
        height: 138px;
    }

    .hizsaheight_lg_139 {
        height: 139px;
    }

    .hizsaheight_lg_140 {
        height: 140px;
    }

    .hizsaheight_lg_141 {
        height: 141px;
    }

    .hizsaheight_lg_142 {
        height: 142px;
    }

    .hizsaheight_lg_143 {
        height: 143px;
    }

    .hizsaheight_lg_144 {
        height: 144px;
    }

    .hizsaheight_lg_145 {
        height: 145px;
    }

    .hizsaheight_lg_146 {
        height: 146px;
    }

    .hizsaheight_lg_147 {
        height: 147px;
    }

    .hizsaheight_lg_148 {
        height: 148px;
    }

    .hizsaheight_lg_149 {
        height: 149px;
    }

    .hizsaheight_lg_150 {
        height: 150px;
    }

    .hizsaheight_lg_151 {
        height: 151px;
    }

    .hizsaheight_lg_152 {
        height: 152px;
    }

    .hizsaheight_lg_153 {
        height: 153px;
    }

    .hizsaheight_lg_154 {
        height: 154px;
    }

    .hizsaheight_lg_155 {
        height: 155px;
    }

    .hizsaheight_lg_156 {
        height: 156px;
    }

    .hizsaheight_lg_157 {
        height: 157px;
    }

    .hizsaheight_lg_158 {
        height: 158px;
    }

    .hizsaheight_lg_159 {
        height: 159px;
    }

    .hizsaheight_lg_160 {
        height: 160px;
    }

    .hizsaheight_lg_161 {
        height: 161px;
    }

    .hizsaheight_lg_162 {
        height: 162px;
    }

    .hizsaheight_lg_163 {
        height: 163px;
    }

    .hizsaheight_lg_164 {
        height: 164px;
    }

    .hizsaheight_lg_165 {
        height: 165px;
    }

    .hizsaheight_lg_166 {
        height: 166px;
    }

    .hizsaheight_lg_167 {
        height: 167px;
    }

    .hizsaheight_lg_168 {
        height: 168px;
    }

    .hizsaheight_lg_169 {
        height: 169px;
    }

    .hizsaheight_lg_170 {
        height: 170px;
    }

    .hizsaheight_lg_171 {
        height: 171px;
    }

    .hizsaheight_lg_172 {
        height: 172px;
    }

    .hizsaheight_lg_173 {
        height: 173px;
    }

    .hizsaheight_lg_174 {
        height: 174px;
    }

    .hizsaheight_lg_175 {
        height: 175px;
    }

    .hizsaheight_lg_176 {
        height: 176px;
    }

    .hizsaheight_lg_177 {
        height: 177px;
    }

    .hizsaheight_lg_178 {
        height: 178px;
    }

    .hizsaheight_lg_179 {
        height: 179px;
    }

    .hizsaheight_lg_180 {
        height: 180px;
    }

    .hizsaheight_lg_181 {
        height: 181px;
    }

    .hizsaheight_lg_182 {
        height: 182px;
    }

    .hizsaheight_lg_183 {
        height: 183px;
    }

    .hizsaheight_lg_184 {
        height: 184px;
    }

    .hizsaheight_lg_185 {
        height: 185px;
    }

    .hizsaheight_lg_186 {
        height: 186px;
    }

    .hizsaheight_lg_187 {
        height: 187px;
    }

    .hizsaheight_lg_188 {
        height: 188px;
    }

    .hizsaheight_lg_189 {
        height: 189px;
    }

    .hizsaheight_lg_190 {
        height: 190px;
    }

    .hizsaheight_lg_191 {
        height: 191px;
    }

    .hizsaheight_lg_192 {
        height: 192px;
    }

    .hizsaheight_lg_193 {
        height: 193px;
    }

    .hizsaheight_lg_194 {
        height: 194px;
    }

    .hizsaheight_lg_195 {
        height: 195px;
    }

    .hizsaheight_lg_196 {
        height: 196px;
    }

    .hizsaheight_lg_197 {
        height: 197px;
    }

    .hizsaheight_lg_198 {
        height: 198px;
    }

    .hizsaheight_lg_199 {
        height: 199px;
    }

    .hizsaheight_lg_200 {
        height: 200px;
    }
}

/*--------------------------------------------------------------
4. General
----------------------------------------------------------------*/
.hizsagap_y_24 {
    gap: 24px 0;
}

.hizsagap_y_40 {
    gap: 40px 0;
}

.hizsagap_y_30 {
    gap: 30px 0;
}

.hizsagap_y_50 {
    gap: 50px 0;
}

.hizsarow_gap_50 {
    gap: 50px 0;
}

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

.hizsapr_95 {
    padding-right: 95px;
}

@media (max-width: 1700px) {
    .hizsapr_95 {
        padding-right: 45px;
    }
}

@media (max-width: 1400px) {
    .hizsapr_95 {
        padding-right: 25px;
    }
}

@media (max-width: 1199px) {
    .hizsapr_95 {
        padding-right: 0;
        padding-top: 10px;
    }
}

.hizsagap_40 {
    gap: 40px;
}

.hizsapost_pr_136 {
    padding-right: 136px;
}

@media (max-width: 1700px) {
    .hizsapost_pr_136 {
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    .hizsapost_pr_136 {
        padding-right: 0px;
    }
}

.hizsamt_minus_110 {
    margin-top: -110px;
    position: relative;
    z-index: 5;
}

@media (max-width: 991px) {
    .hizsamt_minus_110 {
        margin-top: 110px;
    }
}

.hizsafs_94 {
    font-size: 94px;
    line-height: 1.1em;
}

@media (max-width: 1700px) {
    .hizsafs_94 {
        font-size: 72px;
    }
}

@media (max-width: 1199px) {
    .hizsafs_94 {
        font-size: 60px;
    }
}

@media (max-width: 400px) {
    .hizsafs_94 {
        font-size: 42px;
    }

    .drcopyright a {
        font-size: 13px;
    }
}

.hizsafs_84 {
    font-size: 84px;
    line-height: 1.12em;
}

@media (max-width: 1700px) {
    .hizsafs_84 {
        font-size: 68px;
    }
}

@media (max-width: 767px) {
    .hizsafs_84 {
        font-size: 56px;
    }
}

@media (max-width: 400px) {
    .hizsafs_84 {
        font-size: 48px;
    }
}

.hizsafs_72 {
    font-size: 72px;
    line-height: 1.14em;
}

@media (max-width: 1700px) {
    .hizsafs_72 {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .hizsafs_72 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .hizsafs_72 {
        font-size: 48px;
    }
}

@media (max-width: 350px) {
    .hizsafs_72 {
        font-size: 42px;
    }
}

.hizsafs_48 {
    font-size: 48px;
    line-height: 1.04em;
}

@media (max-width: 1700px) {
    .hizsafs_48 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .hizsafs_48 {
        font-size: 26px;
    }
}

.hizsafs_40 {
    font-size: 40px;
    line-height: 1.25em;
}

@media (max-width: 1700px) {
    .hizsafs_40 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .hizsafs_40 {
        font-size: 28px;
    }
}

.hizsafs_32 {
    font-size: 32px;
    line-height: 1.31em;
}

@media (max-width: 1700px) {
    .hizsafs_32 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .hizsafs_32 {
        font-size: 24px;
    }
}

@media (max-width: 350px) {
    .hizsafs_32 {
        font-size: 21px;
    }
}

.hizsafs_24 {
    font-size: 24px;
    line-height: 1.41em;
}

@media (max-width: 1700px) {
    .hizsafs_24 {
        font-size: 22px;
    }
}

.hizsafs_20 {
    font-size: 20px;
    line-height: 1.5em;
}

@media (max-width: 991px) {
    .hizsafs_20 {
        font-size: 18px;
    }
}

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

.hizsaimg_filed {
    height: 100%;
}

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

.hizsalight {
    font-weight: 300;
}

.hizsanormal {
    font-weight: 400;
}

.hizsamedium {
    font-weight: 500;
}

.hizsasemibold {
    font-weight: 600;
}

.hizsabold {
    font-weight: 700;
}

.hizsaextra_bold {
    font-weight: 800;
}

.hizsablack {
    font-weight: 900;
}

.hizsaradius_3 {
    border-radius: 3px;
}

.hizsaradius_5 {
    border-radius: 5px;
}

.hizsaradius_7 {
    border-radius: 7px;
}

.hizsaradius_10 {
    border-radius: 10px;
}

.hizsaradius_15 {
    border-radius: 15px;
}

.hizsaradius_20 {
    border-radius: 20px;
}

.hizsaradius_25 {
    border-radius: 25px;
}

.hizsaradius_30 {
    border-radius: 30px;
}

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

.hizsam0 {
    margin: 0;
}

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

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

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

.hizsacenter {
    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;
}

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

.hizsaheading_color {
    color: #000000;
}

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

.hizsaaccent_color {
    color: #007bff;
}

.hizsawhite_color {
    color: #fff;
}

.hizsawhite_bg {
    background-color: #ffffff;
}

.hizsaaccent_bg {
    background-color: #007bff;
}

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

.hizsahalf_bg,
.hizsahalf_bg_2 {
    position: relative;
}

.hizsahalf_bg::before,
.hizsahalf_bg_2::before {
    content: "";
    position: absolute;
    height: 60%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.hizsahalf_bg>*,
.hizsahalf_bg_2>* {
    position: relative;
    z-index: 2;
}

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

@media (min-width: 1701px) {
    .container {
        max-width: 1650px;
    }
}

.hizsashadow_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);
}

.hizsashadow_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);
}

.hizsabtn.hizsastyle_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) {
    .hizsabtn.hizsastyle_1 {
        padding: 12px 30px;
    }
}

.hizsabtn.hizsastyle_1 span {
    position: relative;
    z-index: 2;
}

.hizsabtn.hizsastyle_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;
}

.hizsabtn.hizsastyle_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);
}

.hizsabtn.hizsastyle_1 img:first-child {
    left: -20px;
}

.hizsabtn.hizsastyle_1 img:last-child {
    left: 0;
}

.hizsabtn.hizsastyle_1::before,
.hizsabtn.hizsastyle_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;
}

.hizsabtn.hizsastyle_1::before {
    background-image: linear-gradient(20deg, #007bff 0%, #50c9b8 100%);
}

.hizsabtn.hizsastyle_1::after {
    background-color: #007bff;
}

.hizsabtn.hizsastyle_5::after {
    background-color: #50c9b8 !important;
}

.hizsabtn.hizsastyle_1:hover::before {
    opacity: 1;
}

.hizsabtn.hizsastyle_1:hover::after {
    opacity: 1;
}

.hizsabtn.hizsastyle_1:hover img:first-child {
    left: 0px;
}

.hizsabtn.hizsastyle_1:hover img:last-child {
    left: 20px;
}

.hizsatext_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-bottom: 5px;
}

.hizsatext_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;
}

.hizsatext_btn:hover {
    color: #fff;
}

.hizsatext_btn:hover::before {
    width: 60%;
}

.hizsatext_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;
}

.hizsatext_btn_2 .hizsatext_btn_text {
    display: inline-block;
    position: relative;
}

.hizsatext_btn_2 .hizsatext_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;
}

.hizsatext_btn_2 .hizsatext_btn_icon {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hizsatext_btn_2:hover .hizsatext_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);
}

.hizsatext_btn_2:hover .hizsatext_btn_icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hizsainput_label {
    margin-bottom: 12px;
}

@media (max-width: 1700px) {
    .hizsainput_label {
        margin-bottom: 10px;
    }
}

.hizsaform_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;
}

.hizsaform_field:focus {
    border-color: #007bff;
}

@media (max-width: 1700px) {
    .hizsaform_field {
        padding: 16px 20px;
        border-radius: 15px;
    }
}

.hizsaform_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;
}

.hizsaform_field_2:focus {
    border-color: #007bff;
}

textarea.hizsaform_field {
    resize: none;
}

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

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

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

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

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

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

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

.hizsawith_icon_input {
    position: relative;
}

.hizsawith_icon_input i {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #007bff;
    font-size: 20px;
    pointer-events: none;
}

@media (max-width: 1700px) {
    .hizsawith_icon_input i {
        top: 20px;
        left: 20px;
    }
}

.hizsawith_icon_input .hizsaform_field {
    padding-left: 60px;
}

@media (max-width: 1700px) {
    .hizsawith_icon_input .hizsaform_field {
        padding-left: 50px;
    }
}

.hizsarandom_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) {
    .hizsarandom_features {
        gap: 15px 60px;
    }
}

@media (max-width: 1380px) {
    .hizsarandom_features {
        gap: 15px 24px;
    }
}

@media (max-width: 1121px) {
    .hizsarandom_features {
        gap: 24px;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

.hizsarandom_features .hizsarandom_features_col {
    padding-top: 55px;
}

@media (max-width: 1700px) {
    .hizsarandom_features .hizsarandom_features_col {
        padding-top: 45px;
    }
}

@media (max-width: 1380px) {
    .hizsarandom_features .hizsarandom_features_col {
        padding-top: 25px;
    }
}

@media (max-width: 1121px) {
    .hizsarandom_features .hizsarandom_features_col {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .hizsarandom_features .hizsarandom_features_col {
        width: 100%;
    }
}

.hizsarandom_features .hizsarandom_features_col:nth-child(2) {
    padding-top: 0;
}

@media (min-width: 992px) {
    .hizsarandom_features .hizsaiconbox.hizsastyle_13 {
        max-width: 390px;
    }
}

.hizsafeature.hizsastyle_1 {
    max-width: 420px;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 70px 50px;
}

@media (max-width: 1700px) {
    .hizsafeature.hizsastyle_1 {
        max-width: 390px;
        padding: 50px 30px;
    }
}

@media (max-width: 1380px) {
    .hizsafeature.hizsastyle_1 {
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .hizsafeature.hizsastyle_1 {
        max-width: 100%;
    }
}

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

.hizsafeature.hizsastyle_1 .hizsafeature_icon {
    height: 45px;
    width: 45px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 9px;
}

.hizsafeature.hizsastyle_1 .hizsafeature_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hizsafeature.hizsastyle_1 .hizsafeature_title {
    gap: 15px 18px;
    margin-bottom: 35px;
    position: relative;
}

@media (max-width: 1700px) {
    .hizsafeature.hizsastyle_1 .hizsafeature_title {
        gap: 15px;
    }
}

.hizsafeature.hizsastyle_1 .hizsafeature_title>* {
    position: relative;
    z-index: 2;
}

.hizsafeature.hizsastyle_1 .hizsafeature_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) {
    .hizsafeature.hizsastyle_1 .hizsafeature_title::before {
        width: calc(100% + 100px);
    }
}

.hizsafeature.hizsastyle_1:hover .hizsafeature_title::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.hizsatab {
    display: none;
}

.hizsatab.active {
    display: block;
}

.hizsatabs.hizsastyle1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 {
        gap: 45px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_body {
    padding-left: 210px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding-right: 7%;
}

@media (max-width: 1700px) {
    .hizsatabs.hizsastyle1 .hizsatab_body {
        padding-right: 0;
        padding-left: 160px;
    }
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 .hizsatab_body {
        width: 100%;
        padding-left: 75px;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links {
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #007bff;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 .hizsatab_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 #007bff;
        border-right: 0;
    }

    .hizsatabs.hizsastyle1 .hizsatab_links .hizsatestimonial_1_avatar_right {
        display: none;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links li {
    position: relative;
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 .hizsatab_links li {
        padding-top: 30px;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links li::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    right: -5px;
    top: 50%;
    margin-top: -5px;
    background-color: #007bff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 .hizsatab_links li::before {
        right: initial;
        top: 0;
        left: 50%;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links li:not(:last-child) {
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 .hizsatab_links li:not(:last-child) {
        margin-bottom: 0;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links li:nth-child(even) {
    padding-left: 110px;
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 .hizsatab_links li:nth-child(even) {
        padding-left: 0;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links li.active::before {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

.hizsatabs.hizsastyle1 .hizsatab_links li.active .hizsatab_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);
}

.hizsatabs.hizsastyle1 .hizsatab_links .hizsatab_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) {
    .hizsatabs.hizsastyle1 .hizsatab_links .hizsatab_link_in {
        padding: 20px 35px;
        margin-right: 60px;
    }
}

@media (max-width: 991px) {
    .hizsatabs.hizsastyle1 .hizsatab_links .hizsatab_link_in {
        padding: 20px 35px;
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .hizsatabs.hizsastyle1 .hizsatab_links .hizsatab_link_in {
        padding: 15px;
        border-radius: 15px;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links .hizsatab_link_in>a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.hizsatabs.hizsastyle1 .hizsatab_links .hizsatestimonial_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) {
    .hizsatabs.hizsastyle1 .hizsatab_links .hizsatestimonial_1_avatar {
        gap: 20px;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links .hizsatestimonial_1_avatar img {
    border-radius: 50%;
    height: 126px;
    width: 126px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1700px) {
    .hizsatabs.hizsastyle1 .hizsatab_links .hizsatestimonial_1_avatar img {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 575px) {
    .hizsatabs.hizsastyle1 .hizsatab_links .hizsatestimonial_1_avatar img {
        height: 60px;
        width: 60px;
    }
}

.hizsatabs.hizsastyle1 .hizsatab_links .hizsatestimonial_1_avatar p {
    line-height: 1.6em;
}

.hizsarating {
    width: 99px;
    position: relative;
    font-size: 16px;
}

.hizsarating .hizsarating_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.hizsarating .hizsarating_percentage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.hizsaradio_wrap {
    position: relative;
}

.hizsaradio_wrap .hizsaradio_input {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.hizsaradio_wrap .hizsaradio_input:checked+.hizsaradio_label::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hizsaradio_wrap .hizsaradio_label {
    display: block;
    padding-left: 32px;
}

.hizsaradio_wrap .hizsaradio_label::before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #007bff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}

.hizsaradio_wrap .hizsaradio_label::after {
    content: "";
    height: 14px;
    width: 14px;
    background-color: #007bff;
    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);
}

.hizsaradio_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 42px;
}

@media (max-width: 1700px) {
    .hizsaradio_group {
        gap: 10px 30px;
    }
}

.hizsashape_wrap {
    position: relative;
}

.hizsashape_wrap .hizsashape_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;
}

.hizsashape_wrap .hizsashape_1.hizsaposition_1 {
    right: initial;
    left: -38%;
    top: -59%;
}

.hizsashape_wrap .hizsashape_1.hizsaposition_2 {
    right: 38%;
    top: 39%;
}

.hizsashape_wrap .hizsashape_1.hizsaposition_3 {
    right: 42%;
    top: 22%;
}

.hizsashape_wrap .hizsashape_1.hizsaposition_4 {
    right: -35%;
    top: initial;
    bottom: -10%;
}

.hizsashape_wrap .hizsashape_1.hizsaposition_5 {
    right: -30%;
    top: -8%;
}

.hizsashape_wrap .hizsashape_2 {
    position: absolute;
    left: 52%;
    top: 13%;
    z-index: -1;
}

.hizsashape_wrap .hizsashape_3 {
    position: absolute;
    right: 0;
    top: -41%;
    z-index: -1;
}

.hizsaappointment_section_1 .container {
    position: relative;
}

.hizsaappointment_section_1 .hizsaappointment_img {
    position: absolute;
    bottom: 0;
    left: -9.5%;
    width: 55%;
}

@media (max-width: 1400px) {
    .hizsaappointment_section_1 .hizsaappointment_img {
        left: -16%;
        width: 63%;
    }
}

@media (max-width: 1199px) {
    .hizsaappointment_section_1 .hizsaappointment_img {
        left: -24%;
        width: 72%;
    }
}

@media (max-width: 991px) {
    .hizsaappointment_section_1 .hizsaappointment_img {
        display: none;
    }
}

.hizsaiconbox_carousel_1 .hizsaslider_activate {
    width: 64vw;
    padding-left: 55px;
    padding-right: 25px;
}

@media (max-width: 991px) {
    .hizsaiconbox_carousel_1 .hizsaslider_activate {
        width: 87vw;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 480px) {
    .hizsaiconbox_carousel_1 .hizsaslider_activate {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.hizsaiconbox_carousel_1 .hizsaslider_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) {
    .hizsaiconbox_carousel_1 .hizsaslider_activate::before {
        width: 100vw;
    }
}

.hizsaiconbox_carousel_1 .slick-list {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    padding-top: 80px;
    margin-bottom: -40px;
    overflow: initial;
}

@media (max-width: 991px) {
    .hizsaiconbox_carousel_1 .slick-list {
        padding-top: 40px;
    }
}

@media (max-width: 480px) {
    .hizsaiconbox_carousel_1 .slick-list {
        padding-top: 20px;
    }
}

.hizsaiconbox_carousel_1 .slick-slide {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsaiconbox_carousel_1 .slick-slide.slick-active {
    opacity: 1;
}

.hizsapagination_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) {
    .hizsapagination_box {
        gap: 15px;
    }
}

.hizsapagination_box .hizsapagination_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: #000000;
}

.hizsapagination_box .hizsapagination_item.active {
    background-color: #007bff;
    color: #fff;
    pointer-events: none;
}

.hizsapagination_box a.hizsapagination_item:hover {
    background-color: #007bff;
    color: #fff;
}

.hizsapagination_box .hizsapagination_arrow {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsapagination_box .hizsapagination_arrow img {
    width: 16px;
}

.hizsapagination_box .hizsapagination_arrow:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hizsaappointment_form.hizsastyle_1 {
    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: 60px 90px;
}

@media (max-width: 1700px) {
    .hizsaappointment_form.hizsastyle_1 {
        padding: 60px 50px;
    }
}

@media (max-width: 575px) {
    .hizsaappointment_form.hizsastyle_1 {
        padding: 50px 25px;
    }
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 70px;
}

@media (max-width: 1700px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_categories {
        gap: 15px 30px;
    }
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_head {
    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;
    margin-bottom: 80px;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1400px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_head {
        margin-bottom: 40px;
    }

    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_head>h2 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_head {
        margin-bottom: 30px;
        gap: 20px;
    }

    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_head>* {
        width: 100%;
    }
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 70px;
    width: 70px;
    padding: 18px;
}

.hizsaappointment_form.hizsastyle_1 label {
    display: block;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: -5px;
}

.hizsaappointment_form.hizsastyle_1 input,
.hizsaappointment_form.hizsastyle_1 textarea {
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    display: block;
    width: 100%;
    padding: 0;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsaappointment_form.hizsastyle_1 input:focus,
.hizsaappointment_form.hizsastyle_1 textarea:focus {
    border-color: #007bff;
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 991px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_field {
        gap: 15px;
        width: 280px;
    }
}

@media (max-width: 767px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_field {
        width: 100%;
    }
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_field_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1400px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_fields {
        gap: 40px 30px;
    }
}

@media (max-width: 991px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_fields {
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .hizsaappointment_form.hizsastyle_1 .hizsaappointment_form_fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_category {
    position: relative;
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_category span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_category span::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #007bff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_category input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_category input:checked+span {
    color: #000000;
}

.hizsaappointment_form.hizsastyle_1 .hizsaappointment_category input:checked+span::before {
    width: 100%;
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 {
    border-radius: 25px 25px 0px 0px;
    border: 1px solid #fff;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(21.5px);
    backdrop-filter: blur(21.5px);
    max-width: 670px;
    width: 100%;
    padding: 45px 50px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .hizsaappointment_form.hizsastyle_1.hizsatype_1 {
        padding: 30px 25px;
    }
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsadown_btn {
    height: 60px;
    width: 60px;
    position: absolute;
    right: -30px;
    top: -30px;
    background-color: #fff;
    color: #007bff;
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsadown_btn:hover {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

@media (max-width: 575px) {
    .hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsadown_btn {
        right: 5px;
        top: 5px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsadown_btn:hover {
        -webkit-transform: scale(0.6) rotate(-20deg);
        transform: scale(0.6) rotate(-20deg);
    }
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 label {
    color: #fff;
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field {
    width: 100%;
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field {
        margin-bottom: 25px;
    }
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding-bottom: 4px;
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input::-webkit-input-placeholder,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input::-moz-placeholder,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input:-ms-input-placeholder,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input::-ms-input-placeholder,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input::placeholder,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input::-ms-input-placeholder,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field input:focus,
.hizsaappointment_form.hizsastyle_1.hizsatype_1 .hizsaappointment_form_field textarea:focus {
    border-color: #fff;
}

.hizsapage_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);
}

.hizsapage_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: 14px;
}

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

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

.hizsasearch_form {
    max-width: 360px;
    width: 100%;
    position: relative;
}

.hizsasearch_form input {
    width: 100%;
    border: 1px solid #007bff;
    height: 50px;
    border-radius: 20px;
    padding: 5px 20px;
    outline: none;
}

.hizsasearch_form .hizsasearch_btn {
    position: absolute;
}

.hizsasearch_form .hizsasearch_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: #000000;
}

.hizsasearch_form .hizsasearch_btn:hover {
    color: #007bff;
}

.hizsarelated_doctor_title {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 50%;
    top: 80px;
}

@media (max-width: 1700px) {
    .hizsarelated_doctor_title {
        top: 50px;
        padding-left: 80px;
    }
}

@media (max-width: 1199px) {
    .hizsarelated_doctor_title {
        top: 30px;
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .hizsarelated_doctor_title {
        position: initial;
        padding-left: 0px;
        padding-bottom: 50px;
    }
}

.hizsadoctor_profile.hizsastyle_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) {
    .hizsadoctor_profile.hizsastyle_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_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) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_info {
        margin-left: 0px;
    }
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_profile_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 180px 85px 100px 0px;
}

@media (max-width: 1700px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_profile_right {
        padding: 150px 85px 70px 0px;
    }
}

@media (max-width: 1400px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_profile_right {
        padding: 150px 0px 70px 0px;
    }
}

@media (max-width: 1199px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_profile_right {
        padding: 150px 0px 0px 0px;
    }
}

@media (max-width: 991px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_profile_right {
        padding: 25px 0px 0px 0px;
        width: 100%;
    }
}

.hizsadoctor_profile.hizsastyle_1 .hizsasocial_links a {
    height: 30px;
    width: 30px;
    background-color: #007bff;
    color: #fff;
    font-size: 14px;
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_info_in {
    padding: 50px 95px 46px;
}

@media (max-width: 1700px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_info_in {
        padding: 40px 50px 40px;
    }
}

@media (max-width: 767px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_info_in {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_info_in br {
        display: none;
    }
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_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) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta {
        padding: 30px 50px;
    }
}

@media (max-width: 1400px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta {
        padding: 20px 50px;
    }
}

@media (max-width: 767px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta {
        padding: 20px 30px;
    }
}

@media (max-width: 480px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6px 0;
        padding: 20px 15px;
    }
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_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) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_left {
        gap: 15px 40px;
    }
}

@media (max-width: 575px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_left {
        gap: 15px 20px;
    }
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_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) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_left a {
        gap: 10px;
    }
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_left a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_right a span {
    position: relative;
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_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;
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_right a:hover {
    color: #ffffff;
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_meta_right a:hover span::before {
    width: 60%;
}

.hizsadoctor_profile.hizsastyle_1 .hizsadoctor_img {
    max-width: 45%;
}

@media (max-width: 1700px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_img {
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .hizsadoctor_profile.hizsastyle_1 .hizsadoctor_img {
        max-width: 100%;
    }
}

.hizsasingle_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);
}

.hizsasingle_doctor h3 {
    padding: 23px 15px;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}

.hizsalist.hizsastyle_1 .hizsalist_title,
.hizsalist.hizsastyle_2 .hizsalist_title,
.hizsalist.hizsastyle_3 .hizsalist_title {
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
}

.hizsalist.hizsastyle_1 .hizsalist_title svg,
.hizsalist.hizsastyle_2 .hizsalist_title svg,
.hizsalist.hizsastyle_3 .hizsalist_title svg {
    position: absolute;
    left: 0;
    top: 4px;
}

.hizsalist.hizsastyle_1 p+p {
    margin-top: 4px;
    color: lightslategrey !important;
}

.hizsalist.hizsastyle_1 ul {
    list-style: none;
    padding-left: 25px;
    margin: 0;
}

.hizsalist.hizsastyle_1 ul li {
    position: relative;
    padding-left: 28px;
}

.hizsalist.hizsastyle_1 ul li::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #007bff;
    position: absolute;
    left: 0;
    top: 8px;
}

.hizsalist.hizsastyle_1 ul li:not(:last-child) {
    margin-bottom: 24px;
}

.hizsalist.hizsastyle_2 ul li {
    position: relative;
    padding-left: 22px;
}

.hizsalist.hizsastyle_2 ul li svg {
    position: absolute;
    left: 0;
    top: 8px;
}

.hizsalist.hizsastyle_2 ul li:not(:last-child) {
    margin-bottom: 20px;
}

.hizsalist.hizsastyle_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;
}

.hizsalist.hizsastyle_3 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hizsalist.hizsastyle_3 ul li:not(:last-child) {
    margin-bottom: 24px;
}

.hizsalist.hizsastyle_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;
}

.hizsalist.hizsastyle_3 ul li span i {
    color: #007bff;
}

.hizsadoctor_details {
    position: relative;
}

.hizsadoctor_details .hizsadoctor_details_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 535px;
    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) {
    /* .hizsadoctor_details .hizsadoctor_details_bg {
        height: 420px;
    } */
}

@media (max-width: 1199px) {
    .hizsadoctor_details .hizsadoctor_details_bg {
        height: 467px;
    }
}

@media (max-width: 575px) {
    .hizsadoctor_details .hizsadoctor_details_bg {
        height: 280px;
    }
}

.hizsadoctor_details .hizsasocial_links {
    padding: 23px 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 320px;
    right: 12px;
    z-index: 2;
}

@media (max-width: 1700px) {
    .hizsadoctor_details .hizsasocial_links {
        top: 250px;
    }
}

@media (max-width: 1199px) {
    .hizsadoctor_details .hizsasocial_links {
        top: 294px;
    }
}

@media (max-width: 991px) {
    .hizsadoctor_details .hizsasocial_links {
        position: initial;
        margin-top: 35px;
        padding: 15px 30px;
    }
}

.hizsadoctor_details .hizsasocial_links a {
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #007bff;
    font-size: 16px;
}

.hizsacontact_info.hizsastyle_1 li:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 1700px) {
    .hizsacontact_info.hizsastyle_1 li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .hizsacontact_info.hizsastyle_1 li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.hizsatimetable {
    height: 1950px;
    padding-left: 110px;
    position: relative;
    padding-right: 10px;
    margin-top: 15px;
}

.hizsatimetable::before,
.hizsatimetable::after {
    content: "";
    height: calc(100% - 40px);
    width: 10px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    z-index: 2;
}

.hizsatimetable::before {
    left: 100px;
}

.hizsatimetable::after {
    left: 100%;
    width: 15vw;
    top: 0;
    height: 100%;
}

@media (max-width: 1199px) {
    .hizsatimetable {
        width: 1230px;
    }
}

.hizsatimetable_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;
}

.hizsatimetable_vertical>div {
    position: relative;
}

.hizsatimetable_vertical>div::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100vw;
    left: 100px;
    top: 12px;
    background-color: rgba(48, 123, 196, 0.5);
}

.hizsatimetable_vertical>div:first-child::before,
.hizsatimetable_vertical>div:last-child::before {
    background-color: #007bff;
}

.hizsatimetable_in {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #007bff;
    border-top: none;
    border-bottom: none;
}

.hizsatimetable_in::before,
.hizsatimetable_in::after {
    content: "";
    position: absolute;
    height: 12px;
    width: calc(100% - 130px);
    right: 14px;
    background-color: #fff;
    z-index: 1;
}

.hizsatimetable_in::before {
    top: 0;
}

.hizsatimetable_in::after {
    bottom: 0;
    height: 13px;
}

.hizsatimetable_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;
}

.hizsatimetable_in>div:last-child {
    border-right: 0;
}

.hizsatimetable_in>div>div {
    padding: 8px;
}

.hizsatimetable_in>div .hizsatimetable_date {
    position: absolute;
    top: -20px;
    z-index: 1;
    padding: 0 !important;
    width: 100%;
    text-align: center;
}

.hizsahour_1 {
    height: 148px !important;
}

.hizsahour_2 {
    height: 296px !important;
}

.hizsahour_3 {
    height: 444px !important;
}

.hizsahour_4 {
    height: 592px !important;
}

.hizsahour_5 {
    height: 740px !important;
}

.hizsahour_6 {
    height: 888px !important;
}

.hizsahour_7 {
    height: 1036px !important;
}

.hizsahour_8 {
    height: 1184px !important;
}

.hizsahour_9 {
    height: 1332px !important;
}

.hizsahour_10 {
    height: 1480px !important;
}

.hizsahour_11 {
    height: 1628px !important;
}

.hizsahour_12 {
    height: 1776px !important;
}

.hizsahour_13 {
    height: 1924px !important;
}

.hizsatable_doctor {
    border-radius: 10px;
    border: 1.5px solid #007bff;
    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;
}

.hizsatable_doctor p {
    margin-bottom: 0;
}

.hizsatable_doctor p:not(:last-child) {
    border-bottom: 1px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

@media (max-width: 1700px) {
    .hizsatable_doctor {
        padding: 15px 12px;
    }
}

.hizsacontact_form.hizsastyle_1 {
    padding: 83px 21.5%;
    -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) {
    .hizsacontact_form.hizsastyle_1 {
        padding: 50px;
    }
}

@media (max-width: 400px) {
    .hizsacontact_form.hizsastyle_1 {
        padding: 50px 25px;
    }
}

.hizsamap {
    height: 650px;
}

@media (max-width: 1700px) {
    .hizsamap {
        height: 550px;
    }
}

@media (max-width: 1400px) {
    .hizsamap {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .hizsamap {
        height: 350px;
    }
}

.hizsamap iframe {
    height: 100%;
    width: 100%;
    border: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 30px;
}

.hizsablog_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;
}

.hizsablog_details_info .hizsasocial_links a {
    height: 42px;
    width: 42px;
    border: 1px solid #007bff;
    color: #007bff;
    font-size: 18px;
}

.hizsablog_details_info .hizsasocial_links a:hover {
    background-color: #007bff;
    color: #fff;
    -webkit-transform: initial;
    transform: initial;
}

.hizsablog_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) {
    .hizsablog_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;
    }
}

.hizsablog_details_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 991px) {
    .hizsablog_details_tags {
        gap: 12px;
    }
}

.hizsablog_details_tags a {
    padding: 11px 24px;
    border: 1px solid #007bff;
    border-radius: 20px;
    color: #000000;
}

@media (max-width: 991px) {
    .hizsablog_details_tags a {
        padding: 7px 15px;
        border-radius: 15px;
    }
}

.hizsablog_details_tags a:hover {
    background-color: #007bff;
    color: #fff;
}

.hizsablog_details {
    font-size: 18px;
    line-height: 1.55em;
    color: #000000;
}

.hizsablog_details h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.31em;
}

@media (max-width: 991px) {
    .hizsablog_details h2 {
        font-size: 28px;
    }
}

.hizsablog_details p {
    margin-bottom: 34px;
}

.hizsablog_details ol {
    margin-bottom: 60px;
}

.hizsablog_details ol li:not(:last-child) {
    margin-bottom: 20px;
}

.hizsablog_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) {
    .hizsablog_details blockquote {
        padding: 100px 100px 0 0;
    }
}

@media (max-width: 991px) {
    .hizsablog_details blockquote {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .hizsablog_details blockquote {
        padding: 50px 30px 0 0;
        min-height: 450px;
    }
}

@media (max-width: 400px) {
    .hizsablog_details blockquote {
        padding-right: 0;
    }
}

.hizsablog_details blockquote p {
    margin: 0;
    width: 100%;
    background-color: #007bff;
    padding: 40px 70px 40px 120px;
    position: relative;
    border-radius: 0 20px 0 0;
}

@media (max-width: 1400px) {
    .hizsablog_details blockquote p {
        padding: 40px 40px 40px 120px;
    }
}

@media (max-width: 575px) {
    .hizsablog_details blockquote p {
        padding: 40px 30px 40px 80px;
    }
}

.hizsablog_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) {
    .hizsablog_details blockquote p::before {
        left: 25px;
    }
}

@media (max-width: 400px) {
    .hizsablog_details blockquote p::before {
        display: none;
    }
}

.hizsablog_details h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.41em;
    margin-bottom: 15px;
}

.hizsablog_details ul {
    list-style: none;
    padding: 0;
    margin: 55px 0 86px 0;
}

.hizsablog_details ul li:not(:last-child) {
    margin-bottom: 55px;
}

.hizsablog_details>*:last-child {
    margin-bottom: 0;
}

.hizsaauthor {
    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) {
    .hizsaauthor {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .hizsaauthor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.hizsaauthor .hizsaauthor_img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.hizsaauthor .hizsaauthor_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.hizsaauthor h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .hizsaauthor h3 {
        margin-bottom: 5px;
    }
}

.form-check {
    padding-left: 38px;
    margin-bottom: 0;
    color: #000000;
    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: #007bff;
    border-color: #007bff;
}

.hizsanewsletter.hizsastyle1 .hizsanewsletter_title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 11px;
}

@media (max-width: 1700px) {
    .hizsanewsletter.hizsastyle1 .hizsanewsletter_title {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .hizsanewsletter.hizsastyle1 .hizsanewsletter_title {
        font-size: 30px;
    }
}

.hizsanewsletter.hizsastyle1 .hizsanewsletter_form {
    position: relative;
    margin-top: 25px;
}

.hizsanewsletter.hizsastyle1 .hizsanewsletter_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) {
    .hizsanewsletter.hizsastyle1 .hizsanewsletter_input {
        height: 70px;
        padding: 10px 175px 10px 32px;
    }
}

.hizsanewsletter.hizsastyle1 .hizsanewsletter_input:focus {
    border-color: #007bff;
}

.hizsanewsletter.hizsastyle1 .hizsabtn.hizsastyle_1 {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 1700px) {
    .hizsanewsletter.hizsastyle1 .hizsabtn.hizsastyle_1 {
        top: 10px;
        right: 10px;
    }
}

.hizsanewsletter.hizsastyle2 {
    text-align: center;
}

.hizsanewsletter.hizsastyle2 .hizsanewsletter_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px;
}

@media (max-width: 1700px) {
    .hizsanewsletter.hizsastyle2 .hizsanewsletter_title {
        font-size: 24px;
    }
}

.hizsanewsletter.hizsastyle2 .hizsanewsletter_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) {
    .hizsanewsletter.hizsastyle2 .hizsanewsletter_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: #000000;
    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: #000000;
}

.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: #000000;
    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 #007bff;
    border-radius: 20px;
    padding: 10px;
    margin-top: 5px;
    color: #000000;
    font-family: inherit;
}

.ui-timepicker-standard .ui-state-hover {
    color: #000000;
    border-color: rgba(48, 123, 196, 0.3);
    background-color: rgba(48, 123, 196, 0.15);
    border-radius: 10px;
    color: #007bff;
}

.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: #000000;
}

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

.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: #000000;
    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: #007bff;
    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: #007bff;
}

.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: #007bff;
    border: 1px solid rgba(48, 123, 196, 0.3);
    border-radius: 7px;
    font-weight: 500;
}

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

.ui-datepicker th {
    color: #000000;
    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: #000000;
    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: #007bff;
}

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

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

/* End Select Two */
/* Start Scroll Up */
.hizsascrollup {
    position: fixed;
    bottom: -60px;
    right: 40px;
    color: #007bff;
    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;
}

.hizsascrollup:hover {
    background-color: #000000;
    color: #ffffff;
}

@media (max-width: 575px) {
    .hizsascrollup {
        right: 20px;
    }
}

.hizsascrollup.hizsascrollup_show {
    bottom: 50px;
}

@media (max-width: 575px) {
    .hizsascrollup.hizsascrollup_show {
        bottom: 46px;
    }
}

/* 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 */
.cursor {
    position: fixed;
    left: 0;
    pointer-events: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    color: #007bff;
    background-color: #fff;
    text-transform: capitalize;
    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;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    -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);
}

.hizsacursor_lg,
.hizsacursor_sm {
    position: fixed;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media (max-width: 991px) {

    .hizsacursor_lg,
    .hizsacursor_sm {
        display: none !important;
    }
}

.hizsacursor_lg {
    width: 40px;
    height: 40px;
    background-color: rgba(48, 123, 196, 0.15);
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.hizsacursor_sm {
    width: 8px;
    height: 8px;
    background-color: #007bff;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 991px) {
    .hizsasection_heading.hizsastyle_1 .hizsasection_title br {
        display: none;
    }
}

.hizsasection_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) {
    .hizsasection_wrap_1 .hizsaavatar_card {
        margin-bottom: -60px;
    }
}

.hizsaavatar_card .hizsaavatar_card_title {
    margin-bottom: 24px;
}

.hizsaavatar_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

.hizsaavatar_group .hizsaavatar_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) {
    .hizsaavatar_group .hizsaavatar_item {
        height: 80px;
        width: 80px;
        padding: 4px;
    }
}

@media (max-width: 991px) {
    .hizsaavatar_group .hizsaavatar_item {
        height: 60px;
        width: 60px;
        padding: 1px;
    }

    .hizsaavatar_group .hizsaavatar_item svg {
        width: 24px;
        height: 24px;
    }

    .doctor-logo img {
        max-width: 100px;
    }
}

.hizsaavatar_group .hizsaavatar_item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 420px) {
    .hizsaavatar_group .hizsaavatar_item {
        display: none;
    }

    .hizsaavatar_group .hizsaavatar_item:nth-child(2),
    .hizsaavatar_group .hizsaavatar_item:first-child,
    .hizsaavatar_group .hizsaavatar_item:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 500px) {
    .hizsahero.hizsastyle_2.hizsatype_1 {
        background-position: top !important;
    }
}

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

.slick-initialized .slick-slide>div>* {
    width: 100%;
}

.hizsagap_20 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.hizsagap_20 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.hizsaslider_navigation.hizsastyle_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

@media (max-width: 1700px) {
    .hizsaslider_navigation.hizsastyle_1 {
        gap: 15px;
    }
}

.hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev,
.hizsaslider_navigation.hizsastyle_1 .hizsaslider_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) {

    .hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev,
    .hizsaslider_navigation.hizsastyle_1 .hizsaslider_next {
        width: 80px;
        height: 60px;
    }
}

.hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev img,
.hizsaslider_navigation.hizsastyle_1 .hizsaslider_next img {
    -webkit-transition: inherit;
    transition: inherit;
}

.hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev:hover,
.hizsaslider_navigation.hizsastyle_1 .hizsaslider_next:hover {
    background-color: #007bff;
}

.hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev:hover img,
.hizsaslider_navigation.hizsastyle_1 .hizsaslider_next:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 575px) {
    .hizsaslider_navigation.hizsastyle_1 {
        margin-top: 40px;
    }
}

.hizsaslider_navigation.hizsastyle_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 40px;
    position: relative;
    z-index: 5;
}

.hizsaslider_navigation.hizsastyle_2 .hizsaslider_prev,
.hizsaslider_navigation.hizsastyle_2 .hizsaslider_next {
    height: 40px;
    width: 40px;
    border: 2px solid #007bff;
    border-radius: 50%;
    padding: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.hizsaslider_navigation.hizsastyle_2 .hizsaslider_prev img,
.hizsaslider_navigation.hizsastyle_2 .hizsaslider_next img {
    -webkit-transition: inherit;
    transition: inherit;
}

.hizsaslider_navigation.hizsastyle_2 .hizsaslider_prev:hover,
.hizsaslider_navigation.hizsastyle_2 .hizsaslider_next:hover {
    background-color: #007bff;
}

.hizsaslider_navigation.hizsastyle_2 .hizsaslider_prev:hover img,
.hizsaslider_navigation.hizsastyle_2 .hizsaslider_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 #007bff;
    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: #007bff;
}

.hizsaslider_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) {
    .hizsaslider_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) {
    .hizsaslider_heading_1 .hizsaslider_navigation.hizsastyle_1 {
        margin-top: 0;
    }
}

.hizsarelated_doctor .hizsaslider_navigation.hizsastyle_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) {
    .hizsarelated_doctor .hizsaslider_navigation.hizsastyle_2 {
        margin-top: 30px;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hizsarelated_doctor .slick-dots {
    position: absolute;
    bottom: -76px;
    margin-top: 0;
    z-index: 6;
    gap: 10px 18px;
    z-index: 3;
}

@media (max-width: 991px) {
    .hizsarelated_doctor .slick-dots {
        display: none !important;
    }
}

.hizsarelated_doctor .slick-dots li {
    background-color: #007bff;
}

.hizsarelated_doctor .slick-dots li.slick-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hizsarelated_doctor .slick-list {
    overflow: initial;
}

.hizsarelated_doctor .slick-list .slick-slide {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsarelated_doctor .slick-list .slick-slide.slick-current {
    opacity: 1;
}

.hizsadepartment_carousel {
    position: relative;
}

.hizsadepartment_carousel .slick-list {
    overflow: initial;
}

.hizsadepartment_carousel .slick-slide {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsadepartment_carousel .slick-slide.slick-active {
    opacity: 1;
}

.hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev,
.hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_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) {

    .hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev,
    .hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_next {
        opacity: 1;
        width: 50px;
        height: 50px;
        padding: 12px;
    }
}

.hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev img,
.hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_next img {
    -webkit-filter: initial;
    filter: initial;
}

.hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev {
    left: -35px;
}

@media (max-width: 991px) {
    .hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev {
        left: -15px;
    }
}

.hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_next {
    right: -35px;
}

@media (max-width: 991px) {
    .hizsadepartment_carousel .hizsaslider_navigation.hizsastyle_1 .hizsaslider_next {
        right: -15px;
    }
}

.hizsadepartment_carousel:hover .hizsaslider_navigation.hizsastyle_1 .hizsaslider_next,
.hizsadepartment_carousel:hover .hizsaslider_navigation.hizsastyle_1 .hizsaslider_prev {
    opacity: 1;
}

/*--------------------------------------------------------------
6. Video Popup
----------------------------------------------------------------*/
.hizsapd_video .hizsavideo_open,
.hizsasample_img .hizsavideo_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;
}

.hizsapd_video .hizsavideo_open:hover,
.hizsasample_img .hizsavideo_open:hover {
    color: rgba(255, 255, 255, 0.7);
}

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

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

.hizsavideo_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;
}

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

.hizsavideo_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;
}

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

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

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

.hizsavideo_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;
}

.hizsavideo_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;
}

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

.hizsavideo_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;
}

.hizsavideo_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;
}

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

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

.hizsavideo_popup_align {
    overflow: hidden;
}

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

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

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

.hizsatoolbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
}

.hizsatoolbox .hizsatoolbox_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;
}

.hizsatoolbox .hizsatoolbox_btn:hover {
    color: #007bff;
}

.hizsamain_header_in_doctor {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px 0;
    background-color: white;
    box-shadow: 0px 10px 49.1px -14px rgba(0, 0, 0, 0.07);
    border-radius: 40px;
    z-index: 1;
}

.hizsasticky_header_doctor {
    top: 30px;
}

.hizsasite_header.hizsastyle1 .hizsamain_header_in,
.hizsasite_header.hizsastyle1 .hizsatop_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: 80px;
    position: relative;
}

.hizsasite_header.hizsastyle1 .hizsamain_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.hizsasite_header.hizsastyle1.hizsawhite_color .hizsatoolbox {
    color: #000000;
}

@media (max-width: 1199px) {
    .hizsasite_header.hizsastyle1.hizsawhite_color .hizsanav .hizsanav_list {
        color: #fff;
        background-color: #000000;
    }

    .hizsasite_header.hizsastyle1.hizsawhite_color .hizsamenu_toggle.hizsatoggle_active {
        color: #fff;
    }
}

.hizsasite_header.hizsastyle1.hizsagescout_sticky.hizsawhite_color .hizsatoolbox {
    color: #fff;
}

.hizsasite_header.hizsastyle1.hizsagescout_sticky.hizsawhite_color .hizsamenu_toggle:not(.hizsatoggle_active) span {
    color: #fff;
}

.hizsasite_header.hizsastyle1.hizsacolor_1 .hizsatoolbox_btn {
    color: #fff;
}

.hizsasite_header.hizsastyle1.hizsacolor_1 .hizsamenu_toggle {
    color: #fff;
}

.hizsasite_header.hizsastyle1.hizsasticky_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);
}

.hizsasite_header.hizsastyle1 .hizsaaction_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hizsasite_header.hizsastyle1 .hizsaaction_box .hizsaaction_value {
    margin-left: 15px;
}

.hizsasite_header.hizsastyle1 .hizsaaction_box>*:not(:last-child) {
    margin-right: 35px;
}

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

.hizsasite_header_style1 {
    border-bottom: 1px solid #1a188d;
}

.hizsasite_header_style1 .hizsamain_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hizsasite_header_style1 .hizsanav+.hizsaheader_toolbox.hizsacenter {
    margin-left: 35px;
}

.hizsasite_header_style1 .hizsanav .hizsanav_list>li.current-menu-item>a:before {
    bottom: -4px;
    background-color: #ffffff;
}

.hizsasidenav {
    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;
}

.hizsasidenav.active {
    opacity: 1;
    visibility: visible;
}

.hizsasidenav_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;
}

.hizsasidenav_in {
    position: relative;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    max-width: 620px;
    padding: 60px 80px;
    overflow-y: auto;
    overflow-x: hidden;
}

.hizsasidenav_in hr {
    width: calc(100% + 80px);
}

.hizsasidenav_in .hizsanewsletter.hizsastyle1 .hizsanewsletter_title {
    font-size: 28px;
    line-height: 1.35em;
    margin-bottom: 9px;
}

.hizsasidenav_in .hizsasocial_links a {
    background-color: #000000;
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 14px;
}

.hizsasidenav_in .hizsasocial_links a:hover {
    background-color: #007bff;
}

.hizsasidenav_in .hizsaclose {
    margin-bottom: 52px;
}

.hizsaclose {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsaclose:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hizsaheader_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;
}

.hizsaheader_search.active {
    opacity: 1;
    visibility: visible;
}

.hizsaheader_search_in {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 50px 0;
}

.hizsaheader_search_in .hizsasearch_form {
    max-width: 100%;
}

.hizsaheader_search_in .hizsasearch_form input {
    border-radius: 40px;
    padding: 10px 90px 10px 35px;
    font-size: 20px;
    height: 80px;
}

@media (max-width: 575px) {
    .hizsaheader_search_in .hizsasearch_form input {
        padding: 10px 65px 10px 20px;
        font-size: 18px;
        height: 66px;
    }
}

.hizsaheader_search_in .hizsasearch_form .hizsasearch_btn {
    width: 80px;
}

@media (max-width: 575px) {
    .hizsaheader_search_in .hizsasearch_form .hizsasearch_btn {
        width: 60px;
    }
}

.hizsaheader_search_in .hizsasearch_form .hizsasearch_btn svg {
    width: 28px;
    height: 28px;
}

@media (max-width: 575px) {
    .hizsaheader_search_in .hizsasearch_form .hizsasearch_btn svg {
        width: 24px;
        height: 24px;
    }
}

.hizsaheader_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) {
    .hizsaheader_search_box {
        gap: 0 15px;
    }
}

@media screen and (max-width: 1199px) {
    .hizsamain_header .container {
        max-width: 100%;
    }

    .hizsasite_header.hizsastyle1 .hizsanav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

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

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

.hizsagescout_sticky {
    position: fixed !important;
    top: -110px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsagescout_sticky .hizsamain_header_in {
    height: 90px;
}

.hizsagescout_sticky.hizsawhite_color {
    background-color: #000000;
}

.hizsagescout_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); */
}

.hizsasite_branding {
    display: inline-block;
}

@media screen and (min-width: 1200px) {
    .hizsasite_header.hizsastyle1.hizsawhite_color .menu-item-has-children ul {
        color: #000000;
    }

    .hizsamain_header {
        position: relative;
    }

    .hizsamain_header .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }

    .hizsamain_header_center,
    .hizsatop_header_center {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hizsasite_header.hizsastyle1 .hizsamain_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);
    }

    .hizsasite_header.hizsastyle1 .hizsamain_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;
    }

    .hizsanav {
        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;
    }

    .hizsanav .hizsanav_list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: inherit;
    }

    .hizsanav .hizsanav_list>li {
        margin-right: 50px;
        height: inherit;
    }

    .hizsanav .hizsanav_list>li:last-child {
        margin-right: 0;
    }

    .hizsanav .hizsanav_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;
    }

    .hizsanav .hizsanav_list>li>ul {
        left: 0;
        top: calc(100% + 15px);
    }

    .hizsanav .hizsanav_list>li:hover>ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .hizsanav .hizsanav_list>li.menu-item-has-children>a {
        position: relative;
    }

    .hizsanav .hizsanav_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;
    }

    .hizsanav .hizsanav_list li:not(.hizsamega_menu) {
        position: relative;
    }

    .hizsanav .hizsanav_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;
    }

    .hizsanav .hizsanav_list ul li:hover ul {
        top: 0px;
    }

    .hizsanav .hizsanav_list ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .hizsanav .hizsanav_list ul a {
        display: block;
        line-height: inherit;
        padding: 10px 20px;
    }

    .hizsanav .hizsanav_list ul ul {
        top: 15px;
        left: 100%;
    }

    .hizsamenu_toggle,
    .hizsamunu_dropdown_toggle {
        display: none;
    }

    .hizsanav .hizsanav_list .hizsamega_menu {
        position: relative;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper {
        width: 475px !important;
        left: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute;
        padding: 5px 15px 10px;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper a {
        padding: 7px 10px;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper>li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 0;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper>li>a {
        font-size: 18px;
        font-weight: 600;
        pointer-events: none;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper>li>a:hover {
        background-color: transparent;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper>li ul {
        position: initial;
        border: none;
        padding: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper>li ul a {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper>li ul a:hover {
        letter-spacing: 1px;
    }

    .hizsanav .hizsanav_list .hizsamega_menu:hover .hizsamega_wrapper li ul {
        opacity: 1;
        visibility: visible;
    }

    .hizsanav .hizsanav_list>li ul:not(.hizsamega_wrapper) .menu-item-has-children>a {
        position: relative;
    }
}

@media screen and (max-width: 1400px) {
    .hizsanav .hizsanav_list .hizsamega_wrapper {
        width: 1116px !important;
    }

    .hizsasite-branding {
        max-width: 190px;
    }

    .hizsasite_header_full_width .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .hizsasite_header.hizsastyle1.hizsamobile_toggle_active {
        background-color: #fff;
    }

    .hizsasite_header.hizsastyle1.hizsamobile_toggle_active.hizsawhite_color {
        background-color: #000000;
    }

    .hizsatoolbox .hizsasidebar_toggle_btn {
        display: none;
    }

    .hizsasite_header.hizsastyle1 .hizsamain_header_right {
        padding-right: 50px;
    }

    .hizsatoolbox .hizsatoolbox_btn {
        max-width: 26px;
    }

    .hizsanav .hizsanav_list .hizsamega_wrapper {
        width: 100% !important;
    }

    .hizsasite_header_full_width .container {
        padding: 0 15px;
    }

    .hizsamunu_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;
    }

    .hizsamunu_dropdown_toggle span {
        display: block;
        position: relative;
        height: 10px;
        width: 10px;
        line-height: 1.2em;
    }

    .hizsamunu_dropdown_toggle span:before,
    .hizsamunu_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;
    }

    .hizsamunu_dropdown_toggle span:before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .hizsamunu_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 .hizsamunu_dropdown_toggle {
        padding: 20px 18px;
    }

    .hizsasite_branding {
        position: relative;
        z-index: 101;
        width: 170px !important;
    }

    .hizsanav .hizsanav_list {
        position: fixed;
        width: 100vw;
        left: -100vw;
        background-color: #fff;
        color: #000000;
        padding: 10px 0;
        top: 80px;
        overflow: auto;
        height: calc(100vh - 80px);
        line-height: 1.6em;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .hizsanav .hizsanav_list.hizsaactive {
        left: 0vw;
    }

    .hizsanav .hizsanav_list ul {
        padding-left: 15px;
        display: none;
    }

    .hizsanav .hizsanav_list a {
        display: block;
        padding: 12px 15px;
        line-height: 16px;
    }

    .hizsanav .hizsanav_list>li>a {
        font-size: 18px;
        line-height: 1.4em;
    }

    .hizsanav .menu-item-has-children {
        position: relative;
    }

    /*Mobile Menu Button*/
    .hizsamenu_toggle {
        display: inline-block;
        width: 30px;
        height: 27px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        right: 30px;
        color: #000000;
    }

    .hizsamenu_toggle span,
    .hizsamenu_toggle span:before,
    .hizsamenu_toggle span:after {
        width: 100%;
        height: 3px;
        background-color: currentColor;
        display: block;
        border-radius: 5px;
    }

    .hizsamenu_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;
    }

    .hizsamenu_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;
    }

    .hizsamenu_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;
    }

    .hizsasite_header.hizsastyle1 .hizsamenu_toggle {
        top: 50%;
        right: 30px;
        margin-top: -13px;
    }

    .hizsatoggle_active span {
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .hizsatoggle_active span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }

    .hizsatoggle_active span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }

    .hizsanav .hizsanav_list a {
        position: relative;
    }

    .hizsasite_header.hizsastyle1 .hizsamain_header_in {
        height: 80px;
    }

    .hizsasite_header .current-menu-item>a:before {
        display: none;
    }

    .hizsasite_header.hizsastyle1 .hizsamain_header_center .hizsasite_branding {
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .hizsasite_header.hizsastyle1 {
        top: 15px;
    }

    .hizsahas_main_nav {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hizsasite_header .container {
        max-width: 100%;
    }

    .hizsasite_header.hizsastyle1 .hizsaaction_box>*:not(:last-child) {
        margin-right: 25px;
    }
}

@media screen and (max-width: 575px) {
    .hizsasite-branding {
        max-width: 150px;
    }
}

/*Start Demo Menu*/
@media (min-width: 1200px) {
    .hizsanav .hizsanav_list>li>ul.hizsademo_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;
    }

    .hizsanav .hizsanav_list>li>ul.hizsademo_mega a {
        padding: 7px;
    }

    .hizsanav .hizsanav_list>li>ul.hizsademo_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);
    }

    .hizsanav .hizsanav_list>li>ul.hizsademo_mega span {
        display: block;
        margin-top: 6px;
        font-size: 90%;
        margin-bottom: -8px;
    }

    .hizsanav .hizsanav_list>li>ul.hizsademo_mega+ul {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hizsanav .hizsanav_list>li>ul.hizsademo_mega {
        display: none !important;
    }
}

/*End Demo Menu*/
.hizsasite_header.hizsastyle1.hizsacolor_2 {
    background-color: #fff;
}

.hizsasite_header.hizsastyle1 .hizsabtn.hizsastyle_1 i {
    display: none;
}

@media (max-width: 420px) {
    .hizsasite_header.hizsastyle1 .hizsabtn.hizsastyle_1 {
        padding: 7px 15px;
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .hizsasite_header.hizsastyle1 .hizsabtn.hizsastyle_1 {
        display: none;
    }
}

/*--------------------------------------------------------------
8. Footer
----------------------------------------------------------------*/
.hizsanewsletter_1_wrap {
    position: relative;
}

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

.hizsanewsletter.hizsastyle_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) {
    .hizsanewsletter.hizsastyle_1 {
        padding: 80px 100px;
    }
}

@media (max-width: 1199px) {
    .hizsanewsletter.hizsastyle_1 {
        padding: 70px;
    }
}

@media (max-width: 575px) {
    .hizsanewsletter.hizsastyle_1 {
        padding: 50px 25px;
    }

    .hizsanewsletter.hizsastyle_1 br {
        display: none;
    }
}

@media (max-width: 991px) {
    .hizsanewsletter.hizsastyle_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;
    }

    .hizsanewsletter.hizsastyle_1 .hizsanewsletter_title br {
        display: none;
    }
}

.hizsanewsletter.hizsastyle_1 .hizsanewsletter_title {
    font-size: 42px;
    line-height: 1.23em;
}

.hizsanewsletter.hizsastyle_1 p {
    color: #000000;
    margin: 0;
}

.hizsanewsletter.hizsastyle_1 .hizsanewsletter_right {
    min-width: 500px;
}

.hizsanewsletter.hizsastyle_1 .hizsanewsletter_right p {
    margin-bottom: 12px;
}

@media (max-width: 1400px) {
    .hizsanewsletter.hizsastyle_1 .hizsanewsletter_right {
        min-width: 400px;
    }
}

@media (max-width: 575px) {
    .hizsanewsletter.hizsastyle_1 .hizsanewsletter_right {
        min-width: 100%;
    }
}

.hizsanewsletter.hizsastyle_1 .hizsanewsletter_form,
.hizsanewsletter.hizsastyle_2 .hizsanewsletter_form,
.hizsanewsletter.hizsastyle_3 .hizsanewsletter_form {
    position: relative;
}

.hizsanewsletter.hizsastyle_1 .hizsabtn.hizsastyle_1,
.hizsanewsletter.hizsastyle_2 .hizsabtn.hizsastyle_1,
.hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1 {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1700px) {

    .hizsanewsletter.hizsastyle_1 .hizsabtn.hizsastyle_1,
    .hizsanewsletter.hizsastyle_2 .hizsabtn.hizsastyle_1,
    .hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1 {
        right: 5px;
    }
}

.hizsanewsletter.hizsastyle_1 .hizsaform_field,
.hizsanewsletter.hizsastyle_2 .hizsaform_field,
.hizsanewsletter.hizsastyle_3 .hizsaform_field {
    padding-right: 180px;
}

@media (max-width: 1700px) {

    .hizsanewsletter.hizsastyle_1 .hizsaform_field,
    .hizsanewsletter.hizsastyle_2 .hizsaform_field,
    .hizsanewsletter.hizsastyle_3 .hizsaform_field {
        padding-right: 165px;
    }
}

@media (max-width: 575px) {

    .hizsanewsletter.hizsastyle_1 .hizsaform_field,
    .hizsanewsletter.hizsastyle_2 .hizsaform_field,
    .hizsanewsletter.hizsastyle_3 .hizsaform_field {
        padding-right: 135px;
        padding-left: 15px;
    }
}

@media (max-width: 350px) {

    .hizsanewsletter.hizsastyle_1 .hizsaform_field,
    .hizsanewsletter.hizsastyle_2 .hizsaform_field,
    .hizsanewsletter.hizsastyle_3 .hizsaform_field {
        padding-right: 120px;
    }
}

@media (max-width: 1700px) {

    .hizsanewsletter.hizsastyle_1 .hizsaform_field,
    .hizsanewsletter.hizsastyle_2 .hizsaform_field,
    .hizsanewsletter.hizsastyle_3 .hizsaform_field {
        border-radius: 30px;
    }
}

@media (max-width: 575px) {

    .hizsanewsletter.hizsastyle_1 .hizsabtn.hizsastyle_1,
    .hizsanewsletter.hizsastyle_2 .hizsabtn.hizsastyle_1,
    .hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1 {
        padding: 12px 25px;
    }
}

@media (max-width: 350px) {

    .hizsanewsletter.hizsastyle_1 .hizsabtn.hizsastyle_1,
    .hizsanewsletter.hizsastyle_2 .hizsabtn.hizsastyle_1,
    .hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1 {
        padding: 12px 18px;
    }
}

.hizsanewsletter_2_wrap {
    position: relative;
}

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

.hizsanewsletter.hizsastyle_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) {
    .hizsanewsletter.hizsastyle_2 {
        margin-top: 0;
    }
}

.hizsanewsletter.hizsastyle_2 .hizsanewsletter_img {
    position: absolute;
    bottom: -3px;
    left: -115px;
}

@media (max-width: 1199px) {
    .hizsanewsletter.hizsastyle_2 .hizsanewsletter_img {
        left: -140px;
    }
}

@media (max-width: 991px) {
    .hizsanewsletter.hizsastyle_2 .hizsanewsletter_img {
        display: none;
    }
}

.hizsanewsletter.hizsastyle_2 .hizsanewsletter_in {
    padding: 87px 80px 100px 500px;
}

@media (max-width: 1199px) {
    .hizsanewsletter.hizsastyle_2 .hizsanewsletter_in {
        padding: 87px 30px 100px 420px;
    }
}

@media (max-width: 991px) {
    .hizsanewsletter.hizsastyle_2 .hizsanewsletter_in {
        padding: 75px 50px 80px 50px;
    }
}

@media (max-width: 575px) {
    .hizsanewsletter.hizsastyle_2 .hizsanewsletter_in {
        padding: 55px 25px 60px 25px;
    }
}

.hizsanewsletter.hizsastyle_2 .hizsanewsletter_form {
    max-width: 560px;
}

.hizsanewsletter.hizsastyle_2 .hizsanewsletter_title {
    margin-bottom: 50px;
}

@media (max-width: 575px) {
    .hizsanewsletter.hizsastyle_2 .hizsanewsletter_title {
        margin-bottom: 30px;
    }
}

.hizsanewsletter.hizsastyle_2 .hizsanewsletter_subtitle {
    margin-bottom: 13px;
}

.hizsanewsletter.hizsastyle_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) {
    .hizsanewsletter.hizsastyle_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) {
    .hizsanewsletter.hizsastyle_3 br {
        display: none;
    }
}

.hizsanewsletter.hizsastyle_3 .hizsanewsletter_right {
    max-width: 500px;
    width: 100%;
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsanewsletter.hizsastyle_3 .hizsaform_field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1 {
    color: #007bff;
}

.hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1:before {
    background: #fff;
}

.hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1:after {
    background: #fff;
}

.hizsanewsletter.hizsastyle_3 .hizsabtn.hizsastyle_1 img {
    -webkit-filter: initial;
    filter: initial;
}

.hizsanewsletter.hizsastyle_3 .hizsanewsletter_title {
    font-size: 42px;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .hizsanewsletter.hizsastyle_3 .hizsanewsletter_title {
        font-size: 36px;
    }
}

.hizsanewsletter.hizsastyle_3 .hizsanewsletter_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) {
    .hizsanewsletter.hizsastyle_3 .hizsanewsletter_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;
    }
}

.hizsasocial_links_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 10px;
}

.hizsasocial_links_wrap h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.hizsasocial_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.hizsasocial_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: #007bff;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hizsasocial_links a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #fff;
}

.hizsafooter_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: center;
    gap: 10px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
}

@media (max-width: 575px) {
    .hizsafooter_bottom_in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

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

.hizsafooter.hizsastyle_1 {
    position: relative;
    /* margin-top: 305px; */
}

@media (max-width: 991px) {
    .hizsafooter.hizsastyle_1 {
        /* margin-top: 200px; */
    }
}

.hizsafooter.hizsastyle_1 .hizsafooter_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) {
    .hizsafooter.hizsastyle_1 .hizsafooter_logo_wrap {
        height: calc(100% + 120px);
    }
}

.hizsafooter.hizsastyle_1 .hizsafooter_brand {
    height: 448px;
    width: 426px;
    background-position: 6px 0px;
    position: absolute;
    left: 50%;
    top: -180px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 6px;
    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;
    background-size: 100% 100%;
}

.hizsafooter.hizsastyle_1 .hizsafooter_brand img {
    -webkit-animation: spinAnimaiton 6s linear infinite;
    animation: spinAnimaiton 6s linear infinite;
}

@media (max-width: 991px) {
    .hizsafooter.hizsastyle_1 .hizsafooter_brand {
        height: 360px;
        width: 360px;
        top: -140px;
    }
}

.hizsafooter.hizsastyle_1 .hizsafooter_brand_text {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin: 5px 0 0;
}

@media (max-width: 991px) {
    .hizsafooter.hizsastyle_1 .hizsafooter_brand_text {
        font-size: 32px;
    }
}

.hizsafooter.hizsastyle_1 .hizsatext_widget+.hizsacontact_widget {
    margin-top: 20px;
}

.hizsafooter.hizsastyle_1 .hizsafooter_main {
    padding: 40px 0;
    background: linear-gradient(360deg, #FFFFFF 0%, #E9F2FF 100%);
}

.hizsafooter_margin_0+.hizsafooter.hizsastyle_1 {
    margin-top: 0;
}

.hizsafooter.hizsastyle_2 .hizsafooter_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: 30px 0 30px;
}

@media (max-width: 991px) {
    .hizsafooter.hizsastyle_2 .hizsafooter_in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.hizsafooter.hizsastyle_2 .hizsafooter_bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
}

.hizsafooter.hizsastyle_2 .hizsasocial_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;
}

.hizsafooter.hizsastyle_2 .hizsacontact_widget i {
    background-color: #fff;
}

.hizsafooter.hizsastyle_2 .hizsatext_widget img+p {
    margin-top: 25px;
}

.hizsafooter.hizsastyle_2 .hizsatext_widget+.hizsacontact_widget {
    margin-top: 20px;
}

.hizsafooter.hizsastyle_2 .hizsamenu_widget+.hizsasocial_links_wrap {
    margin-top: 80px;
}

.hizsafooter.hizsastyle_2 .hizsamenu_widget a:hover {
    color: #fff;
    opacity: 0.6;
}

.hizsafooter.hizsastyle_2 .hizsafooter_text a:hover {
    color: #fff;
    opacity: 0.6;
}

.hizsacontact_widget a:hover {
    color: #fff;
    opacity: 0.6;
}

.hizsafooter_main,
.hizsafooter_bottom {
    position: relative;
    z-index: 2;
}

.hizsatext_widget {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
}

.hizsatext_widget p {
    margin: 0;
}

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

.hizsacontact_widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
}

.hizsacontact_widget li:not(:last-child) {
    margin-bottom: 13px;
}

.hizsacontact_widget i {
    height: 25px;
    width: 25px;
    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: 10px;
    margin-top: 5px;
}

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

.hizsafooter_item {
    padding: 15px 0;
}

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

.hizsafooter_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);
    }
}

.hizsafooter.hizsastyle_2.hizsatype_1 .hizsafooter_bottom {
    border: none;
    padding: 16px 0;
    background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}

.hizsafooter.hizsastyle_2.hizsatype_1 .hizsacopyright {
    color: #000000;
}

/*--------------------------------------------------------------
9. Sidebar
----------------------------------------------------------------*/
.hizsasidebar {
    padding-left: 100px;
}

@media (max-width: 1700px) {
    .hizsasidebar {
        padding-left: 40px;
    }
}

@media (max-width: 1400px) {
    .hizsasidebar {
        padding-left: 0px;
    }
}

@media (max-width: 1199px) {
    .hizsasidebar .hizsabtn.hizsastyle_1 {
        padding: 12px 30px;
    }
}

@media (max-width: 991px) {
    .hizsasidebar {
        padding-top: 80px;
    }
}

.hizsasidebar_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) {
    .hizsasidebar_item {
        padding: 40px 35px;
    }
}

@media (max-width: 1400px) {
    .hizsasidebar_item {
        padding: 40px 25px;
    }
}

.hizsasidebar_item:not(:last-child) {
    margin-bottom: 70px;
}

@media (max-width: 1700px) {
    .hizsasidebar_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: #007bff;
    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;
}

.hizsasidebar_widget_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 30px;
}

@media (max-width: 1700px) {
    .hizsasidebar_widget_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

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

.hizsapopular_posts>li:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 1700px) {
    .hizsapopular_posts>li:not(:last-child) {
        margin-bottom: 30px;
    }
}

.hizsapopular_post_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
}

@media (max-width: 1700px) {
    .hizsapopular_post_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.hizsapopular_post_title a:hover {
    text-decoration: underline;
}

.hizsapopular_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;
}

.hizsapopular_post_meta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hizsapopular_post_meta li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.hizsapopular_post_meta li.hizsaposted_author a {
    color: #000000;
}

.hizsapopular_post_meta li.hizsaposted_author a:hover {
    color: #007bff;
}

.hizsapopular_post_meta li.hizsaposted_author::before {
    content: "\f2bd";
}

.hizsapopular_post_meta li.hizsaposted_by::before {
    content: "\f017";
}

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

.hizsaisotop.hizsahas_gutter_24 {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -24px;
}

.hizsaisotop.hizsahas_gutter_24 .hizsaisotop_item {
    padding: 0 12px;
    margin-bottom: 24px;
}

.hizsaisotop.hizsahas_gutter_24_67 {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -67px;
}

.hizsaisotop.hizsahas_gutter_24_67 .hizsaisotop_item {
    padding: 0 12px;
    margin-bottom: 67px;
}

.hizsaisotop.hizsahas_gutter_80 {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -80px;
}

.hizsaisotop.hizsahas_gutter_80 .hizsaisotop_item {
    padding: 0 40px;
    margin-bottom: 80px;
}

.hizsaisotop.hizsahas_gutter_40 {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -30px;
}

.hizsaisotop.hizsahas_gutter_40 .hizsaisotop_item {
    padding: 0 20px;
    margin-bottom: 30px;
}

.hizsaisotop.hizsahas_gutter_100 {
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: -40px;
}

.hizsaisotop.hizsahas_gutter_100 .hizsaisotop_item {
    padding: 0 50px;
    margin-bottom: 40px;
}

.hizsaisotop_col_6 .hizsagrid_sizer,
.hizsaisotop_col_6 .hizsaisotop_item {
    width: 16.666667%;
}

.hizsaisotop_col_5 .hizsagrid_sizer,
.hizsaisotop_col_5 .hizsaisotop_item {
    width: 20%;
}

.hizsaisotop_col_4 .hizsagrid_sizer,
.hizsaisotop_col_4 .hizsaisotop_item {
    width: 25%;
}

.hizsaisotop_col_3 .hizsagrid_sizer,
.hizsaisotop_col_3 .hizsaisotop_item {
    width: 33.333333%;
}

.hizsaisotop_col_2 .hizsagrid_sizer,
.hizsaisotop_col_2 .hizsaisotop_item {
    width: 50%;
}

.hizsaisotop_col_1 .hizsagrid_sizer,
.hizsaisotop_col_1 .hizsaisotop_item {
    width: 100%;
}

.hizsagrid_sizer {
    width: 33.333333%;
}

.hizsaisotop_col_5 .hizsaw20,
.hizsaisotop_col_4 .hizsaw20,
.hizsaisotop_col_3 .hizsaw20,
.hizsaisotop_col_2 .hizsaw20,
.hizsaisotop_col_1 .hizsaw20 {
    width: 20%;
}

.hizsaisotop_col_5 .hizsaw25,
.hizsaisotop_col_4 .hizsaw25,
.hizsaisotop_col_3 .hizsaw25,
.hizsaisotop_col_2 .hizsaw25,
.hizsaisotop_col_1 .hizsaw25 {
    width: 25%;
}

.hizsaisotop_col_5 .hizsaw33,
.hizsaisotop_col_4 .hizsaw33,
.hizsaisotop_col_3 .hizsaw33,
.hizsaisotop_col_2 .hizsaw33,
.hizsaisotop_col_1 .hizsaw33 {
    width: 33.333333%;
}

.hizsaisotop_col_5 .hizsaw50,
.hizsaisotop_col_4 .hizsaw50,
.hizsaisotop_col_3 .hizsaw50,
.hizsaisotop_col_2 .hizsaw50,
.hizsaisotop_col_1 .hizsaw50 {
    width: 50%;
}

.hizsaisotop_col_5 .hizsaw66,
.hizsaisotop_col_4 .hizsaw66,
.hizsaisotop_col_3 .hizsaw66,
.hizsaisotop_col_2 .hizsaw66,
.hizsaisotop_col_1 .hizsaw66 {
    width: 66.666666%;
}

.hizsaisotop_col_5 .hizsaw100,
.hizsaisotop_col_4 .hizsaw100,
.hizsaisotop_col_3 .hizsaw100,
.hizsaisotop_col_2 .hizsaw100,
.hizsaisotop_col_1 .hizsaw100 {
    width: 100%;
}

.hizsaisotop_filter.hizsastyle1 {
    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) {
    .hizsaisotop_filter.hizsastyle1 {
        gap: 20px 30px;
    }
}

@media (max-width: 991px) {
    .hizsaisotop_filter.hizsastyle1 {
        -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;
    }
}

.hizsaisotop_filter.hizsastyle1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 36px;
}

@media (max-width: 1700px) {
    .hizsaisotop_filter.hizsastyle1 ul {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .hizsaisotop_filter.hizsastyle1 ul {
        gap: 15px;
    }
}

.hizsaisotop_filter.hizsastyle1 ul a {
    border: 1px solid #007bff;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    padding: 11px 26px;
}

@media (max-width: 991px) {
    .hizsaisotop_filter.hizsastyle1 ul a {
        padding: 7px 20px;
    }
}

.hizsaisotop_filter.hizsastyle1 ul a:hover {
    background-color: rgba(48, 123, 196, 0.15);
    color: #007bff;
}

.hizsaisotop_filter.hizsastyle1 ul .active a {
    color: #fff;
    background-color: #007bff;
}

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

.hizsaview_box_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.hizsaview_box_in button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.hizsaview_box_in button:hover {
    opacity: 1;
}

.hizsaview_box_in button.active {
    opacity: 1;
    color: #007bff;
}

.hizsadoctors_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) {
    .hizsagescout_sticky {
        display: none !important;
    }

    .hizsaisotop.hizsahas_gutter_100 .hizsaisotop_item {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .hizsaisotop.hizsahas_gutter_100 {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px;
    }

    .hizsaisotop.hizsahas_gutter_80 {
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -25px;
    }

    .hizsaisotop.hizsahas_gutter_80 .hizsaisotop_item {
        padding: 0 12px;
        margin-bottom: 25px;
    }

    .hizsaisotop_col_4 .hizsagrid_sizer,
    .hizsaisotop_col_4 .hizsaisotop_item {
        width: 33.333333%;
    }
}

@media screen and (max-width: 991px) {

    .hizsaisotop_col_4 .hizsagrid_sizer,
    .hizsaisotop_col_4 .hizsaisotop_item {
        width: 50%;
    }

    .hizsaisotop_col_4 .hizsaw50 {
        width: 100%;
    }

    .hizsaisotop_col_3 .hizsagrid_sizer,
    .hizsaisotop_col_3 .hizsaisotop_item {
        width: 50%;
    }

    .hizsaisotop_col_2 .hizsagrid_sizer,
    .hizsaisotop_col_2 .hizsaisotop_item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .hizsaisotop_col_5 .hizsaw50,
    .hizsaisotop_col_4 .hizsaw50,
    .hizsaisotop_col_3 .hizsaw50,
    .hizsaisotop_col_2 .hizsaw50,
    .hizsaisotop_col_1 .hizsaw50,
    .hizsaisotop_col_5 .hizsaw66,
    .hizsaisotop_col_4 .hizsaw66,
    .hizsaisotop_col_3 .hizsaw66,
    .hizsaisotop_col_2 .hizsaw66,
    .hizsaisotop_col_1 .hizsaw66 {
        width: 100%;
    }

    .hizsaisotop_col_5 .hizsagrid_sizer,
    .hizsaisotop_col_5 .hizsaisotop_item {
        width: 100%;
    }

    .hizsaisotop_col_4 .hizsagrid_sizer,
    .hizsaisotop_col_4 .hizsaisotop_item {
        width: 100%;
    }

    .hizsaisotop_col_3 .hizsagrid_sizer,
    .hizsaisotop_col_3 .hizsaisotop_item {
        width: 100%;
    }

    .hizsaisotop_col_2 .hizsagrid_sizer,
    .hizsaisotop_col_2 .hizsaisotop_item {
        width: 100%;
    }
}

/*--------------------------------------------------------------
11. Hero
----------------------------------------------------------------*/
.hizsahero.hizsastyle_1 {
    height: 1200px;
    padding-bottom: 110px;
    position: relative;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_1 {
        height: 1075px;
    }
}

@media (max-width: 1480px) {
    .hizsahero.hizsastyle_1 {
        height: 1115px;
    }
}

@media (max-width: 1380px) {
    .hizsahero.hizsastyle_1 {
        height: 980px;
    }
}

@media (max-width: 1300px) {
    .hizsahero.hizsastyle_1 {
        height: 1010px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_1 {
        height: initial;
    }

    .cd-hero-text {
        font-size: 30px !important;
    }
}

.cd-hero-text {
    color: white !important;
    font-size: 40px;
}

.hizsahero.hizsastyle_1 .hizsahero_text {
    position: relative;
    z-index: 1;
}

.hizsahero.hizsastyle_1 .hizsahero_wrap {
    height: 100%;
    width: 100%;
    padding-top: 248px;
    position: relative;
}

@media (max-width: 1300px) {
    .hizsahero.hizsastyle_1 .hizsahero_wrap {
        padding-top: 220px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_wrap {
        padding-top: 150px;
    }
}

.hizsahero.hizsastyle_1 .hizsahero_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;
}

.hizsahero.hizsastyle_1 .hizsahero_title {
    margin-bottom: 29px;
    max-width: 900px;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_1 .hizsahero_title {
        max-width: 710px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_title {
        max-width: 580px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_title {
        margin-bottom: 20px;
    }
}

.hizsahero.hizsastyle_1 .hizsahero_subtitle {
    max-width: 700px;
    margin-bottom: 110px;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_1 .hizsahero_subtitle {
        max-width: 600px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_subtitle {
        max-width: 580px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_1 .hizsahero_subtitle {
        margin-bottom: 35px;
    }
}

.hizsahero.hizsastyle_1 .hizsahero_info_wrap {
    padding: 70px 140px;
    margin-bottom: -110px;
    -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) {
    .hizsahero.hizsastyle_1 .hizsahero_info_wrap {
        padding: 70px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_info_wrap {
        padding: 70px 25px;
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_1 .hizsahero_info_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hizsahero.hizsastyle_1 .hizsahero_info_wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .hizsahero.hizsastyle_1 .hizsahero_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;
    }
}

.hizsahero.hizsastyle_1 .hizsahero_info_title {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 4px;
}

.hizsahero.hizsastyle_1 .hizsahero_info_subtitle {
    line-height: 1.3em;
    margin: 0;
}

.hizsahero.hizsastyle_1 .hizsahero_info_icon {
    height: 70px;
    width: 70px;
    padding: 18px;
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_info_icon {
        height: 60px;
        width: 60px;
        padding: 15px;
    }
}

.hizsahero.hizsastyle_1 .hizsahero_info_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hizsahero.hizsastyle_1 .hizsahero_info {
    gap: 24px;
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_info {
        gap: 15px;
    }
}

.hizsahero.hizsastyle_1 .hizsahero_img {
    position: absolute;
    bottom: -10px;
    right: 6%;
    max-height: 86%;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_1 .hizsahero_img {
        right: 4%;
        max-height: 84%;
    }
}

@media (max-width: 1480px) {
    .hizsahero.hizsastyle_1 .hizsahero_img {
        right: 1%;
    }
}

@media (max-width: 1300px) {
    .hizsahero.hizsastyle_1 .hizsahero_img {
        max-height: 82%;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_1 .hizsahero_img {
        max-height: 72%;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_1 .hizsahero_img {
        max-height: 100%;
        position: initial;
        margin-bottom: -100px;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .hizsahero.hizsastyle_1 .hizsahero_img {
        margin-bottom: -55px;
    }
}

.hizsahero.hizsastyle_1 .hizsahero_patents {
    position: absolute;
    left: 39.3%;
    top: 58.5%;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_1 .hizsahero_patents {
        left: 33%;
    }
}

.hizsahero.hizsastyle_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) {
    .hizsahero.hizsastyle_2 {
        padding: 190px 0 0;
    }
}

@media (max-width: 1380px) {
    .hizsahero.hizsastyle_2 {
        padding-top: 170px;
        padding-bottom: 170px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_2 {
        min-height: initial;
        height: initial;
        max-height: initial;
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.hizsahero.hizsastyle_2 .hizsahero_text {
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_2 .hizsahero_text {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .hizsahero.hizsastyle_2 .hizsahero_text {
        margin-bottom: 40px;
    }
}

.hizsahero.hizsastyle_2 .container:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.hizsahero.hizsastyle_2 .hizsahero_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
}

@media (max-width: 1380px) {
    .hizsahero.hizsastyle_2 .hizsahero_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0;
    }
}

.hizsahero.hizsastyle_2 .hizsahero_bottom_left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 350px;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_2 .hizsahero_bottom_left {
        width: 280px;
    }
}

.hizsahero.hizsastyle_2 .hizsahero_title {
    max-width: 900px;
    margin-bottom: 82px;
}

@media (max-width: 1380px) {
    .hizsahero.hizsastyle_2 .hizsahero_title {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .hizsahero.hizsastyle_2 .hizsahero_title {
        margin-bottom: 20px;
    }
}

.hizsahero.hizsastyle_2 .hizsahero_text_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 75px;
}

@media (max-width: 767px) {
    .hizsahero.hizsastyle_2 .hizsahero_text_in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.hizsahero.hizsastyle_2 .hizsahero_subtitle {
    margin: 0;
    max-width: 500px;
}

.hizsahero.hizsastyle_2 .hizsahero_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) {
    .hizsahero.hizsastyle_2 .hizsahero_patents {
        top: -40px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_2 .hizsahero_patents {
        display: none;
    }
}

.hizsahero.hizsastyle_2 .hizsahero_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) {
    .hizsahero.hizsastyle_2 .hizsahero_funfact {
        gap: 0 30px;
        padding: 40px 0 50px 60px;
    }
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_2 .hizsahero_funfact {
        padding: 30px 0 50px 40px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_2 .hizsahero_funfact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 0px;
        padding: 30px 0 35px 30px;
    }
}

@media (max-width: 575px) {
    .hizsahero.hizsastyle_2 .hizsahero_funfact {
        padding-left: 0;
    }
}

.hizsahero.hizsastyle_2 .hizsahero_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);
}

.hizsahero.hizsastyle_2 .hizsahero_funfact h3 {
    margin-bottom: 8px;
}

.hizsahero.hizsastyle_2 .hizsahero_funfact .hizsahero_funfact_col {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_2 .hizsahero_funfact .hizsahero_funfact_col {
        width: 50%;
        padding: 0 10px;
    }
}

@media (max-width: 450px) {
    .hizsahero.hizsastyle_2 .hizsahero_funfact .hizsahero_funfact_col h3 {
        font-size: 36px;
    }
}

.hizsahero.hizsastyle_2 .hizsatext_btn_2:hover {
    color: #fff;
}

.hizsahero.hizsastyle_2.hizsatype_1 {
    background: #007dfb url('/images/home-slider-bg.webp') no-repeat;
    background-size: cover;
}

.hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_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) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_funfact {
        padding: 40px 50px 50px 50px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_funfact {
        padding: 30px 30px 35px 30px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_funfact {
        padding: 30px 0px 35px 0px;
        gap: 30px 0px;
    }
}

.hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_funfact:before {
    display: none;
}

.hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_text {
    padding-left: 50%;
}

@media (max-width: 1400px) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_text {
        padding-left: 42%;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_text {
        padding-left: 0%;
    }
}

@media (max-width: 420px) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_text .cd-headline {
        display: block;
    }
}

.hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_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) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_img {
        width: 42%;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_img {
        width: 100%;
        position: initial;
        max-width: 600px;
        padding-top: 0;
    }
}

.hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_img img {
    max-height: 100%;
}

.hizsahero.hizsastyle_2.hizsatype_1 .hizsahero_btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.hizsahero.hizsastyle_3 {
    height: calc(100vh + 235px);
    max-height: 1350px;
    min-height: 1050px;
    position: relative;
    padding-top: 240px;
    overflow: hidden;
}

@media (max-width: 1380px) {
    .hizsahero.hizsastyle_3 {
        padding-top: 200px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_3 {
        padding-top: 160px;
        padding-bottom: 400px;
        min-height: calc(100vh + 210px);
        max-height: initial;
        height: initial;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .hizsahero.hizsastyle_3 {
        padding-top: 140px;
        min-height: initial;
        max-height: initial;
        height: initial;
    }

    .hizsahero.hizsastyle_3 .hizsafs_20 {
        font-size: 16px;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_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) {
    .hizsahero.hizsastyle_3 .hizsahero_bg {
        height: calc(100% - 210px);
    }
}

.hizsahero.hizsastyle_3>.container {
    position: relative;
    z-index: 2;
}

.hizsahero.hizsastyle_3 .hizsahero_title {
    max-width: 1000px;
    margin-bottom: 52px;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_3 .hizsahero_title {
        max-width: 750px;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_3 .hizsahero_title {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_3 .hizsahero_title {
        margin-bottom: 20px;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_subtitle {
    max-width: 540px;
}

.hizsahero.hizsastyle_3 .hizsahero_img_1 {
    position: absolute;
    top: 150px;
    right: 90px;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_3 .hizsahero_img_1 {
        top: 170px;
        right: 70px;
        max-width: 880px;
    }
}

@media (max-width: 1400px) {
    .hizsahero.hizsastyle_3 .hizsahero_img_1 {
        right: 15px;
        margin-left: 15px;
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_3 .hizsahero_img_1 {
        display: none;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_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) {
    .hizsahero.hizsastyle_3 .hizsahero_img_2 {
        top: 66%;
    }
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_3 .hizsahero_img_2 {
        display: none;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_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) {
    .hizsahero.hizsastyle_3 .hizsahero_img_3 {
        right: 30%;
    }
}

@media (max-width: 1400px) {
    .hizsahero.hizsastyle_3 .hizsahero_img_3 {
        top: 50%;
    }
}

@media (max-width: 1380px) {
    .hizsahero.hizsastyle_3 .hizsahero_img_3 {
        top: 60%;
        right: 34%;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_3 .hizsahero_img_3 {
        display: none;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_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) {
    .hizsahero.hizsastyle_3 .hizsahero_img_4 {
        display: none;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_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) {
    .hizsahero.hizsastyle_3 .hizsahero_card {
        width: 100%;
        padding: 30px 15px;
    }
}

@media (max-width: 380px) {
    .hizsahero.hizsastyle_3 .hizsahero_card .hizsafs_24 {
        font-size: 18px;
    }

    .hizsahero.hizsastyle_3 .hizsahero_card .hizsahero_shedule_list li {
        gap: 8px;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_card_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px;
}

.hizsahero.hizsastyle_3 .hizsahero_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) {
    .hizsahero.hizsastyle_3 .hizsahero_card_media img {
        width: 50px;
        height: 50px;
    }
}

.hizsahero.hizsastyle_3 .hizsahero_shedule_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hizsahero.hizsastyle_3 .hizsahero_shedule_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.hizsahero.hizsastyle_3 .hizsahero_shedule_list li:not(:last-child) {
    margin-bottom: 3px;
}

.hizsahero.hizsastyle_3 .hizsahero_shedule_list strong {
    font-weight: 600;
}

.hizsahero.hizsastyle_3.hizsatype_1 {
    height: 100vh;
    min-height: initial;
    max-height: 1050px;
}

@media (max-width: 991px) {
    .hizsahero.hizsastyle_3.hizsatype_1 {
        padding: 150px 0 110px;
    }
}

.hizsahero.hizsastyle_3.hizsatype_1 .hizsahero_bg {
    height: 100%;
}

.hizsahero.hizsastyle_3.hizsatype_1 .hizsahero_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(#000000), to(rgba(48, 123, 196, 0)));
    background: linear-gradient(90deg, #000000 0%, rgba(48, 123, 196, 0) 100%);
}

.hizsahero.hizsastyle_4 {
    min-height: 750px;
    position: relative;
    padding: 210px 0 0;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_4 {
        padding: 190px 0 0;
    }
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_4 {
        padding: 150px 0 0;
    }
}

.hizsahero.hizsastyle_4 .hizsahero_text {
    max-width: 920px;
    position: relative;
    z-index: 2;
}

.hizsahero.hizsastyle_4 .hizsahero_title {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .hizsahero.hizsastyle_4 .hizsahero_title {
        margin-bottom: 20px;
    }
}

.hizsahero.hizsastyle_4 .hizsahero_subtitle {
    max-width: 700px;
    margin-bottom: 110px;
}

@media (max-width: 1700px) {
    .hizsahero.hizsastyle_4 .hizsahero_subtitle {
        margin-bottom: 60px;
    }
}

.hizsahero.hizsastyle_4 .hizsahero_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) {
    .hizsahero.hizsastyle_4 .hizsahero_img_1 {
        display: none;
    }
}

.hizsahero.hizsastyle_4 .hizsahero_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) {
    .hizsahero.hizsastyle_4 .hizsahero_img_2 {
        display: none;
    }
}

.hizsahero.hizsastyle_4 .hizsahero_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) {
    .hizsahero.hizsastyle_4 .hizsahero_img_3 {
        display: none;
    }
}

/*--------------------------------------------------------------
12. Iconbox
----------------------------------------------------------------*/
.hizsaiconbox.hizsastyle_1 {
    padding: 25px 30px 40px 30px;
    height: 100%;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_1 {
        padding: 25px 20px 30px 20px;
    }
}

@media (max-width: 1280px) {
    .hizsaiconbox.hizsastyle_1 {
        padding: 25px 25px 30px 25px;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_1 .hizsafs_20 {
        font-size: 20px;
    }
}

@media (max-width: 340px) {
    .hizsaiconbox.hizsastyle_1 .hizsafs_20 {
        font-size: 18px;
    }
}

.hizsaiconbox.hizsastyle_1 .hizsaiconbox_icon {
    height: 120px;
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_1 .hizsaiconbox_icon {
        height: 90px;
        width: 90px;
        padding: 15px;
    }
}

.hizsaiconbox.hizsastyle_1 .hizsaiconbox_icon img {
    max-height: 100%;
}

.hizsaiconbox.hizsastyle_1 .hizsaiconbox_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;
}

.hizsaiconbox.hizsastyle_1:hover .hizsaiconbox_icon:before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.hizsaiconbox.hizsastyle_1 .hizsaiconbox_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) {
    .hizsaiconbox.hizsastyle_1 .hizsaiconbox_top {
        gap: 15px;
        margin-bottom: 30px;
    }

    .hizsaiconbox.hizsastyle_1 .hizsaiconbox_top .hizsaiconbox_title {
        line-height: 1.4em;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_1 .hizsaiconbox_top {
        margin-bottom: 20px;
    }
}

.hizsaiconbox.hizsastyle_1 .hizsaiconbox_text {
    padding-left: 14px;
    margin: 0;
}

@media (max-width: 1199px) {
    .hizsaiconbox.hizsastyle_1 .hizsaiconbox_text {
        padding-left: 0;
    }
}

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

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

.hizsaiconbox.hizsastyle_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 #007bff;
    padding: 40px 70px;
    margin-bottom: 60px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_2 {
        min-height: 220px;
        gap: 30px;
        padding: 40px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_2 {
        min-height: 200px;
        margin-bottom: 25px;
    }
}

@media (max-width: 450px) {
    .hizsaiconbox.hizsastyle_2 {
        min-height: 150px;
        gap: 25px;
        padding: 35px;
    }
}

.hizsaiconbox.hizsastyle_2 .hizsaiconbox_title {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsaiconbox.hizsastyle_2 img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #007bff;
}

@media (max-width: 350px) {
    .hizsaiconbox.hizsastyle_2 img {
        max-width: 65px;
    }
}

.hizsaiconbox.hizsastyle_2 .hizsaiconbox_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.hizsaiconbox.hizsastyle_2:hover {
    background-color: #007bff;
    -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);
}

.hizsaiconbox.hizsastyle_2:hover .hizsaiconbox_title {
    color: #fff;
}

.hizsaiconbox.hizsastyle_2:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hizsaiconbox.hizsastyle_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_3 {
        gap: 0 20px;
    }
}

@media (max-width: 420px) {
    .hizsaiconbox.hizsastyle_3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hizsaiconbox.hizsastyle_3::before {
    content: "";
    position: absolute;
    width: 9px;
    height: calc(100% + 50px);
    background-color: #007bff;
    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) {
    .hizsaiconbox.hizsastyle_3::before {
        display: none;
    }
}

.hizsaiconbox.hizsastyle_3 .hizsaiconbox_left,
.hizsaiconbox.hizsastyle_3 .hizsaiconbox_right {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 991px) {

    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_left,
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_right {
        width: initial;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

.hizsaiconbox.hizsastyle_3 .hizsaiconbox_left {
    padding-right: 120px;
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_left {
        padding-right: 0;
        padding-top: 10px;
    }
}

.hizsaiconbox.hizsastyle_3 .hizsaiconbox_right {
    padding-left: 200px;
    position: relative;
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_right br {
        display: none;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_right {
        padding-left: 0;
    }
}

.hizsaiconbox.hizsastyle_3 .hizsaiconbox_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) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_number {
        position: initial;
        font-size: 56px;
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_number {
        display: none;
    }
}

.hizsaiconbox.hizsastyle_3 .hizsaiconbox_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) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_icon {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 420px) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_icon {
        height: 80px;
        width: 80px;
        margin-left: initial;
        padding: 20px;
        margin-bottom: 20px;
    }
}

.hizsaiconbox.hizsastyle_3 .hizsaiconbox_title {
    margin-bottom: 20px;
}

@media (max-width: 420px) {
    .hizsaiconbox.hizsastyle_3 .hizsaiconbox_title {
        margin-bottom: 10px;
    }
}

.hizsaiconbox.hizsastyle_3:hover::before {
    opacity: 1;
}

.hizsaiconbox.hizsastyle_3:hover .hizsaiconbox_icon {
    background-color: #007bff;
}

.hizsaiconbox_3_wrap {
    position: relative;
}

.hizsaiconbox_3_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #000000;
}

@media (max-width: 991px) {
    .hizsaiconbox_3_wrap::before {
        display: none;
    }
}

.hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:not(:last-child) {
    margin-bottom: 146px;
}

@media (max-width: 991px) {
    .hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:not(:last-child) {
        margin-bottom: 50px;
    }
}

.hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_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) {
    .hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 420px) {
    .hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) .hizsaiconbox_left {
    padding-right: 0px;
    padding-left: 120px;
}

@media (max-width: 991px) {
    .hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) .hizsaiconbox_left {
        padding-left: 0;
    }
}

.hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) .hizsaiconbox_right {
    padding-right: 200px;
    padding-left: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) .hizsaiconbox_right {
        padding-right: 0;
        text-align: left;
    }
}

.hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) .hizsaiconbox_icon {
    margin-left: initial;
}

.hizsaiconbox_3_wrap .hizsaiconbox.hizsastyle_3:nth-child(even) .hizsaiconbox_number {
    left: initial;
    right: 84px;
}

.hizsaiconbox.hizsastyle_4,
.hizsaiconbox.hizsastyle_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;
}

.hizsaiconbox.hizsastyle_4 .hizsaiconbox_btn,
.hizsaiconbox.hizsastyle_7 .hizsaiconbox_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) {

    .hizsaiconbox.hizsastyle_4 .hizsaiconbox_btn,
    .hizsaiconbox.hizsastyle_7 .hizsaiconbox_btn {
        width: 70px;
        height: 50px;
    }
}

.hizsaiconbox.hizsastyle_4 .hizsaiconbox_btn img,
.hizsaiconbox.hizsastyle_7 .hizsaiconbox_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;
}

.hizsaiconbox.hizsastyle_4 .hizsaiconbox_btn img:last-child,
.hizsaiconbox.hizsastyle_7 .hizsaiconbox_btn img:last-child {
    left: -50%;
}

.hizsaiconbox.hizsastyle_4 .hizsaiconbox_btn:hover,
.hizsaiconbox.hizsastyle_7 .hizsaiconbox_btn:hover {
    background-color: #007bff;
}

.hizsaiconbox.hizsastyle_4:hover .hizsaiconbox_btn img:first-child,
.hizsaiconbox.hizsastyle_7:hover .hizsaiconbox_btn img:first-child {
    left: 150%;
}

.hizsaiconbox.hizsastyle_4:hover .hizsaiconbox_btn img:last-child,
.hizsaiconbox.hizsastyle_7:hover .hizsaiconbox_btn img:last-child {
    left: 50%;
}

.hizsaiconbox.hizsastyle_4 {
    padding: 30px 110px 32px 40px;
    margin-bottom: 20px;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_4 {
        padding: 30px 90px 50px 25px;
    }
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_4 {
        padding: 30px 35px 50px 25px;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_4 {
        padding: 30px 25px 70px 25px;
    }
}

.hizsaiconbox.hizsastyle_4 .hizsaiconbox_title {
    margin-bottom: 12px;
    min-height: 83px;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_4 .hizsaiconbox_title {
        min-height: initial;
    }
}

@media (min-width: 1701px) {
    .hizsaiconbox.hizsastyle_4 .hizsaiconbox_subtitle {
        padding-right: 20%;
    }
}

.hizsaiconbox.hizsastyle_4 .hizsaiconbox_icon {
    height: 40px;
    width: 40px;
    margin-bottom: 21px;
}

.hizsaiconbox.hizsastyle_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) {
    .hizsaiconbox.hizsastyle_5 {
        padding: 20px;
        gap: 15px;
    }

    .hizsaiconbox.hizsastyle_5 .hizsaiconbox_title {
        line-height: 1.3em;
    }
}

.hizsaiconbox.hizsastyle_5 .hizsaiconbox_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 120px;
    height: 120px;
    padding: 18px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_5 .hizsaiconbox_icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
}

.hizsaiconbox.hizsastyle_5 .hizsaiconbox_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;
}

.hizsaiconbox.hizsastyle_5:hover .hizsaiconbox_icon:before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.hizsaiconbox.hizsastyle_6 .hizsaiconbox_icon {
    height: 40px;
    width: 40px;
    margin-bottom: 18px;
    padding: 8px;
}

.hizsaiconbox.hizsastyle_6 .hizsaiconbox_icon img {
    max-height: 100%;
}

.hizsaiconbox.hizsastyle_6 .hizsaiconbox_title {
    margin-bottom: 12px;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_6 br {
        display: none;
    }
}

.hizsaiconbox.hizsastyle_7 {
    padding: 48px 80px 88px 130px;
    margin-bottom: 50px;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_7 {
        padding: 48px 50px 88px 130px;
    }
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_7 {
        padding: 40px 30px 88px 100px;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_7 {
        margin-bottom: 25px;
        padding: 30px 30px 70px 100px;
    }
}

.hizsaiconbox.hizsastyle_7 .hizsaiconbox_title {
    margin-bottom: 18px;
}

.hizsaiconbox.hizsastyle_7 .hizsaiconbox_icon {
    position: absolute;
    top: 56px;
    left: 34px;
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_7 .hizsaiconbox_icon {
        top: 50px;
        left: 25px;
        max-width: 54px;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_7 .hizsaiconbox_icon {
        top: 40px;
    }
}

.hizsaiconbox.hizsastyle_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;
}

.hizsaiconbox.hizsastyle_7 .hizsaiconbox_title,
.hizsaiconbox.hizsastyle_7 .hizsaiconbox_subtitle {
    position: relative;
    z-index: 2;
}

.hizsaiconbox.hizsastyle_7:hover::before {
    opacity: 1;
}

.hizsaiconbox.hizsastyle_8 {
    padding: 72px 41px 66px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_8 {
        padding: 55px 26px 50px;
    }
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_8 {
        padding: 30px 15px;
    }
}

.hizsaiconbox.hizsastyle_8 .hizsaiconbox_title {
    margin-bottom: 12px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsaiconbox.hizsastyle_8 .hizsaiconbox_subtitle {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsaiconbox.hizsastyle_8 .hizsaiconbox_icon {
    height: 72px;
    width: 72px;
    border: 1px solid #007bff;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.hizsaiconbox.hizsastyle_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);
}

.hizsaiconbox.hizsastyle_8:hover .hizsaiconbox_title,
.hizsaiconbox.hizsastyle_8:hover .hizsaiconbox_subtitle {
    color: #000000;
}

.hizsaiconbox_8_wrap {
    background: linear-gradient(172deg, #d2eaef 0%, #86bbf1 100%);
}

@media (max-width: 1400px) {
    .hizsaiconbox_8_wrap {
        padding: 40px 15px;
    }
}

.hizsaiconbox.hizsastyle_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) {
    .hizsaiconbox.hizsastyle_9 {
        min-height: 250px;
        padding: 25px 15px;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_9 {
        min-height: 250px;
        padding: 25px 25px;
    }
}

.hizsaiconbox.hizsastyle_9:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.hizsaiconbox.hizsastyle_9 .hizsaiconbox_title {
    margin-top: 20px;
}

.hizsaiconbox.hizsastyle_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;
}

.hizsaiconbox.hizsastyle_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);
}

.hizsaiconbox.hizsastyle_10 .hizsaiconbox_title {
    margin-bottom: 20px;
}

.hizsaiconbox.hizsastyle_10 .hizsaiconbox_icon {
    height: 111px;
    width: 111px;
    padding: 10px;
    border: 1px solid #007bff;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .hizsaiconbox.hizsastyle_10 {
        padding: 40px 25px;
        max-width: 300px;
    }
}

@media (max-width: 340px) {
    .hizsaiconbox.hizsastyle_10 {
        padding: 40px 20px;
        max-width: 270px;
    }
}

.hizsaiconbox.hizsastyle_11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E9F2FF;
    padding: 38px 54px;
    gap: 30px;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_11 {
        padding: 30px;
        gap: 20px;
    }
}

@media (max-width: 380px) {
    .hizsaiconbox.hizsastyle_11 {
        padding: 25px 20px;
        gap: 15px;
    }
}

@media (max-width: 330px) {
    .hizsaiconbox.hizsastyle_11 {
        padding: 20px 20px;
        gap: 10px;
    }
}

.hizsaiconbox.hizsastyle_11 .hizsaiconbox_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 1700px) {
    .hizsaiconbox.hizsastyle_11 .hizsaiconbox_icon {
        max-width: 60px;
    }
}

@media (max-width: 380px) {
    .hizsaiconbox.hizsastyle_11 .hizsaiconbox_icon {
        max-width: 40px;
    }
}

@media (max-width: 330px) {
    .hizsaiconbox.hizsastyle_11 .hizsaiconbox_icon {
        max-width: 35px;
    }
}

.hizsaiconbox.hizsastyle_11 .hizsaiconbox_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hizsaiconbox.hizsastyle_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) {
    .hizsaiconbox.hizsastyle_12 {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .hizsaiconbox.hizsastyle_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;
    }
}

.hizsaiconbox.hizsastyle_12 .hizsaiconbox_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;
}

.hizsaiconbox.hizsastyle_12 .hizsaiconbox_icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_12 .hizsaiconbox_icon {
        width: 120px;
        height: 120px;
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .hizsaiconbox.hizsastyle_12 .hizsaiconbox_icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
}

.hizsaiconbox.hizsastyle_12 .hizsaiconbox_circle {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-bottom: 28px;
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_12 .hizsaiconbox_circle {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .hizsaiconbox.hizsastyle_12 .hizsaiconbox_circle {
        display: none;
    }
}

.hizsaiconbox.hizsastyle_12 .hizsaiconbox_title {
    margin-bottom: 16px;
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_12 .hizsaiconbox_title {
        margin-bottom: 8px;
    }
}

.hizsaiconbox.hizsastyle_12 .hizsaiconbox_info {
    max-width: 440px;
    padding: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1400px) {
    .hizsaiconbox.hizsastyle_12 .hizsaiconbox_info {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .hizsaiconbox.hizsastyle_12 .hizsaiconbox_info {
        padding: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.hizsaiconbox.hizsastyle_12:hover .hizsaiconbox_icon {
    background-color: #007bff;
}

@media (min-width: 575px) {
    .hizsaiconbox.hizsastyle_12:hover .hizsaiconbox_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);
    }
}

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

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

@media (max-width: 575px) {
    .hizsaiconbox_12_wrap {
        gap: 35px;
    }
}

.hizsaiconbox_12_wrap>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hizsaiconbox_12_wrap>*>* {
    width: 100%;
}

.hizsaiconbox_12_wrap>*:nth-child(even) .hizsaiconbox.hizsastyle_12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 575px) {
    .hizsaiconbox_12_wrap>*:nth-child(even) .hizsaiconbox.hizsastyle_12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.hizsaiconbox.hizsastyle_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;
}

.hizsaiconbox.hizsastyle_13 .hizsaiconbox_title {
    margin-bottom: 18px;
}

.hizsaiconbox.hizsastyle_13 .hizsaiconbox_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;
}

.hizsaiconbox.hizsastyle_13 .hizsaiconbox_icon_in {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    padding: 20px;
}

/*--------------------------------------------------------------
13. Posts
----------------------------------------------------------------*/
.hizsapost.hizsastyle_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;
}

.hizsapost.hizsastyle_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);
}

.hizsapost.hizsastyle_1 .hizsapost_thumb {
    display: block;
    width: 100%;
}

.hizsapost.hizsastyle_1 .hizsapost_thumb img {
    width: 100%;
    border-radius: 20px;
}

.hizsapost.hizsastyle_1 .hizsapost_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) {
    .hizsapost.hizsastyle_1 .hizsapost_info {
        padding: 30px 25px 30px;
    }
}

.hizsapost.hizsastyle_1 .hizsapost_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.hizsapost.hizsastyle_1 .hizsapost_social a {
    height: 30px;
    width: 30px;
    border: 1px solid #007bff;
    color: #007bff;
    font-size: 14px;
}

.hizsapost.hizsastyle_1 .hizsapost_social a:hover {
    background-color: #007bff;
    color: #fff;
}

.hizsapost.hizsastyle_1 .hizsapost_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;
}

.hizsapost.hizsastyle_1 .hizsapost_title {
    margin-bottom: 18px;
}

.hizsapost.hizsastyle_1 .hizsapost_btn {
    display: inline-block;
}

.hizsapost.hizsastyle_1 .hizsapost_btn:hover {
    text-decoration: underline;
}

.hizsapost.hizsastyle_1.hizsatype_1 {
    padding: 28px 28px 0;
}

@media (max-width: 1400px) {
    .hizsapost.hizsastyle_1.hizsatype_1 {
        padding: 15px 15px 0;
    }
}

.hizsapost.hizsastyle_1.hizsatype_1 .hizsapost_title {
    margin: 0;
}

.hizsapost.hizsastyle_1.hizsatype_1 .hizsapost_info {
    padding: 25px 15px 56px;
}

@media (max-width: 1400px) {
    .hizsapost.hizsastyle_1.hizsatype_1 .hizsapost_info {
        padding: 25px 0px 30px 10px;
    }
}

.hizsapost.hizsastyle_1.hizsatype_2 {
    height: initial;
    display: block;
}

.hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_thumb img {
    border-radius: 20px 20px 0 0;
}

.hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_title {
    margin-bottom: 20px;
}

.hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_info {
    padding: 45px 40px 45px;
}

@media (max-width: 480px) {
    .hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_info {
        padding: 30px 25px;
    }
}

.hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_meta {
    margin-bottom: 0;
}

.hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_thumb {
    height: 381px;
}

@media (max-width: 1700px) {
    .hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_thumb {
        height: 396px;
    }
}

@media (max-width: 991px) {
    .hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_thumb {
        height: initial;
    }
}

.hizsapost.hizsastyle_1.hizsatype_2 .hizsapost_thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hizsapost.hizsastyle_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;
}

.hizsapost.hizsastyle_2:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

@media (max-width: 380px) {
    .hizsapost.hizsastyle_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hizsapost.hizsastyle_2:not(:last-child) {
    margin-bottom: 20px;
}

.hizsapost.hizsastyle_2 .hizsapost_title {
    margin-bottom: 12px;
}

.hizsapost.hizsastyle_2 .hizsapost_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) {
    .hizsapost.hizsastyle_2 .hizsapost_info {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .hizsapost.hizsastyle_2 .hizsapost_info {
        padding-left: 20px;
    }
}

.hizsapost.hizsastyle_2 .hizsapost_thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 190px;
    min-height: 188px;
}

.hizsapost.hizsastyle_2 .hizsapost_thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575px) {
    .hizsapost.hizsastyle_2 .hizsapost_thumb {
        width: 150px;
        min-height: 150px;
    }
}

@media (max-width: 380px) {
    .hizsapost.hizsastyle_2 .hizsapost_thumb {
        height: 180px;
        width: 180px;
        border-radius: 0 0 20px 0;
        overflow: hidden;
    }
}

.hizsapost.hizsastyle_3 {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsapost.hizsastyle_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);
}

.hizsapost.hizsastyle_3 .hizsapost_thumb {
    display: block;
}

.hizsapost.hizsastyle_3 .hizsapost_category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #007bff;
    padding: 6px 19px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.hizsapost.hizsastyle_3 .hizsapost_category:hover {
    background-color: #007bff;
    color: #fff;
}

.hizsapost.hizsastyle_3 .hizsapost_title {
    margin-bottom: 18px;
}

.hizsapost.hizsastyle_3 .hizsaposted_by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #000000;
}

.hizsapost.hizsastyle_3 .hizsaposted_by i {
    font-size: 18px;
    color: #007bff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hizsapost.hizsastyle_3 .hizsapost_info {
    padding: 35px 40px;
}

@media (max-width: 1700px) {
    .hizsapost.hizsastyle_3 .hizsapost_info {
        padding: 25px 24px;
    }
}

/*--------------------------------------------------------------
14. Banner
----------------------------------------------------------------*/
.hizsabanner.hizsastyle_1 {
    position: relative;
    padding: 100px 90px;
    border-radius: 25px;
    margin-top: 165px;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_1 {
        margin-top: 85px;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_1 {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_1 {
        padding: 70px 30px;
    }
}

.hizsabanner.hizsastyle_1 .hizsabanner_title {
    max-width: 800px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_1 .hizsabanner_title {
        max-width: 650px;
    }
}

.hizsabanner.hizsastyle_1 .hizsabanner_subtitle {
    max-width: 500px;
    position: relative;
    z-index: 1;
}

.hizsabanner.hizsastyle_1 .hizsabanner_img {
    position: absolute;
    bottom: -30px;
    right: -15px;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_1 .hizsabanner_img {
        max-width: 535px;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_1 .hizsabanner_img {
        max-height: 100%;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_1 .hizsabanner_img {
        display: none;
    }
}

.hizsabanner.hizsastyle_2 {
    padding: 200px 9% 200px 43%;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_2 {
        padding: 150px 9% 150px 43%;
    }
}

@media (max-width: 1400px) {
    .hizsabanner.hizsastyle_2 {
        padding: 150px 5% 150px 40%;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_2 {
        padding: 120px 4% 120px 36%;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_2 {
        padding: 80px 30px 80px 25%;
    }
}

@media (max-width: 767px) {
    .hizsabanner.hizsastyle_2 {
        padding: 80px 30px;
        background-position: right center;
    }

    .hizsabanner.hizsastyle_2 br {
        display: none;
    }
}

.hizsabanner.hizsastyle_3,
.hizsabanner.hizsastyle_5 {
    padding: 115px 0 50px;
    min-height: 300px;
    position: relative;
}

.hizsastyle_5_doctor {
    padding: 160px 0 50px !important;
}

/* @media (max-width: 1700px) {

    .hizsabanner.hizsastyle_3,
    .hizsabanner.hizsastyle_5 {
        min-height: 300px;
    }
} */

@media (max-width: 1199px) {

    /* .hizsabanner.hizsastyle_3,
    .hizsabanner.hizsastyle_5 {
        min-height: 200px;
        padding: 120px 0 50px;
    }

    .hizsabanner.hizsastyle_3 .container,
    .hizsabanner.hizsastyle_5 .container {
        max-width: 100%;
    } */
}

@media (max-width: 991px) {

    .hizsabanner.hizsastyle_3,
    .hizsabanner.hizsastyle_5 {
        padding: 100px 0 45px;
        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;
    }

    .hizsabanner.hizsastyle_3 .container,
    .hizsabanner.hizsastyle_5 .container {
        max-width: 720px;
    }

    .breadcrumb {
        -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: 767px) {

    .hizsabanner.hizsastyle_3 .container,
    .hizsabanner.hizsastyle_5 .container {
        max-width: 540px;
    }
}

.hizsabanner.hizsastyle_3 .hizsabanner_title,
.hizsabanner.hizsastyle_5 .hizsabanner_title {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {

    .hizsabanner.hizsastyle_3 .hizsabanner_title,
    .hizsabanner.hizsastyle_5 .hizsabanner_title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {

    .hizsabanner.hizsastyle_3 .hizsabanner_title,
    .hizsabanner.hizsastyle_5 .hizsabanner_title {
        font-size: 48px;
    }
}

.hizsabanner.hizsastyle_3 .hizsabanner_img,
.hizsabanner.hizsastyle_5 .hizsabanner_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;
}

.hizsabanner.hizsastyle_3 .hizsabanner_img img,
.hizsabanner.hizsastyle_5 .hizsabanner_img img {
    max-height: 100%;
}

@media (max-width: 1199px) {

    .hizsabg-mobile {
        display: block !important;
        padding-bottom: 0px !important;
    }

    .hizsabg,
    .hizsabanner_img {
        display: block !important;
        width: 100% !important;
        position: inherit !important;
        padding-top: 0px !important;
        padding-bottom: 20px !important;
        text-align: center;
    }

    .hizsabg-mobile .hizsabanner_text {
        width: 100% !important;
        text-align: center;
    }

    .hizsabg-mobile .hizsabanner_text .hizsabanner_subtitle {
        max-width: 100% !important;
    }
}

.hizsabanner.hizsastyle_3 .hizsabanner_text,
.hizsabanner.hizsastyle_5 .hizsabanner_text {
    position: relative;
    z-index: 1;
    width: 50%;
}

@media (max-width: 991px) {

    .hizsabanner.hizsastyle_3 .hizsabanner_text,
    .hizsabanner.hizsastyle_5 .hizsabanner_text {
        width: 100%;
    }
}

@media (max-width: 1400px) {

    .hizsabanner.hizsastyle_3 .hizsafs_20,
    .hizsabanner.hizsastyle_5 .hizsafs_20 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

    .hizsabanner.hizsastyle_3 .hizsafs_20,
    .hizsabanner.hizsastyle_5 .hizsafs_20 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {

    .hizsabanner.hizsastyle_3 br,
    .hizsabanner.hizsastyle_5 br {
        display: none;
    }
}

.hizsabanner.hizsastyle_3 .hizsabanner_img {
    left: 0;
    width: 50%;
    padding-left: 6%;
    padding-right: 12px;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_3 .hizsabanner_img {
        padding-left: 12px;
    }
}

.hizsabanner.hizsastyle_3 .hizsabanner_subtitle {
    max-width: 550px;
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_3 .hizsabanner_subtitle {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 991px) {
    .hizsabanner.hizsastyle_3 .hizsabanner_text {
        margin-left: auto;
    }

    .hizsahero_text_in p {
        width: 75%;
    }
}

.hizsabanner.hizsastyle_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) {
    .hizsabanner.hizsastyle_4 {
        padding: 140px 130px 340px;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_4 {
        padding: 120px 30px 250px;
    }
}

@media (max-width: 767px) {
    .hizsabanner.hizsastyle_4 br {
        display: none;
    }
}

.hizsabanner.hizsastyle_4>* {
    position: relative;
    z-index: 2;
}

.hizsabanner.hizsastyle_4 .hizsabanner_title {
    margin-bottom: 12px;
}

.hizsabanner.hizsastyle_5 .hizsabanner_img {
    right: 0;
    width: 50%;
    padding-left: 12px;
    padding-right: 5%;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_5 .hizsabanner_img {
        padding-right: 12px;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_5 .hizsabanner_img {
        width: 56%;
    }
}

.hizsabanner.hizsastyle_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) {
    .hizsabanner.hizsastyle_6 {
        margin-top: 35px;
    }
}

@media (max-width: 1400px) {
    .hizsabanner.hizsastyle_6 {
        padding: 86px 70px 350px 44%;
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_6 {
        padding: 80px 30px 340px 36%;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_6 {
        padding: 70px 30px 240px 30px;
    }
}

@media (max-width: 767px) {
    .hizsabanner.hizsastyle_6 br {
        display: none;
    }
}

.hizsabanner.hizsastyle_6 .hizsabanner_title {
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.hizsabanner.hizsastyle_6 .hizsabanner_subtitle {
    position: relative;
    z-index: 1;
}

.hizsabanner.hizsastyle_6 .hizsabanner_img {
    left: -10px;
    bottom: 30px;
    position: absolute;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_6 .hizsabanner_img {
        max-width: 670px;
    }
}

@media (max-width: 1400px) {
    .hizsabanner.hizsastyle_6 .hizsabanner_img {
        max-width: 610px;
        left: -100px;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_6 .hizsabanner_img {
        max-width: 560px;
        left: -130px;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_6 .hizsabanner_img {
        display: none;
    }
}

.hizsabanner.hizsastyle_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) {
    .hizsabanner.hizsastyle_7 {
        padding: 70px 25px 245px;
        margin-top: 305px;
    }
}

@media (max-width: 767px) {
    .hizsabanner.hizsastyle_7 {
        margin-top: 0;
    }

    .hizsabanner.hizsastyle_7 br {
        display: none;
    }
}

.hizsabanner.hizsastyle_7 .hizsabanner_img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -390px;
    z-index: -1;
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_7 .hizsabanner_img {
        top: -310px;
    }
}

@media (max-width: 767px) {
    .hizsabanner.hizsastyle_7 .hizsabanner_img {
        display: none;
    }
}

.hizsabanner_8_wrap {
    position: relative;
}

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

.hizsabanner.hizsastyle_8 {
    position: relative;
    padding: 127px 100px 146px;
    z-index: 2;
    margin-top: 75px;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_8 {
        margin-top: 0;
        padding: 110px 80px 110px;
    }
}

@media (max-width: 1400px) {
    .hizsabanner.hizsastyle_8 {
        margin-top: 0;
        padding: 90px 60px 90px;
    }
}

@media (max-width: 767px) {
    .hizsabanner.hizsastyle_8 {
        padding: 70px 30px 70px;
    }
}

.hizsabanner.hizsastyle_8 .hizsabanner_title {
    margin-bottom: 17px;
}

.hizsabanner.hizsastyle_8 .hizsabanner_in {
    max-width: 540px;
    position: relative;
    z-index: 2;
}

.hizsabanner.hizsastyle_8 .hizsabanner_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_8 .hizsabanner_img {
        width: 58%;
    }
}

@media (max-width: 1400px) {
    .hizsabanner.hizsastyle_8 .hizsabanner_img {
        width: 55%;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_8 .hizsabanner_img {
        width: 52%;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_8 .hizsabanner_img {
        display: none;
    }
}

.hizsabanner.hizsastyle_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) {
    .hizsabanner.hizsastyle_9 {
        padding: 140px 0 350px 110px;
        margin-top: 80px;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_9 {
        padding: 100px 0 350px 50px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_9 {
        padding: 100px 0 250px 30px;
    }
}

@media (max-width: 767px) {
    .hizsabanner.hizsastyle_9 br {
        display: none;
    }
}

.hizsabanner.hizsastyle_9 .hizsabanner_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1700px) {
    .hizsabanner.hizsastyle_9 .hizsabanner_img {
        max-width: 500px;
    }
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_9 .hizsabanner_img {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_9 .hizsabanner_img {
        display: none;
    }
}

.hizsabanner.hizsastyle_9 .hizsabanner_title {
    margin-bottom: 22px;
}

.hizsabanner.hizsastyle_9.hizsatype_1 {
    padding: 150px 60px 340px 50%;
    margin: 0;
}

@media (max-width: 1199px) {
    .hizsabanner.hizsastyle_9.hizsatype_1 {
        padding: 90px 60px 340px 50%;
    }
}

@media (max-width: 991px) {
    .hizsabanner.hizsastyle_9.hizsatype_1 {
        padding: 90px 30px 240px 30px;
    }
}

.hizsabanner.hizsastyle_9.hizsatype_1 .hizsabanner_img {
    right: initial;
    left: 0;
    max-width: 48%;
}

/*--------------------------------------------------------------
15. Testimonial
----------------------------------------------------------------*/
.hizsatestimonial.hizsastyle_1 {
    line-height: 1.87em;
    position: relative;
}

.hizsatestimonial.hizsastyle_1>img {
    position: absolute;
    left: -88px;
    top: -37px;
}

@media (max-width: 991px) {
    .hizsatestimonial.hizsastyle_1>img {
        top: -15px;
        left: -75px;
    }
}

.hizsatestimonial.hizsastyle_1>p {
    margin-bottom: 30px;
}

.hizsatestimonial.hizsastyle_2 .hizsatestimonial_text {
    padding: 80px 80px 80px 144px;
    position: relative;
    margin-bottom: 35px;
}

@media (max-width: 1700px) {
    .hizsatestimonial.hizsastyle_2 .hizsatestimonial_text {
        padding: 60px 60px 60px 124px;
    }
}

@media (max-width: 575px) {
    .hizsatestimonial.hizsastyle_2 .hizsatestimonial_text {
        padding: 50px 25px 50px 105px;
    }
}

.hizsatestimonial.hizsastyle_2 .hizsatestimonial_text p {
    margin-bottom: 32px;
}

.hizsatestimonial.hizsastyle_2 .hizsaquote_icon {
    position: absolute;
    left: 60px;
    top: 70px;
}

@media (max-width: 1700px) {
    .hizsatestimonial.hizsastyle_2 .hizsaquote_icon {
        left: 40px;
    }
}

@media (max-width: 575px) {
    .hizsatestimonial.hizsastyle_2 .hizsaquote_icon {
        left: 30px;
        top: 40px;
    }
}

.hizsatestimonial.hizsastyle_2 .hizsatestimonial_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) {
    .hizsatestimonial.hizsastyle_2 .hizsatestimonial_meta {
        gap: 20px;
    }
}

.hizsatestimonial.hizsastyle_2 .hizsatestimonial_avatar {
    height: 96px;
    width: 96px;
    border-radius: 50%;
}

.hizsatestimonial.hizsastyle_2 .hizsatestimonial_avatar img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.hizsatestimonial.hizsastyle_3 {
    padding: 1px 82px 42px;
    margin-top: 75px;
}

@media (max-width: 575px) {
    .hizsatestimonial.hizsastyle_3 {
        padding: 1px 20px 30px;
    }
}

.hizsatestimonial.hizsastyle_3 .hizsatestimonial_img {
    height: 150px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -75px;
    margin-bottom: 24px;
}

.hizsatestimonial.hizsastyle_3 .hizsatestimonial_avatar {
    margin-bottom: 10px;
}

.hizsatestimonial.hizsastyle_3 .hizsatestimonial_text {
    margin-top: 42px;
}

.hizsatestimonial.hizsastyle_3 .hizsarating {
    margin-left: auto;
    margin-right: auto;
}

.hizsatestimonial.hizsastyle_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;
}

.hizsatestimonial.hizsastyle_4 .hizsatestimonial_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.hizsatestimonial.hizsastyle_4 .hizsatestimonial_avatar {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.hizsatestimonial.hizsastyle_4 .hizsatestimonial_avatar img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hizsatestimonial.hizsastyle_4 .hizsatestimonial_meta {
    margin-bottom: 32px;
}

.hizsatestimonial.hizsastyle_4 .hizsarating {
    margin-top: 32px;
}

.hizsatestimonial_carousel_2 .hizsaslider_activate {
    width: 58vw;
}

@media (max-width: 991px) {
    .hizsatestimonial_carousel_2 .hizsaslider_activate {
        width: 90vw;
    }
}

@media (max-width: 575px) {
    .hizsatestimonial_carousel_2 .hizsaslider_activate {
        width: 100%;
    }
}

.hizsatestimonial_carousel_2 .hizsatestimonial.hizsastyle_4 {
    max-width: 390px;
}

@media (max-width: 420px) {
    .hizsatestimonial_carousel_2 .hizsatestimonial.hizsastyle_4 {
        max-width: 300px;
    }
}

.hizsatestimonial_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;
}

.hizsatestimonial_carousel_2 .hizsaslider_navigation.hizsastyle_1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
}

/*--------------------------------------------------------------
16. Portfolio
----------------------------------------------------------------*/
.hizsaportfolio.hizsastyle_1 {
    height: 429px;
}

@media (max-width: 991px) {
    .hizsaportfolio.hizsastyle_1 {
        height: 350px;
    }
}

.hizsaportfolio.hizsastyle_1 .hizsaportfolio_img {
    height: 100%;
    border-radius: inherit;
    position: relative;
}

.hizsaportfolio.hizsastyle_1 .hizsaportfolio_img::before {
    content: "";
    background: #007bff;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hizsaportfolio.hizsastyle_1 .hizsalink_hover {
    position: absolute;
    z-index: 2;
    top: -100px;
    right: 50px;
    width: 60px;
    height: 200px;
    background: #007bff;
    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;
}

.hizsaportfolio.hizsastyle_1 .hizsalink_hover i {
    color: #007bff;
    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;
}

.hizsaportfolio.hizsastyle_1:hover .hizsalink_hover {
    opacity: 1;
    top: 0px;
}

.hizsaportfolio.hizsastyle_1:hover .hizsalink_hover i {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hizsaportfolio.hizsastyle_1:hover .hizsaportfolio_img::before {
    opacity: 0.4;
}

.hizsaportfolio.hizsastyle_1.hizsasize_1 {
    height: 716px;
}

@media (max-width: 991px) {
    .hizsaportfolio.hizsastyle_1.hizsasize_1 {
        height: 607px;
    }
}

/*--------------------------------------------------------------
17. Brands
----------------------------------------------------------------*/
.hizsabrands.hizsastyle_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
}

.hizsabrands span {
    background: white;
    color: #007bff;
    margin: 0 10px;
    padding: 10px;
    border-radius: 24px;
    font-weight: bold;
}

@media (max-width: 1700px) {
    .hizsabrands.hizsastyle_1 {
        gap: 40px 120px;
    }
}

@media (max-width: 991px) {
    .hizsabrands.hizsastyle_1 {
        gap: 20px 60px;
    }
}

@media (max-width: 767px) {
    .hizsabrands.hizsastyle_1 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .hizsabrands.hizsastyle_1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 420px) {
    .hizsabrands.hizsastyle_1 {
        gap: 20px 30px;
    }
}

.hizsabrands.hizsastyle_2 {
    /* padding: 0 50px; */
    text-align: center;
    height: 70px;
    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;
}

.hizsabrands.hizsastyle_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) {
    .hizsabrands.hizsastyle_3 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .hizsabrands.hizsastyle_3 {
        gap: 30px;
        padding: 70px 40px;
    }
}

/*--------------------------------------------------------------
18. Accordians
----------------------------------------------------------------*/
.hizsaaccordians.hizsastyle1 .hizsaaccordian {
    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) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian {
        border-radius: 15px;
    }
}

.hizsaaccordians.hizsastyle1 .hizsaaccordian:not(:last-child) {
    margin-bottom: 20px;
}

.hizsaaccordians.hizsastyle1 .hizsaaccordian.active {
    background-color: #d2eaef;
    margin-left: 50px;
}

@media (max-width: 991px) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian.active {
        margin-left: 0;
    }
}

.hizsaaccordians.hizsastyle1 .hizsaaccordian.active .hizsaaccordian_arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hizsaaccordians.hizsastyle1 .hizsaaccordian_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) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian_arrow {
        right: 30px;
        top: 18px;
    }
}

@media (max-width: 991px) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian_arrow {
        right: 20px;
        top: 15px;
    }
}

.hizsaaccordians.hizsastyle1 .hizsaaccordian_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) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian_head {
        padding: 16px 62px 16px 30px;
    }
}

@media (max-width: 991px) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian_head {
        font-size: 18px;
        padding: 14px 55px 14px 20px;
    }
}

.hizsaaccordians.hizsastyle1 .hizsaaccordian_body {
    padding: 0 40px 38px 40px;
}

@media (max-width: 1700px) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian_body {
        padding: 0 30px 28px 30px;
    }
}

@media (max-width: 991px) {
    .hizsaaccordians.hizsastyle1 .hizsaaccordian_body {
        padding: 0 20px 20px 20px;
    }
}

.hizsaaccordians.hizsastyle1 .hizsaaccordian_body p {
    margin: 0;
}

.hizsaaccordians.hizsastyle1.hizsatype_1 .hizsaaccordian {
    -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;
}

.hizsaaccordians.hizsastyle1.hizsatype_1 .hizsaaccordian.active {
    margin-left: -50px;
}

@media (max-width: 1400px) {
    .hizsaaccordians.hizsastyle1.hizsatype_1 .hizsaaccordian.active {
        margin-left: 0;
    }
}

.hizsaaccordians.hizsastyle1.hizsatype_1 .hizsaaccordian.active .hizsaaccordian {
    -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;
}

.hizsaaccordians.hizsastyle1.hizsatype_2 .hizsaaccordian {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #007bff;
    margin-bottom: -1px;
}

.hizsaaccordians.hizsastyle1.hizsatype_2 .hizsaaccordian.active {
    background-color: transparent;
    margin-left: 0;
}

.hizsaaccordians.hizsastyle1.hizsatype_2 .hizsaaccordian .hizsaaccordian_arrow {
    right: initial;
    left: 20px;
    top: 32px;
}

.hizsaaccordians.hizsastyle1.hizsatype_2 .hizsaaccordian_head {
    padding: 30px 20px 30px 85px;
}

.hizsaaccordians.hizsastyle1.hizsatype_2 .hizsaaccordian_body {
    padding: 0 20px 38px 85px;
}

.hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian {
    border-color: #007bff;
    border-radius: 20px;
}

.hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian.active {
    margin-left: 0px;
    background-color: transparent;
}

.hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian.active .hizsaaccordian_head {
    background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
    border-bottom: 1px solid #007bff;
    border-radius: 20px 20px 0 0;
}

.hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_head {
    font-size: 24px;
    padding: 27px 62px 27px 40px;
}

@media (max-width: 1700px) {
    .hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_head {
        padding: 18px 52px 18px 24px;
    }
}

@media (max-width: 991px) {
    .hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_head {
        font-size: 20px;
    }
}

.hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_arrow {
    right: 40px;
    top: 32px;
}

@media (max-width: 1700px) {
    .hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_arrow {
        right: 24px;
        top: 24px;
    }
}

@media (max-width: 991px) {
    .hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_arrow {
        top: 20px;
    }
}

.hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_body {
    padding: 38px 40px;
}

@media (max-width: 1700px) {
    .hizsaaccordians.hizsastyle1.hizsatype_3 .hizsaaccordian_body {
        padding: 24px 24px;
    }
}

/*--------------------------------------------------------------
19. Departments
----------------------------------------------------------------*/
.hizsadepartments.hizsastyle_1 {
    /* padding-top: 100px; */
    position: relative;
}

.hizsadepartments.hizsastyle_1 .hizsadepartment_list {
    position: relative;
    z-index: 1;
    padding: 0 25px;
}

@media (max-width: 991px) {
    .hizsadepartments.hizsastyle_1 .hizsadepartment_list {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .hizsadepartments.hizsastyle_1 .hizsadepartment_list .hizsaslider_navigation.hizsastyle_1 {
        margin-top: 0;
    }
}

.hizsadepartments.hizsastyle_1 .hizsasection_heading {
    position: relative;
    z-index: 1;
}

.hizsadepartments.hizsastyle_1 .hizsadepartment {
    -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) {
    .hizsadepartments.hizsastyle_1 .hizsadepartment {
        height: 250px;
    }
}

@media (max-width: 400px) {
    .hizsadepartments.hizsastyle_1 .hizsadepartment {
        padding: 30px 20%;
    }
}

.hizsadepartments.hizsastyle_1 .hizsadepartment:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-5px);
    background-color: #007bff;
}

.hizsadepartments.hizsastyle_1 .hizsadepartment:hover img {
    /* -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); */
}

.hizsadepartments.hizsastyle_1 .hizsadepartment:hover .hizsaheading_color {
    color: #fff;
}

.hizsadepartments.hizsastyle_1 svg {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsadepartments.hizsastyle_1 .hizsadepartment_title {
    margin-top: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hizsadepartments.hizsastyle_1 .hizsadepartments_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 122px);
}

/*--------------------------------------------------------------
20. About
----------------------------------------------------------------*/
.hizsaabout.hizsastyle_1 .hizsaabout_img {
    position: relative;
}

@media (min-width: 992px) {
    .hizsaabout.hizsastyle_1 .hizsaabout_img {
        padding-right: 70px;
    }
}

.hizsaabout.hizsastyle_1 .hizsaabout_text_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hizsaabout.hizsastyle_1 .hizsaabout_text_list li {
    position: relative;
    padding-left: 60px;
}

.hizsaabout.hizsastyle_1 .hizsaabout_text_list li:not(:last-child) {
    margin-bottom: 50px;
}

.hizsaabout.hizsastyle_1 .hizsaabout_text_list li>i {
    position: absolute;
    left: 0;
    top: 5px;
}

@media (max-width: 991px) {
    .hizsaabout.hizsastyle_1 .hizsaabout_text_list li>i {
        top: 2px;
    }
}

.hizsaabout.hizsastyle_1 .hizsaabout_text_list li>h3 {
    margin-bottom: 25px;
}

.hizsaabout.hizsastyle_1 .hizsaabout_mini_img {
    position: absolute;
    top: -75px;
    right: 20%;
}

.hizsaabout.hizsastyle_1 .hizsaright_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hizsaabout.hizsastyle_1 .hizsarotate_animation {
    -webkit-animation: rotate360 15s linear infinite;
    animation: rotate360 15s linear infinite;
}

.hizsaabout.hizsastyle_1.hizsatype_1 .hizsaabout_mini_img {
    right: initial;
    top: 44%;
    left: 35%;
}

@media (max-width: 1400px) {
    .hizsaabout.hizsastyle_1.hizsatype_1 br {
        display: none;
    }
}

.hizsaabout.hizsastyle_1.hizsatype_2 {
    padding-left: 102px;
}

@media (max-width: 1700px) {
    .hizsaabout.hizsastyle_1.hizsatype_2 {
        padding-left: 50px;
    }
}

@media (max-width: 1400px) {
    .hizsaabout.hizsastyle_1.hizsatype_2 {
        padding-left: 0px;
    }
}

.hizsaabout.hizsastyle_1.hizsatype_2 .hizsaabout_mini_img {
    top: 50%;
    right: initial;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hizsaabout.hizsastyle_1.hizsatype_2 .hizsaabout_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);
    }
}

.hizsaabout.hizsastyle_2 .hizsaabout_img {
    padding-left: 80px;
}

@media (max-width: 1700px) {
    .hizsaabout.hizsastyle_2 .hizsaabout_img {
        padding-left: 0;
    }
}

.hizsaabout.hizsastyle_2 .hizsasection_heading.hizsastyle_1 p {
    max-width: 580px;
}

.hizsaabout.hizsastyle_3 {
    background: linear-gradient(119deg, #d2eaef 17.16%, #86bbf1 89.78%);
}

.hizsaabout.hizsastyle_3 .hizsasection_heading.hizsastyle_1 {
    padding: 145px 80px;
}

@media (max-width: 1400px) {
    .hizsaabout.hizsastyle_3 .hizsasection_heading.hizsastyle_1 {
        padding: 145px 30px 145px 50px;
    }
}

@media (max-width: 1199px) {
    .hizsaabout.hizsastyle_3 .hizsasection_heading.hizsastyle_1 {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 767px) {
    .hizsaabout.hizsastyle_3 .hizsasection_heading.hizsastyle_1 {
        padding: 35px 24px 35px 24px;
    }
}

.hizsaabout.hizsastyle_3 .hizsaabout_text {
    height: 100%;
}

@media (max-width: 1199px) {
    .hizsaabout.hizsastyle_3 .hizsaabout_text {
        height: initial;
    }
}

.hizsaabout.hizsastyle_3 .hizsaabout_img {
    height: 100%;
}

.hizsaabout.hizsastyle_3 .hizsaabout_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hizsaabout.hizsastyle_3 .hizsasection_minititle {
    max-width: 630px;
}

.hizsaabout.hizsastyle_3 .hizsasupport_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;
}

.hizsaabout.hizsastyle_3 .hizsasupport_card .hizsasupport_card_icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 1700px) {
    .hizsaabout.hizsastyle_3 .hizsasupport_card {
        right: -34%;
        bottom: 65px;
    }
}

@media (max-width: 1199px) {
    .hizsaabout.hizsastyle_3 .hizsasupport_card {
        position: initial;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 60px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .hizsaabout.hizsastyle_3 .hizsasupport_card {
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 35px;
        padding: 20px 20px;
    }
}

/*--------------------------------------------------------------
21. Team
----------------------------------------------------------------*/
.hizsateam.hizsastyle_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;
}

.hizsateam.hizsastyle_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);
}

.hizsateam.hizsastyle_1 .hizsateam_meta {
    padding: 32px 40px;
}

@media (max-width: 1400px) {
    .hizsateam.hizsastyle_1 .hizsateam_meta {
        padding: 32px 20px;
    }
}

.hizsateam.hizsastyle_1 .hizsamember_name {
    margin-bottom: 7px;
}

.hizsateam.hizsastyle_1 .hizsamember_designation {
    margin-bottom: 9px;
}

.hizsateam.hizsastyle_1 .hizsamember_description {
    margin-bottom: 32px;
}

.hizsateam.hizsastyle_1 .hizsasocial_links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hizsateam.hizsastyle_1 .hizsasocial_links a {
    height: 40px;
    width: 40px;
    background-color: rgba(48, 123, 196, 0.6);
    color: #fff;
    font-size: 18px;
    -webkit-transform: initial;
    transform: initial;
}

.hizsateam.hizsastyle_1 .hizsasocial_links a:hover {
    background-color: #007bff;
}

.hizsateam.hizsastyle_1 .hizsalabel {
    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;
}

.hizsateam.hizsastyle_1.hizsatype_1 {
    background: #fff;
    margin-top: 115px;
    height: initial;
    padding-top: 1px;
}

.hizsateam.hizsastyle_1.hizsatype_1 .hizsamember_img {
    margin-top: -115px;
}

.hizsateam.hizsastyle_1.hizsatype_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) {
    .hizsateam.hizsastyle_1.hizsatype_2 {
        margin-bottom: 15px;
    }
}

.hizsateam.hizsastyle_1.hizsatype_2 .hizsamember_img {
    position: relative;
}

.hizsateam.hizsastyle_1.hizsatype_2 .hizsamember_name {
    margin-bottom: 5px;
}

.hizsateam.hizsastyle_1.hizsatype_2 .hizsamember_designation,
.hizsateam.hizsastyle_1.hizsatype_2 .hizsamember_description {
    margin-bottom: 28px;
}

.hizsateam.hizsastyle_1.hizsatype_2 .hizsateam_meta {
    padding: 36px 50px 34px;
}

@media (max-width: 1600px) {
    .hizsateam.hizsastyle_1.hizsatype_2 .hizsateam_meta {
        padding: 36px 40px 34px;
    }
}

@media (max-width: 1400px) {
    .hizsateam.hizsastyle_1.hizsatype_2 .hizsateam_meta {
        padding: 30px 25px 34px;
    }
}

@media (min-width: 992px) {
    .hizsalist_view_wrap .hizsateam.hizsastyle_1.hizsatype_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .hizsalist_view_wrap .hizsateam.hizsastyle_1.hizsatype_2 .hizsamember_img {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 450px;
    }

    .hizsalist_view_wrap .hizsateam.hizsastyle_1.hizsatype_2 .hizsalabel {
        position: initial;
        width: 100%;
        -webkit-transform: initial;
        transform: initial;
        border-radius: 0;
        padding: 12px 15px;
    }

    .hizsalist_view_wrap .hizsateam.hizsastyle_1.hizsatype_2 .hizsateam_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) {
    .hizsalist_view_wrap .hizsateam.hizsastyle_1.hizsatype_2 .hizsateam_meta {
        padding-right: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1700px) {
    .hizsalist_view_wrap .hizsateam.hizsastyle_1.hizsatype_2 .hizsateam_meta {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .hizsalist_view_wrap .hizsateam.hizsastyle_1.hizsatype_2 .hizsasocial_links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/*--------------------------------------------------------------
22. Funfact
----------------------------------------------------------------*/
.hizsafunfact_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) {
    .hizsafunfact_1_wrap {
        padding: 60px 30px 70px;
    }
}

.hizsafunfact.hizsastyle_1 {
    max-width: 20%;
    padding: 20px 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 1400px) {
    .hizsafunfact.hizsastyle_1 {
        padding: 10px 15px;
    }
}

@media (max-width: 1199px) {
    .hizsafunfact.hizsastyle_1 {
        padding: 20px 20px;
        max-width: 33.333333%;
    }
}

@media (max-width: 767px) {
    .hizsafunfact.hizsastyle_1 {
        padding: 20px 20px;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .hizsafunfact.hizsastyle_1 {
        max-width: 100%;
        padding: 15px 0;
    }
}

.hizsafunfact.hizsastyle_1 .hizsafunfact_number {
    margin-bottom: 8px;
}

.hizsacta.hizsastyle_1 {
    padding: 125px 60px 140px 50%;
}

@media (max-width: 1199px) {
    .hizsacta.hizsastyle_1 {
        padding: 95px 30px 100px 45%;
    }
}

@media (max-width: 767px) {
    .hizsacta.hizsastyle_1 {
        padding: 95px 30px 100px 35%;
    }
}

@media (max-width: 575px) {
    .hizsacta.hizsastyle_1 {
        padding: 100px 24px 90px;
    }
}

.hizsacta.hizsastyle_1 .hizsacta_title,
.hizsacta.hizsastyle_1 .hizsacta_subtitle {
    margin-bottom: 38px;
}

.hizsacta.hizsastyle_1 .hizsacta_subtitle {
    max-width: 600px;
}

.hizsapricing_card.hizsastyle_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;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_head {
    padding: 30px 40px 40px;
}

@media (max-width: 1400px) {
    .hizsapricing_card.hizsastyle_1 .hizsapricing_card_head {
        padding: 30px 30px 40px;
    }
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_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%);
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_head h3 span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 20px;
    position: relative;
    z-index: 2;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_head h3 span:first-child {
    border-radius: 1.6em;
    border: 1px solid #fff;
    margin: -1px;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_head p {
    margin-top: 28px;
    margin-bottom: 0;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_head h2 {
    margin-top: 40px;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_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 #007bff;
    border-top: 0;
    border-radius: 0 0 20px 20px;
    gap: 50px;
}

@media (max-width: 1400px) {
    .hizsapricing_card.hizsastyle_1 .hizsapricing_card_body {
        padding: 40px 24px 30px;
    }
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_feature {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_feature li {
    position: relative;
    padding-left: 36px;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_feature li:not(:last-child) {
    margin-bottom: 15px;
}

.hizsapricing_card.hizsastyle_1 .hizsapricing_card_feature i {
    position: absolute;
    left: 0;
    color: #007bff;
    margin: 6px;
}

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







.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, .5);
    opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: 1 !important
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(https://exxestock.com/img/core-img/whatsapp.png);
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1)
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1)
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1)
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.cbh-ph-img-circle1 {}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgb(0, 242, 164)
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgb(46, 203, 113);
}

.cbh-phone {
    display: block;
    position: fixed;
    left: -50px;
    bottom: -35px;
    visibility: hidden;
    background-color: transparent;
    /* width: 200px; */
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

.cbh-phone.cbh-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}


.card {
    box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1);
    border: unset;
}

.card-header {
    background-color: #007bff;
    color: #fff !important;
    padding: 20px 20px;
}

.card-header h2 {
    color: #fff !important;
    font-size: 22px;
}

.cs-resume {
    /* box-shadow: 0px 4px 21px 1px rgba(48, 123, 196, 0.1); */
    /* border: 2px solid #E9F2FF; */
    border-radius: 25px;
    padding: 35px 45px;
}

.hizsalogo_box img {
    max-width: 150px;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: #50c9b8 !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid #50c9b8 !important;
}

.pay-hizsateam {
    transition: transform 0.3s ease, background-color 0.3s ease;
    /* 0.3 saniye geçiş süresi */
}

.online-payment-card:hover,
.online-payment-card.active,
.bank-account-card:hover,
.bank-account-card.active {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #007bff;
}

.pay-transfer {
    border: 2px solid #E9F2FF;
    border-radius: 25px;
    padding: 35px 45px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.is-invalid {
    border-color: red !important;
}

.font-bold {
    font-weight: bold;
}

.color-primary {
    color: #007bff;
}

.hizsanav_list_login a {
    font-weight: bold;
    color: #007bff;
}

.cookie-alert {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.doctor-logo img {
    max-width: 150px;
}

.hizsabrand_carousel {
    margin-left: -15px;
    margin-right: -15px;
}

.hizsawhite_spec_color a {
    color: white !important;
}

.drcopyright a:hover {
    color: white !important;
}


.hizsalist {
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 12px;
}

.education-bullets {
    padding-left: 40px !important;
    overflow: hidden !important;
    list-style: none !important;
    height: 100% !important;
    margin-bottom: 0 !important;
}

.education-bullets li {
    padding-left: 0px !important;
}

.education-bullets li:before {
    content: "";
    position: absolute !important;
    background: #fff !important;
    top: 3px !important;
    left: -26px !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    border: 2px solid #007bff !important;
}

.education-bullets li:after {
    content: "";
    position: absolute !important;
    top: 14px !important;
    left: -21px !important;
    width: 2px !important;
    height: 115px !important;
    background: #007bff !important;
}

.hizsadepartment_details_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.hizsadepartment_details_tags a {
    padding: 11px 24px;
    border: 1px solid #007bff;
    border-radius: 20px;
    color: #000000;
}

.hizsadepartment_details_tags a:hover {
    background-color: #007bff;
    color: #fff;
}
