/*
Theme Name: Ceylon Life Mobile
Description: The 2024 theme for WordPress is stylish theme.
Author: the SL BPO team
Author URI: https://wordpress.org/
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ceylonlifemobile
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins: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');




/**
 * Reset
 */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    zoom: 1;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body{
    font-size: 14px;
    line-height: 23px;
    font-family: "Poppins", serif;
    color: #000000;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    background-color: #FFF;
    font-weight: 400;
    letter-spacing: 1.2px;
}


img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

img {
    -ms-interpolation-mode: bicubic;
}

object,
embed {
    max-width: 100%;
}


/**
 * Default Typography
 */

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #F56961;
    font-weight: 600;
}

a:hover,
a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #D65049;
}

::selection {
    color: #FFF;
    background: #DE261D;
}

::-moz-selection {
    color: #FFF;
    background: #DE261D;
}

strong {
    font-weight: 700 !important;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     
	line-height:1.4;
    text-rendering: optimizeLegibility
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 14px;
}

@media all and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 29px;
        line-height: 40px;
    }
    h2,
    .h2 {
        font-size: 25px;
        line-height: 40px;
    }
    h3,
    .h3 {
        font-size: 22px;
        line-height: 32px;
    }
    h4,
    .h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5,
    .h5 {
        font-size: 16px;
        line-height: 24px;
    }
    h6,
    .h6 {
        font-size: 12px;
        line-height: 24px;
    }
}

p {
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

p.lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 25px;
}

p:last-child {
    margin-bottom: 0;
}

.go-back{
    margin-bottom: 20px;
}

.go-back svg{
background: #e5e5e5b8;
    display: grid
;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transform: rotate(180deg);
}
.go-back a{
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    color: #000;
}